Introduction to Integration

In Differential Calculus, we are given a function and we are required to find its derivative or rate of change. Integral Calculus involves the reverse process: we are given the derivative of a function, and we are asked to find the original function.

Because of this inverse relationship, integration is also called anti-differentiation.

If the derivative of a function F(x)F(x) is f(x)f(x), that is, ddx[F(x)]=f(x),\frac{d}{dx}[F(x)] = f(x), then F(x)F(x) is called an anti-derivative or integral of f(x)f(x).

Mathematically, we write: f(x)dx=F(x)+C\int f(x)\,dx = F(x) + C where CC is an arbitrary constant.


The Constant of Integration

Consider the functions F(x)=x2F(x)=x^2, G(x)=x2+5G(x)=x^2+5, and H(x)=x210H(x)=x^2-10. If we differentiate all three with respect to xx, we get the same derivative: ddx(x2)=ddx(x2+5)=ddx(x210)=2x.\frac{d}{dx}(x^2)=\frac{d}{dx}(x^2+5)=\frac{d}{dx}(x^2-10)=2x.

So, when we integrate 2x2x, we do not get just one answer. We get a whole family of functions differing by a constant.

To represent all such possibilities, we write: f(x)dx=F(x)+C\int f(x)\,dx = F(x) + C where CC is called the constant of integration.

Because the value of CC can be any real number, the result is not unique. Hence, it is called an indefinite integral.


Geometrical Interpretation of Indefinite Integral

The indefinite integral f(x)dx=F(x)+C\int f(x)\,dx = F(x) + C represents a family of curves.

Different values of CC give different curves. These curves are vertical translations of one another, so they are parallel in shape.

If a vertical line x=ax=a intersects these curves, then the tangents drawn at the points of intersection all have the same slope, namely f(a)f(a), because the derivative of F(x)+CF(x)+C is always f(x)f(x).

Standard Integration Formulas

Since integration is the reverse of differentiation, standard integration formulas are obtained from standard derivative formulas.

Algebraic

  • xndx=xn+1n+1+C(n1)\int x^n\,dx = \frac{x^{n+1}}{n+1} + C \quad (n \neq -1)
  • 1xdx=lnx+C\int \frac{1}{x}\,dx = \ln|x| + C
  • 1dx=x+C\int 1\,dx = x + C

Exponential and Logarithmic

  • exdx=ex+C\int e^x\,dx = e^x + C
  • axdx=axlna+C(a>0, a1)\int a^x\,dx = \frac{a^x}{\ln a} + C \quad (a>0,\ a\neq 1)

Trigonometric

  • cosxdx=sinx+C\int \cos x\,dx = \sin x + C
  • sinxdx=cosx+C\int \sin x\,dx = -\cos x + C
  • sec2xdx=tanx+C\int \sec^2 x\,dx = \tan x + C
  • csc2xdx=cotx+C\int \csc^2 x\,dx = -\cot x + C
  • secxtanxdx=secx+C\int \sec x\tan x\,dx = \sec x + C
  • cscxcotxdx=cscx+C\int \csc x\cot x\,dx = -\csc x + C

Properties of Indefinite Integrals

  1. Derivative of an Integral: Differentiation and integration are inverse operations. ddx(f(x)dx)=f(x)\frac{d}{dx}\left(\int f(x)\,dx\right) = f(x)
  2. Integral of a Sum/Difference: [f(x)±g(x)]dx=f(x)dx±g(x)dx\int [f(x) \pm g(x)]\,dx = \int f(x)\,dx \pm \int g(x)\,dx
  3. Constant Multiple Rule: A constant can be taken outside the integral sign. kf(x)dx=kf(x)dx\int kf(x)\,dx = k\int f(x)\,dx

Solved Examples

Example 1: Basic Polynomial Integration

Evaluate the integral: (x3+5x24)dx\int (x^3 + 5x^2 - 4)\,dx

Solution: Step 1: Use linearity of integration to split the expression: (x3+5x24)dx=x3dx+5x2dx4dx\int (x^3 + 5x^2 - 4)\,dx = \int x^3\,dx + \int 5x^2\,dx - \int 4\,dx

