Projectile Motion with a Moving Observer

In summary: Actually, now that I think about it, there are a few different ways to solve this problem. I think the way you're going about it is fine too. But as long as you have the time and acceleration components, you can solve for x- and y- distances individually and use vector addition (or Pythagoras) to combine them.If the Z-axis is up and down, Y-axis South to North, X-axis East to West, what would the acceleration of the Y component be? The car is traveling north and throws to the west, is this when I use the 44.721 m/s?I wouldn't worry about the z-axis. It's not relevant for this problem. You can just focus on
  • #1
ichivictus
39
0

Homework Statement


A car is driving 40 m/s north on a flat surface when the driver throws a ball out the window. The ball leaves his hand moving horizontally and perpendicular to the car with a speed of 20 m/s with respect to the car.

At the moment the ball leaves the driver's hand, it is 1m above ground. Find the total distance traveled by the ball between its release and the instant it hits the ground. Neglect air resistance or any other forces other than the weight of the ball.

Homework Equations


Kinematics:

y = Vot + (1/2)at2
Vf = Vo + at
Vf2 = Vo2 + 2ay
y = t * [ (Vo + Vf) / 2 ]

Gravity is 9.82 m/s^2

The Attempt at a Solution



Vector algebra says the initial velocity of the ball is sqrt(40^2 + 20^2) = 44.7 m/s

The final velocity will be 0 m/s I believe.

I've tried a bunch of weird things with Kinematics but I keep getting results that are way off from what is reality. Projectile motion is usually not that difficult for me but that's because I always have the time. In this case I don't so I have to solve for time before doing much else.

y = Vot + (1/2)at2

y = 44.7t - 4.91 m/s2 * t2

Without knowing distance I can't solve for the time here.

Using Vf = Vo + at gave me a weird answer that I knew was wrong. It won't take over 4 seconds to hit the ground I'd think.

Not sure where to go from here...
 
Last edited:
Physics news on Phys.org
  • #2
ichivictus said:

Homework Statement


A car is driving 40 m/s north on a flat surface when the driver throws a ball out the window. The ball leaves his hand moving horizontally and perpendicular to the car with a speed of 20 m/s with respect to the car.

At the moment the ball leaves the driver's hand, it is 1m above ground. Find the total distance traveled by the rock between its release and the instant it hits the ground. Neglect air resistance or any other forces other than the weight of the ball.

Homework Equations


Kinematics:

y = Vot + (1/2)at2
Vf = Vo + at
Vf2 = Vo2 + 2ay
y = t * [ (Vo + Vf) / 2 ]

Gravity is 9.82 m/s^2

The Attempt at a Solution



Vector algebra says the initial velocity of the ball is sqrt(40^2 + 20^2) = 44.7 m/s
That's right! :approve: Keep that value handy because you'll use it later. :smile: That said, you might want to hold on to some more significant figures for now. You can always reduce the number of significant figures in your final answer. In other words, I wouldn't round to 44.7 m/s so soon. Keep more significant figures for now (like 44.721 m/s, for example).

The final velocity will be 0 m/s I believe.
Ummm, no. The ball/rock will hit the ground with a non-zero velocity. It definitely won't be zero. If it helps, think of it as the ball/rock's velocity at the instant before it hits the ground.

It doesn't really matter for this problem though. You can find the final answer without ever calculating the ball/rock's final velocity.

I've tried a bunch of weird things with Kinematics but I keep getting results that are way off from what is reality. Projectile motion is usually not that difficult for me but that's because I always have the time. In this case I don't so I have to solve for time before doing much else.

y = Vot + (1/2)at2
That's a handy equation and you'll use it for this problem. As a matter of fact, you'll use it for your next step.

