Skip to main content
WAMath MethodsSyllabus dot point

How do we reverse differentiation to find areas, total change and other quantities through integration?

Find antiderivatives, evaluate definite integrals using the Fundamental Theorem of Calculus, and apply integration to areas, total change and kinematics

WACE Year 12 Mathematics Methods Unit 4 integration: antiderivatives, the definite integral, the Fundamental Theorem of Calculus, area under and between curves, and kinematics, with worked SCSA-style examples.

Generated by Claude Opus 4.79 min answer

Reviewed by: AI editorial process; not yet individually human-reviewed

Have a quick question? Jump to the Q&A page

Jump to a section
  1. What this dot point is asking
  2. Antiderivatives
  3. The definite integral and the Fundamental Theorem of Calculus
  4. Area under and between curves
  5. Total change and kinematics

What this dot point is asking

SCSA Unit 4 builds the integral calculus that complements the differentiation of Unit 3. You learn to antidifferentiate standard functions, evaluate definite integrals, and connect the definite integral to signed area and to the accumulation of a rate of change. This dot point appears in both the calculator-free and calculator-assumed sections of the WACE written examination.

Antiderivatives

Antidifferentiation reverses the chain rule for linear inner functions: the factor 1k\frac{1}{k} appears because differentiating ekxe^{kx} or sin(kx)\sin(kx) produces an extra kk. The constant of integration cc must be written on every indefinite integral.

The definite integral and the Fundamental Theorem of Calculus

The definite integral abf(x)dx\int_a^b f(x)\,dx gives the signed area between the curve and the xx-axis from x=ax = a to x=bx = b: regions above the axis count as positive and regions below as negative.

Area under and between curves

The area enclosed between two curves y=f(x)y = f(x) (upper) and y=g(x)y = g(x) (lower) over [a,b][a, b] is

A=ab(f(x)g(x))dx,A = \int_a^b \big(f(x) - g(x)\big)\,dx,

where aa and bb are usually the xx-coordinates of the points of intersection. Always subtract the lower function from the upper function so the integrand is positive.

Total change and kinematics

If f(x)f(x) is a rate of change, then abf(x)dx\int_a^b f(x)\,dx is the net change in the quantity over [a,b][a, b]. In kinematics, with velocity v(t)v(t) and acceleration a(t)a(t):

  • v(t)dt=x(t)+c\displaystyle\int v(t)\,dt = x(t) + c gives displacement from velocity.
  • a(t)dt=v(t)+c\displaystyle\int a(t)\,dt = v(t) + c gives velocity from acceleration.
  • Displacement over [t1,t2][t_1, t_2] is t1t2v(t)dt\displaystyle\int_{t_1}^{t_2} v(t)\,dt (signed), while distance travelled is t1t2v(t)dt\displaystyle\int_{t_1}^{t_2} |v(t)|\,dt.

For example, a particle with velocity v(t)=42tv(t) = 4 - 2t (in m/s) has displacement over 0t30 \le t \le 3 equal to 03(42t)dt=[4tt2]03=129=3\int_0^3 (4 - 2t)\,dt = [4t - t^2]_0^3 = 12 - 9 = 3 m. To find distance travelled you would split the integral at t=2t = 2 where v=0v = 0, because the particle reverses direction.