Three likely board exam integration problems worked in full, covering integrals with an exponential factor, a substitution, and integration by parts.
This Class 12 lesson works through three integration questions that often appear on the board exam. The first integrates a rational function times an exponential by spotting the function-plus-derivative pattern. The second uses a simple substitution on a rational integrand, and the third applies integration by parts to a product involving tangent and secant. Each result is built up step by step.
What you'll learn
How to integrate a rational function multiplied by an exponential by recognising the function plus derivative pattern
How to simplify an improper fraction by dividing before integrating
How to evaluate an integral using a substitution that turns it into a logarithm
How to use integration by parts on a product involving tangent and secant
Lesson chapters
0:00First integral with an exponential factor
0:48Dividing the improper fraction
2:24Splitting into the function plus derivative form
4:28Second integral by substitution
5:05Third integral by parts
Lesson notes
This lesson works through three integration questions of the kind that often turn up on the board exam: one with an exponential factor, one solved by substitution, and one by integration by parts.
First integral: an exponential factor
We want to evaluate
I=∫(x+1)2x2+1exdx.
Whenever an ex sits outside the rest, the first thing to try is the standard result
∫(f(x)+f′(x))exdx=f(x)ex+C.
That is, can we split the bracket into a function and its own derivative? Here there is no direct split, so we look at the fraction itself.
Dividing the improper fraction
The numerator and denominator both have degree 2, so the fraction is improper. Expanding the denominator gives (x+1)2=x2+2x+1. Dividing x2+1 by x2+2x+1 gives quotient 1 and remainder −2x, so
(x+1)2x2+1=1+(x+1)2−2x.
Therefore
I=∫exdx−2∫(x+1)2xexdx=ex−2∫(x+1)2xexdx.
Splitting into the function plus derivative form
The remaining integral again has an ex factor, so we try the same pattern on (x+1)2x. Add and subtract 1 in the numerator:
(x+1)2x=(x+1)2(x+1)−1=x+11−(x+1)21.
With f(x)=x+11 we have f′(x)=−(x+1)21, so this is exactly f(x)+f′(x). Hence