Step 2: Take constants outside the integral signs: =x3dx+5x2dx41dx= \int x^3\,dx + 5\int x^2\,dx - 4\int 1\,dx

Step 3: Apply the power rule: =x44+5(x33)4x+C= \frac{x^4}{4} + 5\left(\frac{x^3}{3}\right) - 4x + C

Step 4: Simplify: =x44+5x334x+C= \frac{x^4}{4} + \frac{5x^3}{3} - 4x + C

Answer: x44+5x334x+C\frac{x^4}{4} + \frac{5x^3}{3} - 4x + C


Example 2: Simplifying Rational Expressions Before Integration

Evaluate: x31x2dx\int \frac{x^3 - 1}{x^2}\,dx

Solution: Step 1: Divide each term in the numerator by x2x^2: x31x2=xx2\frac{x^3 - 1}{x^2} = x - x^{-2}

Step 2: Rewrite the integral: x31x2dx=(xx2)dx\int \frac{x^3 - 1}{x^2}\,dx = \int (x - x^{-2})\,dx

Step 3: Integrate term by term: =xdxx2dx= \int x\,dx - \int x^{-2}\,dx =x22x11+C= \frac{x^2}{2} - \frac{x^{-1}}{-1} + C

Step 4: Simplify: =x22+x1+C=x22+1x+C= \frac{x^2}{2} + x^{-1} + C = \frac{x^2}{2} + \frac{1}{x} + C

Answer: x22+1x+C\frac{x^2}{2} + \frac{1}{x} + C


Example 3: Expanding Algebraic Expressions

Find the anti-derivative of (x1x)2\left( \sqrt{x} - \frac{1}{\sqrt{x}} \right)^2

Solution: Step 1: 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}

Step 2: Integrate term by term: (x2+1x)dx=xdx2dx+1xdx\int \left(x - 2 + \frac{1}{x}\right)dx = \int x\,dx - \int 2\,dx + \int \frac{1}{x}\,dx

Step 3: Apply standard formulas: =x222x+lnx+C= \frac{x^2}{2} - 2x + \ln|x| + C

Answer: x222x+lnx+C\frac{x^2}{2} - 2x + \ln|x| + C


Example 4: Integration Using Trigonometric Identities

Evaluate: 23sinxcos2xdx\int \frac{2 - 3\sin x}{\cos^2 x}\,dx

Solution: Step 1: Split the fraction: (2cos2x3sinxcos2x)dx\int \left( \frac{2}{\cos^2 x} - \frac{3\sin x}{\cos^2 x} \right)dx

Step 2: Convert into standard trigonometric forms: 1cos2x=sec2x,sinxcos2x=secxtanx\frac{1}{\cos^2 x} = \sec^2 x, \qquad \frac{\sin x}{\cos^2 x} = \sec x\tan x So the integral becomes: (2sec2x3secxtanx)dx\int (2\sec^2 x - 3\sec x\tan x)\,dx

Step 3: Integrate term by term: =2sec2xdx3secxtanxdx= 2\int \sec^2 x\,dx - 3\int \sec x\tan x\,dx =2tanx3secx+C= 2\tan x - 3\sec x + C

Answer: 2tanx3secx+C2\tan x - 3\sec x + C


Example 5: Finding a Specific Anti-derivative (Initial Value Problem)

Find the anti-derivative F(x)F(x) of f(x)=4x36f(x) = 4x^3 - 6 such that F(0)=3F(0) = 3.

Solution: Step 1: Find the general anti-derivative: F(x)=(4x36)dx=x46x+CF(x) = \int (4x^3 - 6)\,dx = x^4 - 6x + C

Step 2: Use the condition F(0)=3F(0)=3: F(0)=00+C=3C=3F(0) = 0 - 0 + C = 3 \Rightarrow C = 3

Step 3: Substitute this value into the general form: F(x)=x46x+3F(x) = x^4 - 6x + 3

Answer: F(x)=x46x+3F(x) = x^4 - 6x + 3