Calculate line integral with respect to arc length

$\begingroup$

Calculate the line integral with respect to arc length of $\int_Czds$, where $C$ is parametrized by $γ(t) = (tcost,tsint,t), 0 ≤ t ≤ t_0.$

I calculate the norm of $γ'(t)$ and I get $\sqrt {2+t^2}$. But how can I calculate $\int_0^{t_0}z \sqrt {2+t^2}dt$? I thought I might did something wrong.

$\endgroup$ 7

1 Answer

$\begingroup$

Parametrized curve $C$ is given by $γ(t) = (t \cos t, t \sin t, t), 0 ≤ t ≤ t_0$. What this means is that points on the curve are given by $x = t \cos t, y = t \sin t, z = t$.

So the integral of scalar function $f(x, y, z) = z$ with respect to arc length,

$\displaystyle \int_C z \ ds = \int_0^{t_0} t \ \gamma'(t) \ dt = \int_0^{t_0} t \ \sqrt{2+t^2} \ dt$

$\endgroup$

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like