Height of a projectile at two points?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 2K views
Vitani11
Messages
275
Reaction score
3

Homework Statement


A projectile is fired with a velocity v such that it passes through two points both at a distance h above the horizontal. Show that if the gun is adjusted for maximum range, the separation of the points is

d = (v/g)(√v2-4gh)

Homework Equations


y = -gt2/2 + vsinθt
x = vcosθt

for max range R = v2/g
θ = π/4

The Attempt at a Solution


substituting theta into the two equations gives me
h = -gt2/2 + vt/√2

d = (v/√2)t

I replaced y with h to find the two times at which the ball is at h (both going up and down), then I used those times I found in the d equation to find the distance at both points at both times, and then took the difference between "d1" and "d2" where d2 is the point after max height and d1 is the point before. Is this not the right method? I get that t = h and t = stuff from the h equation... and t = h is obviously not true. Is that the issue?
 
Physics news on Phys.org
Vitani11 said:
Is this not the right method?
Looks right.
Vitani11 said:
I get that t = h
Then you are making an algebraic error. You can use dimensional analysis to see where it goes wrong. If you cannot spot it, please post all your working.
 
  • Like
Likes   Reactions: Vitani11
h = -gt2/2 + vt/√2 to begin. I pull a t out and it becomes h = t(-gt/2+v/√2) so h = t and -gt/2+v/√2 = h

:/
 
Vitani11 said:
h = -gt2/2 + vt/√2 to begin. I pull a t out and it becomes h = t(-gt/2+v/√2) so h = t and -gt/2+v/√2 = h

:/
That looks suspiciously like what you would do if you were trying to find the zeros of an equation. i.e. t(-gt/2+v/√2) = 0 so t = 0 or
(-gt/2+v/√2) =0. That isn't at all correct for h.
 
  • Like
Likes   Reactions: Vitani11
Finished. Thank you.