Asish C. answered 07/17/19
Experienced Calculus Tutor with 10+ Years tutoring/teaching
The curve is x= 1/3 t3 +1 and y= t2-3.
We are to find the values of t corresponding to points P (4/3,-2) and Q (10,6) .
When x = 4/3 we get 4/3 = 1/3 t^3 + 1 = >1/3 t^3 = 1/3 = > t = 1 ; when y = -2 then -2 = t^2 -3 = > t^2 = 1 = > t =1 ;
when x = 10 we get 10 = 1/3 t^3 +1 = > 1/3 t^3 = 9 => t^3 = 27 => t => 3;
when y = 6 we get 6 = t^2 -3 = > t ^2 = 9 => t = 3;
So for point P the value of t = 1
and for point Q the value of t = 3
Now the arc length between P and Q will be given by
Integrate (SQRT [(dx/dt)^2 + (dy/dt)^2]) from t = 1 to 3
Now dx/dt = t^2 and dy/dt = 2t hence the above form will be
Integrate(SQRT[t^4 + 4t^2]) from t = 1 to t = 3
Using a Graphing calculator TI - 84 Plus we have to use MATH function first and then using function fnInt
we get required arc length = 11.89727556