Motion with Variable Acceleration - Complete Interactive Lesson
Part 1: Acceleration as a Function of Time
Variable Acceleration — a(t) Functions
Part 1 of 7
In AP Physics C, acceleration is often not constant. When a=a(t) is a function of time, we must use calculus — the kinematic equations for constant a no longer apply.
When Acceleration Depends on Time
Examples of time-dependent acceleration:
Physical Situation
a(t)
Rocket with linearly increasing thrust
a0+bt
Oscillating force
Acos(ωt)
Exponentially decaying force
a0e−t/τ
Jerk (constant rate of change of a)
a0+jt
The Calculus Approach
Since a(t)=dv/dt, we integrate to find velocity:
v(t)=v0+∫0ta(t′)dt′
Then integrate velocity to find position:
x(t)=x0+∫0tv(t′)dt′
Polynomial Acceleration
The most common case on AP exams is polynomial a(t).
Example: Quadratic Acceleration
a(t)=2−3t+t2, with v(0)=4, x(0)=0.
Step 1: Find v(t):
v(t)=4+∫0t(2−3t′+t′2)dt′=4+2t−23t2+3t3
Step 2: Find x(t):
x(t)=∫0tv(t′)dt′=∫0t(4+2t′−23t′2+3t′3)dt′
=4t+t2−2t3+12t4
Pattern
If a(t) is a polynomial of degree n:
v(t) is a polynomial of degree n+1
x(t) is a polynomial of degree n+2
Each integration raises the degree by one.
Sinusoidal Acceleration
When a(t)=a0sin(ωt) (or cosine), the motion is oscillatory.
v(t0)=v0 — determines constant from first integration
x(t0)=x0 — determines constant from second integration
Worked Example: Cubic Position from Linear Acceleration
Problem:a(t)=4−2tm/s2, v(0)=0, x(0)=5 m. Find the position when the particle first stops.
Solution
Step 1: Velocity
v(t)=∫0t(4−2t′)dt′=4t−t2
Step 2: Find when v=0
4t−t2=t(4−t)=0⟹t=0 or t=4
The particle stops again at t=4 s.
Step 3: Position
x(t)=5+∫0t(4t′−t′2)dt′=5+2t2−3t3
x(4)=5+32−364=5+396−64=5+332=347≈15.67 m
Verification
Check units: [a]=m/s2, after two integrations: [x]= m ✓
Check: at t=0, x=5 ✓, v=0 ✓
Double Integration: Sinusoidal Case
Problem:a(t)=−ω2Asin(ωt), v(0)=ωA, x(0)=0.
Velocity:
v(t)=ωA+∫0t[−ω2Asin(ωt′)]dt′
=ωA+ωA[cos(ωt′)]0t=ωA+ωA(cosωt−1)=ωAcos(ωt)
Position:
x(t)=∫0tωAcos(ωt′)dt′=Asin(ωt)
This is simple harmonic motion: x=Asin(ωt).
Verification
dt2d2x=−ω2Asin(ωt)=−ω2x
Indeed, a=−ω2x — the hallmark equation of SHM.
General Strategy for Double Integration
Step-by-Step Process
Integrate a(t) to get v(t): Include +C1.
Apply first initial condition:v(t0)=v0 → solve for C1.
Integrate v(t) to get x(t): Include +C2.
Apply second initial condition:x(t0)=x0 → solve for C2.
Common Mistake
Forgetting to apply initial conditions results in the wrongC1 and C2. Always check that your answer satisfies both initial conditions.
Quick Check Table
After Integration
Degree Increase
New Constant
a→v
+1
C1=v0
v→x
+1
C2=x0
For a(t)=polynomial of degree n:
v(t) has degree n+1
x(t) has degree n+2
Part 4: a(v) & Separation of Variables
Variable Acceleration — a(v) and Separation of Variables
Part 4 of 7
When acceleration depends on velocity — a=a(v) — we can no longer simply integrate with respect to time. Instead, we use separation of variables.
Common Physical Examples
Situation
a(v)
Linear drag (low speed)
a=−bv
Quadratic drag (high speed)
a=−cv2
Quadratic drag + gravity
a=g−cv2
Thrust minus drag
a=F0/m−bv
The Technique
Starting from a=dv/dt:
dtdv=a(v)
Separate variables:
a(v)dv=dt
Integrate both sides:
∫v0va(v′)dv′=∫0tdt′=t
Linear Drag: a=−bv
This models drag force proportional to velocity (e.g., motion through a viscous fluid at low speeds).
dtdv=−bv⟹vdv=−bdt
lnv0v=−bt⟹v(t)=v0e−bt
Finding Position
x(t)=∫0tv0e−bt′dt′=bv0(1−e−bt)
Key Features
Quantity
Value
Time constant
τ=1/b
v at t=τ
v0/e≈0.37v0
Terminal position
x∞=v0/b
Half-life of velocity
t1/2=ln2/b
Physical Insight
The velocity decays exponentially. The object covers a finite total distancev0/b even though it never truly stops (it asymptotically approaches zero velocity).
Falling with Quadratic Drag: a=g−cv2
For an object falling under gravity with quadratic air resistance:
mdtdv=mg−bv2⟹dtdv=g−mbv2=g(1−vT2v2)
where the terminal velocity is vT=mg/b.
Separation of Variables
1−v2/vT2dv=gdt
Using partial fractions:
2vT[vT+v1+vT−v1]dv=gdt
2vTlnvT−vvT+v=gt
Solution (starting from rest)
v(t)=vTtanh(vTgt)
Behavior
At small t: v≈gt (free fall, drag negligible)
As t→∞: v→vT (terminal velocity)
The characteristic time scale is vT/g.
Finding Position When a=a(v)
There are two approaches:
Approach 1: Find v(t) first, then integrate
x(t)=∫0tv(t′)dt′
Approach 2: Use the chain rule directly
Since a=vdxdv:
a(v)=vdxdv
Separate:
a(v)dx=vdv⟹dx=a(v)vdv
x−x0=∫v0va(v′)v′dv′
Example: Linear Drag
a=−bv:
x=∫v0v−bv′v′dv′=−b1∫v0vdv′=bv0−v
As v→0: x→v0/b ✓ (matches our earlier result).
Part 5: a(x) & Energy Methods
Variable Acceleration — a(x) and the Energy Method
Part 5 of 7
When acceleration depends on position — a=a(x) — we use the chain rule identity:
a=dtdv=dxdv⋅dtdx=vdxdv
The Energy Method Identity
a(x)=vdxdv
Separating variables:
a(x)dx=vdv
Integrating:
∫x0xa(x′)dx′=∫v0vv′dv′=2v2−v02
v2=v02+2∫x0xa(x′)dx′
This is the generalization of v2=v02+2aΔx for variable acceleration!
Application: Spring-Mass System
A mass on a spring has restoring force F=−kx, giving:
a(x)=−mkx=−ω2x
where ω=k/m.
Using the Energy Method
Starting from rest at x=A (amplitude):
v2=0+2∫Ax(−ω2x′)dx′=−ω2(x2−A2)=ω2(A2−x2)
v=ωA2−x2
Key Results
Position
Speed
x=0 (equilibrium)
vmax=ωA
x=±A (endpoints)
v=0
x=A/2
v=ωA3/2
Connection to Energy
21mv2+21kx2=21kA2
The energy method is literally the work-energy theorem!
Application: Gravity with Varying Distance
Newton's law of gravitation: a(r)=−r2GM (toward center, so negative for outward r).
Escape Velocity
Starting at the surface (r=R) with speed v0, how fast must we go to escape (r→∞, v→0)?
This problem would be extremely difficult to solve by integrating a(t) directly, since a depends on x, which depends on t in a complicated way. The vdv=adx approach bypasses time entirely!
Turning Points and Bounded Motion
From v2=v02+2∫x0xa(x′)dx′, a turning point occurs where v=0:
v02+2∫x0xturna(x′)dx′=0
Example: Potential Well
a(x)=−8x+2x3, with v=0 at x=0.
v2=2∫0x(−8x′+2x′3)dx′=2[−4x2+2x4]=−8x2+x4
Turning points: v=0 when x4−8x2=0⟹x2(x2−8)=0
So x=0 (start) or x=±22.
But we need v2≥0: x4−8x2≥0⟹x2≥8.
This means the particle stays at x=0 (it's a turning point where motion reverses... but actually v2<0 for small displacements from x=0). This indicates x=0 is an unstable equilibrium.
Part 6: Problem-Solving Workshop
Variable Acceleration — Problem-Solving Workshop
Part 6 of 7
This workshop brings together all the variable-acceleration techniques. The key is recognizing which variable the acceleration depends on to choose the right method.
Method Selection Guide
a depends on...
Method
Key Equation
t only
Direct integration
v=v0+∫a(t)dt
v only
Separation of variables
a(v)dv=dt
x only
Energy method
vdv=a(x)dx
t and v
Separation + integrating factor
Case-by-case
v and x
vdv/dx=a(v,x)
Often separable
Worked Problem 1: Rocket with Drag
A rocket in space has thrust F=F0 and experiences drag Fd=−bv. Its mass m is constant. Find v(t).
Answer units don't match what's asked → algebra error
Time constant has wrong dimensions → check coefficients
Part 7: Review & Applications
Variable Acceleration — Review & Applications
Part 7 of 7 — Comprehensive Review
Master Formula Sheet
Scenario
Method
Key Formula
a=a(t)
Integrate w.r.t. t
v=v0+∫adt
a=a(v)
Separation of variables
∫a(v)dv=t
a=a(x)
Energy method (vdv=adx)
v2=v02+2∫adx
a=a(v), find x(v)
va(v)dv=dx
x=∫a(v)vdv
Constant a
Special case
v2=v02+2aΔx
Common Results
Force Model
v(t)
a=−bv (linear drag)
v0e−bt
a=−cv2 (quadratic drag)
1+cv0tv0
a=g−cv2 (gravity + drag)
vTtanh(gt/vT)
a=−ω2x (spring)
v=ωA2−x2
AP-Style Free Response Problem
Problem: A particle of mass m moves along the x-axis. At t=0, it is at x=0 with velocity v0>0. It experiences a retarding force F=−αv1/2 where α>0 is a constant.
(a) Show that the velocity as a function of time is:
v(t)=(v0−2mαt)2
Solution:mdtdv=−αv1/2
v−1/2dv=−mαdt
2v1/2=−mαt+C
At t=0: C=2v0. So v=v0−2mαt, giving v=(v0−2mαt)2. ✓
(b) Find the time T when the particle stops.
v0−2mαT=0⟹T=α2mv0
(c) Find the total distance traveled.
x=∫0Tvdt=∫0T(v0−2mαt)2dt
Let u=v0−2mαt, du=−2mαdt:
x=−α2m∫v00u2du=α2m⋅3v03/2=3α2mv03/2
Connections to Other Topics
Variable acceleration is not just kinematics — it connects to nearly every topic in AP Physics C.
Newton's Second Law
a=Fnet/m
When forces depend on position (springs, gravity), velocity (drag), or time (varying thrust), acceleration is variable.
Work-Energy Theorem
∫Fdx=ΔKE
This is just m⋅vdv=m⋅adx integrated — the energy method!
Differential Equations Preview
Many AP Physics C problems reduce to first-order ODEs:
Physics
ODE
Solution Type
RC circuit
dtdq=−q/(RC)
Exponential decay
Drag force
dtdv=−bv
Exponential decay
SHM
dt2d2x=−ω2x
Sinusoidal
RL circuit
dtdI=(E−IR)/L
Exponential approach
The mathematical techniques are the same in all cases!
Topic Complete!
You've mastered Variable Acceleration for AP Physics C:
Part
Topic
Status
1
a(t) functions
✅
2
v(t) from integration
✅
3
x(t) from double integration
✅
4
a(v) and separation of variables
✅
5
a(x) and the energy method
✅
6
Problem-solving workshop
✅
7
Review & applications
✅
AP Exam Tip: On free-response problems involving variable acceleration, first identify what a depends on. If a=a(t), integrate directly. If a=a(v), separate variables. If a=a(x), use vdv=adx. State your method clearly and show every step of the separation and integration — setup points are often worth more than the final answer.