Trying to fix a simplification issue for a general range formula

  • Context: Graduate 
  • Thread starter Thread starter FallenLeibniz
  • Start date Start date
  • Tags Tags
    Formula General Range
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
FallenLeibniz
Messages
86
Reaction score
1
So I have derived a formula for the range of projectile in a vacuum fired from an arbitrary height h from above the ground as the following...

R=(vcosθ/g)[vsinθ+sqrt((vsinθ)^2+2gh)]Now it seems all well and good, but when I try to play with it by multiplying the RHS by the congugate term over the conjugate term (i.e. multiplying by one), I keep coming up with the 2gh factor on top which if h=0 leads to a discrepancy between the two. Can anyone help reconcile this? Note that all factors in the equation are positive values. I can provide a derivation of this equation later if necessary, but am late to be somewhere and so I must do it later.
 
Physics news on Phys.org
It's not there's a discrepancy. If you plug in h = 0 you will 0/0, which is indeterminate. So the right thing to do is take the limit as h tends to 0 from above, and that will give you sin(2θ)/g, as before.
 
Ok, I see the discontinuity now. I feel horrifically blind now.