Math Lab
Home/Class XII/Ch 7/Indefinite integrals and standard forms

Indefinite integrals and standard forms

If a derivative tells you how fast something changes, an antiderivative recovers the original quantity from its rate of change. Given ff, we look for FF with F(x)=f(x)F'(x) = f(x). The collection of all such FF is the indefinite integral, written f(x)dx\int f(x)\,dx. It is a family of functions , any two members differ only by an additive constant , because differentiation kills constants.

Definitions

An antiderivative of ff on an interval II is a function FF such that F(x)=f(x)F'(x) = f(x) for every xIx \in I. The indefinite integral is f(x)dx=F(x)+C,\int f(x)\,dx = F(x) + C, where CRC \in \mathbb{R} is the constant of integration. The symbol \int comes from a stretched "S" (for sum), f(x)f(x) is the integrand, and dxdx indicates the variable of integration.

Why the "+C+C"?

Suppose F(x)=G(x)=f(x)F'(x) = G'(x) = f(x) on an interval. Then (FG)(x)=0(F - G)'(x) = 0, so FGF - G is constant on that interval. Hence any two antiderivatives differ by a constant. We capture all of them by writing F(x)+CF(x) + C.

The constant is more than a formality. In applied problems , e.g. recovering position from velocity , the constant encodes the initial condition. Without it, the answer is ambiguous. Always write the +C+C in indefinite integrals.

Linearity

Integration distributes over sums and pulls out constants: [af(x)+bg(x)]dx=af(x)dx+bg(x)dx.\int [af(x) + bg(x)]\,dx = a\int f(x)\,dx + b\int g(x)\,dx.

This is the workhorse for splitting a complicated integrand into easy pieces. The identity is immediate from the corresponding property of derivatives, applied in reverse.

Note that integration does not play nicely with products or quotients. There is no simple "integral of a product" rule , you must use integration by parts. There is no quotient rule for integrals , you may need partial fractions, substitution, or other tools.

The standard integral table

Every entry below is a derivative formula read backwards. Verify each one by differentiating the right side.

f(x)dx\int f(x)\,dxResult
xndx\int x^n\,dx, n1n \neq -1xn+1n+1+C\dfrac{x^{n+1}}{n+1} + C
dxx\int \dfrac{dx}{x}$\ln
exdx\int e^x\,dxex+Ce^x + C
axdx\int a^x\,dxaxlna+C\dfrac{a^x}{\ln a} + C
sinxdx\int \sin x\,dxcosx+C-\cos x + C
cosxdx\int \cos x\,dxsinx+C\sin x + C
sec2xdx\int \sec^2 x\,dxtanx+C\tan x + C
csc2xdx\int \csc^2 x\,dxcotx+C-\cot x + C
secxtanxdx\int \sec x \tan x\,dxsecx+C\sec x + C
cscxcotxdx\int \csc x \cot x\,dxcscx+C-\csc x + C
tanxdx\int \tan x\,dx$\ln
cotxdx\int \cot x\,dx$\ln
secxdx\int \sec x\,dx$\ln
cscxdx\int \csc x\,dx$\ln
dx1+x2\int \dfrac{dx}{1+x^2}tan1x+C\tan^{-1} x + C
dx1x2\int \dfrac{dx}{\sqrt{1-x^2}}sin1x+C\sin^{-1} x + C
dxxx21\int \dfrac{dx}{x\sqrt{x^2-1}}$\sec^{-1}

A few remarks. The integral of sinx\sin x is cosx-\cos x (mind the minus sign , a common error). tanxdx\int \tan x\,dx may equivalently be written as lncosx+C-\ln|\cos x|+C, which is the form some prefer; both are correct. The formula for secxdx\int \sec x\,dx looks mysterious , it is derived by multiplying numerator and denominator by secx+tanx\sec x + \tan x and recognising a uu-substitution.

Worked examples

Example 1. Compute (3x24sinx+ex)dx\int (3x^2 - 4\sin x + e^x)\,dx.

By linearity: 3x2dx=x3\int 3x^2\,dx = x^3, 4sinxdx=4cosx\int -4\sin x\,dx = 4\cos x, exdx=ex\int e^x\,dx = e^x. So the integral is x3+4cosx+ex+Cx^3 + 4\cos x + e^x + C.

Example 2. Compute x2+1xdx\int \dfrac{x^2 + 1}{x}\,dx.

