Horizontal projectile problem(revised)

AI Thread Summary
The discussion revolves around solving a horizontal projectile problem where a stone is thrown from a cliff. To find the time it takes for the stone to hit the ground, the horizontal distance and velocity are used, leading to a time of 3.13 seconds. The height of the cliff can then be calculated using this time in the vertical motion equations. The impact velocity's direction is determined using vector components, specifically through the inverse tangent of the final vertical and horizontal velocity components. The participants clarify the use of trigonometric functions and the relationship between the angles and velocity components.
mastershake15
Messages
12
Reaction score
0

Homework Statement


A person standing on a cliff throws a stone with a horizontal velocity of 15.0m/s and the stone hits the ground 47.0 m from the base of the cliff.

A. How much time does it take for the stone to hit the ground?
B. How high is the cliff?
C. What was the impact velocity of the the stone(magnitude and derection)?

you can ignore air resistance

Homework Equations


V = Vo + at
X = Xo +Vot + 1/2at^2
V^2 = Vo^2 + 2ax


The Attempt at a Solution



i drew out the diagram and set up my knowns but don't know which variable to look for first the time or the cliff hieght and how to manipulate the equations to do that
 
Physics news on Phys.org
A.) This is more simple than it appears. Since horizontal motion is independent of vertical motion, you can simply use d=vt. Isolate the x-direction. You have the object traveling 47 meters at 15 m/s. Find time.

Let me know if you have trouble finding the other answers knowing this information...
 
thanks a lot i was making it much harder than it needed it to be, i will thank you
 
wait how do i isolate x i just realized i didnt take very good notes...sry
 
never mind
 
Got it?
 
yes sir i do after i get time which is 3.13 seconds i plug it into the equation id normally use to find time
 
now how do i go about finding the derection in degrees at which the rock struck the ground? Sin(V)?
 
The time that it taken for the rock to hit the ground is == the time allowed for the horizontal motion to move the rock in the x direction, from that you find the horizontal displacement.

As for the angle it hits the ground at, that is a bit more complicated at the rock moves in an arc, which isn't subject to right angle triangle trigometric functions, the only way I would guess doing it would be to plot a graph and do it the practical way like that, however I'm waiting for PF mentor to blow me out the water with some awesome mathematical method of doing so (as I don't know the equation off the back of my head personally)
 
  • #10
Vectors. Vfinal will = sqrt(Vxfinal^2 + Vyfinal^2)
and Vxfinal=Vxinitial, since horizontal velocity doesn't change from beginning to end.
and Vyfinal= Vinitial*time - (1/2)(g)(t^2) I believe.

But you asked for direction oops. Well that's how you do it anway. Direction will equal arctan(Vyfinal/Vxfinal).
 
  • #11
AbedeuS said:
which isn't subject to right angle triangle trigometric functions

But it is! The mathematical method you mention is simply the inverse tangent of the final y velocity component divided by the final x velocity component. Its simple in vector terms.

The triangle is of course formed by these final components of velocity. Vy final is the 'opposite' of your triangle and Vx is your 'adjacent'. I wish I could draw it for you, but hopefully that makes sense.
 
Last edited:
  • #12
hmm I am pretty sure u are able to use Pathagorean's theory to do this
 
  • #13
thank you johnson I am remembering that lecture that escaped me now thank you
 
  • #14
No problem
 
  • #15
Ah, i see, your using velocity vectors rather than distance ones ^_^ makes much more sense when put into that context, wouldn't the angle between it and the floor just be equal to:

Tan(\theta)=V_{y}/V_{x}

so:

Tan^{-1}(\frac{V_{y}{V_{x}})

EDIT: No idea why that bugged but i was using Tan = Opp/Adjacent

or is ArcTan = Tan^{-1}? if so, apologies, but i hate those inverse trigometric functions >,<
 
Last edited:
  • #16
Yes that's exactly it. Tan(theta)= Vy/Vx , which is the same as arctan(Vy/Vx)= theta. Yep!


Unless I'm misusing my notation. I mean the inverse tangent when I say arctan, is that correct?
 
Back
Top