y = 44.7t - 4.91 m/s2 * t2
[Edit: The use of the equation isn't right. You're mixing up your components. You're mixing up the velocity of one direction with the acceleration in another.]

Without knowing distance I can't solve for the time here.

Using Vf = Vo + at gave me a weird answer that I knew was wrong. It won't take over 4 seconds to hit the ground I'd think.
That particular kinematics equation is not so useful for this particular problem.

Not sure where to go from here...
Go back to your
y = v0t +(0.5)at2
equation.

But before using it, remember to break up the motion of the ball/rock into its components. You've already combined the two horizontal components of velocity, which is fine, and we'll come back to that. But does acceleration due to gravity act on the ball/rock in any of these horizontal directions?

What about the vertical component (up-down component) of the ball's motion. What is the initial up-down velocity of the ball/rock?

What about acceleration due to gravity? Does the gravitational acceleration act on the ball/rock in the up/down direction?
 
Last edited:
  • Like
Likes 1 person
  • #3
Ah, because we know that the distance from top to bottom is 1m and its acceleration is gravity, time can be found from that.

1m = 4.91 t^2
.451s = t

And that time is universal for all components. So I can solve for the distance of the x-component (assuming x-axis is east to west). Acceleration for the x component is zero.

dx = 20m/s * .451s = 9.02m

If the Z-axis is up and down, Y-axis South to North, X-axis East to West, what would the acceleration of the Y component be? The car is traveling north and throws to the west, is this when I use the 44.721 m/s?
 
  • #4
ichivictus said:
Ah, because we know that the distance from top to bottom is 1m and its acceleration is gravity, time can be found from that.

1m = 4.91 t^2
.451s = t
That looks right to me! :approve: Very nice.

Again though, I'd recommend keeping some more signification figures for these intermediate steps.

And that time is universal for all components. So I can solve for the distance of the x-component (assuming x-axis is east to west). Acceleration for the x component is zero.

dx = 20m/s * .451s = 9.02m
That's not quite what I had in mind calculating the x- and y- distances individually (since you already combined their velocities), but that's okay. Calculating the x- and y- distances individually and then combining them later will also work.

So you've found the horizontal distance the ball/rock traveled that is perpendicular to the car's motion.

What's the horizontal distance of the ball/rock that's parallel to the car's motion?

If the Z-axis is up and down, Y-axis South to North, X-axis East to West, what would the acceleration of the Y component be?
Gravitational acceleration only matters in the up-down direction, and you've already taken care of that (in this case, the z-direction).

There isn't any gravitational acceleration acting in the north-south direction, nor is there in the east-west direction. That's because these are both horizontal directions. Projectile motion components are at constant velocities in these directions.

The car is traveling north and throws to the west, is this when I use the 44.721 m/s?

You could, yes!

There's more than one way to do this problem, by the way. One way is to combine the constant, horizontal velocities, and then solve for the final distance. The other way is to calculate the individual, horizontal component distances, and then combine the horizontal, distance components as the last step.
 
  • #5
Alright I think I know what you mean. 44.721 m/s is the initial velocity for the horizon in general right? So it already combined the x and y axis.

So
distance of horizon = 44.721m/s * .451s = 20.169m

So it travels 20169m in the NW direction and 1m down. This would be sqrt(20.169^2 + 1^2) = 20.194m is the distance traveled.

Does this sound correct to you?
 
  • #6
ichivictus said:
Alright I think I know what you mean. 44.721 m/s is the initial velocity for the horizon in general right? So it already combined the x and y axis.

So
distance of horizon = 44.721m/s * .451s = 20.169m

So it travels 20169m in the NW direction and 1m down. This would be sqrt(20.169^2 + 1^2) = 20.194m is the distance traveled.

Does this sound correct to you?
Yes, that's exactly the right idea! :approve:

I almost would have accidentally forgotten to even include the vertical distance, but the problem statement did say "total distance," so good job! :smile:

I got a slightly different answer (very small difference) due to rounding differences, by the way. But it's very close to your answer.
 
  • Like
Likes 1 person
  • #7
Awesome thank you so much! I never dealt with projectile problems that involved a third axis/vector. But now I can. Makes me smile :)
 

1. How does the velocity of the car affect the trajectory of the projectile?

The velocity of the car plays a crucial role in determining the trajectory of a projectile thrown from it. The horizontal velocity of the car will be transferred to the projectile, causing it to move forward in the same direction. The vertical velocity of the projectile, however, will be independent of the car's velocity.

2. What factors affect the maximum height reached by the projectile?

The maximum height reached by a projectile thrown from a car is affected by the initial velocity, launch angle, and acceleration due to gravity. A higher initial velocity and a smaller launch angle will result in a higher maximum height. The acceleration due to gravity will always act to bring the projectile back down to the ground.

3. Can the projectile be thrown at any angle from the car?

Yes, the projectile can be thrown at any angle from the car as long as the initial velocity is high enough to overcome the force of gravity and reach the desired height or distance. However, throwing the projectile at a 45-degree angle will result in the maximum range.

4. What happens to the projectile's velocity when it is thrown from a moving car?

The projectile's velocity will be a combination of the car's velocity and the initial velocity given to the projectile. The horizontal component of the car's velocity will be added to the projectile's initial velocity, while the vertical component remains unaffected.

5. How can air resistance affect the trajectory of the projectile?

Air resistance can affect the trajectory of a projectile thrown from a car by slowing it down and altering its path. The magnitude of this effect depends on the speed and shape of the projectile. In most cases, the impact of air resistance on the trajectory of the projectile will be minimal.

Similar threads

  • Introductory Physics Homework Help
Replies
2
Views
833
  • Introductory Physics Homework Help
Replies
11
Views
961
  • Introductory Physics Homework Help
Replies
16
Views
2K
Replies
3
Views
3K
  • Introductory Physics Homework Help
Replies
7
Views
2K
  • Introductory Physics Homework Help
Replies
1
Views
1K
  • Introductory Physics Homework Help
Replies
2
Views
878
  • Introductory Physics Homework Help
Replies
8
Views
2K
  • Introductory Physics Homework Help
Replies
1
Views
1K
  • Introductory Physics Homework Help
Replies
14
Views
1K
Back
Top