Study Guide

Linear motion under a variable force

CIE A-Level Further MathematicsΒ· 25 min read

1. Force as a function of time F(t)β˜…β˜…β˜†β˜†β˜†β± 8 min

βœ“ Calculator OK

For forces that change explicitly with time, Newton's second law can be rewritten as . Since acceleration is the rate of change of velocity, you can integrate directly with respect to time to find velocity, then integrate velocity again to find displacement.

πŸ“˜ Definition

Impulse of a time-varying force

The total change in momentum of a particle acted on by over the interval from to

Example:

A force N acting for 3 seconds delivers total impulse of 9 Ns

πŸ“ Worked Example

A particle of mass 0.5 kg moves along a straight line, acted on by force N, where is time in seconds. Given initial velocity m s⁻¹ at , find the velocity at .

  1. 1

    Apply Newton's second law to isolate acceleration:

    0.5a=6t+2β€…β€ŠβŸΉβ€…β€Ša=12t+40.5a = 6t + 2 \implies a = 12t + 4
  2. 2

    Use and separate variables for integration:

    ∫dv=∫(12t+4)dt\int dv = \int (12t + 4) dt
  3. 3

    Evaluate the indefinite integral and apply initial condition at :

    v=6t2+4t+2v = 6t^2 + 4t + 2
  4. 4

    Substitute to find final velocity:

    v=6(9)+4(3)+2=68 m sβˆ’1v = 6(9) + 4(3) + 2 = 68 \text{ m s}^{-1}
βœ“ Quick check

Test your understanding of F(t) motion

  1. A 2kg particle has force N acting on it, starting from rest. What is its velocity at ?

    • A) 2 m/s

    • B) 4 m/s

    • C) 8 m/s

    • D) 16 m/s

    Reveal answer
    B β€”

    Acceleration , integrating from to gives m/s

Exam tip:

CIE often asks for maximum velocity from a time-dependent force that changes direction: set to find the critical time value.

2. Force as a function of displacement F(x)β˜…β˜…β˜…β˜†β˜†β± 9 min

βœ“ Calculator OK

When force depends only on the position of the particle, using creates an equation with no explicit time term. Instead, use the chain rule identity to write the differential equation in terms of and only.

πŸ”¬ Derivation
Goal:

Derive the work-energy principle for a displacement-dependent force

Starting from:

Newton's second law

  1. 1

    Substitute the chain rule acceleration identity:

    F(x)=mvdvdxF(x) = m v \frac{dv}{dx}
  2. 2

    Rearrange to separate variables:

    F(x)dx=mvdvF(x) dx = m v dv
  3. 3

    Integrate both sides between initial state and final state :

    ∫x1x2F(x)dx=∫v1v2mvdv\int_{x_1}^{x_2} F(x) dx = \int_{v_1}^{v_2} mv dv
Result:

The integral of over displacement equals the change in kinetic energy of the particle, no time calculations required.

πŸ“ Worked Example

A particle of mass 1 kg moves along the x-axis, acted on by force N, where is displacement in metres. It starts from rest at . Find its speed when .

  1. 1

    Substitute into Newton's second law with :

    12βˆ’4x=vdvdx12 - 4x = v \frac{dv}{dx}
  2. 2

    Separate variables and set limits for integration:

    ∫03(12βˆ’4x)dx=∫0vvdv\int_0^3 (12 - 4x) dx = \int_0^v v dv
  3. 3

    Evaluate the left hand (force) integral:

    [12xβˆ’2x2]03=36βˆ’18=18\left[12x - 2x^2\right]_0^3 = 36 - 18 = 18
  4. 4

    Evaluate the right hand (kinetic energy) integral:

    [12v2]0v=12v2\left[\frac{1}{2}v^2\right]_0^v = \frac{1}{2}v^2
  5. 5

    Equate and solve for v:

    18=12v2β€…β€ŠβŸΉβ€…β€Šv=6 m sβˆ’118 = \frac{1}{2}v^2 \implies v = 6 \text{ m s}^{-1}

3. Force as a function of velocity F(v)β˜…β˜…β˜…β˜…β˜†β± 10 min

