Logo
Published on

Real-World Applications: Calculus in Mechanics

Authors
  • avatar
    Name
    Vu Hung
    Twitter

Problem Statement

The mechanics you study in HSC Mathematics isn't just an abstract academic exercise; it is the fundamental language used to describe the physical universe.

  • Engineering: Mechanics problems involving forces, stress, and strain are encountered daily in civil and mechanical engineering.
  • Biomechanics: This field uses mechanics to study the effects of forces on the human body, vital for medicine, sports science, and prosthetics engineering.
  • Fluid Dynamics: The laws of motion are adapted to model fluid flow, crucial for aeronautical engineering and meteorology.
  • Astronomy: Newton's laws, combined with his law of universal gravitation, perfectly model planetary motion and orbital mechanics.
  • Quantum Mechanics: Even the bizarre world of quantum physics builds its foundational equations (like the Schrödinger equation) on the scaffolding of classical Hamiltonian and Lagrangian mechanics.

Let's look at a simplified real-world application involving biomechanics and vehicle safety.

A car is travelling at a velocity of V0V_0 m/s. During a collision, the crumple zone of the car is designed to compress and absorb energy. The resistive force exerted by the crumple zone as it compresses a distance xx is not constant; it increases as the metal compresses. Engineers model this resistive deceleration as a=kxa = -kx, where kk is a positive constant related to the stiffness of the crumple zone.

(a) Set up the differential equation relating velocity vv and compression distance xx.

(b) Find an expression for the velocity vv as a function of the compression distance xx.

(c) The car must come to a complete stop before the crumple zone fully collapses (a maximum distance of DD). Find the maximum allowable initial velocity V0V_0 for the passengers to remain safe, in terms of kk and DD.


Hints

  • Part (a): Use the form of acceleration that links velocity and displacement: a=vdvdxa = v \frac{dv}{dx}. Equate this to the given acceleration function.
  • Part (b): Separate the variables vv and xx. Integrate both sides. Remember to apply the initial condition: when the compression starts (x=0x = 0), the velocity is the initial impact velocity (v=V0v = V_0).
  • Part (c): For a safe stop, the velocity must reach v=0v=0 when the compression distance is exactly x=Dx=D. Substitute these values into your equation from part (b) and solve for V0V_0.

Solutions

Part (a): The Differential Equation

  1. We are given the acceleration: a=kxa = -kx.
  2. We need to relate velocity vv and distance xx. Therefore, we use the identity a=vdvdxa = v \frac{dv}{dx}.
  3. Equating the two expressions gives the differential equation: vdvdx=kxv \frac{dv}{dx} = -kx

Part (b): Velocity as a function of Compression

  1. Separate the variables in the differential equation: vdv=kxdxv \, dv = -kx \, dx
  2. Integrate both sides: vdv=kxdx\int v \, dv = \int -kx \, dx 12v2=12kx2+C\frac{1}{2}v^2 = -\frac{1}{2}kx^2 + C
  3. Apply the initial conditions: Before the crumple zone begins to compress (x=0x=0), the car is travelling at the impact velocity (v=V0v=V_0). 12V02=12k(0)2+C    C=12V02\frac{1}{2}V_0^2 = -\frac{1}{2}k(0)^2 + C \implies C = \frac{1}{2}V_0^2
  4. Substitute CC back into the equation: 12v2=12kx2+12V02\frac{1}{2}v^2 = -\frac{1}{2}kx^2 + \frac{1}{2}V_0^2
  5. Multiply by 2 to simplify: v2=V02kx2v^2 = V_0^2 - kx^2 v=V02kx2v = \sqrt{V_0^2 - kx^2} (We take the positive root because the car is continuing to move forward in the positive xx direction as it slows down).

Part (c): Maximum Safe Velocity

  1. The maximum safe scenario is when the car uses the entire crumple zone exactly as it comes to a stop.
  2. This means v=0v = 0 when x=Dx = D.
  3. Substitute these values into our velocity equation: 02=V02k(D)20^2 = V_0^2 - k(D)^2 0=V02kD20 = V_0^2 - kD^2
  4. Solve for V0V_0: V02=kD2V_0^2 = kD^2 V0=kD2=DkV_0 = \sqrt{kD^2} = D\sqrt{k}
  5. Therefore, the maximum allowable initial velocity for a safe crash is DkD\sqrt{k}. If the car is travelling faster than this, the crumple zone will fully collapse while the car is still moving, transferring lethal forces to the passenger compartment.

Takeaways

  • Real-World Applicability: The calculus techniques learned in HSC mechanics are directly applicable to engineering problems, such as designing vehicle safety systems, modelling suspension, and analysing structural integrity.
  • Variable Forces: Real-world forces are rarely constant. Integrating non-constant acceleration functions (like a=kxa = -kx) is essential for creating accurate physical models.
  • Boundary Conditions: In engineering, initial and final conditions (like the maximum crumple distance DD) define the safety limits and operating parameters of a design.

Further Readings


Connect with me

If you found this real-world application of calculus fascinating, there is plenty more on Vu's Maths Hub. My mechanics booklets dive deep into how these mathematical principles govern the world around us. Connect with me on LinkedIn to discuss the intersection of maths and engineering, and subscribe to my Substack for detailed articles. Check out my YouTube channel for step-by-step problem solving!