12th Mathematics (Arts & Science) Part 2 Chapter 3 Solution (Digest) Maharashtra state board

Chapter 3 Indefinite Integration

Open with Full Screen in HD Quality

Project on Indefinite Integration

Placeholder Image

Indefinite integration, also known as antiderivation or finding an antiderivative, is a fundamental concept in calculus. It involves determining a function whose derivative is the given function. The result of an indefinite integration is called an antiderivative or a primitive function. The process is essentially the reverse of differentiation.

Key Concepts

  1. Definition:

    • The indefinite integral of a function f(x)f(x) with respect to xx is denoted as f(x)dx\int f(x) \, dx.
    • It represents a family of functions F(x)+CF(x) + C, where F(x)=f(x)F'(x) = f(x) and CC is an arbitrary constant called the constant of integration.
  2. Notation:

    • f(x)dx=F(x)+C\int f(x) \, dx = F(x) + C
    • \int is the integral sign, f(x)f(x) is the integrand, dxdx indicates the variable of integration, and CC is the constant of integration.
  3. Basic Rules:

    • Power Rule: xndx=xn+1n+1+C\int x^n \, dx = \frac{x^{n+1}}{n+1} + C for n1n \neq -1
    • Constant Multiple Rule: kf(x)dx=kf(x)dx\int k f(x) \, dx = k \int f(x) \, dx
    • Sum Rule: [f(x)+g(x)]dx=f(x)dx+g(x)dx\int [f(x) + g(x)] \, dx = \int f(x) \, dx + \int g(x) \, dx
    • Difference Rule: [f(x)g(x)]dx=f(x)dxg(x)dx\int [f(x) - g(x)] \, dx = \int f(x) \, dx - \int g(x) \, dx
  4. Common Integrals:

    • xndx=xn+1n+1+C\int x^n \, dx = \frac{x^{n+1}}{n+1} + C for n1n \neq -1
    • exdx=ex+C\int e^x \, dx = e^x + C
    • 1xdx=lnx+C\int \frac{1}{x} \, dx = \ln |x| + C
    • sinxdx=cosx+C\int \sin x \, dx = -\cos x + C
    • cosxdx=sinx+C\int \cos x \, dx = \sin 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
  5. Techniques of Integration:

    • Substitution: Used when the integrand is a composite function. Set u=g(x)u = g(x), then du=g(x)dxdu = g'(x) dx.
      • Example: 2xex2dx\int 2x e^{x^2} \, dx set u=x2u = x^2, then du=2xdxdu = 2x \, dx.
    • Integration by Parts: Based on the product rule for differentiation.
      • Formula: udv=uvvdu\int u \, dv = uv - \int v \, du
      • Example: xexdx\int x e^x \, dx, set u=xu = x, dv=exdxdv = e^x \, dx.
    • Partial Fraction Decomposition: Used for rational functions, expressing them as a sum of simpler fractions.
      • Example: 1(x1)(x+2)dx\int \frac{1}{(x-1)(x+2)} \, dx, decompose into (Ax1+Bx+2)dx\int \left( \frac{A}{x-1} + \frac{B}{x+2} \right) \, dx.
    • Trigonometric Integrals and Substitutions: Used for integrals involving trigonometric functions.
      • Example: sin2xdx\int \sin^2 x \, dx using sin2x=1cos(2x)2\sin^2 x = \frac{1 - \cos(2x)}{2}.
    • Improper Integrals: Dealing with integrals with infinite limits or integrands with infinite discontinuities. Not common in indefinite integration but relevant in the context of definite integrals.

Example Problem

Evaluate (3x2+2x+1)dx\int (3x^2 + 2x + 1) \, dx:

  1. Apply the Sum Rule:

    (3x2+2x+1)dx=3x2dx+2xdx+1dx\int (3x^2 + 2x + 1) \, dx = \int 3x^2 \, dx + \int 2x \, dx + \int 1 \, dx
  2. Integrate Each Term:

    • 3x2dx=3x33=x3\int 3x^2 \, dx = 3 \cdot \frac{x^{3}}{3} = x^3
    • 2xdx=2x22=x2\int 2x \, dx = 2 \cdot \frac{x^{2}}{2} = x^2
    • 1dx=x\int 1 \, dx = x
  3. Combine Results and Add the Constant of Integration:

    x3+x2+x+Cx^3 + x^2 + x + C

Thus, (3x2+2x+1)dx=x3+x2+x+C\int (3x^2 + 2x + 1) \, dx = x^3 + x^2 + x + C.

Indefinite integration is a powerful tool in mathematics for solving problems involving rates of change and accumulation, and it is foundational for understanding and applying integral calculus.