Implementing wind into projectile calculation.

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
lamborghini
Messages
1
Reaction score
0

Homework Statement


Calculate distance of a rock thrown at certain angle, velocity and wind speed/direction.

Homework Equations


I'm using this: 2(vi^2)sin(theta)cos(theta)/9.8 to calculate the distance of the throw. How could I implement a wind value and direction into this equation? This is only a 2D simulation, so the wind would only affect the x value.

Thanks for the help.
 
Physics news on Phys.org
It is not a simple modification to that equation. You need to start with the differential equations of motion (ΣF=ma). In that, you will need to decide how drag affects speed. Drag force = constant x speed2 is usual.

It is not true that wind only affects the horizontal movement. It also slows vertical descent.