Logo
Published on

Modelling Motion with Differential Equations

Authors
  • avatar
    Name
    Vu Hung
    Twitter

Problem Statement

The fundamental bridge between physics and advanced mathematics in the HSC Mechanics syllabus is the translation of Newton's Second Law (F=maF = ma) into a differential equation. Because acceleration aa is the derivative of velocity (dvdt\frac{dv}{dt}) and the second derivative of displacement (d2xdt2\frac{d^2x}{dt^2}), any statement about forces acting on a body is inherently a differential equation.

Solving these differential equations allows us to predict the future state of a system—its velocity and position at any given time.

Consider a skydiver of mass mm falling vertically. The force of gravity mgmg acts downwards, and the air resistance acts upwards. The air resistance is modelled as being proportional to the square of the skydiver's velocity, so R=mkv2R = mkv^2, where kk is a positive constant and vv is the velocity at time tt. The skydiver falls from rest.

(a) Show that the equation of motion for the skydiver can be written as the differential equation: dvdt=gkv2\frac{dv}{dt} = g - kv^2

(b) Find an expression for velocity vv as a function of time tt. (You may use the standard integral 1a2x2dx=12alna+xax\int \frac{1}{a^2 - x^2} dx = \frac{1}{2a} \ln \left| \frac{a+x}{a-x} \right|).

(c) Show that as tt \to \infty, the skydiver approaches a terminal velocity of gk\sqrt{\frac{g}{k}}.


Hints

  • Part (a): Define your coordinate system (e.g., let downwards be positive). Sum the forces to find FnetF_{net} and equate this to mdvdtm \frac{dv}{dt} using Newton's Second Law.
  • Part (b): This is a separable first-order differential equation. Separate the variables vv and tt so that all vv terms are on one side with dvdv, and dtdt is on the other. Integrate both sides. You will need to rewrite gkv2g - kv^2 in the form a2x2a^2 - x^2 to use the provided standard integral.
  • Part (c): Take the limit of your velocity expression as tt \to \infty. Consider what happens to exponential terms like ecte^{-ct} as tt becomes very large.

Solutions

Part (a): Forming the Differential Equation

  1. Let downwards be the positive direction.
  2. Forces acting on the skydiver:
    • Weight (downwards): W=mgW = mg
    • Air resistance (upwards): R=mkv2R = -mkv^2
  3. The net force is F=mgmkv2F = mg - mkv^2.
  4. By Newton's Second Law, F=ma=mdvdtF = ma = m \frac{dv}{dt}. mdvdt=mgmkv2m \frac{dv}{dt} = mg - mkv^2
  5. Divide by the mass mm: dvdt=gkv2\frac{dv}{dt} = g - kv^2 This is our differential equation of motion.

