Logo
Published on

Ultimate Guide to Projectiles and Resisted Motion in HSC Mathematics Extension 2

Authors
  • avatar
    Name
    Vu Hung
    Twitter

Introduction

In HSC Mathematics Extension 1, you learned that a projectile fired into the air follows a perfect, symmetrical parabolic path. However, in HSC Mathematics Extension 2, we burst that bubble by introducing air resistance. Projectiles and Resisted Motion is the ultimate test of your mechanics knowledge, requiring you to resolve vectors in 2D space while simultaneously solving complex differential equations for both the horizontal and vertical components of motion.

Executive Summary

This comprehensive guide covers the core concepts of 2D resisted projectile motion:

  • Trajectory Comparison: Distinguishing between an idealized unresisted parabola and the asymmetric, curtailed path of a resisted projectile.
  • Establishing Equations of Motion: Setting up horizontal (mx¨=kmx˙m\ddot{x} = -km\dot{x}) and vertical (my¨=mgkmy˙m\ddot{y} = -mg - km\dot{y}) differential equations for resistance proportional to speed.
  • Integrating for Displacement: Solving these equations to find horizontal and vertical displacement as functions of time.
  • Solving Problems: Using the derived x(t)x(t) and y(t)y(t) equations to find time of flight, range, and maximum height.

What is this about?

When you hit a golf ball, it doesn't travel in a perfect parabola. Air resistance pushes against it the entire time. The faster it goes, the harder the air pushes back. In Extension 2, we model this by assuming the resistive force is proportional to the projectile's velocity vector.

By splitting the problem into horizontal and vertical components, we can track the projectile's progress. You will find that the horizontal velocity decays exponentially, meaning the projectile essentially hits an invisible "wall" (a maximum possible range) if given enough time. The vertical motion behaves exactly like the Vertical Resisted Motion we studied previously.

Main Content

1. Shape of the Trajectory

An unresisted projectile has a constant horizontal velocity and a constant vertical acceleration (g-g). The resulting path is a symmetrical parabola.

A resisted projectile experiences deceleration in both directions.

  • Horizontal: The horizontal speed x˙\dot{x} decays exponentially.
  • Vertical: The vertical speed y˙\dot{y} decays faster on the way up and reaches a terminal velocity on the way down.
  • Trajectory Shape: The path is asymmetrical. The angle of descent is much steeper than the angle of projection, and the total range is significantly shorter than an unresisted projectile. As tt \to \infty, the projectile approaches a vertical asymptote (it falls straight down).

2. Equations of Acceleration

Consider a particle of mass mm projected from the origin (0,0)(0,0) with initial velocity VV at an angle θ\theta to the horizontal. It moves under gravity (gg) and experiences air resistance of magnitude kmvkmv (where vv is the speed and kk is a constant).

We resolve the forces into horizontal (xx) and vertical (yy) components. Let upwards and rightwards be positive.

Horizontal Motion: The only force is the horizontal component of air resistance. mx¨=kmx˙m\ddot{x} = -km\dot{x} x¨=kx˙\ddot{x} = -k\dot{x}

Vertical Motion: Gravity acts downwards, and the vertical component of air resistance acts opposite to the vertical velocity. my¨=mgkmy˙m\ddot{y} = -mg - km\dot{y} y¨=gky˙\ddot{y} = -g - k\dot{y}

Note: The syllabus specifically requires you to be able to handle resistance proportional to the first power of speed (RvR \propto v) for projectiles, because Rv2R \propto v^2 results in non-linear coupled differential equations that cannot be easily solved by hand.

3. Deriving Expressions for Displacement

You are expected to derive x(t)x(t) and y(t)y(t) from scratch in an exam.

Horizontal Displacement x(t)x(t): Start with x¨=kx˙\ddot{x} = -k\dot{x}. dx˙dt=kx˙\frac{d\dot{x}}{dt} = -k\dot{x} 1x˙dx˙=kdt\int \frac{1}{\dot{x}} d\dot{x} = \int -k \, dt ln(x˙)=kt+C1\ln(\dot{x}) = -kt + C_1

Initial conditions: At t=0t=0, horizontal velocity x˙=Vcosθ\dot{x} = V\cos\theta. C1=ln(Vcosθ)C_1 = \ln(V\cos\theta) ln(x˙)ln(Vcosθ)=kt\ln(\dot{x}) - \ln(V\cos\theta) = -kt x˙=Vcosθekt\dot{x} = V\cos\theta \, e^{-kt}

Integrate again to find xx: x=Vcosθektdtx = \int V\cos\theta \, e^{-kt} \, dt x=Vcosθkekt+C2x = -\frac{V\cos\theta}{k} e^{-kt} + C_2

