Arnav P. answered 04/23/23
Undergraduate Biochemistry Student Specializing in SAT/ACT Prep
In long physics problems like these, it's usually beneficial to draw a picture if one isn't given to you. Here's one I drew: https://ibb.co/85jvGYp. Just something small, enough to organize your thinking about what's going on. Let's say for this problem, up is positive and down is negative. We are given the following quantities in the problem:
vy = 9.5 m/s
ay = -9.8 m/s2 (downwards)
∆x = 15m
∆y = 0m (because the crater is filled to the brim with lava)
A) Here, Frodo is throwing the ring straight up and we want to know how long it will take to fall. Well, we know that this is just a 1-dimensional problem, and so easier because of that. All we have to do is think about which kinematic equation allows us to incorporate what we do know (initial velocity and acceleration) and time. Well, that sounds like ∆y = v0yt + 1/2 ay t2:
We know ∆y is 0, so this allows us to say -v0yt = 1/2 ay t2
Taking out a t from both sides, we get -v0y = 1/2 ay t
And finally solving for t: t = -2v0y / ay
t = -2 (9.5 / -9.8) = 1.938 sec
B) Now Gollum wants to catch the ring when it's at its highest point. This would be halfway through its motion, since we don't have any change in height. So you can just say the time for this is the total time cut in half, or about .969 sec. Of course, if you're unsure you can always check yourself by using the kinematic equations to find the time when the velocity becomes 0 (meaning the projectile is turning). To find the height, we can just use the same equation as in part A), just with our time already plugged in:
∆y = v0yt + 1/2 ay t2
∆y = 9.5(.969) + 1/2 (-9.8)(.9692)
∆y = 4.605 m
C) Now this part says to do this same calculation, but if we were 8 feet off the ground. This means our ∆y will be -8m (signs are important!). We just keep doing the same thing pretty much:
∆y = v0yt + 1/2 ay t2
However, this time solving for t is not as easy, because we can't just factor one t out, making the equation linear. Instead, we have to do a quadratic formula. (Or, if you have a calculator and don't have to show your work for the algebra, you can just plug things in from the get go. But it's usually good form to solve for the variable of interest algebraically first and then plug things in.)
∆y = v0yt + 1/2 ay t2
We can put ∆y on the same side as everything else and make this into a quadratic with the coefficient of t2 being a, the coefficient of t being b, and the constant being c:
1/2 ay t2 + v0yt - ∆y = 0
t = (-b +/- √(b2 - 4ac) ) / 2a
t = (-v0y +/- √ (v0y2 - 4(1/2 ay)(∆y) ) ) / 2(1/2 ay)
t = (-9.5 +/- √ (9.52 - 4(1/2)(-9.8)(-(-8)) ) ) / 2 (1/2(-9.8))
t = 2.57 sec (taking only the positive solution because negative time doesn't make sense)
D) Now we want the ring to touch the ground (lava) at the far end of the crater, so 15m across. Here, we finally have 2 dimensions to consider, so we need to think about 2 equations. We know that there is no acceleration in the x-direction, so we can use that. We also know that this time Frodo is throwing it, so ∆y is back to being 0 (yay). In fact, we don't even need to set up 2 equations because one of them we've already done:
∆y = v0yt + 1/2 ay t2
t = -2v0y / ay = 1.938 sec, regardless of the x-velocity
∆x = v0xt
v0x = ∆x / t
v0x = 15 / 1.938 = 7.74 m/s
Hope this helps! If you have any questions about the process for these or similar problems make sure to leave a comment!