Logo
Published on

Projectiles: Ideal Motion vs. Resisted Motion

Authors
  • avatar
    Name
    Vu Hung
    Twitter

Problem Statement

In introductory physics, projectile motion is often modelled purely under the influence of gravity, resulting in a perfect, symmetrical parabolic trajectory. However, real-world objects move through fluid mediums (like air or water) and are subject to resistance. The trajectory of a projectile moving subject to resistance is fundamentally different—it is asymmetrical, with a shorter range, a steeper angle of descent, and a lower maximum height.

Understanding this difference, and proving it mathematically, is a core component of the HSC Mechanics syllabus.

Consider a particle of mass mm projected vertically upwards from the ground with an initial velocity UU.

(a) Assuming no air resistance, derive an expression for the maximum height HidealH_{ideal} reached by the particle.

(b) Now assume the particle experiences air resistance proportional to its velocity, such that the resistive force is R=mkvR = mkv, where kk is a positive constant. Derive an expression for the time TT taken to reach the maximum height.

(c) For the resisted motion case in (b), show that the maximum height HresistedH_{resisted} is given by: Hresisted=Ukgk2ln(1+kUg)H_{resisted} = \frac{U}{k} - \frac{g}{k^2} \ln \left( 1 + \frac{kU}{g} \right)


Hints

  • Part (a): Use the standard equation of motion y¨=g\ddot{y} = -g. Integrate using the vdvdyv \frac{dv}{dy} form of acceleration, or use the standard kinematic formulas, setting v=0v=0 at max height.
  • Part (b): Setup the differential equation for upward motion with resistance: my¨=mgmkvm\ddot{y} = -mg - mkv. Use dvdt\frac{dv}{dt} for acceleration to find a relationship between velocity and time. Integrate and apply initial conditions to find tt, then set v=0v=0 to find the time to max height.
  • Part (c): To find max height, you need the relationship between velocity and displacement. Use the alternate form of acceleration: vdvdy=(g+kv)v \frac{dv}{dy} = -(g + kv). Separate variables, integrate from y=0y=0 to y=Hresistedy=H_{resisted}, and use logarithms to solve.

Solutions

Part (a): Ideal Maximum Height

  1. Without air resistance, the only force is gravity downwards.
  2. Acceleration is a=vdvdy=ga = v \frac{dv}{dy} = -g.
  3. Integrate with respect to yy: vdv=gdy\int v \, dv = \int -g \, dy 12v2=gy+C\frac{1}{2}v^2 = -gy + C
  4. Apply initial conditions: At y=0y=0, v=Uv=U. 12U2=0+C    C=12U2\frac{1}{2}U^2 = 0 + C \implies C = \frac{1}{2}U^2 12v2=gy+12U2\frac{1}{2}v^2 = -gy + \frac{1}{2}U^2
  5. At maximum height y=Hidealy = H_{ideal}, the velocity v=0v = 0: 0=gHideal+12U20 = -g H_{ideal} + \frac{1}{2}U^2 gHideal=12U2g H_{ideal} = \frac{1}{2}U^2 Hideal=U22gH_{ideal} = \frac{U^2}{2g}

Part (b): Time to Max Height (Resisted)

  1. With air resistance, the net force upwards is mgmkv-mg - mkv.
  2. Equation of motion: mdvdt=m(g+kv)    dvdt=(g+kv)m \frac{dv}{dt} = -m(g + kv) \implies \frac{dv}{dt} = -(g + kv).
  3. Separate variables to find time: dtdv=1g+kv\frac{dt}{dv} = -\frac{1}{g + kv} t=1g+kvdvt = \int -\frac{1}{g + kv} \, dv
  4. Integrate: t=1kln(g+kv)+Ct = -\frac{1}{k} \ln (g + kv) + C
  5. Apply initial conditions: At t=0t=0, v=Uv=U. 0=1kln(g+kU)+C    C=1kln(g+kU)0 = -\frac{1}{k} \ln (g + kU) + C \implies C = \frac{1}{k} \ln (g + kU) t=1kln(g+kU)1kln(g+kv)=1kln(g+kUg+kv)t = \frac{1}{k} \ln (g + kU) - \frac{1}{k} \ln (g + kv) = \frac{1}{k} \ln \left( \frac{g + kU}{g + kv} \right)
  6. At maximum height, v=0v = 0. Substitute to find TT: T=1kln(g+kUg+0)=1kln(1+kUg)T = \frac{1}{k} \ln \left( \frac{g + kU}{g + 0} \right) = \frac{1}{k} \ln \left( 1 + \frac{kU}{g} \right)

