Blog
Exam NotesEduninja7 min read2026-07-06

IB Maths AA SL Calculus: Differentiation and Integration Guide

Revise IB Maths AA SL calculus with derivative meaning, tangents, optimisation, integration, area, and calculator-safe exam routines.

IB Maths AA SL Calculus: Differentiation and Integration Guide

IB Maths AA SL calculus is not one skill. It is a chain: understand the derivative, use differentiation rules, read tangent and normal lines, classify stationary points, reverse the process with integration, and then interpret area or motion.

If you only remember one thing: differentiation tells you gradient or rate of change at a point; integration reverses differentiation and can measure signed area. Most exam mistakes happen when a student knows the formula but does not say what the answer means.

Useful starting points:

Use this page as a route through Topic 5. It follows the PDF order closely: derivative meaning, derivative rules, chain rule, tangent and normal lines, monotony and stationary points, integration, definite integrals, area, and basic kinematics.

This SL guide focuses on the core AA SL calculus skills. It does not go into HL-only techniques such as L'Hopital's rule, implicit differentiation, integration by parts, volumes of revolution, or Maclaurin series.

Quick answer

  • A derivative f(x)f'(x) is a new function that gives the gradient or rate of change of f(x)f(x) at a value of xx.
  • For a power function, ddxxn=nxn1\frac{d}{dx}x^n=nx^{n-1}. This also works for negative and rational powers when the expression is defined.
  • The chain rule is needed when xx is replaced by another function u(x)u(x).
  • A tangent line uses gradient mT=f(x0)m_T=f'(x_0). A normal line is perpendicular to the tangent, so mN=1mTm_N=-\frac{1}{m_T} when mT0m_T\ne0.
  • Stationary points occur where f(x)=0f'(x)=0. They are possible maximum or minimum points, but you must test them.
  • An indefinite integral gives a family of antiderivatives, so the constant cc matters.
  • A definite integral abf(x)dx\int_a^b f(x)\,dx gives F(b)F(a)F(b)-F(a), where F(x)=f(x)F'(x)=f(x).
  • Total area is not always the same as a signed integral. If the graph goes below the xx-axis, split the interval or use absolute value.

Hand-drawn IB Maths AA calculus diagram showing the derivative as the gradient of a tangent.

Derivative meaning: gradient and rate of change

The PDF introduces the derivative after a short discussion of limits. For revision, the practical idea is more important than the technical notation: f(x)f'(x) gives the gradient of the graph of y=f(x)y=f(x) at a particular xx-value.

That is why the same object can be described in several ways:

Notation or phrase What it means
f(x)f'(x) Derivative function
dydx\frac{dy}{dx} Rate of change of yy with respect to xx
Gradient at xx Slope of the tangent to the curve at that point
f(2)f'(2) The derivative value when x=2x=2

For example, if f(x)=x2f(x)=x^2, then:

f(x)=2x f'(x)=2x

So the gradient at x=3x=3 is:

f(3)=6 f'(3)=6

Do not stop at "differentiate it". In an exam answer, say what the derivative value represents: a gradient, a rate of change, or the tangent slope at the point.

Basic derivatives you should know

The PDF starts with the power rule and then lists common derivatives. For SL calculus, these are the ones students should be able to use quickly.

Function f(x)f(x) Derivative f(x)f'(x)
xnx^n nxn1nx^{n-1}
sinx\sin x cosx\cos x
cosx\cos x sinx-\sin x
exe^x exe^x
lnx\ln x 1x\frac{1}{x}
constant cc 00

The power rule also works with negative powers and rational powers. Rewrite first if needed:

1x2=x2 \frac{1}{x^2}=x^{-2}

ddxx2=2x3 \frac{d}{dx}x^{-2}=-2x^{-3}

For square roots:

x=x1/2 \sqrt{x}=x^{1/2}

ddxx1/2=12x1/2=12x \frac{d}{dx}x^{1/2}=\frac{1}{2}x^{-1/2}=\frac{1}{2\sqrt{x}}

This is why rewriting is often the easiest first move in a calculus question.

Rules of differentiation

The PDF then builds the standard rules. Students often know the rules but apply them too quickly, especially when a function contains a product or quotient.

Rule Use it when
Sum or difference Terms are added or subtracted
Constant multiple A constant multiplies the function
Product rule Two functions are multiplied
Quotient rule One function is divided by another
Chain rule A function is inside another function

