Word problem: initial height of projectile

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 3K views
mathdrama
Messages
20
Reaction score
0
A ball is thrown from a cliff. The path of the ball modeled by the equation
h = -5t^2+ 5t + 210,
where h is the height, in metres, of the ball above the ground, and t is the time, in seconds, after it is thrown. How high is the cliff?

Not really sure how to do this problem. I know that one of the roots is -6, but I don't know how to use this information.
 
Physics news on Phys.org
Re: word problem

mathdrama said:
A ball is thrown from a cliff. The path of the ball modeled by the equation
h = -5t^2+ 5t + 210,
where h is the height, in metres, of the ball above the ground, and t is the time, in seconds, after it is thrown. How high is the cliff?

Not really sure how to do this problem. I know that one of the roots is -6, but I don't know how to use this information.

Since $t$ is the time after the ball is thrown, you have to set $t=0$ at the equation to find the height of the ball before it's thrown, so when it is still on the cliff.
 
Re: word problem

So to make sure I have this right...

Let t = 0
h = -5(0^2) + 5(0) + 210
h = 0 + 0 + 210
h = 210
Therefore, the cliff is 210 meters high.
 
Re: word problem

mathdrama said:
So to make sure I have this right...

Let t = 0
h = -5(0^2) + 5(0) + 210
h = 0 + 0 + 210
h = 210
Therefore, the cliff is 210 meters high.

Yes, it is right! (Yes)