Resources For Teachers For Tutors For Students & Parents Pricing
Year 12 Specialist (Unit 3 & 4) Modelling motion

Variable forces

20 practice questions 0 video lessons Theory + worked examples

Study variable forces for Year 12 Specialist Mathematics in Queensland (QCAA). When the resultant force on a particle changes with time, position or velocity, you apply Newton's second law and integrate to describe the motion.

You will learn to choose the right form of the acceleration, form and solve a differential equation of motion, and find velocity as a function of time or position, the distance a resisted body travels, and its terminal velocity — the core of modelling motion in a straight line.

Create a free accountTrack your progress and save your work as you go.
Create free account

Theory

Variable forces extend Newton's second law \(F=ma\) to a resultant force that changes with time, position or velocity, in Year 12 Specialist Mathematics (QCAA, Queensland). The skill is choosing the right form of the acceleration — \(\dfrac{dv}{dt}\), \(v\dfrac{dv}{dx}\) or \(\dfrac{d}{dx}\!\left(\tfrac12 v^2\right)\) — then forming a differential equation and integrating to find \(v\).

When the resultant force on a particle is not constant, its acceleration is not constant either, so the constant-acceleration formulas no longer apply. Instead you apply Newton's second law \(F=ma\) with \(F\) written as a function of \(t\), \(x\) or \(v\), and solve the resulting differential equation.

The acceleration has three equivalent forms: \(a=\dfrac{dv}{dt}\) (rate of change of velocity with time), \(a=v\dfrac{dv}{dx}\) (from the chain rule), and \(a=\dfrac{d}{dx}\!\left(\tfrac12 v^2\right)\). Choosing the form whose variables match the force is what makes the integral separable.

Use \(a=\dfrac{dv}{dt}\) when the force depends on time; use \(a=v\dfrac{dv}{dx}\) when the force depends on position; and for a force depending on velocity (such as air resistance) use \(\dfrac{dv}{dt}\) to reach \(v(t)\) or \(v\dfrac{dv}{dx}\) to reach \(v(x)\).

Two special outcomes appear often: a terminal velocity, the constant speed where the acceleration falls to zero, and a limiting speed reached as \(x\to\infty\). This sub-topic excludes pulleys and connected bodies.

Choosing the acceleration form for a variable force Newton's second law F equals m a branches by what the force depends on: a force depending on time uses a equal to dv/dt; a force depending on position uses a equal to v dv/dx; a force depending on velocity may use either dv/dt for time or v dv/dx for distance. F = m a variable force F depends on t use a = dv/dt F depends on x use a = v dv/dx F depends on v use a = dv/dt or v dv/dx then integrate and apply the initial condition
Choosing the acceleration form: match \(\dfrac{dv}{dt}\) or \(v\dfrac{dv}{dx}\) to what the force depends on, then integrate.
Velocity approaching a terminal speed A velocity-time graph for a falling body with air resistance: the speed rises steeply from zero and curves to level off along a dashed horizontal line at the terminal speed, where the acceleration is zero. t v terminal speed (a = 0) v(t)
A falling body with resistance \(a=g-kv\): the speed rises and levels off at the terminal speed, where \(a=0\).

Newton's second law with a variable resultant force, and the three forms of the acceleration for straight-line motion:

\[ F=ma,\qquad a=\dfrac{dv}{dt}=v\dfrac{dv}{dx}=\dfrac{d}{dx}\!\left(\tfrac12 v^2\right) \]
a=dvdt=vdvdx

Separating variables gives the working integrals for each case:

\[ \int m\,dv=\int F(t)\,dt,\qquad \int m\,v\,dv=\int F(x)\,dx \]
mvdv=F(x)dx

The terminal velocity of a falling body is found by setting the acceleration to zero:

\[ a=0\ \Rightarrow\ v=v_{\text{terminal}} \]
a=0v=vT
Match the form to the force. A force in \(t\) integrates with \(a=\dfrac{dv}{dt}\); a force in \(x\) integrates with \(a=v\dfrac{dv}{dx}\). Picking the wrong form leaves an unseparable equation.

