SOLUTION: The path of a falling object is given by the function s=-16t^+v0t+s0 where the v0 represents the initial velocity in ft/sec ans s0represents the initial height. The variable t is t

Algebra ->  Customizable Word Problem Solvers  -> Travel -> SOLUTION: The path of a falling object is given by the function s=-16t^+v0t+s0 where the v0 represents the initial velocity in ft/sec ans s0represents the initial height. The variable t is t      Log On

Ad: Over 600 Algebra Word Problems at edhelper.com


   



Question 176994: The path of a falling object is given by the function s=-16t^+v0t+s0 where the v0 represents the initial velocity in ft/sec ans s0represents the initial height. The variable t is time in seconds, and s is the height of the object in feet. if a rock is thrown upward with the initial velocity of 32 feet per secound from the top of a 40 foot building a) write the height equation b)how high is the rock after 5.0 seconds,after how many seconds will the rock reach maximum height and what is the height?
I have been stuck on this problem for days I do not know where it is from it is a problem given by our teacher and I have no clue where it is from and that is the truth.

Found 2 solutions by jim_thompson5910, solver91311:
Answer by jim_thompson5910(35256) About Me  (Show Source):
You can put this solution on YOUR website!
a)

Since the "initial velocity of 32 feet per secound from the top of a 40 foot building", this means that v%5B0%5D=32 and s%5B0%5D=40


So the equation is s=-16t%5E2%2B32t%2B40 (after plugging in the initial velocity and position)


--------------------------------------------------

b)

"how high is the rock after 5.0 seconds?"

Are you sure that the "5" isn't "0.5"? After 5 seconds, the rock wouldn't be in the air.



s=-16t%5E2%2B32t%2B40 Start with the given equation.


s=-16%280.5%29%5E2%2B32%280.5%29%2B40 Plug in t=0.5.


s=-16%280.25%29%2B32%280.5%29%2B40 Square 0.5 to get 0.25.


s=-4%2B32%280.5%29%2B40 Multiply -16 and 0.25 to get -4.


s=-4%2B16%2B40 Multiply 32 and 0.5 to get 16.


s=52 Combine like terms.


So after 0.5 seconds (half a second), the object is 52 ft in the air.


--------------------------------------------------------------------

c)


"after how many seconds will the rock reach maximum height"


To find the time where the object reaches the max height, we need to find the x-coordinate vertex of s=-16t%5E2%2B32t%2B40


t=%28-b%29%2F%282a%29 Start with the vertex formula.


From s=-16t%5E2%2B32t%2B40, we can see that a=-16, b=32, and c=40.


t=%28-%2832%29%29%2F%282%28-16%29%29 Plug in a=-16 and b=32.


t=%28-32%29%2F%28-32%29 Multiply 2 and -16 to get -32.


t=1 Divide.


So at one second, the object will reach the max height.


-----------------------------------------------------------------

d)

"what is the (max) height?"


s=-16t%5E2%2B32t%2B40 Start with the given equation.


s=-16%281%29%5E2%2B32%281%29%2B40 Plug in t=1 (the time at which the object will reach the peak).


s=-16%281%29%2B32%281%29%2B40 Square 1 to get 1.


s=-16%2B32%281%29%2B40 Multiply -16 and 1 to get -16.


s=-16%2B32%2B40 Multiply 32 and 1 to get 32.


s=56 Combine like terms.


So the max height is 56 feet.

Answer by solver91311(24713) About Me  (Show Source):
You can put this solution on YOUR website!
s%28t%29+=+-16t%5E2+%2B+v%5Bo%5Dt+%2B+s%5Bo%5D

The initial velocity v%5Bo%5D+=+32 is a given ("...thrown upward with the initial velocity of 32 feet per secound[sic]...")

The initial height s%5Bo%5D+=+40 is a given ("...from the top of a 40 foot building...")

So just just substitute:

s%28t%29+=+-16t%5E2+%2B+32t+%2B+40

Now, the question is what is the height at 5 seconds. s%28t%29 is the height function with respect to time, so just substitute 5 for t and do the arithmetic.

s%285%29+=+-16%285%29%5E2+%2B+32%285%29+%2B+40

s%285%29+=+-400+%2B+160+%2B+40+=+-200 which means that the rock is 200 feet below the ground. An absurd result to be sure. Double check the problem you were given because I suspect that the question was to determine the height at 0.5 seconds instead of the 5.0 seconds that you stated.

The second part of your problem needs you to recognize that the height function is a parabola and that it is concave down because the lead coefficient is negative. That means the vertex of the parabola is a maximum.

For any parabola of the form f%28x%29+=+ax%5E2+%2B+bx+%2B+c, the x-coordinate of the vertex is at x+=+-b%2F2a.

For your problem, a+=+-16 and b+=+32, so the maximum height is reached at time -32%2F2%28-16%29+=+1 second.

Calculate s%281%29+=+-16%281%29%5E2+%2B+32%281%29+%2B+40 to get the actual maximum height reached.