Projectile Motion with Air Friction: Parabola or Not?

In summary, there is no closed form solution for finding the trajectory of a projectile when accounting for air resistance with a quadratic dependence on velocity. It is necessary to use numerical methods or approximations. However, a closed form solution may be found if the air resistance has a linear dependence on velocity. The resulting curve will not be a parabola. The quadratic formula cannot be used to find the trajectory in this case. The equations for projectile motion with and without air resistance are different, with the solution for air resistance involving exponential functions and not resulting in a parabolic curve.
  • #1
kishtik
100
0
How can I find the trajectory of a projectile when not neglecting air friction? Will it still be a parabola?
 
Physics news on Phys.org
  • #2
1. There is no closed form exact solution to this problem if you assume that the air resistance has a quadratic dependence on the velocity.
(You'll need to use either numerical methods or smart approximations)
2. You may find a closed form solution in the case of a linear dependence in velocity of the air resistance.
3. No, the curves will not be parabolas.
 
  • #3
But how can I use the quadratic formula to find the trajectory?
 
  • #4
What quadratic formula?
 
  • #5
no you can't use quadratic formula, since the path taken by the projectile will not be parabolic.
 
  • #6
Are you talking of solving for the trajectory with qudratic dependency of velocity in air resistance?
If so, use for example a forward Euler scheme with a standard iteration loop to handle the nonlinearity
 
  • #7
kishtik said:
But how can I use the quadratic formula to find the trajectory?
You dont.
Without air resistance the equations are:
[tex]m \frac{d^2 x}{dt^2} = 0[/tex]
and
[tex]m \frac{d^2 y}{dt^2} = -mg[/tex]
these can be solved by integrating both sides twice(the intitial height and initial velocity are functions of the constants of integration). The solution for x is linear in t and the solution for y is quadratic for t.
with air resistance(proportional to the velocity) the equations are:
[tex]m \frac{d^2 x}{dt^2} = -k \frac{dx}{dt}[/tex]
and
[tex]m \frac{d^2 x}{dt^2} = -k \frac{dx}{dt} - mg[/tex].
If you solve these you will find exponentials turning up in the solutions, and neither x nor y is quadratic in t. The solution is
[tex]x=A+Be^{-kt/m}[/tex]

[tex]y=C+De^{-kt/m}-\frac{mg}{k}t[/tex]
The initial position is (A+B,C+D). The xcomponent of the initial velocity is -kB/m. The y component of the initial velocity is -kD/m - mg/k. It is somewhat difficult to find y in terms of x, but it can be done by using logarithms as follows:
[tex]x-A = Be^{-kt/m}[/tex]

[tex]\frac{x-A}{B} = e^{-kt/m}[/tex]

[tex] ln(x-A)-ln(B) = -kt/m[/tex]

[tex]-\frac{k}{m}(ln (x-A) - ln (B)) = t[/tex]
now all that's left is to substitute this in the solution for y, to obtain
[tex]y=C+D\frac{x-A}{B} +g(ln (x-A) - ln (B))[/tex]
This clearly is not a parabola.
 
1)

Is the trajectory of a projectile affected by air friction?

Yes, air friction or drag can have a significant impact on the trajectory of a projectile. As the projectile moves through the air, it experiences resistance from the air molecules, which can cause it to slow down and deviate from its expected path.

2)

Does a projectile follow a parabolic path when air friction is considered?

No, when air friction is taken into account, the trajectory of a projectile will not follow a perfect parabolic path. The presence of air resistance will cause the projectile to experience a downward force, altering its trajectory and creating a slightly curved path.

3)

How does air friction affect the range of a projectile?

Air friction can significantly reduce the range of a projectile. As the projectile moves through the air, it will experience a drag force that will slow it down, causing it to cover less distance than it would without air friction. The degree to which air friction affects the range will depend on various factors, such as the initial velocity, mass, and shape of the projectile.

4)

Can air friction be ignored in projectile motion calculations?

It depends on the context and level of accuracy required. For short distances and low velocities, the effect of air friction may be negligible and can be ignored in calculations. However, for longer distances and higher velocities, air friction should be considered to obtain more accurate results.

5)

How can the impact of air friction on projectile motion be minimized?

The impact of air friction on projectile motion can be minimized by reducing the surface area and increasing the mass of the projectile. This will decrease the drag force acting on the projectile, allowing it to maintain a more predictable and parabolic trajectory.

Similar threads

  • Introductory Physics Homework Help
2
Replies
38
Views
2K
  • Introductory Physics Homework Help
Replies
13
Views
1K
  • Calculus and Beyond Homework Help
Replies
3
Views
554
  • Introductory Physics Homework Help
Replies
11
Views
751
Replies
3
Views
855
Replies
8
Views
2K
Replies
1
Views
2K
Replies
14
Views
896
Replies
8
Views
717
  • Other Physics Topics
Replies
12
Views
7K
Back
Top