← Back to all lessons
Class 12Calculus8:17Published 29 Aug 2024

Integration: Simple Questions (Part 1)

Five worked indefinite integrals for Class XII, showing how to simplify each integrand before integrating term by term.

This Class XII lesson works through five simple indefinite integrals. Each one is first rewritten into a friendlier form: splitting a sum, expanding a square, dividing through by the denominator, converting roots to fractional powers, or factorising and cancelling. Once simplified, every term integrates directly using the basic power and exponential rules, and the constant of integration is added at the end.

What you'll learn

  • Splitting an integral into separate terms before integrating each one
  • Rewriting roots and quotients as powers so the power rule applies
  • Factorising a numerator to cancel a linear denominator before integrating

Lesson chapters

0:19Exponential plus constant integral
1:32Expanding a squared bracket
3:13Dividing each term by the denominator
4:47Roots as fractional powers
7:12Factorise and cancel before integrating

Lesson notes

This lesson works through five simple indefinite integrals. In each one we first reshape the integrand into terms we can integrate directly, then apply the basic power and exponential rules and add the constant of integration.

Exponential plus a constant

Evaluate (4e3x+1)dx\int \left(4e^{3x} + 1\right)\, dx.

Split the integral into two terms:

4e3xdx+1dx.\int 4e^{3x}\, dx + \int 1\, dx.

The integral of e3xe^{3x} is 13e3x\tfrac{1}{3}e^{3x} (we divide by the derivative of 3x3x, which is 33), and the integral of 11 is xx. So

(4e3x+1)dx=43e3x+x+C.\int \left(4e^{3x} + 1\right)\, dx = \frac{4}{3}e^{3x} + x + C.

Expanding a squared bracket

Evaluate (x1x)2dx\int \left(\sqrt{x} - \tfrac{1}{\sqrt{x}}\right)^2 dx.

Expand using (ab)2=a22ab+b2(a-b)^2 = a^2 - 2ab + b^2:

(x1x)2=x2+1x.\left(\sqrt{x} - \frac{1}{\sqrt{x}}\right)^2 = x - 2 + \frac{1}{x}.

The middle term simplifies because x1x=1\sqrt{x}\cdot\tfrac{1}{\sqrt{x}} = 1. Now integrate term by term:

(x2+1x)dx=x222x+lnx+C.\int \left(x - 2 + \frac{1}{x}\right) dx = \frac{x^2}{2} - 2x + \ln|x| + C.

Dividing each term by the denominator

Evaluate x3+5x24x2dx\displaystyle\int \frac{x^3 + 5x^2 - 4}{x^2}\, dx.

Distribute the x2x^2 across each term in the numerator:

(x+54x2)dx.\int \left(x + 5 - \frac{4}{x^2}\right) dx.

Writing 1x2=x2\tfrac{1}{x^2} = x^{-2}, its integral is x11=1x\tfrac{x^{-1}}{-1} = -\tfrac{1}{x}. Therefore

x3+5x24x2dx=x22+5x+4x+C.\int \frac{x^3 + 5x^2 - 4}{x^2}\, dx = \frac{x^2}{2} + 5x + \frac{4}{x} + C.

Roots as fractional powers

Evaluate x2+3x+4xdx\displaystyle\int \frac{x^2 + 3x + 4}{\sqrt{x}}\, dx.

Since x=x1/2\sqrt{x} = x^{1/2}, dividing each term lowers its power by 12\tfrac{1}{2}:

(x3/2+3x1/2+4x1/2)dx.\int \left(x^{3/2} + 3x^{1/2} + 4x^{-1/2}\right) dx.

Apply the power rule to each term:

x5/25/2+3x3/23/2+4x1/21/2=25x5/2+2x3/2+8x+C.\frac{x^{5/2}}{5/2} + 3\cdot\frac{x^{3/2}}{3/2} + 4\cdot\frac{x^{1/2}}{1/2} = \frac{2}{5}x^{5/2} + 2x^{3/2} + 8\sqrt{x} + C.

Factorise and cancel before integrating

Evaluate x3x2+x1x1dx\displaystyle\int \frac{x^3 - x^2 + x - 1}{x - 1}\, dx.

The denominator is a single linear factor, so we cannot split the fraction term by term. Instead factorise the numerator by grouping:

x3x2+x1=x2(x1)+(x1)=(x1)(x2+1).x^3 - x^2 + x - 1 = x^2(x - 1) + (x - 1) = (x - 1)(x^2 + 1).

Cancel the common factor x1x - 1:

(x2+1)dx=x33+x+C.\int (x^2 + 1)\, dx = \frac{x^3}{3} + x + C.

Key takeaways

  • Reshape the integrand first: split sums, expand squares, divide through, or convert roots to fractional powers so each term integrates directly.
  • The integral of eaxe^{ax} is 1aeax\tfrac{1}{a}e^{ax}, and 1xdx=lnx\int \tfrac{1}{x}\, dx = \ln|x|.
  • When a linear denominator blocks splitting, factorise the numerator and cancel before integrating.