Skip to content

Motion on Inclined Planes

Syllabus mapping

PY-11-01 — Fundamentals of Mechanics. Covers: normal force and force components on an inclined surface; free-body diagrams including friction on an incline; the use of inclined planes by Aboriginal and Torres Strait Islander Peoples to move heavy objects (explicit, examinable content integration point).

Wording above is paraphrased for teaching use — cross-check against the official syllabus PDF (see Resources) before treating any line as verbatim NESA text.

You need to know: how to resolve weight into components parallel and perpendicular to an incline, how to bring friction into that picture, and the cultural context the syllabus explicitly attaches to this topic.

Assumed knowledge check

Before this page makes sense, you should be comfortable with:

Core

Resolving weight on an incline

🖼️ Diagram needed: free-body diagram of a block on an incline, weight vector resolved into components parallel and perpendicular to the slope, normal force and friction shown. TODO — placeholder until sourced/drawn.

On an incline, it's easier to rotate your axes to match the slope rather than use horizontal/vertical — resolve weight into a component into the slope (perpendicular) and a component along the slope (parallel):

\[ F_\perp = mg\cos\theta \qquad F_{||} = mg\sin\theta \]

On a frictionless incline, \(F_\perp\) is balanced exactly by the normal force (the object doesn't accelerate into or out of the surface), and \(F_{||}\) is the only force left to accelerate the object down the slope:

\[ a = g\sin\theta \]

Worked example

A block slides down a frictionless \(30^\circ\) incline. Find its acceleration.

\[ a = g\sin\theta = 9.8 \times \sin30^\circ = 4.9\ \text{m s}^{-2} \]

Notice the mass cancelled out entirely — on a frictionless incline, acceleration doesn't depend on mass, same as free fall.

Adding friction

The normal force still balances \(F_\perp\), so friction (which depends on normal force) becomes:

\[ f_{friction} = \mu F_N = \mu mg\cos\theta \]

Friction opposes the direction of motion (not necessarily the direction "down the slope") — if the block is sliding down, friction acts up the slope; if something is pushing the block up the slope, friction acts down the slope.

Worked example

The same \(30^\circ\) incline, but now with \(\mu_k = 0.2\), and the block is sliding down. Find the acceleration.

\[ F_{||} = mg\sin30^\circ, \qquad f = \mu_k mg\cos30^\circ \]
\[ F_{net} = F_{||} - f = mg(\sin30^\circ - \mu_k\cos30^\circ) \]
\[ a = g(\sin30^\circ - 0.2\cos30^\circ) = 9.8(0.5 - 0.2 \times 0.866) \approx 3.19\ \text{m s}^{-2} \]

Again mass cancels — it's still not needed, only \(\theta\) and \(\mu_k\).

Aboriginal and Torres Strait Islander content — placeholder, not yet written

NESA lists the use of inclined planes by Aboriginal and Torres Strait Islander Peoples to move heavy objects as explicit, examinable syllabus content — not an optional cultural add-on (see project.md Section 0). This isn't something to paraphrase generically or guess at: it needs to be researched and written properly, ideally with input from your school's Aboriginal Education team, a relevant community-verified source, or NESA's own syllabus support materials, so it's accurate and respectfully presented rather than a token line.

Deliberately left unwritten here rather than filled with unverified content — flagging clearly so it doesn't get missed, per the project's own checklist (project.md Section 7, "don't skip as 'extra'").

Practical

Suggested prac: angle vs acceleration relationship — raise a track to a range of angles, measure the resulting acceleration (light gates or a motion sensor), and compare against the \(g\sin\theta\) prediction (or back-calculate an effective \(\mu_k\) if the track isn't frictionless). TODO — link this school's actual prac instructions once written.

Advanced

Incline problems combined with connected bodies — e.g. one mass on an incline connected via a string over a pulley to a second, hanging mass. Same method as connected bodies: isolate each object, write \(F_{net}=ma\) for each (remembering the incline mass needs its weight resolved into components first), then solve simultaneously.

The angle of repose — the maximum incline angle at which an object stays put without sliding, found by setting \(F_{||}\) equal to the maximum static friction: \(mg\sin\theta = \mu_s mg\cos\theta\), giving \(\tan\theta = \mu_s\). Beyond this angle, static friction can no longer hold the object in place.

Extension

Beyond the Physics 11–12 syllabus — won't appear in the HSC, included for interest / depth study inspiration.

📎 Depth study idea

Every incline problem above was solved with forces — but the same problems can be solved with energy instead, and it's often faster. Moving a distance \(d\) along a slope of angle \(\theta\) changes height by \(\Delta h = d\sin\theta\), so the gravitational PE change is \(\Delta U = mg\Delta h = mgd\sin\theta\) (see Momentum and Energy). For a frictionless incline, conservation of mechanical energy gives the final speed directly without ever computing acceleration. Worth a depth study comparing the force method and the energy method side by side on the same problem — they should always agree, and seeing exactly where each one is faster (energy: final speed after a known distance; forces: acceleration, or anything involving time) builds real problem-solving judgement.

Video/visual resources

  • 🖥️ PhET Simulation — Ramp: Forces and Motion — TODO: confirm current PhET link
  • 🎥 Khan Academy — TODO: source an inclined-plane forces explainer
  • 🎥 Physics High — TODO: check for a NSW-syllabus-aligned inclined planes video

Check yourself

  1. A \(2\ \text{kg}\) block sits on a frictionless \(20^\circ\) incline. Find its acceleration down the slope.

    Answer

    \(a = g\sin\theta = 9.8 \times \sin20^\circ \approx 3.35\ \text{m s}^{-2}\) (mass isn't needed — it cancels)

  2. A block on a \(25^\circ\) incline has \(\mu_k = 0.15\) and is sliding down. Find its acceleration.

    Answer

    \(a = g(\sin25^\circ - \mu_k\cos25^\circ) = 9.8(0.423 - 0.15 \times 0.906) \approx 2.90\ \text{m s}^{-2}\)

  3. A block sits motionless on an incline with \(\mu_s = 0.5\). Estimate the steepest angle at which it could still be on the verge of sliding.

    Answer

    At the angle of repose, \(\tan\theta = \mu_s = 0.5\), so \(\theta = \tan^{-1}(0.5) \approx 26.6^\circ\).