PDA

View Full Version : Projectile Motion


merlinMan
Sep11-04, 12:28 PM
A ball is thrown from a bliff with an initial speed of 20m/s from the edge of a 45m high cliff. At the same time, a woman is running away from the cliff at a speed of 6m/s. She runs until she catches the ball. at what angle above the horizon should the ball be thrown so that she can catch ball.

I came up with a position function for the woman

V_{w} = 6t

and set it equal to the vertical position function for the ball.



6t= 45+ 20sin(X)t -\frac{-9.8}{2}t^2

I cant see where I go from here. I tried using quadratic but I didn't think I could combine the 6t and the 20sin(x)t, am I incorrect? How do I do it with 2 variables, the x and the t?

arildno
Sep11-04, 12:33 PM
You are mixing up horizontal and vertical components of the ball's position.
1. The ball reaches the ground when its vertical position is 0 (ground level)
This gives you an equation for the time used, expressed in terms of the angle.
2. At this time, the horizontal component of the position must equal the position of the woman.
Air resistance is neglected.

merlinMan
Sep11-04, 01:01 PM
So . . .
1. This would be ... 0= 45+ 20sin(X)t -\frac{9.8}{2}t^2 right?

2. 6t = 20cos(x)t right?

I understand that . . . but I don't see where to go. In equation 2, if I divide by 6t the t's cancel out and I get \frac{20cos(x)}{6} = 0

Use quadratic to solve for the first equation and plug that into the 2nd?

arildno
Sep11-04, 01:17 PM
So . . .
1. This would be ... 0= 45+ 20sin(X)t -\frac{9.8}{2}t^2 right?

2. 6t = 20cos(x)t right?

I understand that . . . but I don't see where to go. In equation 2, if I divide by 6t the t's cancel out and I get \frac{20cos(x)}{6} = 0

Use quadratic to solve for the first equation and plug that into the 2nd?
It should be:
\frac{20cos(x)}{6} = 1, i.e \cos(x)=\frac{6}{20}
As it happened, it was unnecessary in this particular exercise to find the actual time value when the ball hits the ground.
If the woman had started some distance off the cliff edge, you would have needed the particular time value.