For sums and constant multiples:

ddx[2x33x2+7x+5]=6x26x+7 \frac{d}{dx}[2x^3-3x^2+7x+5]=6x^2-6x+7

For a product, do not multiply the separate derivatives. If y=x5sinxy=x^5\sin x, then:

y=5x4sinx+x5cosx y'=5x^4\sin x+x^5\cos x

That error is common because students try to do this:

(x5sinx)5x4cosx (x^5\sin x)'\ne 5x^4\cos x

The product rule keeps each original factor once.

Hand-drawn IB Maths AA chain rule diagram showing outside derivative multiplied by inside derivative.

Chain rule: the anti-panic rule

The PDF describes the chain rule in a simple way: if xx is replaced by another function u(x)u(x), differentiate the outer function and multiply by u(x)u'(x).

If:

f(x)=sin(2x2+3) f(x)=\sin(2x^2+3)

then u=2x2+3u=2x^2+3, so:

f(x)=cos(2x2+3)4x f'(x)=\cos(2x^2+3)\cdot4x

f(x)=4xcos(2x2+3) f'(x)=4x\cos(2x^2+3)

For an exponential example:

f(x)=e5x+3 f(x)=e^{5x+3}

f(x)=5e5x+3 f'(x)=5e^{5x+3}

For a logarithm:

f(x)=ln(x2+4) f(x)=\ln(x^2+4)

f(x)=2xx2+4 f'(x)=\frac{2x}{x^2+4}

The check is always the same: ask "what is inside?" and then multiply by the derivative of the inside.

Tangent and normal lines

The PDF gives a clear method for tangent and normal line questions.

Given y=f(x)y=f(x) and a point x=x0x=x_0, first find the point of contact:

y0=f(x0) y_0=f(x_0)

The tangent gradient is:

mT=f(x0) m_T=f'(x_0)

The normal line is perpendicular to the tangent:

mN=1mT m_N=-\frac{1}{m_T}

Then use the straight-line equation:

yy0=m(xx0) y-y_0=m(x-x_0)

For example, if f(x)=x2f(x)=x^2 and x0=3x_0=3, then:

y0=f(3)=9 y_0=f(3)=9

f(x)=2x f'(x)=2x

mT=f(3)=6 m_T=f'(3)=6

So the tangent line is:

y9=6(x3) y-9=6(x-3)

and the normal line is:

y9=16(x3) y-9=-\frac{1}{6}(x-3)

A strong exam answer shows the point, the gradient, and the final line. Missing one of those steps makes the method harder to follow.

Increasing, decreasing, maximum and minimum

The PDF calls increasing and decreasing behaviour "monotony". The sign of the derivative controls the behaviour of the function:

Derivative sign Graph behaviour
f(x)>0f'(x)>0 ff is increasing
f(x)<0f'(x)<0 ff is decreasing
f(x)=0f'(x)=0 Possible stationary point

A turning point has a horizontal tangent, so for an interior maximum or minimum:

f(c)=0 f'(c)=0

But the reverse is not always enough. A point where f(c)=0f'(c)=0 might be a maximum, a minimum, or neither. That is why the PDF uses tests.

First and second derivative tests

The first derivative test checks the sign of f(x)f'(x) around a stationary point.

Change in f(x)f'(x) Conclusion
positive to negative local maximum
negative to positive local minimum
no change of sign not a turning point

The second derivative test is faster when it works:

Value Conclusion
f(c)>0f''(c)>0 local minimum
f(c)<0f''(c)<0 local maximum
f(c)=0f''(c)=0 inconclusive

For example, suppose:

f(x)=x24x+3 f'(x)=x^2-4x+3

Then the stationary points are:

x=1,x=3 x=1,\quad x=3

If:

f(x)=2x4 f''(x)=2x-4

then:

f(1)=2<0 f''(1)=-2<0

so x=1x=1 gives a local maximum.

f(3)=2>0 f''(3)=2>0

so x=3x=3 gives a local minimum.

The important exam habit is to write the conclusion in words, not only the calculation.

Concavity and points of inflexion

The PDF also uses the second derivative to describe concavity.

Second derivative Shape
f(x)>0f''(x)>0 concave up
f(x)<0f''(x)<0 concave down

A point of inflexion occurs where the concavity changes. In a graph-sketching question, that matters because the derivative can tell you more than just maximum and minimum points. It also helps you describe the shape of the curve.