🚫 No Calculator

This case is most common for motion with velocity-dependent resistance, such as air drag proportional to or . You select the acceleration identity based on what the question asks for: use to find time, or to find displacement.

πŸ“ Worked Example

A particle of mass 2 kg moves in a straight line, resisted by force N, where is velocity. No other forces act. Initial speed is 10 m s⁻¹. Find the time taken for speed to drop to 2 m s⁻¹.

  1. 1

    Apply Newton's second law, with negative sign for resistive force opposing motion:

    βˆ’3v=2dvdt-3v = 2 \frac{dv}{dt}
  2. 2

    Rearrange to form a separable differential equation:

    ∫dt=βˆ’23∫dvv\int dt = -\frac{2}{3} \int \frac{dv}{v}
  3. 3

    Integrate and apply initial condition to find constant C:

    t=βˆ’23ln⁑v+23ln⁑10t = -\frac{2}{3} \ln v + \frac{2}{3} \ln 10
  4. 4

    Substitute and simplify:

    t=23(ln⁑10βˆ’ln⁑2)=23ln⁑5β‰ˆ1.07 st = \frac{2}{3} \left(\ln 10 - \ln 2\right) = \frac{2}{3} \ln 5 \approx 1.07 \text{ s}
βœ“ Quick check

Quick check for F(v) motion

  1. For the same particle above, what substitution would you use to find the distance travelled before speed drops to 2 m/s?

    • A) a = dv/dt

    • B) a = v dv/dx

    • C) a = dΒ²x/dtΒ²

    • D) F = ma directly

    Reveal answer
    B β€”

    Since you are solving for displacement as a function of velocity, the v dv/dx identity is the most efficient approach.

4. Common Pitfalls

Wrong move:

Using a = dv/dt for F(x) problems and trying to integrate over time

Why:

F(x) has no explicit time dependence, so you cannot relate x to t without extra steps, leading to an unsolvable equation.

Correct move:

Always use the a = v dv/dx substitution for any force that is a function of displacement.

Wrong move:

Forgetting the negative sign for resistive forces in F(v) problems

Why:

This produces an exponentially increasing velocity instead of decreasing, a physically impossible result that loses most method marks.

Correct move:

Define the positive direction as the direction of motion, so all resistive forces take a negative sign.

Wrong move:

Applying SUVAT constant acceleration equations to variable force problems

Why:

SUVAT formulas only hold when acceleration is fixed, which is never true for any variable force scenario.

Correct move:

Solve the relevant differential equation via integration for the given force type.

Wrong move:

Using mass in grams instead of kilograms in F=ma

Why:

This gives acceleration values 1000 times larger than the correct answer, even if all integration steps are perfect.

Correct move:

Convert all mass values to kg before writing any equations.

Wrong move:

Skipping the constant of integration and not applying initial conditions

Why:

Your general solution will have an unknown constant, so you cannot get the numerical value the exam question asks for.

Correct move:

Immediately substitute the given initial value (e.g. v=u at t=0) right after integrating to find C.

5. Quick Reference Cheatsheet

Force type

Acceleration identity to use

Integral formula

F(t)

a = dv/dt

F(x)

a = v dv/dx

F(v)

a = dv/dt (for time)

F(v)

a = v dv/dx (for displacement)

When this came up on past exams

AI-estimated based on syllabus patterns β€” cross-check with official past papers for accuracy. Use only as revision-focus signals.

  • 2024 Β· 4

    F(x) motion with work energy

  • 2023 Β· 3

    Velocity-dependent resistance motion

  • 2022 Β· 4

    Impulse from time-varying force

What's Next

Mastering linear motion under variable force is critical to tackling subsequent Further Mechanics topics, including motion in a circle with variable speed, the derivation of simple harmonic motion, and vertical motion under gravity with air resistance. This skill also builds a foundation for extending the work-energy principle to 2D systems and rigid body dynamics, which appear in 15+ mark extended response questions on CIE A2 papers. Use the linked modules to reinforce your understanding and build problem-solving speed ahead of the exam.