009A Sample Midterm 3, Problem 2

From Grad Wiki
Revision as of 15:42, 18 February 2017 by Kayla Murray (talk | contribs)
Jump to navigation Jump to search

The position function gives the height (in meters) of an object that has fallen from a height of 200 meters.

The velocity at time seconds is given by:


(a) Find the velocity of the object when

(b) At what velocity will the object impact the ground?

Foundations:  
1. What is the relationship between velocity and position Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle s(t)?}
       
2. What is the position of the object when it hits the ground?
        Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle s(t)=0}


Solution:

(a)

Step 1:  
Let be the velocity of the object at time
Then, we have
        Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle {\begin{array}{rcl}\displaystyle {v(3)}&=&\displaystyle {\lim _{t\rightarrow 3}{\frac {s(t)-s(3)}{t-3}}}\\&&\\&=&\displaystyle {\lim _{t\rightarrow 3}{\frac {-4.9t^{2}+200-(-4.9(9)+200)}{t-3}}}\\&&\\&=&\displaystyle {\lim _{t\rightarrow 3}{\frac {-4.9t^{2}+44.1}{t-3}}.}\end{array}}}
Step 2:  
Now, we factor the numerator to get

        Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle {\begin{array}{rcl}\displaystyle {v(3)}&=&\displaystyle {\lim _{t\rightarrow 3}{\frac {-4.9t^{2}+44.1}{t-3}}}\\&&\\&=&\displaystyle {\lim _{t\rightarrow 3}{\frac {-4.9(t^{2}-9)}{t-3}}}\\&&\\&=&\displaystyle {\lim _{t\rightarrow 3}{\frac {-4.9(t-3)(t+3)}{(t-3)}}}\\&&\\&=&\displaystyle {\lim _{t\rightarrow 3}-4.9(t+3)}\\&&\\&=&\displaystyle {6(-4.9){\text{ meters/second}}.}\end{array}}}

(b)

Step 1:  
First, we need to find the time when the object hits the ground.
This corresponds to Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle s(t)=0.}
This give us the equation
        Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle -4.9t^{2}+200=0.}
When we solve for we get
        Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle t^{2}={\frac {200}{4.9}}.}
Hence, Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle t=\pm {\sqrt {\frac {200}{4.9}}}.}
Since represents time, it does not make sense for to be negative.
Therefore, the object hits the ground at Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle t={\sqrt {\frac {200}{4.9}}}.}
Step 2:  
Now, we need the equation for the velocity of the object.
We have where is the velocity function of the object.
Hence,

        Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle {\begin{array}{rcl}\displaystyle {v(t)}&=&\displaystyle {s'(t)}\\&&\\&=&\displaystyle {-9.8t.}\end{array}}}

Therefore, the velocity of the object when it hits the ground is
        Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle -9.8{\sqrt {\frac {200}{4.9}}}{\text{ meters/second}}.}


Final Answer:  
    (a)     Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle 6(-4.9){\text{ meters/second}}}
    (b)     Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle -9.8{\sqrt {\frac {200}{4.9}}}{\text{ meters/second}}}

Return to Sample Exam