This MCQ module is based on: Integration by Parts
Integration by Parts
This mathematics assessment will be based on: Integration by Parts
Targeting Class 12 level in Calculus, with Advanced difficulty.
Upload images, PDFs, or Word documents to include their content in assessment generation.
7.6 Integration by Parts
In this section, we describe one more method of integration, known as integration by parts?, that is found quite useful in integrating products of functions.
If \(u\) and \(v\) are any two differentiable functions of a single variable \(x\), then by the product rule of differentiation, we have:
\[\frac{d}{dx}(uv) = u\frac{dv}{dx} + v\frac{du}{dx}\]Integrating both sides, we get:
\[uv = \int u\frac{dv}{dx}\,dx + \int v\frac{du}{dx}\,dx\]In words: "Integral of the product of two functions = first function × integral of the second function − integral of [differential coefficient of the first function × integral of the second function]"
I — Inverse trigonometric functions (\(\sin^{-1}x, \tan^{-1}x, \ldots\))
L — Logarithmic functions (\(\log x\))
A — Algebraic functions (\(x, x^2, \ldots\))
T — Trigonometric functions (\(\sin x, \cos x, \ldots\))
E — Exponential functions (\(e^x, a^x, \ldots\))
(i) Integration by parts is not applicable to the product of all functions. For instance, the method does not work for \(\int \sqrt{x}\sin x\,dx\), since there is no function whose derivative is \(\sqrt{x}\sin x\).
(ii) While finding the integral of the second function, we do not add any constant of integration. The constant is added only at the final step.
(iii) Usually, if any function is a power of \(x\) or a polynomial in \(x\), we take it as the first function. However, in cases where the other function is an inverse trigonometric function or logarithmic function, we take those as the first function.
Worked Examples
Example 17
Find \(\int x\cos x\,dx\)
Then, integration by parts gives: \[\int x\cos x\,dx = x\int\cos x\,dx - \int\left[\frac{d}{dx}(x)\cdot\int\cos x\,dx\right]dx\] \[= x\sin x - \int 1\cdot\sin x\,dx = x\sin x - (-\cos x) + C = x\sin x + \cos x + C\]
Note: Suppose we take \(f(x) = \cos x\) and \(g(x) = x\). Then \(\int x\cos x\,dx = \cos x\cdot\frac{x^2}{2} - \int\left[-\sin x\cdot\frac{x^2}{2}\right]dx\). This leads to an integral having a higher power of \(x\), which is more complicated. Thus, the proper choice of the first function is crucial.
Example 18
Find \(\int \log x\,dx\)
Example 19
Find \(\int e^x\sin x\,dx\)
Example 20
Find \(\int x\sin^{-1}x\,dx\)
7.6.1 A Special Type: \(\int e^x[f(x) + f'(x)]\,dx\)
Proof:
\(\int e^x[f(x) + f'(x)]\,dx = \int e^x f(x)\,dx + \int e^x f'(x)\,dx\).
Applying integration by parts to the first integral (taking \(e^x\) as second function):
\(= e^x f(x) - \int e^x f'(x)\,dx + \int e^x f'(x)\,dx + C = e^x f(x) + C\).
Example: \(\int e^x\left(\frac{1}{x} - \frac{1}{x^2}\right)\,dx\)
By the special formula: \(\int e^x\left(\frac{1}{x} - \frac{1}{x^2}\right)\,dx = \frac{e^x}{x} + C\).
7.6.2 Integrals of Some Special Types
(i) \(\int \sqrt{x^2 - a^2}\,dx = \frac{x}{2}\sqrt{x^2 - a^2} - \frac{a^2}{2}\log|x + \sqrt{x^2 - a^2}| + C\)
(ii) \(\int \sqrt{x^2 + a^2}\,dx = \frac{x}{2}\sqrt{x^2 + a^2} + \frac{a^2}{2}\log|x + \sqrt{x^2 + a^2}| + C\)
(iii) \(\int \sqrt{a^2 - x^2}\,dx = \frac{x}{2}\sqrt{a^2 - x^2} + \frac{a^2}{2}\sin^{-1}\frac{x}{a} + C\)
Example 21
Find \(\int \sqrt{x^2 + 2x + 5}\,dx\)
Put \(x + 1 = y\), so \(dx = dy\): \[\int \sqrt{y^2 + 2^2}\,dy = \frac{y}{2}\sqrt{y^2 + 4} + \frac{4}{2}\log|y + \sqrt{y^2 + 4}| + C\] \[= \frac{(x+1)}{2}\sqrt{x^2 + 2x + 5} + 2\log|(x+1) + \sqrt{x^2 + 2x + 5}| + C\]
Exercise 7.6
Integrate the functions in Exercises 1 to 9:
Result: \(x^2 e^x - 2(xe^x - e^x) + C = e^x(x^2 - 2x + 2) + C\).
Choose the correct answer in Exercises 10 and 11:
(A) \(\frac{x}{2}\sqrt{x^2+1} + \frac{1}{2}\log|x+\sqrt{x^2+1}| + C\)
(B) \(\frac{2}{3}(x^2+1)^{3/2} + C\)
(C) \(\frac{2}{3}x(x^2+1)^{3/2} + C\)
(D) \(\frac{x^2}{2}\sqrt{x^2+1} + \frac{1}{2}x^2\log|x+\sqrt{x^2+1}| + C\)
- Write these on cards: (a) \(\int x^2 \sin x\,dx\) (b) \(\int e^x \log x\,dx\) (c) \(\int \tan^{-1}x\,dx\) (d) \(\int x^3 e^{2x}\,dx\)
- For each, circle the first function based on ILATE order.
- For (c), note: the second function is 1 (the constant function), since \(\log x\) and inverse trig functions have no easy integral on their own.
(a) First: \(x^2\) (A), Second: \(\sin x\) (T).
(b) First: \(\log x\) (L), Second: \(e^x\) (E).
(c) First: \(\tan^{-1}x\) (I), Second: \(1\) (constant).
(d) First: \(x^3\) (A), Second: \(e^{2x}\) (E).
Competency-Based Questions
\(\int x e^{-x}\,dx = x(-e^{-x}) - \int 1\cdot(-e^{-x})\,dx = -xe^{-x} + \int e^{-x}\,dx = -xe^{-x} - e^{-x} + C = -e^{-x}(x+1) + C\).
Assertion–Reason Questions
Reason (R): \(\int e^x[f(x) + f'(x)]\,dx = e^x f(x) + C\).
Reason (R): According to ILATE, algebraic functions are chosen before trigonometric functions.
Frequently Asked Questions
What is the formula for integration by parts?
Integral of u*v dx = u * integral(v dx) - integral of [du/dx * integral(v dx)] dx. Derived from the product rule of differentiation, used for products of two functions.
What is the ILATE rule?
ILATE prioritizes choosing the first function: Inverse trig, Logarithmic, Algebraic, Trigonometric, Exponential. The function appearing first in this order is chosen as u.
When should you use integration by parts?
When the integrand is a product of two different function types like x*sin(x), x*e^x, or log(x). Also for integrals of log(x) and inverse trig functions alone.
What is the special e^x formula?
Integral of e^x[f(x) + f'(x)]dx = e^x * f(x) + C. This shortcut applies when e^x multiplies the sum of a function and its derivative.
How to handle repeated integration by parts?
If the original integral reappears after two applications, collect integral terms on one side and solve algebraically. Common with e^x*sin(x) or e^x*cos(x).
Frequently Asked Questions — Integrals
What is Integration by Parts in NCERT Class 12 Mathematics?
Integration by Parts is a key concept covered in NCERT Class 12 Mathematics, Chapter 7: Integrals. This lesson builds the student's foundation in the chapter by explaining the core ideas with worked examples, definitions, and step-by-step methods aligned to the CBSE curriculum.
How do I solve problems on Integration by Parts step by step?
To solve problems on Integration by Parts, follow the NCERT method: identify the given quantities, choose the relevant formula or theorem, substitute values carefully, and simplify. Class 12 exercises gradually increase in difficulty — start with solved NCERT examples before attempting exercise questions, and always verify your answer by substitution or diagram.
What are the most important formulas for Chapter 7: Integrals?
The essential formulas of Chapter 7 (Integrals) are listed in the chapter summary and highlighted throughout the lesson in formula boxes. Memorise them and practise at least 2–3 problems per formula. CBSE board exams frequently test direct application as well as combined use of multiple formulas from this chapter.
Is Integration by Parts important for the Class 12 board exam?
Integration by Parts is part of the NCERT Class 12 Mathematics syllabus and appears in CBSE board exams. Questions typically include short-answer, long-answer, and competency-based items. Review the NCERT examples, exercise questions, and previous-year board problems on this topic to prepare confidently.
What mistakes should students avoid in Integration by Parts?
Common mistakes in Integration by Parts include skipping steps, misapplying formulas, sign errors, and losing track of units. Write each step clearly, double-check algebraic manipulations, and re-read the question after solving to verify that your answer matches what was asked.
Where can I find more NCERT practice questions on Integration by Parts?
End-of-chapter NCERT exercises for Integration by Parts cover all difficulty levels tested in CBSE exams. After completing them, try the examples again without looking at the solutions, attempt the NCERT Exemplar questions for Chapter 7, and solve at least one previous-year board paper to consolidate your understanding.