Evaluate $$\int_L \frac{ds}{\sqrt{x^2+y^2+4}}$$ where $L$ is a straight line segment between points $A(0;0)$ and $B(1;2)$ Can anyone give me a hint how to solve this integral?
2026-03-25 12:45:46.1774442746
Line integral computing methods
41 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
With the paramrtrization $(x(t),y(t))=(t,2t)$ with $t \in [0,1]$ we get $||(x'(t),y'(t)||=\sqrt{5}$ and therefore
$\int_L \frac{ds}{\sqrt{x^2+y^2+4}}=\int_0^1 \frac{\sqrt{5}}{\sqrt{4+5t^2}}dt$.
Can you proceed ?