Implementing wind into projectile calculation.

AI Thread Summary
To incorporate wind into projectile calculations, start by analyzing the forces acting on the projectile, including drag, which affects both horizontal and vertical motion. The basic equation for distance does not account for wind, so a more complex approach using differential equations of motion is necessary. It's important to consider how wind speed and direction will alter the projectile's trajectory, impacting both horizontal distance and vertical descent. A diagram can help visualize the effects before formulating the appropriate equations. Understanding these dynamics is crucial for accurate modeling in a 2D simulation.
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
Forget about equations at first ... draw a diagram and see what's going on and THEN figure out how to put it into an equation.
 
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.
 
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'Collision of a bullet on a rod-string system: query'
In this question, I have a question. I am NOT trying to solve it, but it is just a conceptual question. Consider the point on the rod, which connects the string and the rod. My question: just before and after the collision, is ANGULAR momentum CONSERVED about this point? Lets call the point which connects the string and rod as P. Why am I asking this? : it is clear from the scenario that the point of concern, which connects the string and the rod, moves in a circular path due to the string...
Thread 'A cylinder connected to a hanging mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top