IB Maths AA SL Topic 5 โ€” Calculus Paper 1 & 2 ๐ŸŽฏ Skill ~3 min practice

AA SL Definite Integrals skills

Definite integrals come with limits โ€” the numbers above and below the โˆซ symbol. The result is just F(upper) โˆ’ F(lower). No C needed (it cancels), and on Paper 2 the GDC handles the whole thing in one go.

The Method

โˆซab f(x) dx  =  F(b) โˆ’ F(a) F is the antiderivative of f ยท upper minus lower ยท โœ“ in formula booklet
  1. Find the antiderivative F(x) using the integration rules. Skip the + C โ€” it cancels.
  2. Substitute the upper limit b into F(x) โ†’ F(b).
  3. Subtract F(a) โ€” the antiderivative evaluated at the lower limit.

The square-bracket notation

When you write up a definite integral, this is the standard layout:

โˆซ13 2x dx  =  [xยฒ]13  =  (3)ยฒ โˆ’ (1)ยฒ  =  8

Square brackets show the antiderivative with the limits attached. Then evaluate top minus bottom. The IB markers want this layout โ€” show all three steps for full method marks.

The recipe โ€” every definite integral

  1. Antidifferentiate using the power rule (or special-function rules). Skip + C.
  2. Write the antiderivative inside square brackets with the limits: [F(x)]ab.
  3. Substitute the upper limit b into F(x) โ†’ F(b).
  4. Subtract F(a) โ€” keep brackets around a if it’s negative to avoid sign errors.
  5. Simplify โ€” your answer is a number, not an expression in x.

GDC shortcut for Paper 2

TI-84 Plus
  1. Press MATH โ†’ 9: fnInt(
  2. Enter: function, X, lower, upper
  3. e.g. fnInt(2X, X, 1, 3) = 8
  4. Press ENTER โ†’ answer in one go
Casio fx-CG50
  1. From RUN-MAT, press OPTN โ†’ CALC (F4)
  2. Choose โˆซdx (F4)
  3. Enter: function, lower, upper
  4. e.g. โˆซ(2X, 1, 3) = 8
Use this on Paper 2 as a quick check or to skip the algebra entirely. Paper 1 still needs full working โ€” show the antiderivative and the substitution.

Worked examples

WE 1 EASY

Evaluate โˆซ02 (3xยฒ + 2) dx.

step 1 โ€” antidifferentiate [xยณ + 2x]02step 2 โ€” substitute upper F(2) = 8 + 4 = 12step 3 โ€” subtract lower F(0) = 0 12 โˆ’ 0 = 12โˆซโ‚€ยฒ (3xยฒ + 2) dx = 12 when the lower limit is 0, F(0) often vanishes โ€” but always write it out!
WE 2 MEDIUM

Evaluate โˆซโˆ’12 (4xยณ โˆ’ x) dx.

step 1 โ€” antidifferentiate [xโด โˆ’ xยฒ/2]โˆ’12step 2 โ€” substitute upper F(2) = 16 โˆ’ 4/2 = 16 โˆ’ 2 = 14step 3 โ€” substitute lower (careful with signs!) F(โˆ’1) = (โˆ’1)โด โˆ’ (โˆ’1)ยฒ/2 = 1 โˆ’ 1/2 = 1/2step 4 โ€” subtract 14 โˆ’ 1/2 = 27/2โˆซ = 27/2 (or 13.5) brackets around negative limits โ€” (โˆ’1)โด = 1, not โˆ’1!
WE 3 HARD

Evaluate โˆซ14 (2/โˆšx โˆ’ x) dx, giving the answer in exact form.

step 1 โ€” rewrite as powers 2/โˆšx = 2xโˆ’1/2step 2 โ€” antidifferentiate 2xโˆ’1/2 โ†’ 2 ร— x1/2/(1/2) = 4x1/2 = 4โˆšx โˆ’x โ†’ โˆ’xยฒ/2 [4โˆšx โˆ’ xยฒ/2]14step 3 โ€” evaluate F(4) = 4(2) โˆ’ 16/2 = 8 โˆ’ 8 = 0 F(1) = 4(1) โˆ’ 1/2 = 7/2step 4 โ€” subtract 0 โˆ’ 7/2 = โˆ’7/2โˆซ = โˆ’7/2 a negative answer just means the curve was below the x-axis on net โ€” that’s fine for a definite integral!

Practice questions

Try each one yourself first, then click the question to reveal the worked answer. Always evaluate upper minus lower.
Q1 EASY Evaluate โˆซ03 2x dx. Show answer โ–ผHide answer โ–ฒ
[xยฒ]03 = 9 โˆ’ 0 = 9
Q2 EASY Evaluate โˆซ12 (3xยฒ โˆ’ 1) dx. Show answer โ–ผHide answer โ–ฒ
[xยณ โˆ’ x]12 = (8 โˆ’ 2) โˆ’ (1 โˆ’ 1) = 6
Q3 MEDIUM Evaluate โˆซโˆ’21 (xยฒ + 2x) dx. Show answer โ–ผHide answer โ–ฒ
[xยณ/3 + xยฒ]โˆ’21 F(1) = 1/3 + 1 = 4/3 F(โˆ’2) = โˆ’8/3 + 4 = 4/3 4/3 โˆ’ 4/3 = 0 = 0 a result of 0 means the positive and negative areas cancelled โ€” check by sketching!
Q4 MEDIUM Evaluate โˆซ19 โˆšx dx. Show answer โ–ผHide answer โ–ฒ
rewrite โˆšx = x1/2 [2x3/2/3]19 F(9) = 2(27)/3 = 18 F(1) = 2/3 18 โˆ’ 2/3 = 52/3 = 52/3
Q5 HARD Find k > 0 such that โˆซ0k (2x + 1) dx = 12. Show answer โ–ผHide answer โ–ฒ
step 1 โ€” antidifferentiate and evaluate [xยฒ + x]0k = kยฒ + k step 2 โ€” set equal to 12 kยฒ + k โˆ’ 12 = 0 (k + 4)(k โˆ’ 3) = 0 k = 3 (since k > 0) k = 3 “find the unknown limit” โ†’ set up the integral as an equation, solve for the unknown!

โš  Common mistakes

๐Ÿ“–

Want the theory?

Read the full Definite Integrals notes for the link to area under a curve, the fundamental theorem of calculus, and how negative integrals signal regions below the x-axis.

Need help with Definite Integrals?

Get 1-on-1 help from an IB examiner who knows exactly what Paper 1 & 2 are looking for.

Book Free Session โ†’