← Back to all lessons
Class 12Calculus6:26Published 16 Dec 2024

Class 12 Sure Board Integration Questions

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=x2+1(x+1)2exdx.I = \int \frac{x^2 + 1}{(x+1)^2}\, e^x \, dx.

Whenever an exe^x sits outside the rest, the first thing to try is the standard result

(f(x)+f(x))exdx=f(x)ex+C.\int \bigl(f(x) + f'(x)\bigr)\, e^x \, dx = f(x)\, e^x + 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 22, so the fraction is improper. Expanding the denominator gives (x+1)2=x2+2x+1(x+1)^2 = x^2 + 2x + 1. Dividing x2+1x^2 + 1 by x2+2x+1x^2 + 2x + 1 gives quotient 11 and remainder 2x-2x, so

x2+1(x+1)2=1+2x(x+1)2.\frac{x^2 + 1}{(x+1)^2} = 1 + \frac{-2x}{(x+1)^2}.

Therefore

I=exdx    2x(x+1)2exdx=ex    2x(x+1)2exdx.I = \int e^x \, dx \; - \; 2\int \frac{x}{(x+1)^2}\, e^x \, dx = e^x \; - \; 2\int \frac{x}{(x+1)^2}\, e^x \, dx.

Splitting into the function plus derivative form

The remaining integral again has an exe^x factor, so we try the same pattern on x(x+1)2\dfrac{x}{(x+1)^2}. Add and subtract 11 in the numerator:

x(x+1)2=(x+1)1(x+1)2=1x+11(x+1)2.\frac{x}{(x+1)^2} = \frac{(x+1) - 1}{(x+1)^2} = \frac{1}{x+1} - \frac{1}{(x+1)^2}.

With f(x)=1x+1f(x) = \dfrac{1}{x+1} we have f(x)=1(x+1)2f'(x) = -\dfrac{1}{(x+1)^2}, so this is exactly f(x)+f(x)f(x) + f'(x). Hence

x(x+1)2exdx=1x+1ex.\int \frac{x}{(x+1)^2}\, e^x \, dx = \frac{1}{x+1}\, e^x.

Putting it together,

I=ex2x+1ex+C.I = e^x - \frac{2}{x+1}\, e^x + C.

Second integral: a substitution

Next,

I=3axb2+c2x2dx.I = \int \frac{3ax}{b^2 + c^2 x^2}\, dx.

Put t=b2+c2x2t = b^2 + c^2 x^2, so dt=2c2xdxdt = 2c^2 x \, dx and xdx=12c2dtx \, dx = \dfrac{1}{2c^2}\, dt. Then

I=3a2c2dtt=3a2c2logt+C=3a2c2logb2+c2x2+C.I = \frac{3a}{2c^2} \int \frac{dt}{t} = \frac{3a}{2c^2}\, \log\lvert t \rvert + C = \frac{3a}{2c^2}\, \log\bigl\lvert b^2 + c^2 x^2 \bigr\rvert + C.

Third integral: integration by parts

Finally,

I=xtanxsec2xdx.I = \int x \, \tan x \, \sec^2 x \, dx.

Take the first function as xx and the second as tanxsec2x\tan x \, \sec^2 x. First we integrate the second function: with tanx=t\tan x = t and sec2xdx=dt\sec^2 x \, dx = dt,

tanxsec2xdx=tdt=t22=tan2x2.\int \tan x \, \sec^2 x \, dx = \int t \, dt = \frac{t^2}{2} = \frac{\tan^2 x}{2}.

Applying integration by parts,

I=xtan2x212tan2xdx.I = x \cdot \frac{\tan^2 x}{2} - \frac{1}{2}\int \tan^2 x \, dx.

Using tan2x=sec2x1\tan^2 x = \sec^2 x - 1,

tan2xdx=(sec2x1)dx=tanxx.\int \tan^2 x \, dx = \int (\sec^2 x - 1)\, dx = \tan x - x.

Therefore

I=xtan2x212tanx+x2+C.I = \frac{x \, \tan^2 x}{2} - \frac{1}{2}\tan x + \frac{x}{2} + C.

Key takeaways

  • When an integrand has an exe^x factor, try to write the rest as f(x)+f(x)f(x) + f'(x), since then (f+f)exdx=fex+C\int (f + f')e^x \, dx = f e^x + C.
  • A fraction whose numerator degree is at least the denominator degree should be divided first to make it proper.
  • A substitution that turns the integrand into 1t\tfrac{1}{t} produces a logarithm.
  • Integration by parts works well on xx times a function you can integrate, and tan2x=sec2x1\tan^2 x = \sec^2 x - 1 handles the leftover integral.