Optimisation questions

Optimisation is the exam version of maximum and minimum work. The method is usually:

  1. Define the quantity that needs to be maximised or minimised.
  2. Write it as a function of one variable.
  3. Differentiate.
  4. Solve f(x)=0f'(x)=0.
  5. Use a test or the context to decide whether it is a maximum or minimum.
  6. Answer in the context of the question.

Do not leave the answer as only x=3x=3 or f(x)=0f'(x)=0. If the question is about area, volume, cost, speed, or distance, finish with that quantity and its units if units are given.

Indefinite integration: reverse differentiation

The PDF introduces integration as the reverse problem. If:

F(x)=f(x) F'(x)=f(x)

then:

f(x)dx=F(x)+c \int f(x)\,dx=F(x)+c

For example:

2xdx=x2+c \int 2x\,dx=x^2+c

The cc matters because many functions have the same derivative:

(x2)=2x (x^2)'=2x

(x2+5)=2x (x^2+5)'=2x

So the full family of antiderivatives is:

x2+c x^2+c

The power rule for integration is:

xndx=xn+1n+1+c,n1 \int x^n\,dx=\frac{x^{n+1}}{n+1}+c,\quad n\ne-1

For 1x\frac{1}{x}, use:

1xdx=lnx+c \int \frac{1}{x}\,dx=\ln\lvert x\rvert+c

Many students forget the constant in indefinite integration. That is a simple mark to protect.

Basic integrals from the PDF

Function f(x)f(x) Integral f(x)dx\int f(x)\,dx
xnx^n xn+1n+1+c\frac{x^{n+1}}{n+1}+c, n1n\ne-1
aa ax+cax+c
exe^x ex+ce^x+c
sinx\sin x cosx+c-\cos x+c
cosx\cos x sinx+c\sin x+c
1x\frac{1}{x} lnx+c\ln\lvert x\rvert+c

Always check by differentiating your answer. If differentiating the result returns the original integrand, the integral is consistent.

Integration by substitution

The PDF first shows a simple linear case. If the expression has ax+bax+b inside, the result often needs division by aa.

For example:

cos(3x)dx=sin(3x)3+c \int \cos(3x)\,dx=\frac{\sin(3x)}{3}+c

because differentiating sin(3x)3\frac{\sin(3x)}{3} gives:

133cos(3x)=cos(3x) \frac{1}{3}\cdot3\cos(3x)=\cos(3x)

Similarly:

cos(3x+5)dx=sin(3x+5)3+c \int \cos(3x+5)\,dx=\frac{\sin(3x+5)}{3}+c

The PDF later connects substitution to the chain rule. If you can see u(x)u'(x) next to a function of uu, you can often integrate by recognising the pattern.

For example:

xx2+4dx \int \frac{x}{x^2+4}\,dx

is almost a logarithm pattern because the derivative of x2+4x^2+4 is 2x2x. Adjust the constant:

xx2+4dx=12ln(x2+4)+c \int \frac{x}{x^2+4}\,dx=\frac{1}{2}\ln(x^2+4)+c

This is why substitution is sometimes called the reverse of the chain rule.

Hand-drawn IB Maths AA definite integration diagram showing shaded area under a curve from a to b.

Definite integrals

A definite integral has limits:

abf(x)dx \int_a^b f(x)\,dx

If:

f(x)dx=F(x)+c \int f(x)\,dx=F(x)+c

then:

abf(x)dx=F(b)F(a) \int_a^b f(x)\,dx=F(b)-F(a)

For example:

132xdx=[x2]13 \int_1^3 2x\,dx=[x^2]_1^3

=3212 =3^2-1^2

=8 =8

The constant cc is omitted in a definite integral because it cancels when subtracting F(b)F(a)F(b)-F(a).

Signed area and total area

The PDF is careful about one point students often miss: a definite integral gives signed area, not always total area.

If the graph is above the xx-axis, the integral gives a positive area. If the graph is below the xx-axis, the integral gives a negative value. If the graph crosses the axis, positive and negative regions can cancel.

That means:

adf(x)dx \int_a^d f(x)\,dx

does not always give the total area between the curve and the xx-axis.

For total area:

Area=adf(x)dx \text{Area}=\int_a^d |f(x)|\,dx

In practice, split the interval at the roots where the graph crosses the xx-axis, then add the positive area values.

Area between curves

For area between two curves, subtract lower from upper:

