PDA

View Full Version : Projectile Velocity


scw287
Jun4-07, 07:50 AM
A diver springs upward from a board that is three meters above the water. At the instant she contacts the water her speed is 9.00 m/s and her body makes an angle of 81.0° with respect to the horizontal surface of the water. Determine her initial velocity, both magnitude and direction.
magnitude m/s
direction °


Here's what I've tried to do: I tried to solve for the initial velocity by using the kinematics equation v^2=vo^2+2*a*x
vo=1.174<<initial velocity

Now I need to find the magnitude and the direction, I think you use tan-1 and pythagorean theorem but I don't really understand the component method very well. Could you please help me get on the right track for this problem. All help will greatly be appreciated.

ice109
Jun4-07, 08:10 AM
do you know the position function?

scw287
Jun4-07, 08:27 AM
no I haven't heard of the position function.

ice109
Jun4-07, 08:32 AM
do you know the kinematic equations?

andrevdh
Jun4-07, 09:17 AM
How did you get the initial y velocity 1.174 m/s?

scw287
Jun4-07, 10:44 AM
Yes I know the kinematics equations x=vot+a/2at^2
x=1/2(vo+v)t
v=vo+at
v^2=vo2+2ax


I got 1.74m/s for the initial velocity by using the fourth equation. I am not positive that I did it right. Not sure what to do next!

skeeter
Jun4-07, 11:04 AM
in the y-direction ...

v_{fy}^2 = v_{oy}^2 - 2g(Delta y)

v_{oy} = sqrt[v_{fy}^2 + 2g(Delta y)]

v_{oy} = sqrt[(9*sin(81))^2 + 2(9.8)(-3)] = approx 4.5 m/s

velocity in the x-direction is a constant ...

v_x = 9*cos(81) m/s

you now have both x and y components of the initial velocity ... finish up.

scw287
Jun4-07, 12:19 PM
Thanks for all of your help!!

andrevdh
Jun5-07, 02:31 AM
Yes, I thought that you did use the fourth equation, but I got a different answer. I was hoping that you would show more exactly how you susbtituted to get to it so that we can compare notes.