Finding height with constant acceleration

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
2 replies · 3K views
!!!
Messages
11
Reaction score
0

Homework Statement


What's the cliff's height (m) if a fallling boulder takes 1.3 s to fall the last 3rd of the way to the ground?
Air resistance is ignored, and the problem requires a quadratic formula.

Homework Equations


I think it's the constant x-acceleration formulas, which I can't type here because of the super subscripts/ subscripts.


The Attempt at a Solution


Actually, I don't even know how to begin this or set this up. =/ How do I solve this equation and determine which one of the given answers is correct? The answers in my textbook says it's either 246 m and 2.51 m, but how do I solve to get them?
 
on Phys.org
Call the cliff's height h. Let y(t) be the distance above the ground as a function of time.

[tex]y(t) = h - \frac{1}{2}gt^2[/tex]

I'm assuming it starts from rest. Solving for t, the total time to fall is:

[tex]t = \sqrt{\frac{2h}{g}}[/tex]

1.3 s before that elapsed time, the ball has fallen 2/3 of the way:

[tex]y\left(\sqrt{\frac{2h}{g}} - 1.3 s\right) = \frac{h}{3} = h - \frac{1}{2}g\left(\sqrt{\frac{2h}{g}} - 1.3 s\right)^2[/tex]

Now I think you can just solve for h. Let me see if I get one of those answers.