Part (b): Solving for Velocity

  1. Separate the variables: dtdv=1gkv2\frac{dt}{dv} = \frac{1}{g - kv^2} t=1gkv2dvt = \int \frac{1}{g - kv^2} \, dv
  2. To use the standard integral, factor out kk from the denominator: t=1k1gkv2dvt = \frac{1}{k} \int \frac{1}{\frac{g}{k} - v^2} \, dv
  3. Now this matches the form 1a2x2\frac{1}{a^2 - x^2} with a=gka = \sqrt{\frac{g}{k}} and x=vx = v. Apply the standard integral: t=1k(12gk)lngk+vgkv+Ct = \frac{1}{k} \left( \frac{1}{2\sqrt{\frac{g}{k}}} \right) \ln \left| \frac{\sqrt{\frac{g}{k}} + v}{\sqrt{\frac{g}{k}} - v} \right| + C t=12gklngk+vgkv+Ct = \frac{1}{2\sqrt{gk}} \ln \left| \frac{\sqrt{\frac{g}{k}} + v}{\sqrt{\frac{g}{k}} - v} \right| + C
  4. Apply initial conditions to find CC: The skydiver falls from rest, so at t=0t=0, v=0v=0. 0=12gklngk+0gk0+C0 = \frac{1}{2\sqrt{gk}} \ln \left| \frac{\sqrt{\frac{g}{k}} + 0}{\sqrt{\frac{g}{k}} - 0} \right| + C 0=12gkln1+C0 = \frac{1}{2\sqrt{gk}} \ln |1| + C Since ln(1)=0\ln(1) = 0, C=0C = 0.
  5. Now we have: t=12gkln(gk+vgkv)t = \frac{1}{2\sqrt{gk}} \ln \left( \frac{\sqrt{\frac{g}{k}} + v}{\sqrt{\frac{g}{k}} - v} \right) (Absolute values are removed because vv starts at 0 and will not exceed terminal velocity g/k\sqrt{g/k}).
  6. Rearrange to make vv the subject. Multiply by 2gk2\sqrt{gk}: 2tgk=ln(gk+vgkv)2t\sqrt{gk} = \ln \left( \frac{\sqrt{\frac{g}{k}} + v}{\sqrt{\frac{g}{k}} - v} \right)
  7. Exponentiate both sides: e2tgk=gk+vgkve^{2t\sqrt{gk}} = \frac{\sqrt{\frac{g}{k}} + v}{\sqrt{\frac{g}{k}} - v}
  8. Let A=gkA = \sqrt{\frac{g}{k}} and E=e2tgkE = e^{2t\sqrt{gk}} for algebraic simplicity: E=A+vAvE = \frac{A + v}{A - v} E(Av)=A+vE(A - v) = A + v EAEv=A+vEA - Ev = A + v EAA=v+EvEA - A = v + Ev A(E1)=v(1+E)A(E - 1) = v(1 + E) v=AE1E+1v = A \frac{E - 1}{E + 1}
  9. Substitute AA and EE back in: v(t)=gk(e2tgk1e2tgk+1)v(t) = \sqrt{\frac{g}{k}} \left( \frac{e^{2t\sqrt{gk}} - 1}{e^{2t\sqrt{gk}} + 1} \right)

Part (c): Terminal Velocity Limit

  1. We want to find limtv(t)\lim_{t \to \infty} v(t).
  2. Look at the expression for velocity: v(t)=gk(e2tgk1e2tgk+1)v(t) = \sqrt{\frac{g}{k}} \left( \frac{e^{2t\sqrt{gk}} - 1}{e^{2t\sqrt{gk}} + 1} \right)
  3. As tt \to \infty, the terms e2tgke^{2t\sqrt{gk}} become overwhelmingly large.
  4. Divide numerator and denominator by e2tgke^{2t\sqrt{gk}} to evaluate the limit: v(t)=gk(1e2tgk1+e2tgk)v(t) = \sqrt{\frac{g}{k}} \left( \frac{1 - e^{-2t\sqrt{gk}}}{1 + e^{-2t\sqrt{gk}}} \right)
  5. As tt \to \infty, e2tgk0e^{-2t\sqrt{gk}} \to 0.
  6. Therefore, the limit is: limtv(t)=gk(101+0)=gk\lim_{t \to \infty} v(t) = \sqrt{\frac{g}{k}} \left( \frac{1 - 0}{1 + 0} \right) = \sqrt{\frac{g}{k}} This matches our expected terminal velocity where dvdt=0    g=kv2\frac{dv}{dt} = 0 \implies g = kv^2.

Takeaways

  • Translating Physics to Maths: Newton's Second Law is the ultimate tool for generating differential equations in mechanics. The forces define the right hand side, and mass times acceleration defines the left.
  • Separation of Variables: This is the most common technique for solving first-order ODEs in mechanics. Practice separating vv and xx, or vv and tt, accurately.
  • Limiting Behaviours: Understanding the physical meaning of mathematical limits (like tt \to \infty) is crucial. A terminal velocity is simply the horizontal asymptote of the velocity-time graph.

Further Readings


Connect with me

Tackling differential equations can feel daunting, but it's the most rewarding part of Extension 2 Mechanics. If you need more structured practice, check out the booklets on Vu's Maths Hub. You can also watch my video explanations of similar problems on my YouTube channel. Follow my Instagram for bite-sized tips, and read my extended thoughts on the syllabus on Substack. Let's connect!