krit.club logo

Integrals - Integration of a variety of functions by substitution, by partial fractions and by parts

Grade 12CBSE

Review the key concepts, formulae, and examples before starting your quiz.

🔑Concepts

Integration by Substitution: This technique involves transforming the variable xx into a new variable tt using a substitution t=g(x)t = g(x), such that the derivative g(x)g'(x) is also present in the integrand. Visually, this can be interpreted as a coordinate transformation that simplifies a complex curve into a standard form, effectively stretching or compressing the xx-axis to make the area under the curve easier to calculate.

Method of Partial Fractions: Used for integrating rational functions where the degree of the numerator is less than the degree of the denominator. The fraction is decomposed into a sum of simpler fractions whose integrals are known (usually logarithmic or inverse trigonometric). Geometrically, this is equivalent to breaking down a complex curve with multiple vertical asymptotes into simpler component curves whose individual behaviors are well-understood.

Integration by Parts: Based on the product rule of differentiation, this method is used when the integrand is a product of two functions, uu and vv. The formula is derived from the area of a rectangle in the uvu-v plane, where the total area uvuv is the sum of the areas integrated along both axes: udv+vdu\int u \, dv + \int v \, du. This allows us to exchange the integral of one product for another, simpler one.

The ILATE Rule: A priority-based mnemonic used to choose the function uu in integration by parts. The acronym stands for Inverse Trigonometric, Logarithmic, Algebraic, Trigonometric, and Exponential functions. Choosing uu based on this hierarchy ensures that the derivative dudu becomes simpler (or doesn't get more complex), making the second integral vdu\int v \, du manageable.

Special Integrals and Geometric Substitutions: For integrands involving square roots of quadratic expressions like a2x2\sqrt{a^2 - x^2} or x2+a2\sqrt{x^2 + a^2}, trigonometric substitutions such as x=asinθx = a \sin \theta or x=atanθx = a \tan \theta are used. Visually, these substitutions link the algebraic expression to the geometry of a circle or a right-angled triangle, where the algebraic terms represent the lengths of sides.

Integration of the Form ex(f(x)+f(x))dx\int e^x (f(x) + f'(x)) dx: This is a special shortcut result where the integral evaluates directly to exf(x)+Ce^x f(x) + C. This represents a scenario where the total rate of change of a system is the sum of the function and its own derivative, scaled by an exponential growth factor, common in natural growth and decay models.

📐Formulae

dxx2a2=12alogxax+a+C\int \frac{dx}{x^2 - a^2} = \frac{1}{2a} \log \left| \frac{x - a}{x + a} \right| + C

dxa2x2=12aloga+xax+C\int \frac{dx}{a^2 - x^2} = \frac{1}{2a} \log \left| \frac{a + x}{a - x} \right| + C

dxx2+a2=1atan1(xa)+C\int \frac{dx}{x^2 + a^2} = \frac{1}{a} \tan^{-1} \left( \frac{x}{a} \right) + C

dxa2x2=sin1(xa)+C\int \frac{dx}{\sqrt{a^2 - x^2}} = \sin^{-1} \left( \frac{x}{a} \right) + C

dxx2a2=logx+x2a2+C\int \frac{dx}{\sqrt{x^2 - a^2}} = \log \left| x + \sqrt{x^2 - a^2} \right| + C

dxx2+a2=logx+x2+a2+C\int \frac{dx}{\sqrt{x^2 + a^2}} = \log \left| x + \sqrt{x^2 + a^2} \right| + C

uvdx=uvdx(dudxvdx)dx\int u \cdot v \, dx = u \int v \, dx - \int \left( \frac{du}{dx} \cdot \int v \, dx \right) dx

ex(f(x)+f(x))dx=exf(x)+C\int e^x (f(x) + f'(x)) dx = e^x f(x) + C

💡Examples

Problem 1:

Evaluate 2x1+x2dx\int \frac{2x}{1 + x^2} dx using the method of substitution.

Solution:

Step 1: Let t=1+x2t = 1 + x^2. Step 2: Differentiate both sides with respect to xx: dtdx=2x\frac{dt}{dx} = 2x, which gives dt=2xdxdt = 2x \, dx. Step 3: Substitute tt and dtdt into the integral: 1tdt\int \frac{1}{t} dt. Step 4: Integrate the function: logt+C\log |t| + C. Step 5: Substitute the value of tt back in terms of xx: log1+x2+C\log |1 + x^2| + C.

Explanation:

This problem uses substitution because the derivative of the denominator (2x2x) is present in the numerator. By changing the variable, we transform a rational function into a standard reciprocal integral.

Problem 2:

Evaluate xcosxdx\int x \cos x \, dx using integration by parts.

Solution:

Step 1: Identify uu and vv using ILATE. Let u=xu = x (Algebraic) and dv=cosxdxdv = \cos x \, dx (Trigonometric). Step 2: Calculate du=dxdu = dx and v=cosxdx=sinxv = \int \cos x \, dx = \sin x. Step 3: Apply the integration by parts formula: udv=uvvdu\int u \, dv = uv - \int v \, du. Step 4: Substitute the values: xsinxsinxdxx \sin x - \int \sin x \, dx. Step 5: Integrate the remaining term: xsinx(cosx)+Cx \sin x - (-\cos x) + C. Step 6: Simplify: xsinx+cosx+Cx \sin x + \cos x + C.

Explanation:

Integration by parts is applied here because the integrand is a product of an algebraic function and a trigonometric function. Choosing u=xu=x allows the degree of the algebraic part to reduce to 1, making the second integral straightforward.