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

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
6 replies · 4K views
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:

[tex]\mathbf{F} = m\frac{d^2\mathbf{r}}{dt^2}[/tex]

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

[tex]-mg -\kappa y^\prime = my^{\prime\prime}[/tex]

[tex]-\kappa x^\prime = mx^{\prime\prime}[/tex]

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

[tex]y^{\prime\prime} + \frac{\kappa}{m} y^\prime = g[/tex]

[tex]x^{\prime\prime} + \frac{\kappa}{m} x^\prime = 0[/tex]

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