Split: x2+1x=x+1x\dfrac{x^2+1}{x} = x + \dfrac{1}{x}. Integrate term by term: x22+lnx+C\dfrac{x^2}{2} + \ln|x| + C.

Example 3. Compute 1cos2x2dx\int \dfrac{1 - \cos 2x}{2}\,dx.

Recognise 1cos2x2=sin2x\dfrac{1 - \cos 2x}{2} = \sin^2 x. But it is easier to integrate directly: 12dxcos2x2dx=x2sin2x4+C\int \dfrac{1}{2}\,dx - \int \dfrac{\cos 2x}{2}\,dx = \dfrac{x}{2} - \dfrac{\sin 2x}{4} + C.

Example 4. Compute tan2xdx\int \tan^2 x\,dx.

Use tan2x=sec2x1\tan^2 x = \sec^2 x - 1. Then tan2xdx=tanxx+C\int \tan^2 x\,dx = \tan x - x + C.

Example 5. Find F(x)F(x) with F(x)=3x2+2F'(x) = 3x^2 + 2 and F(1)=5F(1) = 5.

Antiderivative: F(x)=x3+2x+CF(x) = x^3 + 2x + C. Apply the condition: 1+2+C=51 + 2 + C = 5, so C=2C = 2. Therefore F(x)=x3+2x+2F(x) = x^3 + 2x + 2.

Example 6. Compute (ex+5)2dx\int (e^x + 5)^2\,dx.

Expand: e2x+10ex+25e^{2x} + 10e^x + 25. Integrate: e2x2+10ex+25x+C\dfrac{e^{2x}}{2} + 10e^x + 25x + C.

Try it yourself

  1. (5x43x2+7)dx\int (5x^4 - 3x^2 + 7)\,dx
  2. x32x+1x2dx\int \dfrac{x^3 - 2x + 1}{x^2}\,dx
  3. cos2xdx\int \cos^2 x\,dx (use cos2x=1+cos2x2\cos^2 x = \tfrac{1+\cos 2x}{2})
  4. sin2xdx\int \sin^2 x\,dx
  5. (secx+tanx)secxdx\int (\sec x + \tan x)\sec x\,dx
  6. 1+sinxcos2xdx\int \dfrac{1 + \sin x}{\cos^2 x}\,dx
  7. 3xdx\int 3^x\,dx
  8. (ex1)2exdx\int (e^x - 1)^2 e^x\,dx (hint: anticipate substitution but try expanding first)
  9. (x+1)2dx\int (\sqrt{x} + 1)^2\,dx
  10. Find ff if f(x)=cosx+sec2xf'(x) = \cos x + \sec^2 x and f(0)=1f(0) = 1.
  11. cot2xdx\int \cot^2 x\,dx
  12. 1cosxsin2xdx\int \dfrac{1 - \cos x}{\sin^2 x}\,dx (use 1cosx=2sin2(x/2)1 - \cos x = 2\sin^2(x/2))
  13. x3/2dx\int x^{-3/2}\,dx
  14. Verify secxdx=lnsecx+tanx+C\int \sec x\,dx = \ln|\sec x + \tan x| + C by differentiating the right side.

Pitfalls and tricks

  • Forgetting +C+C: half a mark in board exams, every time.
  • Sign on sinxdx\int \sin x\,dx: the answer is cosx-\cos x, not cosx\cos x.
  • dxx\int \dfrac{dx}{x} is lnx\ln|x|, not lnx\ln x , the absolute value matters because the function is defined for x<0x < 0 too.
  • The power rule fails at n=1n = -1 , that case is the log.
  • Simplify first: many integrands look hopeless until you split a fraction, expand a square, or use a trigonometric identity. Always try algebraic simplification before reaching for a heavy technique.

Practice quiz

Quick check on this topic.

Quiz
Quick check : Indefinite integrals
6 questions · pick the best answer
Q1

x5dx=\int x^5\,dx=

Q2

dxx=\int \frac{dx}{x}=

Q3

e3xdx=\int e^{3x}\,dx=

Q4

(sec2x1)dx=\int (\sec^2 x - 1)\,dx=

Q5

(1+cos2x)dx=\int (1 + \cos 2x)\,dx=

Q6

If F(x)=2xF'(x) = 2x and F(0)=5F(0) = 5, then F(x)=F(x)=