Calculus II — Integration
Level 2 Test Paper — Recall & Standard Problems
Time limit: 30 minutes Total marks: 40
Instructions: Answer all questions. Show all working. Use notation for mathematics. Include the constant of integration where appropriate.
Question 1. (3 marks) State the definition of an antiderivative of a function , and explain why the general antiderivative includes a constant .
Question 2. (4 marks) Evaluate the following indefinite integrals: (a) (2 marks) (b) (2 marks)
Question 3. (5 marks) Use the substitution to evaluate the definite integral remembering to change the limits of integration.
Question 4. (5 marks) Use integration by parts to evaluate State clearly your choices of and (mention LIATE).
Question 5. (5 marks) State both parts of the Fundamental Theorem of Calculus. Then, using Part 1, compute
Question 6. (4 marks) Evaluate the trigonometric integral
Question 7. (5 marks) Decompose into partial fractions and integrate:
Question 8. (4 marks) Determine whether the improper integral converges, and if so find its value:
Question 9. (5 marks) Find the area of the region enclosed between the curves and .
End of paper
Answer keyMark scheme & solutions
Question 1. (3 marks)
- An antiderivative of on an interval is a function such that for all . (1)
- If and are both antiderivatives, then , so is constant (by the Mean Value Theorem / a function with zero derivative is constant). (1)
- Hence every antiderivative differs from by a constant, so the general form is . (1)
Question 2. (4 marks) (a) . (2) (1 for power terms, 1 for log term) (b) . (2)
Question 3. (5 marks)
- . (1)
- Limits: ; . (1)
- Integral . (1)
- . (2)
Question 4. (5 marks)
- By LIATE, let (algebraic), . Then , . (2)
- . (2)
- . (1)
Question 5. (5 marks)
- FTC Part 1: If with continuous, then . (1)
- FTC Part 2: If is continuous and is any antiderivative, then . (1)
- Let . With , (chain rule). (2)
- . (1)
Question 6. (4 marks)
- Odd power of sine: write . (1)
- . Let , . (1)
- . (1)
- . (1)
Question 7. (5 marks)
- Factor: . (1)
- . Then .
- : . : . (2)
- Integral . (2)
Question 8. (4 marks)
- . (1)
- . (2)
- . Converges to . (1)
Question 9. (5 marks)
- Intersections: . (1)
- On , , so area . (1)
- . (2)
- . (1)
[
{"claim":"Q3: definite integral equals 78","code":"x=symbols('x'); result = integrate(x*(x**2+1)**3,(x,0,2))==78"},
{"claim":"Q7: partial fraction integral has coefficients 2 and 3","code":"x=symbols('x'); A,B=2,3; expr=simplify(A*(x+1)+B*(x-2)-(5*x-4)); result = expr==0"},
{"claim":"Q8: improper integral converges to 1","code":"x=symbols('x'); result = integrate(1/x**2,(x,1,oo))==1"},
{"claim":"Q9: area between curves equals 4/3","code":"x=symbols('x'); result = integrate(2*x-x**2,(x,0,2))==Rational(4,3)"}
]