Logo
Published on

Mastering Mechanics: Algebra, Logarithms, and Trigonometry

Authors
  • avatar
    Name
    Vu Hung
    Twitter

Problem Statement

In HSC Mathematics Extension 1 and Extension 2, mechanics is not just about understanding physics principles like Newton's Laws of Motion; it is heavily reliant on your mathematical toolkit. Solving mechanics problems frequently involves complex algebraic manipulations, rearranging non-linear equations, using logarithms to solve equations involving time and velocity, and applying exact values of trigonometric ratios and trigonometric identities to resolve forces in multiple dimensions.

Consider the following mechanics problem that tests all these mathematical skills:

A particle of mass mm is projected up a smooth plane inclined at an angle θ\theta to the horizontal, where sinθ=35\sin \theta = \frac{3}{5}. The particle experiences air resistance proportional to its velocity, given by R=mkvR = mkv, where kk is a positive constant and vv is the velocity at time tt. The initial velocity of the particle is uu.

(a) By resolving forces parallel to the inclined plane, show that the equation of motion is given by: dvdt=(3g5+kv)\frac{dv}{dt} = -\left(\frac{3g}{5} + kv\right)

(b) Using integration and the properties of logarithms, find an expression for the time tt it takes for the particle to come to instantaneous rest.

(c) Given that the particle comes to rest in t=1kln2t = \frac{1}{k} \ln 2 seconds, find the initial velocity uu in terms of gg and kk.


Hints

  • Part (a): Draw a force diagram. Identify the forces acting parallel to the plane: the component of gravity down the plane and the air resistance down the plane. Use Newton's Second Law (F=maF = ma) and the exact trigonometric ratio for sinθ\sin \theta.
  • Part (b): Rearrange the differential equation to separate the variables vv and tt. Integrate both sides. Remember that f(x)f(x)dx=lnf(x)+C\int \frac{f'(x)}{f(x)} dx = \ln |f(x)| + C. Apply the initial condition v=uv = u when t=0t = 0 to find the constant of integration.
  • Part (c): Set v=0v = 0 in your velocity-time equation to represent instantaneous rest. Substitute the given time t=1kln2t = \frac{1}{k} \ln 2 and use logarithmic identities to solve for uu.

Solutions

Part (a): Resolving Forces

  1. Let the direction up the inclined plane be the positive xx-direction.
  2. The forces acting parallel to the plane are:
    • The component of weight acting down the plane: Wx=mgsinθW_x = -mg \sin \theta
    • The air resistance acting against the motion (down the plane): Rx=mkvR_x = -mkv
  3. According to Newton's Second Law, the resultant force is F=mdvdtF = m \frac{dv}{dt}: mdvdt=mgsinθmkvm \frac{dv}{dt} = -mg \sin \theta - mkv
  4. Substitute the exact trigonometric value sinθ=35\sin \theta = \frac{3}{5}: mdvdt=mg(35)mkvm \frac{dv}{dt} = -mg \left(\frac{3}{5}\right) - mkv
  5. Divide the entire equation by mm: dvdt=3g5kv=(3g5+kv)\frac{dv}{dt} = -\frac{3g}{5} - kv = -\left(\frac{3g}{5} + kv\right)

Part (b): Using Logarithms to find Time

  1. We have the differential equation: dvdt=(3g5+kv)\frac{dv}{dt} = -\left(\frac{3g}{5} + kv\right)
  2. Rearrange to separate variables: dtdv=13g5+kv\frac{dt}{dv} = -\frac{1}{\frac{3g}{5} + kv}
  3. Integrate with respect to vv: t=13g5+kvdvt = -\int \frac{1}{\frac{3g}{5} + kv} dv
  4. To integrate this, we need the numerator to be the derivative of the denominator (which is kk). So, multiply by kk\frac{k}{k}: t=1kk3g5+kvdvt = -\frac{1}{k} \int \frac{k}{\frac{3g}{5} + kv} dv t=1kln3g5+kv+Ct = -\frac{1}{k} \ln \left| \frac{3g}{5} + kv \right| + C
  5. Apply initial conditions to find CC: When t=0t = 0, v=uv = u. 0=1kln(3g5+ku)+C0 = -\frac{1}{k} \ln \left( \frac{3g}{5} + ku \right) + C C=1kln(3g5+ku)C = \frac{1}{k} \ln \left( \frac{3g}{5} + ku \right)
  6. Substitute CC back into the equation for tt: t=1kln(3g5+kv)+1kln(3g5+ku)t = -\frac{1}{k} \ln \left( \frac{3g}{5} + kv \right) + \frac{1}{k} \ln \left( \frac{3g}{5} + ku \right)
  7. Use the logarithmic identity lnAlnB=ln(AB)\ln A - \ln B = \ln(\frac{A}{B}): t=1k[ln(3g5+ku)ln(3g5+kv)]t = \frac{1}{k} \left[ \ln \left( \frac{3g}{5} + ku \right) - \ln \left( \frac{3g}{5} + kv \right) \right] t=1kln(3g5+ku3g5+kv)t = \frac{1}{k} \ln \left( \frac{\frac{3g}{5} + ku}{\frac{3g}{5} + kv} \right)

Part (c): Solving for Initial Velocity

  1. The particle comes to instantaneous rest when v=0v = 0. Substitute v=0v = 0 into our time equation: trest=1kln(3g5+ku3g5+0)t_{rest} = \frac{1}{k} \ln \left( \frac{\frac{3g}{5} + ku}{\frac{3g}{5} + 0} \right) trest=1kln(3g+5ku3g)t_{rest} = \frac{1}{k} \ln \left( \frac{3g + 5ku}{3g} \right) trest=1kln(1+5ku3g)t_{rest} = \frac{1}{k} \ln \left( 1 + \frac{5ku}{3g} \right)
  2. We are given that trest=1kln2t_{rest} = \frac{1}{k} \ln 2. Equate the two expressions: 1kln2=1kln(1+5ku3g)\frac{1}{k} \ln 2 = \frac{1}{k} \ln \left( 1 + \frac{5ku}{3g} \right)
  3. Cancel 1k\frac{1}{k} from both sides and equate the arguments of the natural logarithm: 2=1+5ku3g2 = 1 + \frac{5ku}{3g}
  4. Rearrange algebraically to solve for uu: 1=5ku3g1 = \frac{5ku}{3g} 3g=5ku3g = 5ku u=3g5ku = \frac{3g}{5k}

Takeaways

  • Exact Trigonometric Ratios: When resolving forces on an inclined plane, exact ratios (like those derived from Pythagorean triples, e.g., 3-4-5 triangles) simplify the differential equation.
  • Calculus and Logarithms: Resisted motion almost always leads to integrals of the form 1ax+bdx\int \frac{1}{ax+b} dx, yielding logarithmic functions. Fluency in logarithmic laws (lnAlnB=lnAB\ln A - \ln B = \ln \frac{A}{B}) is mandatory for simplifying these expressions.
  • Algebraic Manipulation: Setting up the equation is only half the battle. Rearranging equations to make tt, vv, or xx the subject requires strong algebraic fundamentals, particularly when dealing with constants like kk and gg.

Further Readings


Connect with me

If you found this breakdown of mechanics and mathematical manipulation helpful, there is plenty more where that came from! Head over to the Vu's Maths Hub for complete booklets on every HSC topic. You can also catch my video walkthroughs on YouTube - HSC Maths Extension 1+2, or read my deeper dives into syllabus changes over on my Substack. Don't forget to follow me on Instagram for daily maths tips!