Solving a variable-force problem

  1. Apply \(F=ma\) to get \(a=\dfrac{F}{m}\), and note whether the force depends on \(t\), \(x\) or \(v\).
  2. Choose the acceleration form: \(\dfrac{dv}{dt}\) for a force in \(t\) (or for \(v(t)\)); \(v\dfrac{dv}{dx}\) for a force in \(x\) (or for \(v(x)\)).
  3. Separate and integrate both sides to form the general solution, keeping the constant of integration.
  4. Apply the initial condition to find the constant, then substitute the required value (or take a limit for a terminal or limiting speed).
Example 1 — Force depending on time
A particle of mass \(2\text{ kg}\) starts from rest and moves in a straight line under a resultant force \(F=12t\text{ N}\) (\(t\) in seconds). Find its velocity \(v(t)\) and its displacement after \(3\) seconds.
Solution

The force depends on \(t\), so use \(a=\dfrac{dv}{dt}=\dfrac{F}{m}\):

\(a\)\(=\)\(\dfrac{12t}{2}\)
\(=\)\(6t\)

Integrate \(\dfrac{dv}{dt}=6t\) with \(v(0)=0\):

\(v\)\(=\)\(\int 6t\,dt\)
\(=\)\(3t^2+c\)
\(v(0)=0\)\(\Rightarrow\)\(c=0\)
\(v\)\(=\)\(3t^2\)

Integrate \(v=\dfrac{dx}{dt}\) with \(x(0)=0\), then substitute \(t=3\):

\(x\)\(=\)\(\int 3t^2\,dt\)
\(=\)\(t^3\)
\(x(3)\)\(=\)\(3^3\)
\(=\)\(27\)

\(v=3t^2\text{ m/s}\) and the displacement after \(3\text{ s}\) is \(27\text{ m}\).

Example 2 — Force depending on position
A particle of mass \(2\text{ kg}\) moves along the \(x\)-axis under a force \(F=16x\text{ N}\). It is released from rest at \(x=1\text{ m}\). Find its speed as it passes \(x=3\text{ m}\).
Solution

The force depends on \(x\), so use \(a=v\dfrac{dv}{dx}=\dfrac{F}{m}=8x\):

\(v\dfrac{dv}{dx}\)\(=\)\(8x\)

Separate and integrate both sides:

\(\int v\,dv\)\(=\)\(\int 8x\,dx\)
\(\dfrac{v^2}{2}\)\(=\)\(4x^2+c\)
\(v^2\)\(=\)\(8x^2+c_1\)

Apply \(v=0\) at \(x=1\) to find \(c_1\), then substitute \(x=3\):

\(0\)\(=\)\(8(1)^2+c_1\)
\(c_1\)\(=\)\(-8\)
\(v^2\)\(=\)\(8x^2-8\)
\(v^2(3)\)\(=\)\(8(9)-8\)
\(=\)\(64\)
\(v\)\(=\)\(8\)

\(v=8\text{ m/s}\) as the particle passes \(x=3\text{ m}\).

Example 3 — Velocity-dependent resistance and terminal speed
A body of mass \(1\text{ kg}\) falls from rest with acceleration \(a=8-2v\text{ m/s}^2\), where \(v\) is its speed. Find \(v\) as a function of \(t\) and its terminal velocity.
Solution

The force depends on \(v\); for \(v(t)\) use \(a=\dfrac{dv}{dt}=8-2v\) and separate:

\(\int\dfrac{dv}{8-2v}\)\(=\)\(\int 1\,dt\)
\(-\tfrac12\ln(8-2v)\)\(=\)\(t+c\)

Rearrange and apply \(v(0)=0\):

\(8-2v\)\(=\)\(Ae^{-2t}\)
\(v(0)=0\)\(\Rightarrow\)\(A=8\)
\(8-2v\)\(=\)\(8e^{-2t}\)
\(v\)\(=\)\(4\left(1-e^{-2t}\right)\)