Part (c): Maximum Height (Resisted)

  1. We need the relationship between velocity and displacement. Start with the equation of motion and use a=vdvdya = v \frac{dv}{dy}: vdvdy=(g+kv)v \frac{dv}{dy} = -(g + kv)
  2. Separate variables: dydv=vg+kv\frac{dy}{dv} = -\frac{v}{g + kv} dy=vg+kvdv\int dy = \int -\frac{v}{g + kv} \, dv
  3. To integrate the right side, perform an algebraic trick. Add and subtract g/kg/k in the numerator, or manipulate the fraction: vg+kv=1k(kvg+kv)=1k(g+kvgg+kv)=1k(1gg+kv)-\frac{v}{g + kv} = -\frac{1}{k} \left( \frac{kv}{g + kv} \right) = -\frac{1}{k} \left( \frac{g + kv - g}{g + kv} \right) = -\frac{1}{k} \left( 1 - \frac{g}{g + kv} \right)
  4. Now integrate from y=0y=0 (where v=Uv=U) to y=Hresistedy=H_{resisted} (where v=0v=0): [y]0Hresisted=1kU0(1gg+kv)dv[y]_0^{H_{resisted}} = -\frac{1}{k} \int_U^0 \left( 1 - \frac{g}{g + kv} \right) \, dv
  5. Reverse the limits to absorb the negative sign: Hresisted=1k0U(1gg+kv)dvH_{resisted} = \frac{1}{k} \int_0^U \left( 1 - \frac{g}{g + kv} \right) \, dv
  6. Integrate: Hresisted=1k[vgkln(g+kv)]0UH_{resisted} = \frac{1}{k} \left[ v - \frac{g}{k} \ln (g + kv) \right]_0^U
  7. Evaluate at limits: Hresisted=1k((Ugkln(g+kU))(0gkln(g)))H_{resisted} = \frac{1}{k} \left( (U - \frac{g}{k} \ln (g + kU)) - (0 - \frac{g}{k} \ln(g)) \right) Hresisted=Ukgk2ln(g+kU)+gk2ln(g)H_{resisted} = \frac{U}{k} - \frac{g}{k^2} \ln (g + kU) + \frac{g}{k^2} \ln(g)
  8. Combine logarithms: Hresisted=Ukgk2(ln(g+kU)ln(g))H_{resisted} = \frac{U}{k} - \frac{g}{k^2} (\ln (g + kU) - \ln(g)) Hresisted=Ukgk2ln(g+kUg)H_{resisted} = \frac{U}{k} - \frac{g}{k^2} \ln \left( \frac{g + kU}{g} \right) Hresisted=Ukgk2ln(1+kUg)H_{resisted} = \frac{U}{k} - \frac{g}{k^2} \ln \left( 1 + \frac{kU}{g} \right)

Takeaways

  • Impact of Resistance: Mathematical modeling proves what intuition suggests: air resistance fundamentally alters the kinematics of a projectile, leading to complex logarithmic relationships for time and displacement rather than simple quadratics.
  • Algebraic Manipulation of Integrands: Integrating expressions like vg+kv\frac{v}{g+kv} is a common stumbling block. Learning the trick of rewriting the numerator to mirror the denominator (e.g., adding and subtracting a constant) is essential.
  • Connecting Acceleration Forms: Depending on whether you need to link velocity to time or velocity to displacement, you must fluently switch between a=dvdta = \frac{dv}{dt} and a=vdvdya = v \frac{dv}{dy}.

Further Readings


Connect with me

If you found this comparison between ideal and resisted projectiles helpful, you will love the deep dives available on Vu's Maths Hub. Be sure to check out the HSC booklets for exhaustive practice problems. Connect with me professionally on LinkedIn or dive into my code repositories on GitHub. For weekly updates and unique maths perspectives, don't forget my Substack.