009C Sample Final 2, Problem 10 Detailed Solution

From Grad Wiki
Jump to navigation Jump to search

Find the length of the curve given by

Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle 1\leq t\leq 2}

Background Information:  
The arc length    of a parametric curve with    is given by

       


Solution:

Step 1:  
First, we need to calculate  Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \frac{dx}{dt}}   and  Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \frac{dy}{dt}.}
Since  Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle x=t^2,~\frac{dx}{dt}=2t.}
Since  Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle y=t^3,~\frac{dy}{dt}=3t^2.}
Using the arc length formula, we have

       Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle L=\int_1^2 \sqrt{(2t)^2+(3t^2)^2}~dt.}

Step 2:  
Now, we have

       Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \begin{array}{rcl} \displaystyle{L} & = & \displaystyle{\int_1^2 \sqrt{4t^2+9t^4}~dt}\\ &&\\ & = & \displaystyle{\int_1^2 \sqrt{t^2(4+9t^2)}~dt}\\ &&\\ & = & \displaystyle{\int_1^2 t\sqrt{4+9t^2}~dt.}\\ \end{array}}

Step 3:  
Now, we use  -substitution.
Let  
Then,    and  
Also, since this is a definite integral, we need to change the bounds of integration.
We have
         and  
Hence,
       


Final Answer:  
       

Return to Sample Exam