Logo
Published on

Rates of Change and Proportionality in Mechanics

Authors
  • avatar
    Name
    Vu Hung
    Twitter

Problem Statement

In the real world, forces are rarely constant. Mechanics heavily involves considering proportionality (e.g., air resistance proportional to velocity, spring force proportional to extension) and interpreting rates of change (velocity as the rate of change of displacement, acceleration as the rate of change of velocity).

Understanding how to translate a physical statement of proportionality into a mathematical differential equation using rates of change is a core skill in HSC Mathematics Extension 1 and 2.

Consider a boat of mass MM moving in a straight line across a calm lake. The boat's engine provides a constant driving force FF. However, the water provides a resistive force that is directly proportional to the square of the boat's velocity vv.

(a) Set up the differential equation of motion for the boat, defining any constants of proportionality you introduce. Let xx be the displacement of the boat.

(b) Write down the terminal velocity VTV_T of the boat in terms of the given constants.

(c) Using the rate of change form for acceleration a=vdvdxa = v \frac{dv}{dx}, show that the distance DD travelled by the boat as it accelerates from rest to half its terminal velocity (12VT\frac{1}{2}V_T) is given by: D=M2kln(43)D = \frac{M}{2k} \ln \left( \frac{4}{3} \right) where kk is the constant of proportionality for the resistive force.


Hints

  • Part (a): Use Newton's Second Law. The net force is the driving force minus the resistive force. Remember that a resistive force "proportional to the square of velocity" can be written as R=kv2R = kv^2.
  • Part (b): Terminal velocity occurs when the boat stops accelerating (i.e., when acceleration a=0a = 0). Set your differential equation to zero and solve for vv.
  • Part (c): Substitute a=vdvdxa = v \frac{dv}{dx} into your equation of motion. Rearrange to separate the variables xx and vv. You will need to integrate both sides. The limits of integration for velocity will be from 00 to 12VT\frac{1}{2}V_T, and for displacement from 00 to DD.

Solutions

Part (a): Setting up the Differential Equation

  1. Let the driving force be FF.
  2. The resistive force is proportional to v2v^2, so R=kv2R = kv^2, where k>0k > 0 is a constant of proportionality.
  3. The net force acting on the boat is Fnet=Fkv2F_{net} = F - kv^2.
  4. Using Newton's Second Law (Fnet=MaF_{net} = Ma, where a=dvdta = \frac{dv}{dt}): Mdvdt=Fkv2M \frac{dv}{dt} = F - kv^2 This is the differential equation of motion.

Part (b): Finding Terminal Velocity

  1. Terminal velocity VTV_T is reached when the net force is zero, meaning acceleration is zero (dvdt=0\frac{dv}{dt} = 0).
  2. Substitute dvdt=0\frac{dv}{dt} = 0 into the equation of motion: 0=Fk(VT)20 = F - k(V_T)^2
  3. Solve for VTV_T: k(VT)2=Fk(V_T)^2 = F (VT)2=Fk(V_T)^2 = \frac{F}{k} VT=FkV_T = \sqrt{\frac{F}{k}} (taking the positive root as speed is positive).

Part (c): Calculating Distance Travelled

  1. We need distance, so we use the alternate form of acceleration: a=vdvdxa = v \frac{dv}{dx}.
  2. Substitute this into the equation of motion: M(vdvdx)=Fkv2M \left( v \frac{dv}{dx} \right) = F - kv^2
  3. Rearrange to separate variables xx and vv: dxdv=MvFkv2\frac{dx}{dv} = \frac{Mv}{F - kv^2} dx=MvFkv2dvdx = \frac{Mv}{F - kv^2} dv
  4. Integrate both sides to find the distance DD. The boat starts from rest (x=0,v=0x=0, v=0) and reaches half terminal velocity (x=D,v=12VTx=D, v=\frac{1}{2}V_T): 0D1dx=012VTMvFkv2dv\int_0^D 1 \, dx = \int_0^{\frac{1}{2}V_T} \frac{Mv}{F - kv^2} \, dv D=M012VTvFkv2dvD = M \int_0^{\frac{1}{2}V_T} \frac{v}{F - kv^2} \, dv
  5. Notice that the derivative of the denominator is 2kv-2kv. We adjust the numerator to match this: D=M(12k)012VT2kvFkv2dvD = M \left( -\frac{1}{2k} \right) \int_0^{\frac{1}{2}V_T} \frac{-2kv}{F - kv^2} \, dv D=M2k[lnFkv2]012VTD = -\frac{M}{2k} \left[ \ln |F - kv^2| \right]_0^{\frac{1}{2}V_T}
  6. Substitute the limits of integration: D=M2k(lnFk(12VT)2lnFk(0)2)D = -\frac{M}{2k} \left( \ln \left| F - k\left(\frac{1}{2}V_T\right)^2 \right| - \ln |F - k(0)^2| \right)
  7. We know from (b) that (VT)2=Fk(V_T)^2 = \frac{F}{k}. Substitute this into our expression: k(12VT)2=k(14(VT)2)=k4(Fk)=F4k\left(\frac{1}{2}V_T\right)^2 = k \left( \frac{1}{4} (V_T)^2 \right) = \frac{k}{4} \left( \frac{F}{k} \right) = \frac{F}{4}
  8. Now substitute this back into the distance equation: D=M2k(lnFF4lnF)D = -\frac{M}{2k} \left( \ln \left| F - \frac{F}{4} \right| - \ln |F| \right) D=M2k(ln(3F4)ln(F))D = -\frac{M}{2k} \left( \ln \left( \frac{3F}{4} \right) - \ln (F) \right)
  9. Use logarithm laws to simplify: D=M2kln(3F4F)D = -\frac{M}{2k} \ln \left( \frac{\frac{3F}{4}}{F} \right) D=M2kln(34)D = -\frac{M}{2k} \ln \left( \frac{3}{4} \right)
  10. Finally, apply the logarithm power rule (ln(x)=ln(x1)- \ln(x) = \ln(x^{-1})): D=M2kln((34)1)D = \frac{M}{2k} \ln \left( \left(\frac{3}{4}\right)^{-1} \right) D=M2kln(43)D = \frac{M}{2k} \ln \left( \frac{4}{3} \right)

Takeaways

  • Language of Proportionality: Recognizing phrases like "proportional to velocity squared" and translating them to R=kv2R = kv^2 is the vital first step in modelling physical systems.
  • Choosing the Right Rate of Change: Acceleration can be represented as dvdt\frac{dv}{dt}, d2xdt2\frac{d^2x}{dt^2}, or vdvdxv \frac{dv}{dx}. The choice depends entirely on what you are trying to find. If the question involves time, use dvdt\frac{dv}{dt}. If it links velocity and displacement (like finding distance), use vdvdxv \frac{dv}{dx}.
  • Terminal Velocity Dynamics: Terminal velocity is a specific rate of change state where dvdt=0\frac{dv}{dt} = 0. Identifying this allows you to define constants in terms of maximum speeds.

Further Readings


Connect with me

Mastering rates of change unlocks the highest levels of HSC Mechanics. Check out Vu's Maths Hub for complete booklets covering these topics in detail. For deeper dives and behind-the-scenes syllabus analysis, subscribe to my Substack. You can also find my full syllabus breakdowns and worked examples on YouTube. Let's connect on LinkedIn as well!