CBSE Class 12 Maths Exemplar Chapter 7: Integrals NCERT Solutions
This guide offers NCERT Solutions for CBSE Class 12 Maths, Chapter 7: Integrals. It delves into diverse integral problems, featuring algebraic manipulation, logarithmic properties, and trigonometric identities. Each solution provides clear, step-by-step explanations, simplifying complex integration techniques. Essential methods such as substitution and direct integration are illustrated. The aim is to deepen students' understanding of integration principles, boost their problem-solving confidence, and enhance their preparation for board examinations by reinforcing fundamental concepts and effective strategies.
Quick info
| Board | CBSE |
|---|---|
| Class | Class 12 |
| Subject | Maths Exemplar |
| Session | 2026 |
| Language | English |
| Type | NCERT Solutions |
| Chapter | Chapter 7 |
Chapter summary
Chapter 7 of the CBSE Class 12 Maths Exemplar focuses on the fundamental concepts of Integrals. This section provides solutions to problems that test the understanding of various integration techniques, including substitution, algebraic simplification, and the application of logarithmic and exponential properties. The exercises cover a range of difficulty levels, ensuring thorough practice for students preparing for their examinations.
Learning outcomes
- Understand and apply the basic rules of integration.
- Solve integrals involving algebraic fractions.
- Utilize logarithmic and exponential properties in integration.
- Apply substitution method for complex integrals.
- Verify integral results using differentiation.
- Solve integrals involving trigonometric expressions.
Topics covered
Paper topics
- Integration of Algebraic Fractions
- Integration using Substitution
- Properties of Logarithms in Integration
- Properties of Exponents in Integration
- Integration of Trigonometric Functions
- Verification of Integrals
- Basic Integration Formulas
- Simplification of Integrands
Important topics
- Integration by Substitution
- Algebraic Manipulation of Integrands
- Logarithmic and Exponential Properties
- Verification of Integral Results
PDF preview
Read page by page below. PDF is streamed from the official NCERT website — no download button on this page.
Questions and Solutions
Question 1
Let the integral be denoted by $I$. We have:
I = \int \frac{2x-1}{2x+3} dx
To simplify the integrand, we can rewrite the numerator in terms of the denominator:
I = \int \frac{(2x+3) - 3 - 1}{2x+3} dx = \int \frac{(2x+3) - 4}{2x+3} dx
Separating the terms, we get:
I = \int \left( \frac{2x+3}{2x+3} - \frac{4}{2x+3} \right) dx = \int \left( 1 - \frac{4}{2x+3} \right) dx
Now, we integrate term by term:
I = \int 1 dx - \int \frac{4}{2x+3} dx
The first integral is $x$. For the second integral, we can use a simple substitution or recognize the form $\int \frac{a}{bx+c} dx$. Let $u = 2x+3$, so $du = 2dx$, which means $dx = \frac{1}{2}du$. The integral becomes:
\int \frac{4}{u} \left( \frac{1}{2} du \right) = 2 \int \frac{1}{u} du = 2 \log|u| = 2 \log|2x+3|
Combining these results:
I = x - 2 \log|2x+3| + C'
We can use the property of logarithms $n \log m = \log m^n$ to rewrite $2 \log|2x+3|$ as $\log|(2x+3)^2|$.
I = x - \log|(2x+3)^2| + C
where $C = C'$ is the constant of integration. Thus, the given integral is verified.
Question 2
Let the integral be $I$.
I = \int \frac{2x+3}{x^2+3x} dx
We can solve this integral using the substitution method. Let $t = x^2+3x$. Then, the differential $dt$ is given by:
dt = (2x+3) dx
Substituting $t$ and $dt$ into the integral, we get:
I = \int \frac{1}{t} dt
The integral of $\frac{1}{t}$ with respect to $t$ is $\log|t|$.
I = \log|t| + C
Substituting back $t = x^2+3x$, we obtain:
I = \log|x^2+3x| + C
This verifies the given integral statement.
Question 3
Let the integral be $I$.
I = \int \frac{x^2+2}{x+1} dx
We can perform polynomial long division or algebraic manipulation to simplify the integrand. Let's use algebraic manipulation:
I = \int \frac{x^2 - 1 + 1 + 2}{x+1} dx = \int \frac{(x^2-1) + 3}{x+1} dx
Using the difference of squares formula ($x^2-1 = (x-1)(x+1)$):
I = \int \frac{(x-1)(x+1) + 3}{x+1} dx = \int \left( \frac{(x-1)(x+1)}{x+1} + \frac{3}{x+1} \right) dx
Simplifying the expression:
I = \int \left( x-1 + \frac{3}{x+1} \right) dx
Now, we integrate term by term:
I = \int (x-1) dx + \int \frac{3}{x+1} dx
Integrating $x-1$ gives $\frac{x^2}{2} - x$. Integrating $\frac{3}{x+1}$ gives $3 \log|x+1|$.
I = \frac{x^2}{2} - x + 3 \log|x+1| + C
Therefore, the value of the integral is $\frac{x^2}{2} - x + 3 \log|x+1| + C$.
Question 4
Let the integral be $I$.
I = \int \frac{e^{6\log x} - e^{5\log x}}{e^{4\log x} - e^{3\log x}} dx
First, we use the logarithmic property $a \log b = \log b^a$ to rewrite the exponents:
e^{6\log x} = e^{\log x^6} = x^6
e^{5\log x} = e^{\log x^5} = x^5
e^{4\log x} = e^{\log x^4} = x^4
e^{3\log x} = e^{\log x^3} = x^3
Substitute these back into the integral:
I = \int \frac{x^6 - x^5}{x^4 - x^3} dx
Now, factor out common terms from the numerator and the denominator:
I = \int \frac{x^5(x - 1)}{x^3(x - 1)} dx
Cancel out the common factor $(x-1)$, assuming $x \neq 1$:
I = \int \frac{x^5}{x^3} dx = \int x^{5-3} dx = \int x^2 dx
Finally, integrate $x^2$ using the power rule for integration ($\int x^n dx = \frac{x^{n+1}}{n+1}$):
I = \frac{x^{2+1}}{2+1} + C = \frac{x^3}{3} + C
Thus, the value of the integral is $\frac{x^3}{3} + C$.
Question 5
Let the integral be $I$.
I = \int \frac{(1 + \cos x)}{(x + \sin x)} dx
We can solve this integral using the substitution method. Let $t = x + \sin x$. Then, the differential $dt$ is found by differentiating $t$ with respect to $x$:
\frac{dt}{dx} = \frac{d}{dx}(x + \sin x) = 1 + \cos x
This implies that:
dt = (1 + \cos x) dx
Now, substitute $t$ and $dt$ into the integral:
I = \int \frac{1}{t} dt
The integral of $\frac{1}{t}$ with respect to $t$ is $\log|t|$.
I = \log|t| + C
Substitute back $t = x + \sin x$ to get the final answer in terms of $x$:
I = \log|x + \sin x| + C
Therefore, the value of the integral is $\log|x + \sin x| + C$.
Common mistakes
- Errors in algebraic manipulation before integration.
- Incorrectly applying logarithmic properties.
- Mistakes in the substitution method, particularly with differentials.
- Forgetting to include the constant of integration 'C'.
- Errors in simplifying trigonometric expressions within integrals.
Revision tips
- Review the properties of logarithms and exponents before attempting related integrals.
- Practice algebraic simplification techniques to simplify integrand expressions.
- Pay close attention to the substitution step, ensuring the differential is correctly handled.
- Always verify your answer by differentiating the result to see if you get the original integrand.
- Work through each example step-by-step to understand the logic behind the solution.
Practice MCQs
Q1. What is the result of the integral \( dx\)?
Explanation: The integral is solved by rewriting the numerator in terms of the denominator, leading to \(x - |(2x+3)^2| + C\) after simplification and combining constants.
Q2. Which substitution is appropriate for \( dx\)?
Explanation: Letting \(\) makes the differential \(d(2x+3)dx\), simplifying the integral to \( dt\).
Q3. After algebraic simplification, \(\), simplifies to:
Explanation: Using \(a b^a\) and \(\), the expression simplifies to \( = = \).
Q4. The integral \( dx\) is solved using which method?
Explanation: The integral is solved by substituting \( x\), which means \(d(1 + x)dx\), transforming the integral into \( dt\).
Frequently asked questions
What is the main focus of Chapter 7: Integrals in the CBSE Class 12 Maths Exemplar?
Chapter 7 focuses on various techniques and applications of integration, including solving integrals involving algebraic expressions, logarithmic and exponential functions, and trigonometric functions, often requiring simplification or substitution.
How do these NCERT Solutions help students?
These solutions provide clear, step-by-step explanations for each problem, helping students understand the methods used, verify their own work, and build confidence in solving integration problems for exams.
What is the significance of the constant of integration 'C'?
The constant of integration 'C' is added to indefinite integrals because the derivative of a constant is zero. It represents an arbitrary constant that accounts for all possible antiderivatives of the integrand.
Are there specific properties of logarithms and exponents used in these solutions?
Yes, properties like \(a \log b = \log b^a\) and \(e^{\log x} = x\) are crucial for simplifying integrands before performing the integration, as seen in Question 4.
How can I verify my answer for an integral problem?
You can verify your answer by differentiating the resulting integral. If the derivative matches the original integrand, your solution is correct.
Content reviewed by the NCERT Help team. Editorial Team and update policy
NCERT Solutions PDF PDF on NCERT Help. URL unchanged for search indexing.