Difference between revisions of "009B Sample Midterm 2, Problem 3"
Kayla Murray (talk | contribs) |
Kayla Murray (talk | contribs) |
||
| Line 73: | Line 73: | ||
!Final Answer: | !Final Answer: | ||
|- | |- | ||
| − | |The particle travels <math>850</math> feet. | + | |The particle travels <math style="vertical-align: -1px">850</math> feet. |
|} | |} | ||
[[009B_Sample_Midterm_2|'''<u>Return to Sample Exam</u>''']] | [[009B_Sample_Midterm_2|'''<u>Return to Sample Exam</u>''']] | ||
Revision as of 20:03, 6 February 2017
A particle moves along a straight line with velocity 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 v(t)=-32t+200}
feet per second. Determine the total distance traveled by the particle
from time to time
| Foundations: |
|---|
| 1. How are the velocity function and the position function related? |
|
| 2. If we calculate what are we calculating? |
|
| 3. If we calculate what are we calculating? |
|
Solution:
| Step 1: |
|---|
| To calculate the total distance the particle traveled from to we need to calculate |
| Step 2: |
|---|
| We need to figure out when is positive and negative in the interval |
| We set and solve for 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 t.} |
| We get 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 t=6.25} |
| Then, we use test points to see that 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 -32t+200} is positive from 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 [0,6.25]} |
| and negative from 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 [6.25,10].} |
| Step 3: |
|---|
| Therefore, we get |
|
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{\int_0^{10} |-32t+200|~dt} & = & \displaystyle{\int_0^{6.25} -32t+200~dt+\int_{6.25}^{10}-(-32t+200)~dt}\\ &&\\ & = & \displaystyle{\left. (-16t^2+200t)\right|_{0}^{6.25}+\left. (16t^2-200t)\right|_{6.25}^{10}}\\ &&\\ & = & \displaystyle{-16(6.25)^2+200(6.25)+(16(10)^2-200(10))-(16(6.25)^2-200(6.25))}\\ &&\\ & = & \displaystyle{850}.\\ \end{array}} |
| Final Answer: |
|---|
| The particle travels 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 850} feet. |