akatsafa said:
I'm having trouble with these two problems. We haven't covered this in class yet, but I have to do them for my lab tomorrow.
1. A package is dropped from a passing plane(moving in the horizontal direction) and produces a projectile motion as it is falling to the ground. If it takes the package only 50 seconds until it hits the ground, how far above the ground was the plane when the package was released? in meters. How do i know what equation to use for this?
2. A ball rolls horizontally off the edge of a tabletop that is 1.5m high. It strikes the floor 2.80m away from the edge of the table. What is the initia (horizontal) velocity of the ball? in m/s. I don't know what equation to use for this either. There are so many in the text, but we haven't gone over problems like this yet. Please help!
If something is moving horizontally when it falls, does it take longer to land?
Give it a try - it doesn't. If you can neglect air resistance, all objects accelerate at g when dropped, no matter how fast they're moving perpendicular to gravity.
So, for the first question, you can totally ignore the fact that the plane is moving. You know the object takes 50 seconds to land. Here are the only two equations you'll ever need for a constant acceleration problem (you can find the others by solving and substituting between these two)
x - x_0 = v_0 t + \frac {1}{2} at^2
and
v = v_0 + at
Where v_0 is the initial velocity, x_0 is the initial displacement, t is the time, a is the acceleration, v is the current velocity, and x is the current displacement.
Let's use the first one. Think of an x-axis sticking out of the plane and straight down into the ground, with the origin at the plane. Then, at the instant when the package is dropped, it has zero displacement and zero velocity (along the x-axis, we don't care about the plane's forward movement.) What about the acceleration? We normally approximate g (the acceleration due to gravity) as 9.8 m/s². In reality, it varies depending on your position on Earth, but 9.8 m/s² is close enough.
So, what we know is:
The package's initial displacement = x_0 = 0
The package's initial velocity = v_0 = 0
The acceleration due to gravity = a = 9.8 m/s²
The time the package has been falling for = t = 50 seconds
Putting this into our first equation gives:
x - (0) = (0) \cdot 50 s + \frac {1}{2} \cdot \frac {9.8 m}{s^2} \cdot (50 s)^2
This simplifies down into x = 12250 meters. The package has been displaced by 12250 meters after 50 seconds. However, using such a specific number implies we know exactly how much it has fallen. We don't - we only know the amount it has fallen to the same precision as the numbers we used to calculate it in the first place. "50 seconds" probably has two significant digits, so let's round our answer off to two significant digits as well. 12250 meters is about 12000 meters, or 12 kilometers, or 1.2 x 10^4 meters.
In the real world, it wouldn't be anywhere near that high, because the package would have long since hit its terminal air speed. Plus, planes don't generally leave the troposphere
For the second question, you can find out how long the ball has been in motion by considering just the vertical velocity and acceleration, and then substitute that time to find the initial horizontal velocity. Give it a shot, and ask if you're still having problems with it.