Projectile Motion Collision Problem

Click For Summary

Homework Help Overview

The problem involves a projectile motion scenario where a particle P is projected from the origin with a given speed and angle, while another particle Q moves along the x-axis with a specified speed and acceleration. The goal is to determine the time and distance at which both particles collide.

Discussion Character

  • Exploratory, Assumption checking, Problem interpretation

Approaches and Questions Raised

  • Participants discuss the equations of motion for both particles, noting the unknown angle and the implications of assuming initial positions. There are inquiries about the correct application of kinematic equations and the relationship between the angle and the collision conditions.

Discussion Status

The discussion has evolved with participants sharing their equations and reasoning. Some have suggested that there is a unique angle for collision, while others express uncertainty about assumptions regarding the initial position of particle Q. There is an ongoing exploration of how to eliminate the angle from the equations.

Contextual Notes

Participants highlight the need for clarity on initial conditions and the specific values of acceleration and gravity in the context of the problem. There is a recognition that the problem may be unsolvable without certain assumptions.

TheRedDevil18
Messages
406
Reaction score
2

Homework Statement



A particle P is projected from the origin with initial speed 5 m/s and projection angle theta. At time t = 0, when P is at the origin, another particle Q begins to move on the
(horizontal) x-axis with initial speed 15/4 m/s and constant acceleration a = 3g/4 m/s^2.
Determine the time t when P collides with Q, and the distance from the origin where this
occurs.

Homework Equations





The Attempt at a Solution



I know the times are the same but I can't solve for the equations because the angle is unknown. Any advice on how to go about solving this ?
 
Physics news on Phys.org
What are the equations? Show them, please. The angle is one of the unknowns.

ehild
 
ehild said:
What are the equations? Show them, please. The angle is one of the unknowns.

ehild

Δy = V0SinΘ - 1/2 gt^2

Knowing that delta y = 0,

0 = 5SinΘ - 1/2 (-9.8)t^2.....1

x = V0t - 1/2at^2, this is for particle q

x = (15/4)t - 1/2(-9.8)t^2......2

If the angle was given this could have been easily solved because the times are the same for P and Q
 
If I'm not misunderstanding the problem, then there is only one angle in which the particles collide (i.e. there's only one angle in which the paths intercept at the same time)
This is how you know which angle to use.

P.S.
Are we supposed to assume the position of Q at t=0 is at the origin?



Edit:
TheRedDevil18 said:
x = V0t - 1/2at^2, this is for particle q

Don't you mean plus 1/2at^2?

TheRedDevil18 said:
x = (15/4)t - 1/2(-9.8)t^2

That is not the acceleration that was given for particle Q
 
Last edited:
TheRedDevil18 said:
Δy = V0SinΘ - 1/2 gt^2

Knowing that delta y = 0,

0 = 5SinΘ - 1/2 (-9.8)t^2.....1

x = V0t - 1/2at^2, this is for particle q

x = (15/4)t - 1/2(-9.8)t^2......2

If the angle was given this could have been easily solved because the times are the same for P and Q

What about the x coordinate of particle P?

As Nathanael pointed out, particle Q does not accelerate with -9.8 m/s^2. And in general, x= vot+a/2t^2 is the formula for the x displacement in case of uniformly accelerating motion.

ehild
 
ehild said:
What about the x coordinate of particle P?

As Nathanael pointed out, particle Q does not accelerate with -9.8 m/s^2. And in general, x= vot+a/2t^2 is the formula for the x displacement in case of uniformly accelerating motion.

ehild

Yes, my mistake

For particle Q
x = (15/4)t + 1/2(7.35)t^2...,

@Nathanael, why is it plus 1/2 at^2 ?, I thought the formula had a minus sign in it

The X co-ordinate of particle P is,
x = 5cosΘt

I don't know if we can assume that the Q started at the origin else their displacements should be the same. Still don't know how to get the angle though
 
TheRedDevil18 said:
I don't know if we can assume that the Q started at the origin else their displacements should be the same.

I think that if we don't assume that Q started at the origin, then the problem is unsolvable (as far as I can tell).

TheRedDevil18 said:
@Nathanael, why is it plus 1/2 at^2 ?, I thought the formula had a minus sign in it
It only has a minus sign if the acceleration is "negative" (which is just a direction).
Consider the case of zero initial velocity and a positive acceleration. The formula becomes [itex]x=\frac{1}{2}at^2[/itex].
If the acceleration is (in the) positive (direction), wouldn't you expect the displacement to be (in the) positive (direction)?


TheRedDevil18 said:
Still don't know how to get the angle though

Have you thought about it? Can you elaborate on why you're stuck? Contemplate it a bit.

I haven't gone through a specific solution, but I can tell you that each angle corresponds with one-and-only-one final distance, and one-and-only-one "time in the air"

The other particle must be at that same distance at that same time. So you will need to find the angle which works.
(It's like a game where you're tring to land one particle on the other particle by altering the launch angle)
(Except you have physics/math, so you will beat the game first try :-p)
 
TheRedDevil18 said:
Yes, my mistake

For particle Q
x = (15/4)t + 1/2(7.35)t^2...,
The X co-ordinate of particle P is,
x = 5cosΘt

I don't know if we can assume that the Q started at the origin else their displacements should be the same. Still don't know how to get the angle though

You have three equations and three unknowns: the angle θ, the time t and x.

x=5cos(θ) t

y=0=5sin(θ) t -g/2 t2

x = (15/4)t + 1/2(7.35)t^2


I assume you can solve a system of equations.
You need t and x in the final result. It would be nice to eliminate the angle θ. It is a good method to use that sin2(θ)+cos2(θ)=1

ehild
 
Thanks guys, I finally solved it

I got my time to be 0.29's and displacement to be 1.39m

Thanks again to ehild and Nathanael :)
 
  • #10
By trial and error, i agree, with g @ 9.8 (m/s)/s, the result is :
launch angle = 16.25 °
x distance to collision = 1.3707 metres
elapsed time = 0.2855 seconds
 
  • #11
TheRedDevil18 said:
Thanks guys, I finally solved it

I got my time to be 0.29's and displacement to be 1.39m

Thanks again to ehild and Nathanael :)

Well done!
I have just noticed that a =3/4 g was given. So the evaluation can be much simpler.

x=5cos(θ) t

y=0=5sin(θ) t -g/2 t2

x = (15/4)t + 1/2(3g/4)t^2



You could have done it on a more straightforward way:

Isolate t from the second equation: ##t=\frac{10}{g}\sin(θ)##

Equate the first and third equations and divide by t.

##5\cos(θ)=\frac{15}{4}+\frac{3g}{8}t##

Substitute t=10/g sin(θ) for t:

##5\cos(θ)=\frac{15}{4}+\frac{3g}{8}\frac{10}{g}\sin(θ)\rightarrow 5\cos(θ)=\frac{15}{4}+\frac{15}{4}\sin(θ)##

Multiply by 4/5:

##4\cos(θ)=3+3\sin(θ)##

take the square, substitute cos2(θ)=1-sin2(θ) and solve for sin(θ).
sin(θ)=0.28, θ=16.26°

ehild
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
1K
Replies
40
Views
3K
Replies
4
Views
2K
  • · Replies 18 ·
Replies
18
Views
2K
  • · Replies 3 ·
Replies
3
Views
4K
Replies
16
Views
3K
  • · Replies 20 ·
Replies
20
Views
3K
  • · Replies 6 ·
Replies
6
Views
1K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 11 ·
Replies
11
Views
2K