Area=ab[upper curvelower curve]dx \text{Area}=\int_a^b [\text{upper curve}-\text{lower curve}]\,dx

The common mistake is to integrate the two functions in the wrong order or to ignore where the curves cross. Before integrating, sketch or use the calculator to identify which graph is above on the interval.

Exam routine:

  1. Find the intersection points if the limits are not given.
  2. Decide which curve is above.
  3. Set up one integral or split if the upper curve changes.
  4. Evaluate using F(b)F(a)F(b)-F(a).
  5. State that the result is an area.

Kinematics: displacement, velocity and acceleration

The PDF includes kinematics as an application of calculus. The link is:

v(t)=s(t) v(t)=s'(t)

a(t)=v(t)=s(t) a(t)=v'(t)=s''(t)

So velocity is the derivative of displacement, and acceleration is the derivative of velocity.

In reverse:

s(t)=v(t)dt s(t)=\int v(t)\,dt

v(t)=a(t)dt v(t)=\int a(t)\,dt

For definite integrals:

t1t2v(t)dt \int_{t_1}^{t_2} v(t)\,dt

gives displacement over the time interval, not always total distance travelled. If velocity changes sign, total distance needs the interval split where v(t)=0v(t)=0.

Common mistakes in IB Maths AA SL calculus

Mistake Better habit
Treating f(x)=0f'(x)=0 as automatically a maximum or minimum Use first derivative or second derivative test
Forgetting +c+c in indefinite integration Write +c+c before moving on
Using signed integral as total area Split at xx-axis crossings or use f(x)|f(x)|
Applying the product rule as product of derivatives Keep each original factor once
Missing the inside derivative in chain rule Identify u(x)u(x), then multiply by u(x)u'(x)
Finding a tangent gradient but not the point Compute y0=f(x0)y_0=f(x_0) before writing the line
Leaving an optimisation answer without context State the maximum or minimum quantity asked for

A short exam routine

For a differentiation question:

  1. Rewrite powers or roots if that makes the function easier.
  2. Choose the rule: power, product, quotient, or chain.
  3. Differentiate carefully.
  4. Substitute only after differentiating unless the question asks for a value first.
  5. Interpret the derivative as gradient, rate of change, tangent slope, or motion.

For an integration question:

  1. Decide whether it is indefinite or definite.
  2. For indefinite integrals, include +c+c.
  3. For definite integrals, use F(b)F(a)F(b)-F(a).
  4. If area is requested, check whether the graph goes below the xx-axis.
  5. If motion is involved, separate displacement from total distance.

FAQ

What is the difference between differentiation and integration?

Differentiation finds a derivative, which gives gradient or rate of change. Integration reverses differentiation and can also calculate signed area under a curve.

Why do I need +c+c in integration?

Because many functions can have the same derivative. For example, x2x^2, x2+1x^2+1, and x2+5x^2+5 all differentiate to 2x2x. The +c+c represents that family of antiderivatives.

When should I use the chain rule?

Use the chain rule when one function is inside another function, such as sin(2x2+3)\sin(2x^2+3), e5x+3e^{5x+3}, or ln(x2+4)\ln(x^2+4). Differentiate the outside, then multiply by the derivative of the inside.

How do I know whether a stationary point is a maximum or minimum?

First solve f(x)=0f'(x)=0. Then use a first derivative sign table or the second derivative test. If f(c)>0f''(c)>0, it is a local minimum. If f(c)<0f''(c)<0, it is a local maximum. If f(c)=0f''(c)=0, use another test.

Is abf(x)dx\int_a^b f(x)\,dx always the area?

It gives signed area. If the graph is below the xx-axis, the contribution is negative. For total area, split the interval at roots or use abf(x)dx\int_a^b |f(x)|\,dx when appropriate.

What does calculus mean in kinematics questions?

Velocity is the derivative of displacement, and acceleration is the derivative of velocity. Integration reverses those links. A definite integral of velocity gives displacement, while total distance may require splitting where velocity changes sign.

Related study links

  • IB Mathematics Notes
  • IB Mathematics Question Bank
  • IB Mathematics Study Library
IBMaths AASLExam Skill
IB Maths AA SL

Practise IB Maths AA SL exam skill exam questions.

Open the matching Eduninja workspace, question bank and syllabus-linked study tools.

Related articles

More course notes, updates and study resources from the Eduninja blog.

View all