Line integral computing methods

41 Views Asked by At

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?

2

There are 2 best solutions below

0
On

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 ?

2
On

Along the segment $AB$ the relationship reads $y = 2 x$ then

$$ ds=\sqrt{dx^2+dy^2}=\sqrt{1+4}dx $$

and then the integral is

$$ \int_{0}^{1}\frac{\sqrt 5}{\sqrt{5x^2+4}}dx $$