Hmm, I know in a vacuum that with projectile motion

AI Thread Summary
Shooting a projectile at 45 degrees typically yields the greatest distance in a vacuum, while 30 and 60 degrees should theoretically cover the same distance. However, the introduction of air resistance, modeled as -kv^2, complicates this, potentially altering the expected outcomes. The discussion raises concerns about the accuracy of a FORTRAN program that suggests different results, indicating a possible programming error. Participants note that air resistance affects the distances differently, challenging the assumption that 30 and 60 degrees will perform identically. The conversation emphasizes the need for careful analysis when incorporating air friction into projectile motion calculations.
schattenjaeger
Messages
176
Reaction score
0
shooting the projectile at 45 degrees will yield the greatest distance, and 30 and 60 degrees should go the same distance, but if you add in an air-friction force of -kv^2 (where k is .05 and v is the instant speed)is it possible for that to be otherwise?

'cuz the program I just wrote says it is, and I'm thinking I might've screwed up the program. If that's the case, anyone here good at FORTRAN?
 
Physics news on Phys.org
There's no reason to suppose that, with air resistance, a projectile fired at 30 or 60 degrees will go the same distance.
 
schattenjaeger said:
shooting the projectile at 45 degrees will yield the greatest distance, and 30 and 60 degrees should go the same distance, but if you add in an air-friction force of -kv^2 (where k is .05 and v is the instant speed)is it possible for that to be otherwise?

'cuz the program I just wrote says it is, and I'm thinking I might've screwed up the program. If that's the case, anyone here good at FORTRAN?

James R said:
There's no reason to suppose that, with air resistance, a projectile fired at 30 or 60 degrees will go the same distance.

or that one fired at 45 degrees will have the greatest distance.

I used to know some FORTRAN, but even that has probably changed since I last did any. How are you approaching the problem?
 
If you assume a uniform air field then the magnitudes of a 30 and 60 degree launch will decrease the same.
 
Thread 'Variable mass system : water sprayed into a moving container'
Starting with the mass considerations #m(t)# is mass of water #M_{c}# mass of container and #M(t)# mass of total system $$M(t) = M_{C} + m(t)$$ $$\Rightarrow \frac{dM(t)}{dt} = \frac{dm(t)}{dt}$$ $$P_i = Mv + u \, dm$$ $$P_f = (M + dm)(v + dv)$$ $$\Delta P = M \, dv + (v - u) \, dm$$ $$F = \frac{dP}{dt} = M \frac{dv}{dt} + (v - u) \frac{dm}{dt}$$ $$F = u \frac{dm}{dt} = \rho A u^2$$ from conservation of momentum , the cannon recoils with the same force which it applies. $$\quad \frac{dm}{dt}...
Back
Top