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

Chapter 4 Definite Integration

Open with Full Screen in HD Quality

Project on Definite Integration

Placeholder Image

Definite integration is a fundamental concept in calculus that deals with calculating the total accumulation of a quantity, which can be represented as the area under a curve. Here’s a detailed explanation:

Basic Definition

The definite integral of a function f(x)f(x) over an interval [a,b][a, b] is represented as:

abf(x)dx\int_a^b f(x) \, dx

This expression calculates the net area under the curve y=f(x)y = f(x) from x=ax = a to x=bx = b.

Geometric Interpretation

  • Area Under the Curve: For non-negative functions (i.e., f(x)0f(x) \geq 0), the definite integral represents the area under the curve from x=ax = a to x=bx = b.
  • Net Area: If the function takes on both positive and negative values, the definite integral represents the net area, where areas below the x-axis (where f(x)<0f(x) < 0) are subtracted from areas above the x-axis (where f(x)>0f(x) > 0).

Fundamental Theorem of Calculus

The Fundamental Theorem of Calculus links differentiation and integration, providing a practical way to evaluate definite integrals:

  1. First Part: If FF is an antiderivative of ff on [a,b][a, b], then:

    abf(x)dx=F(b)F(a)\int_a^b f(x) \, dx = F(b) - F(a)

  2. Second Part: If ff is continuous on [a,b][a, b], then the function FF defined by:

    F(x)=axf(t)dtF(x) = \int_a^x f(t) \, dt

    is continuous on [a,b][a, b], differentiable on (a,b)(a, b), and F(x)=f(x)F'(x) = f(x).

Evaluation Techniques

  • Antiderivatives: Find an antiderivative F(x)F(x) of f(x)f(x), then apply the Fundamental Theorem of Calculus.

    Example: To evaluate 143x2dx\int_1^4 3x^2 \, dx, find the antiderivative F(x)=x3F(x) = x^3, then calculate F(4)F(1)F(4) - F(1):

    143x2dx=[x3]14=4313=641=63\int_1^4 3x^2 \, dx = [x^3]_1^4 = 4^3 - 1^3 = 64 - 1 = 63

  • Numerical Methods: When an antiderivative is difficult or impossible to find, numerical methods such as the Trapezoidal Rule or Simpson's Rule can approximate the value of a definite integral.

    Example: Using the Trapezoidal Rule to approximate 12exdx\int_1^2 e^x \, dx with n=4n = 4 subintervals.

Properties of Definite Integrals

  • Linearity: ab[cf(x)+dg(x)]dx=cabf(x)dx+dabg(x)dx\int_a^b [c f(x) + d g(x)] \, dx = c \int_a^b f(x) \, dx + d \int_a^b g(x) \, dx, where cc and dd are constants.

  • Additivity: If cc is between aa and bb:

    abf(x)dx=acf(x)dx+cbf(x)dx\int_a^b f(x) \, dx = \int_a^c f(x) \, dx + \int_c^b f(x) \, dx

  • Reversal of Limits: abf(x)dx=baf(x)dx\int_a^b f(x) \, dx = -\int_b^a f(x) \, dx

Applications

Definite integration has a wide range of applications in various fields:

  • Physics: Calculating displacement, work done by a force, center of mass, etc.
  • Engineering: Determining stress and strain, fluid dynamics, electrical circuits, etc.
  • Economics: Finding consumer and producer surplus, accumulated profits, etc.
  • Biology: Modeling population growth, understanding rates of reaction in biochemistry, etc.

Example Problems

  1. Area under a curve: Find the area under y=sin(x)y = \sin(x) from x=0x = 0 to x=πx = \pi:

    0πsin(x)dx=[cos(x)]0π=cos(π)+cos(0)=(1)+1=2\int_0^\pi \sin(x) \, dx = [-\cos(x)]_0^\pi = -\cos(\pi) + \cos(0) = -(-1) + 1 = 2

  2. Net area between curves: Find the net area between y=x2y = x^2 and y=xy = x from x=0x = 0 to x=1x = 1:

    01(xx2)dx=[x22x33]01=(1213)(00)=1213=16\int_0^1 (x - x^2) \, dx = \left[ \frac{x^2}{2} - \frac{x^3}{3} \right]_0^1 = \left( \frac{1}{2} - \frac{1}{3} \right) - (0 - 0) = \frac{1}{2} - \frac{1}{3} = \frac{1}{6}

In summary, definite integration is a powerful mathematical tool for calculating areas, accumulations, and other quantities across a defined interval. It is essential in both theoretical and applied disciplines.