Terminal velocity: set \(a=0\) (equivalently let \(t\to\infty\)):

\(8-2v\)\(=\)\(0\)
\(v\)\(=\)\(4\)

\(v=4\left(1-e^{-2t}\right)\text{ m/s}\), rising to a terminal velocity of \(4\text{ m/s}\).

Velocity approaching a terminal speed A velocity-time graph for a falling body with air resistance: the speed rises steeply from zero and curves to level off along a dashed horizontal line at the terminal speed, where the acceleration is zero. t v terminal speed (a = 0) v(t)
Example 4 — Resistance and distance to stop
A body of mass \(2\text{ kg}\) moving in a straight line is brought to rest by a resistance \(F=6v\text{ N}\), where \(v\) is its speed. Its initial speed is \(15\text{ m/s}\). Find the distance it travels before stopping.
Solution

For a distance, use \(a=v\dfrac{dv}{dx}=-\dfrac{6v}{2}=-3v\):

\(v\dfrac{dv}{dx}\)\(=\)\(-3v\)
\(\dfrac{dv}{dx}\)\(=\)\(-3\)

Integrate and apply \(v=15\) at \(x=0\):

\(v\)\(=\)\(-3x+c\)
\(v(0)=15\)\(\Rightarrow\)\(c=15\)
\(v\)\(=\)\(15-3x\)

The body stops when \(v=0\):

\(0\)\(=\)\(15-3x\)
\(3x\)\(=\)\(15\)
\(x\)\(=\)\(5\)

The body travels \(5\text{ m}\) before coming to rest.

Common pitfalls

Reaching for \(v=u+at\). Those formulas assume a constant acceleration. With a variable force the acceleration changes, so you must integrate a differential equation instead.
Using the wrong acceleration form. A force in \(x\) with \(a=\dfrac{dv}{dt}\) mixes \(x\), \(v\) and \(t\) and will not separate. Match the form to the variable: \(v\dfrac{dv}{dx}\) for \(F(x)\), \(\dfrac{dv}{dt}\) for \(F(t)\).
Dropping the constant of integration. The initial condition (the speed at a given time or position) is what pins down the constant; without it the answer is incomplete.
Confusing terminal and limiting speed. A terminal velocity comes from setting \(a=0\) (a force in \(v\)); a limiting speed is the value of \(v\) as \(x\to\infty\) (often a force in \(x\)). They are found differently.

Frequently asked questions

When do you use v dv/dx instead of dv/dt?

Use \(a=v\dfrac{dv}{dx}\) when the force depends on position \(x\), or when you want the velocity as a function of position. Use \(a=\dfrac{dv}{dt}\) when the force depends on time, or when you want velocity as a function of time.

Why can't I use v = u + at for a variable force?

The constant-acceleration formulas are derived assuming \(a\) is constant. A variable force gives a variable acceleration, so instead you write \(a=\dfrac{dv}{dt}\) or \(v\dfrac{dv}{dx}\), form a differential equation, and integrate.

How do you find a terminal velocity?

Terminal velocity is the steady speed a falling body approaches, where the resultant force and hence the acceleration are zero. Set \(a=0\) in the equation of motion and solve for \(v\).

What is the point of the form d/dx of half v squared?

It is just \(v\dfrac{dv}{dx}\) written another way, since \(\dfrac{d}{dx}\!\left(\tfrac12 v^2\right)=v\dfrac{dv}{dx}\). It makes integrating with respect to \(x\) quick, because \(\tfrac12 v^2\) is the antiderivative directly.

How do you get the distance a resisted body travels before stopping?

Use \(a=v\dfrac{dv}{dx}\) so the equation is in \(v\) and \(x\), integrate to get \(v\) as a function of \(x\), then set \(v=0\) and solve for \(x\).

Do I always need the initial condition?

Yes. Integrating introduces a constant, and the initial condition — the speed at a known time or position — is what determines it. Without it the velocity function is not fully known.