009C Sample Final 2, Problem 10 Detailed Solution
Revision as of 15:05, 3 December 2017 by Kayla Murray (talk | contribs)
Find the length of the curve given by
- 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}
- 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}
- 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 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 and |
| Since |
| Since |
| Using the arc length formula, we have |
|
|
| Step 2: |
|---|
| Now, we have |
|
Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\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 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 u=4+9t^2.} |
| Then, 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 du=18tdt} 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{du}{18}=tdt.} |
| Also, since this is a definite integral, we need to change the bounds of integration. |
| 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 u_1=4+9(1)^2=13} 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 u_2=4+9(2)^2=40.} |
| Hence, |
| 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{\frac{1}{18}\int_{13}^{40} \sqrt{u}~du}\\ &&\\ & = & \displaystyle{\frac{1}{18}\cdot\frac{2}{3} u^{\frac{3}{2}}\bigg|_{13}^{40}}\\ &&\\ & = & \displaystyle{\frac{1}{27}(40)^{\frac{3}{2}}-\frac{1}{27}(13)^{\frac{3}{2}}.}\\ \end{array}} |
| Final Answer: |
|---|
| 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{1}{27}(40)^{\frac{3}{2}}-\frac{1}{27}(13)^{\frac{3}{2}}} |