What is the maths behind projectiles (including air resistance)?

AI Thread Summary
The discussion focuses on calculating projectile motion with air resistance, specifically using a 1 kg football thrown at 10 m/s at a 30-degree angle. Participants emphasize the need to apply Newton's second law and formulate differential equations to account for air resistance, which is modeled as 1/15th of the ball's speed in the opposite direction. The equations derived include components for vertical and horizontal motion, leading to second-order differential equations that can be solved to find the projectile's trajectory. The conversation highlights the importance of understanding how to express acceleration and velocity as functions of time in this context. Ultimately, the discussion provides a framework for solving projectile motion problems that include air resistance.
Georgepowell
Messages
179
Reaction score
0
E.g. A football of mass 1kg is thrown with a speed of 10m/s at an angle of 30 degrees from a horizontal plane. Take air resistance (in Newtons) as 1/15 th of the speed of the ball in the exact opposite direction that the ball is traveling. How long is the ball in the air? and how far (horizontally) has it traveled at the point of landing?

I understand how to figure it out if I can ignore air resistance, but how would I answer this question?

I am not so much interested in the answer, but more how to figure out the answer, I have just given you that example so it gives you something to answer if you need an example.
 
Last edited:
Physics news on Phys.org
That tells me how to figure out the air resistance, and not how to predict its movement after I know it.

Anybody else?
 
Georgepowell said:
That tells me how to figure out the air resistance, and not how to predict its movement after I know it.

Anybody else?
One would need to formulate a system of differential equations using Newton's second law. The exercise is fairly straight forward for the case of linear drag (as you have described in your opening post).
 
Ok, so from what I already know I can write the instantaneous acceleration in terms of the velocity at that time, but I can't seem to figure out how to have acceleration/velocity as a function of time.

Any help on this?
 
Georgepowell said:
Ok, so from what I already know I can write the instantaneous acceleration in terms of the velocity at that time, but I can't seem to figure out how to have acceleration/velocity as a function of time.

Any help on this?
We have Newton's second law:

\mathbf{F} = m\frac{d^2\mathbf{r}}{dt^2}

Where r = xi + yj is position, where x=x(t) and y=y(t). Splitting into vertical and horizontal components:

-mg -\kappa y^\prime = my^{\prime\prime}

-\kappa x^\prime = mx^{\prime\prime}

Where \kappa = 1/15. In canonical form:

y^{\prime\prime} + \frac{\kappa}{m} y^\prime = g

x^{\prime\prime} + \frac{\kappa}{m} x^\prime = 0

Both of the above are second order differential equations with constant coefficients. Both are separable and straightforward to solve.
 
Back
Top