Logo
Published on

The Foundation of Mechanics: Integral Calculus

Authors
  • avatar
    Name
    Vu Hung
    Twitter

Problem Statement

In kinematics, we often start with an expression for a particle's acceleration, derived from the forces acting upon it. However, the questions usually ask about the particle's speed, distance travelled, or position at a later time.

Integration is the foundational mathematical operation that allows us to reverse the process of differentiation, moving from acceleration to velocity, and from velocity to displacement. Without strong integration skills—including substitution, integration by parts, and trigonometric integration—solving complex mechanics differential equations is impossible.

Consider a particle of mass m=1m=1 kg moving in a straight line along the xx-axis. It is subjected to an attractive force towards the origin, proportional to the inverse square of its distance from the origin. The acceleration is given by: a=kx2a = -\frac{k}{x^2} where kk is a positive constant. The particle is initially held at rest at a position x=Dx = D (where D>0D > 0) and then released.

(a) By using the identity a=ddx(12v2)a = \frac{d}{dx} \left(\frac{1}{2}v^2\right), find an expression for the velocity vv of the particle in terms of xx, kk, and DD as it moves towards the origin.

(b) Show that the time TT taken for the particle to reach a point x=D2x = \frac{D}{2} is given by the integral: T=D2kD/2DxDxdxT = \sqrt{\frac{D}{2k}} \int_{D/2}^{D} \sqrt{\frac{x}{D-x}} \, dx

(Note: Evaluating this integral is a complex Extension 2 substitution usually involving x=Dsin2θx = D \sin^2\theta, but we will stop at setting it up for this exercise).


Hints

  • Part (a): Replace aa with ddx(12v2)\frac{d}{dx} \left(\frac{1}{2}v^2\right). Integrate both sides with respect to xx. Don't forget the constant of integration. Use the initial condition (at t=0t=0, v=0v=0, x=Dx=D) to find this constant. When taking the square root for velocity, consider the direction of motion to choose the correct sign.
  • Part (b): Once you have an expression for vv (which is dxdt\frac{dx}{dt}), rearrange the equation to make tt the subject. You will need to separate variables (xx and tt) and integrate again. Pay close attention to your limits of integration and the sign of vv.

Solutions

Part (a): Integrating for Velocity

  1. We are given acceleration a=kx2a = -\frac{k}{x^2}.
  2. Use the specified identity for acceleration: ddx(12v2)=kx2\frac{d}{dx} \left(\frac{1}{2}v^2\right) = -\frac{k}{x^2}.
  3. Integrate both sides with respect to xx: ddx(12v2)dx=kx2dx\int \frac{d}{dx} \left(\frac{1}{2}v^2\right) \, dx = \int -kx^{-2} \, dx 12v2=kx11+C\frac{1}{2}v^2 = \frac{-kx^{-1}}{-1} + C 12v2=kx+C\frac{1}{2}v^2 = \frac{k}{x} + C
  4. Apply initial conditions: The particle is released from rest at x=Dx=D. Therefore, when x=Dx = D, v=0v = 0. 0=kD+C    C=kD0 = \frac{k}{D} + C \implies C = -\frac{k}{D}
  5. Substitute CC back into the equation: 12v2=kxkD\frac{1}{2}v^2 = \frac{k}{x} - \frac{k}{D} 12v2=k(DxxD)\frac{1}{2}v^2 = k \left( \frac{D - x}{xD} \right) v2=2k(Dx)xDv^2 = \frac{2k(D - x)}{xD}
  6. Take the square root to find vv. Since the particle starts at x=Dx=D (D>0D>0) and is attracted to the origin, it moves in the negative xx-direction. Therefore, velocity must be negative. v=2k(Dx)xDv = -\sqrt{ \frac{2k(D - x)}{xD} }

Part (b): Setting up the Time Integral

  1. We know that velocity v=dxdtv = \frac{dx}{dt}. Substitute this into our velocity equation: dxdt=2k(Dx)xD\frac{dx}{dt} = -\sqrt{ \frac{2k(D - x)}{xD} }
  2. Separate the variables xx and tt: dt=xD2k(Dx)dxdt = -\sqrt{ \frac{xD}{2k(D - x)} } \, dx dt=D2kxDxdxdt = -\sqrt{\frac{D}{2k}} \sqrt{\frac{x}{D - x}} \, dx
  3. We want to find the time TT taken to move from x=Dx = D to x=D2x = \frac{D}{2}. We integrate both sides. The time limits are from 00 to TT. The corresponding position limits are from DD to D2\frac{D}{2}. 0T1dt=DD/2D2kxDxdx\int_0^T 1 \, dt = \int_{D}^{D/2} -\sqrt{\frac{D}{2k}} \sqrt{\frac{x}{D - x}} \, dx
  4. Evaluate the left side: T=D2kDD/2xDxdxT = -\sqrt{\frac{D}{2k}} \int_{D}^{D/2} \sqrt{\frac{x}{D - x}} \, dx
  5. To make the integral look neater (and match the required form), we can swap the limits of integration. Swapping the limits multiplies the integral by 1-1, which cancels out the negative sign in front. T=D2kD/2DxDxdxT = \sqrt{\frac{D}{2k}} \int_{D/2}^{D} \sqrt{\frac{x}{D - x}} \, dx This matches the required expression.

Takeaways

  • The Power of vdvdxv \frac{dv}{dx}: The identity a=ddx(12v2)a = \frac{d}{dx}(\frac{1}{2}v^2) (or vdvdxv \frac{dv}{dx}) is incredibly powerful when acceleration is given as a function of position (xx) rather than time (tt). It provides a direct path via integration to find velocity as a function of position.
  • Direction Matters: When taking the square root of v2v^2, you must actively choose the positive or negative root based on the physical context of the problem. A particle moving towards the origin from a positive position has negative velocity.
  • Integration Limits: Be meticulous when assigning limits of integration. Ensure the lower limit of time corresponds strictly to the lower limit of position, and similarly for the upper limits. Swapping limits to absorb negative signs is a common and useful algebraic trick.

Further Readings


Connect with me

Integration is the key that unlocks mechanics. For exhaustive practice on tricky mechanics integrals, explore the booklets on Vu's Maths Hub. I regularly post solutions to difficult integrals and differential equations on YouTube. Follow me on LinkedIn for professional updates, or read my detailed articles on the HSC curriculum over at my Substack.