Initial conditions: At t=0,x=0t=0, x=0. 0=Vcosθk(1)+C2    C2=Vcosθk0 = -\frac{V\cos\theta}{k}(1) + C_2 \implies C_2 = \frac{V\cos\theta}{k} Final x(t)x(t): x(t)=Vcosθk(1ekt)x(t) = \frac{V\cos\theta}{k} (1 - e^{-kt})

Vertical Displacement y(t)y(t): Start with y¨=(g+ky˙)\ddot{y} = -(g + k\dot{y}). dy˙dt=(g+ky˙)\frac{d\dot{y}}{dt} = -(g + k\dot{y}) 1g+ky˙dy˙=1dt\int \frac{1}{g + k\dot{y}} d\dot{y} = \int -1 \, dt 1kln(g+ky˙)=t+C3\frac{1}{k}\ln(g + k\dot{y}) = -t + C_3

Initial conditions: At t=0,y˙=Vsinθt=0, \dot{y} = V\sin\theta. C3=1kln(g+kVsinθ)C_3 = \frac{1}{k}\ln(g + kV\sin\theta) Substitute and rearrange: ln(g+ky˙g+kVsinθ)=kt\ln\left(\frac{g + k\dot{y}}{g + kV\sin\theta}\right) = -kt g+ky˙=(g+kVsinθ)ektg + k\dot{y} = (g + kV\sin\theta)e^{-kt} y˙=g+kVsinθkektgk\dot{y} = \frac{g + kV\sin\theta}{k}e^{-kt} - \frac{g}{k}

Integrate again to find yy: y=(g+kVsinθkektgk)dty = \int \left( \frac{g + kV\sin\theta}{k}e^{-kt} - \frac{g}{k} \right) dt y=g+kVsinθk2ektgtk+C4y = -\frac{g + kV\sin\theta}{k^2}e^{-kt} - \frac{gt}{k} + C_4

Initial conditions: At t=0,y=0t=0, y=0. 0=g+kVsinθk2(1)0+C4    C4=g+kVsinθk20 = -\frac{g + kV\sin\theta}{k^2}(1) - 0 + C_4 \implies C_4 = \frac{g + kV\sin\theta}{k^2} Final y(t)y(t): y(t)=g+kVsinθk2(1ekt)gtky(t) = \frac{g + kV\sin\theta}{k^2}(1 - e^{-kt}) - \frac{gt}{k}

Simple Worked Example

Question: Using the equations derived above, find an expression for the maximum horizontal range of the projectile as time tt \to \infty.

Solution: The horizontal displacement equation is: x(t)=Vcosθk(1ekt)x(t) = \frac{V\cos\theta}{k} (1 - e^{-kt})

To find the theoretical maximum range, we take the limit as tt \to \infty. Since k>0k > 0, as tt \to \infty, the term ekt0e^{-kt} \to 0.

Therefore: limtx(t)=Vcosθk(10)=Vcosθk\lim_{t \to \infty} x(t) = \frac{V\cos\theta}{k} (1 - 0) = \frac{V\cos\theta}{k}

Answer: The projectile can never travel further than Vcosθk\frac{V\cos\theta}{k} metres horizontally, regardless of how high it is fired or how long it falls. This is a defining characteristic of resisted projectiles!

mini-FAQ page

Q: Do I need to memorize those massive x(t)x(t) and y(t)y(t) formulas? A: No! Just like with vertical resisted motion, you are expected to derive them from mx¨=kmx˙m\ddot{x} = -km\dot{x} and my¨=mgkmy˙m\ddot{y} = -mg - km\dot{y}. Memorizing them is dangerous because a question might change the coordinate system (e.g., firing from a cliff where y(0)=Hy(0) = H).

Q: Will we ever be asked to solve projectiles where resistance is proportional to v2v^2? A: In HSC Extension 2, you will only be asked to solve 2D projectiles where RvR \propto v. If Rv2R \propto v^2, the horizontal and vertical components cannot be easily separated (because the velocity vector magnitude v=x˙2+y˙2|v| = \sqrt{\dot{x}^2 + \dot{y}^2} couples the equations together), which is beyond the scope of high school calculus.

Common mistakes to avoid

  • Forgetting the constants of integration: This is the #1 mistake. When integrating to find xx and yy, students often assume C=0C=0 because the particle starts at the origin. As shown in the derivations above, CC is rarely zero in these exponential equations. Always substitute t=0t=0 to find CC explicitly.
  • Confusing x˙\dot{x} and xx: Make sure your notation is spotless. It is very easy to drop a dot and accidentally integrate velocity as if it were displacement.

Practice on Vu's Maths Hub

Resisted projectiles represent the peak of algebraic and calculus integration in the HSC. Put your skills to the ultimate test:

Further Readings

Connect with me

Want to master Mechanics and lock in top marks for HSC Mathematics Extension 2? Visit Vu's Maths Hub for in-depth booklets, detailed video explanations, and expert advice to help you ace your exams!