What is the arclength of #f(t) = (sqrt(t-2),t^2)# on #t in [2,3]#?
1 Answer
Feb 19, 2017
Explanation:
The arc length of the parametric function
#L=int_a^bsqrt((x'(t))^2+(y'(t))^2)dt#
We see that:
#x(t)=sqrt(t-2)=(t-2)^(1/2)#
Then:
#x'(t)=1/2(t-2)^(-1/2)d/dt(t-2)=1/(2sqrt(t-2))#
And:
#y(t)=t^2" "=>" "y'(t)=2t#
Combining these, we see that:
#L=int_2^3sqrt((1/(2sqrt(t-2)))^2+(2t)^2)dt#
#L=int_2^3sqrt(1/(4(t-2))+4t^2)dtapprox5.1927#
This can't be integrated by hand.