1. Compute $\int_C (x + y)\, ds$ where $C$ is the line segment from $(0, 0)$ to $(1, 1)$.
- A.$1$
- B.$\sqrt{2}$
- C.$2$
- D.$2\sqrt{2}$
View Answer
Answer: $\sqrt{2}$
Parameterize the line segment: Let $\mathbf{r}(t) = \langle t, t \rangle$ for $t \in [0, 1]$. Then $\mathbf{r}'(t) = \langle 1, 1 \rangle$ and $\|\mathbf{r}'(t)\| = \sqrt{2}$, so $ds = \sqrt{2}\,dt$. Substitute and evaluate: On $C$, $x = t$ and $y = t$, so $x + y = 2t$. The integral becomes $\int_0^1 2t \cdot \sqrt{2}\,dt = 2\sqrt{2} \int_0^1 t\,dt = 2\sqrt{2} \cdot \frac{1}{2} = \sqrt{2}$. Why distractors fail: Option A ($1$) omits the arc-length factor $\sqrt{2}$ and also makes an arithmetic error. Option C ($2$) omits the arc-length factor $\sqrt{2}$, computing only $2 \int_0^1 t\,dt = 1$ — actually closer to Option A; $2$ results from forgetting to evaluate $\int_0^1 t\,dt$ and treating it as $1$. Option D ($2\sqrt{2}$) correctly applies the arc-length factor but forgets to multiply by $\frac{1}{2}$ when integrating $t$.