CBSE Class 12 Mathematics

Integrals

2 sections AI-powered notes
GET THE FULL EXPERIENCE

This is the chapter notes. Students get the interactive version.

  • Ask Aarav Sir anything — instant voice + chat doubts
  • Interactive lessons with audio narration + visual diagrams
  • Study Lab — paste any photo, PDF, or YouTube link to get it explained

Integration as Inverse Process of Differentiation

Chapter 7: Integrals

Page 1 of 8: Integration as an Inverse Process of Differentiation


Concept Introduction

Welcome to the world of integrals! If differentiation was about finding the rate of change (like finding the speed of a car from its distance-time graph), integration is about accumulating that change to find the whole (like finding the total distance traveled from its speed-time graph). It's the reverse gear of calculus.

This chapter is one of the most crucial in your Class 12 syllabus, carrying a significant weightage in the CBSE board exams. Mastering it is not just about scoring marks; it's about unlocking a powerful tool used in physics, engineering, economics, and computer science to calculate areas, volumes, and much more.

At its heart, integration is the process of finding a function when its derivative is known. This function is called the antiderivative or the primitive. Think of it as a detective's work: you're given the clues (the derivative) and you have to find the original culprit (the function). Let's begin our investigation!

{{FORMULA: expr=∫ f(x) dx = F(x) + C | symbols=∫:Integral sign, f(x):Integrand, dx:Variable of integration, F(x):Antiderivative, C:Constant of integration}}

Definitions & Formulas

Before we dive deep, let's establish our vocabulary. These terms will be our constant companions throughout this chapter.

TermSymbol / NotationDefinition
Indefinite Integral∫ f(x) dxThe process of finding the antiderivative. It represents a whole family of functions whose derivative is f(x).
Integrandf(x)The function that is to be integrated. It's the function inside the integral sign.
Variable of IntegrationdxIndicates that the integration is to be performed with respect to the variable x.
Antiderivative / PrimitiveF(x)A function F(x) such that its derivative is the integrand f(x). That is, F'(x) = f(x).
Constant of IntegrationCAn arbitrary constant added to the antiderivative. It's crucial because the derivative of any constant is zero.

The Mystery of the Constant 'C'

Why do we always add + C at the end of an indefinite integral? It seems like a small detail, but it's the key to the whole concept. Let's prove why it's necessary.

Theorem: If d/dx [F(x)] = f(x), then the most general antiderivative of f(x) is F(x) + C.

Proof:

  1. Our Premise: We start with the known fact that the derivative of a function F(x) is f(x). d/dx [F(x)] = f(x)

  2. Consider a New Function: Let's introduce another function, G(x), which is just F(x) plus an arbitrary constant C. G(x) = F(x) + C

  3. Differentiate the New Function: Now, let's find the derivative of G(x) with respect to x. d/dx [G(x)] = d/dx [F(x) + C]

  4. Apply the Sum Rule: According to the sum rule of differentiation, we can differentiate each term separately. d/dx [G(x)] = d/dx [F(x)] + d/dx [C]

  5. Derivative of a Constant is Zero: We know that the derivative of any constant number (C) is always zero. d/dx [C] = 0

  6. The Result: Substituting this back, we get: d/dx [G(x)] = f(x) + 0 = f(x)

  7. The Insight: Look at what we've found! Both F(x) and G(x) = F(x) + C have the exact same derivative, f(x). This is true for any constant C. For example, the derivatives of , x² + 5, and x² - 100 are all 2x.

  8. Conclusion: Therefore, when we are asked to find the antiderivative of f(x), we can't give a single function as the answer. We must represent the entire family of functions whose derivative is f(x). We do this by writing F(x) + C, where C represents all possible constants.

{{VISUAL: diagram: A graph showing several parabolic curves like y=x², y=x²+1, y=x²-2, all parallel to each other, illustrating the family of curves for the integral of 2x.}}

{{KEY: type=concept | title=The Family of Curves | text=The expression F(x) + C doesn't represent a single curve, but an infinite family of parallel curves. Each value of C gives a different curve, but the slope of the tangent at any given x is the same for all of them, because they all have the same derivative.}}

Solved Examples

Let's put theory into practice. We'll start simple and gradually increase the difficulty.


Example 1: Easy

Given: The function f(x) = x⁵. To Find: The indefinite integral ∫ x⁵ dx. Approach: Use the reverse power rule of integration: ∫ xⁿ dx = xⁿ⁺¹ / (n+1) + C.

Step-by-step Solution:

  1. Identify the function to be integrated: f(x) = x⁵.
  2. Identify the power n. Here, n = 5.
  3. Apply the power rule formula: xⁿ⁺¹ / (n+1). ∫ x⁵ dx = x⁵⁺¹ / (5+1) + C
  4. Simplify the expression. = x⁶ / 6 + C
  5. Don't forget the constant of integration, C.

Final Answer:

∫ x⁵ dx = x⁶ / 6 + C

Example 2: Medium

Given: The function g(θ) = sin(θ) - sec²(θ). To Find: The indefinite integral ∫ (sin(θ) - sec²(θ)) dθ. Approach: Integrate each term separately by recalling the derivatives of trigonometric functions in reverse.

Step-by-step Solution:

  1. Use the difference rule: ∫ (f - g) dθ = ∫ f dθ - ∫ g dθ. ∫ (sin(θ) - sec²(θ)) dθ = ∫ sin(θ) dθ - ∫ sec²(θ) dθ
  2. Integrate the first term, ∫ sin(θ) dθ. We ask: "What function has a derivative of sin(θ)?" We know d/dθ(cos(θ)) = -sin(θ). So, d/dθ(-cos(θ)) = sin(θ). Therefore, ∫ sin(θ) dθ = -cos(θ).
  3. Integrate the second term, ∫ sec²(θ) dθ. We ask: "What function has a derivative of sec²(θ)?" We know d/dθ(tan(θ)) = sec²(θ). Therefore, ∫ sec²(θ) dθ = tan(θ).
  4. Combine the results and add the constant of integration C. (We only need one C for the entire expression). = -cos(θ) - tan(θ) + C

Final Answer:

∫ (sin(θ) - sec²(θ)) dθ = -cos(θ) - tan(θ) + C

Example 3: Hard

Given: The function h(x) = (x + 2)² / √x. To Find: The indefinite integral ∫ ((x + 2)² / √x) dx. Approach: First, simplify the algebraic expression into a sum of simple power functions, then integrate term by term.

Step-by-step Solution:

  1. Expand the numerator: (x + 2)² = x² + 4x + 4.
  2. Rewrite the integrand with the expanded numerator. h(x) = (x² + 4x + 4) / √x
  3. Rewrite √x as x¹/². h(x) = (x² + 4x + 4) / x¹/²
  4. Divide each term in the numerator by the denominator using the law of exponents aᵐ / aⁿ = aᵐ⁻ⁿ. h(x) = x² / x¹/² + 4x¹ / x¹/² + 4 / x¹/² h(x) = x⁽²⁻¹/²⁾ + 4x⁽¹⁻¹/²⁾ + 4x⁻¹/² h(x) = x³/² + 4x¹/² + 4x⁻¹/²
  5. Now integrate this simplified expression term by term. ∫ (x³/² + 4x¹/² + 4x⁻¹/²) dx = ∫ x³/² dx + ∫ 4x¹/² dx + ∫ 4x⁻¹/² dx
  6. Apply the power rule to each term. = [ x⁽³/²⁺¹⁾ / (³/₂+1) ] + 4[ x⁽¹/²⁺¹⁾ / (¹/₂+1) ] + 4[ x⁽⁻¹/²⁺¹⁾ / (-¹/₂+1) ] + C = [ x⁵/² / (⁵/₂) ] + 4[ x³/² / (³/₂) ] + 4[ x¹/² / (¹/₂) ] + C
  7. Simplify the coefficients. = (2/5)x⁵/² + 4(²/₃)x³/² + 4(2)x¹/² + C = (2/5)x⁵/² + (8/3)x³/² + 8x¹/² + C

Final Answer:

∫ ((x + 2)² / √x) dx = (2/5)x⁵/² + (8/3)x³/² + 8√x + C

Example 4: JEE-Tricky

Given: f'(x) = 4x³ - 3/x⁴ and f(2) = 0. To Find: The specific function f(x). Approach: Integrate f'(x) to get the general form f(x) = F(x) + C, then use the given condition f(2) = 0 to find the value of C.

Step-by-step Solution:

  1. The function f(x) is the antiderivative of f'(x). f(x) = ∫ f'(x) dx = ∫ (4x³ - 3/x⁴) dx
  2. Rewrite the expression with negative exponents for easier integration. f(x) = ∫ (4x³ - 3x⁻⁴) dx
  3. Integrate term by term. f(x) = 4 ∫ x³ dx - 3 ∫ x⁻⁴ dx
  4. Apply the power rule ∫ xⁿ dx = xⁿ⁺¹ / (n+1) + C. f(x) = 4 [x⁴ / 4] - 3 [x⁻⁴⁺¹ / (-4+1)] + C f(x) = x⁴ - 3 [x⁻³ / -3] + C
  5. Simplify the expression. f(x) = x⁴ + x⁻³ + C f(x) = x⁴ + 1/x³ + C This is the general solution.
  6. Now, use the condition f(2) = 0 to find the specific value of C. f(2) = (2)⁴ + 1/(2)³ + C = 0 16 + 1/8 + C = 0 (128 + 1)/8 + C = 0 129/8 + C = 0 C = -129/8
  7. Substitute the value of C back into the general solution to get the specific function.

Final Answer:

f(x) = x⁴ + 1/x³ - 129/8

Example 5: NEET-Style (Physics Application)

Given: The acceleration of a particle moving in a straight line is given by a(t) = 6t - 4. The initial velocity is v(0) = 5 m/s and the initial position is s(0) = 10 m. To Find: The position of the particle s(t). Approach: Integrate acceleration a(t) to get velocity v(t), use v(0) to find the first constant. Then integrate v(t) to get position s(t) and use s(0) to find the second constant.

Step-by-step Solution:

  1. Find velocity v(t): Velocity is the integral of acceleration. v(t) = ∫ a(t) dt = ∫ (6t - 4) dt v(t) = 6 ∫ t dt - 4 ∫ 1 dt v(t) = 6(t²/2) - 4t + C₁ v(t) = 3t² - 4t + C₁
  2. Find the first constant C₁: Use the initial condition v(0) = 5. v(0) = 3(0)² - 4(0) + C₁ = 5 C₁ = 5
  3. So, the specific velocity function is v(t) = 3t² - 4t + 5.
  4. Find position s(t): Position is the integral of velocity. s(t) = ∫ v(t) dt = ∫ (3t² - 4t + 5) dt s(t) = 3 ∫ t² dt - 4 ∫ t dt + 5 ∫ 1 dt s(t) = 3(t³/3) - 4(t²/2) + 5t + C₂ s(t) = t³ - 2t² + 5t + C₂
  5. Find the second constant C₂: Use the initial condition s(0) = 10. s(0) = (0)³ - 2(0)² + 5(0) + C₂ = 10 C₂ = 10
  6. The specific position function is s(t) = t³ - 2t² + 5t + 10.

Final Answer:

s(t) = t³ - 2t² + 5t + 10

Tips & Tricks (Shortcuts)

These fundamental properties of integrals will speed up your calculations significantly.

ShortcutExplanationExample
Constant Multiplier RuleYou can pull a constant factor out of the integral. ∫ k⋅f(x) dx = k⋅∫ f(x) dx∫ 5cos(x) dx = 5 ∫ cos(x) dx = 5sin(x) + C
Sum/Difference RuleYou can integrate a sum or difference of functions term by term.∫ (x² + eˣ) dx = ∫ x² dx + ∫ eˣ dx = x³/3 + eˣ + C
Reverse Power RuleThe most common rule: increase the power by 1 and divide by the new power.∫ x¹⁰ dx = x¹¹/11 + C. Works for all n ≠ -1.
Think BackwardsFor basic trig/exp functions, ask "What differentiates to this?". This is faster than memorizing.To find ∫ sec(x)tan(x) dx, think: d/dx(sec(x)) = sec(x)tan(x). The answer is sec(x) + C.

{{KEY: type=concept | title=The Power Rule Exception | text=The power rule ∫ xⁿ dx = xⁿ⁺¹/(n+1) + C fails when n = -1, as it would lead to division by zero. The integral ∫ x⁻¹ dx or ∫ (1/x) dx has a special result: ln|x| + C. This is a crucial formula we will explore soon.}}

Common Mistakes / Sign-Errors

A single misplaced sign can change the entire answer. Be vigilant! Here are the most common pitfalls to avoid.

❌ Wrong✅ RightWhy it's Wrong
∫ 3x² dx = x³∫ 3x² dx = x³ + CForgetting the constant of integration C is the #1 mistake. Indefinite integrals represent a family of functions.
∫ sin(x) dx = cos(x) + C∫ sin(x) dx = -cos(x) + CConfusion with differentiation. The derivative of cos(x) is -sin(x), so the integral of sin(x) must be -cos(x).
∫ 1/√x dx = ln(√x) + C∫ 1/√x dx = ∫ x⁻¹/² dx = 2√x + CMistaking a power function for the 1/x form. Only ∫ x⁻¹ dx gives `ln
∫ (eˣ + 5) dx = eˣ + 5 + C∫ (eˣ + 5) dx = eˣ + 5x + CForgetting to integrate the constant term. The integral of a constant k is kx, not just k.

Concept-Trap Questions

CBSE exams often test your understanding with questions that seem simple but have a hidden trap.

1. If d/dx [g(x)] = f(x), what is ∫ f(x) dx?

💡 Answer & Trap: The answer is g(x) + C. The trap is to forget the constant of integration C. Simply writing g(x) is incomplete. The question is a direct test of the definition of an indefinite integral as the most general antiderivative.

2. Find the antiderivative of f(x) = πˣ + xπ.

💡 Answer & Trap: The answer is (πˣ / ln(π)) + (xπ⁺¹ / (π+1)) + C. The trap is to treat both terms as the same type of function.

  • πˣ is an exponential function of the form , whose integral is aˣ / ln(a).
  • is a power function of the form xⁿ (where n = π), whose integral is xⁿ⁺¹ / (n+1). Students often mistakenly integrate as an exponential function or πˣ as a power function.

3. The slope of a family of curves at any point (x, y) is 2x. If one curve passes through the point (1, 3), can another curve from the same family pass through (1, 5)?

Stuck on something here?
Aarav Sir explains any part — voice or chat — 24/7.

💡 Answer & Trap: Yes. The trap is thinking that a single starting x-value can only have one outcome. The slope is the derivative, so dy/dx = 2x. Integrating gives the family of curves: y = ∫ 2x dx = x² + C. For the first curve passing through (1, 3): 3 = (1)² + C₁ ⇒ C₁ = 2. The curve is y = x² + 2. For a potential second curve passing through (1, 5): 5 = (1)² + C₂ ⇒ C₂ = 4. The curve is y = x² + 4. Since both y = x² + 2 and y = x² + 4 belong to the family y = x² + C, it is possible.

Mini Cheatsheet

A quick reference for the fundamental formulas we've covered on this page.

Function f(x)Integral ∫ f(x) dxCondition
k (constant)kx + C
xⁿxⁿ⁺¹ / (n+1) + Cn ≠ -1
cos(x)sin(x) + C
sin(x)-cos(x) + C
sec²(x)tan(x) + C

Indefinite Integrals and Standard Formulas

Page 2: Indefinite Integrals and Standard Formulas

{{FORMULA: expr=∫f(x) dx = F(x) + C | symbols=f(x):integrand, F(x):antiderivative, C:constant of integration}}

Concept Introduction: The Reverse of Differentiation

Welcome to the heart of integral calculus! So far, you've mastered differentiation—the art of finding the rate of change. But what if you have the rate of change and want to find the original function? Imagine knowing a car's velocity at every instant and wanting to find the total distance it traveled. This "reverse" process is called integration.

Integration is one of the two main pillars of calculus, and it's a powerful tool used in physics, engineering, economics, and even computer graphics. In this chapter, we begin with indefinite integrals, which are essentially families of functions whose derivatives are the function we started with.

From an exam perspective, the "Integrals" chapter carries one of the highest weightages in the CBSE Class 12 board exams, often contributing around 8-10 marks directly or indirectly. Mastering the fundamental formulas on this page is non-negotiable; they are the building blocks for every single problem you will solve in this chapter and the next, "Applications of Integrals".


Definitions & Formulas

An integral is the reverse operation of a derivative. If the derivative of a function F(x) is f(x), then we say that F(x) is an antiderivative or primitive of f(x).

The indefinite integral of f(x) with respect to x is denoted by ∫f(x) dx. Since the derivative of a constant is zero, d/dx (F(x) + C) = f(x) for any constant C. This means there are infinitely many antiderivatives for a function, all differing by a constant. This constant C is called the constant of integration.

{{VISUAL: diagram: A graph showing several parallel curves like y = x², y = x² + 1, y = x² - 2, all representing the family of functions F(x) + C whose derivative is f(x) = 2x.}}

Here is a table of standard integrals that you must commit to memory. They are derived directly from the standard formulas of differentiation.

Function f(x)Indefinite Integral ∫f(x) dx
xⁿ (for n ≠ -1)xⁿ⁺¹ / (n+1) + C
1/x`log
eˣ + C
aˣ / log(a) + C
sin(x)-cos(x) + C
cos(x)sin(x) + C
sec²(x)tan(x) + C
cosec²(x)-cot(x) + C
sec(x)tan(x)sec(x) + C
cosec(x)cot(x)-cosec(x) + C
1 / √(1 - x²)sin⁻¹(x) + C or -cos⁻¹(x) + C
1 / (1 + x²)tan⁻¹(x) + C or -cot⁻¹(x) + C
1 / (x√(x² - 1))sec⁻¹(x) + C or -cosec⁻¹(x) + C

{{KEY: type=concept | title=The Constant of Integration | text=Never forget to add + C to your answer for an indefinite integral. It represents the entire family of functions that could be the antiderivative. Omitting it is a guaranteed loss of marks in an exam.}}


Derivation: The Fundamental Connection

Let's formally establish the relationship between differentiation and integration. We will prove that the derivative of an indefinite integral of a function is the function itself.

Theorem: If F(x) is an antiderivative of f(x), then d/dx (∫f(x) dx) = f(x).

Proof:

  1. Start with the definition: By the definition of an indefinite integral, if F(x) is an antiderivative of f(x), then ∫f(x) dx = F(x) + C.
  2. State the goal: We want to find the derivative of this expression with respect to x. So, we need to compute d/dx (F(x) + C).
  3. Apply the sum rule of differentiation: The derivative of a sum is the sum of the derivatives. d/dx (F(x) + C) = d/dx (F(x)) + d/dx (C)
  4. Use the definition of an antiderivative: We know that F(x) is an antiderivative of f(x). This means, by definition, that d/dx (F(x)) = f(x).
  5. Use the constant rule of differentiation: The derivative of any constant C with respect to x is zero. d/dx (C) = 0
  6. Combine the results: Substitute the results from steps 4 and 5 back into the equation from step 3. d/dx (F(x) + C) = f(x) + 0
  7. Simplify: This gives us d/dx (F(x) + C) = f(x).
  8. Final Conclusion: Since ∫f(x) dx = F(x) + C, we can substitute this back into our result to get d/dx (∫f(x) dx) = f(x). This proves that differentiation and integration are inverse operations.

Solved Examples

Example 1: Easy (Basic Polynomial)

Given: The function f(x) = 4x³ - 6x² + 5x - 7. To Find: The indefinite integral ∫f(x) dx. Approach: Integrate each term separately using the power rule ∫xⁿ dx = xⁿ⁺¹ / (n+1) + C.

Step-by-step Solution:

  1. Write the integral: I = ∫(4x³ - 6x² + 5x - 7) dx
  2. Use the linearity property of integrals (∫(f+g)dx = ∫fdx + ∫gdx and ∫(k f)dx = k ∫fdx): I = 4∫x³ dx - 6∫x² dx + 5∫x¹ dx - 7∫1 dx
  3. Apply the power rule to each term:
    • ∫x³ dx = x⁴/4
    • ∫x² dx = x³/3
    • ∫x¹ dx = x²/2
    • ∫1 dx = ∫x⁰ dx = x¹/1 = x
  4. Substitute these back and simplify: I = 4(x⁴/4) - 6(x³/3) + 5(x²/2) - 7(x) + C I = x⁴ - 2x³ + (5/2)x² - 7x + C
  5. Combine all individual constants of integration into a single constant C.
<br> <div style="border: 2px solid #007bff; padding: 15px; border-radius: 5px; background-color: #f0f8ff;"> <strong>Final Answer:</strong> `∫(4x³ - 6x² + 5x - 7) dx = x⁴ - 2x³ + (5/2)x² - 7x + C` </div> <br>

Example 2: Medium (Trigonometric & Exponential)

Given: The function f(x) = 2sin(x) + 3cos(x) - eˣ + 5/x. To Find: The indefinite integral ∫f(x) dx. Approach: Use the standard formulas for trigonometric, exponential, and logarithmic integrals.

Step-by-step Solution:

  1. Write the integral and separate the terms: I = ∫(2sin(x) + 3cos(x) - eˣ + 5/x) dx I = 2∫sin(x) dx + 3∫cos(x) dx - ∫eˣ dx + 5∫(1/x) dx
  2. Apply the standard integration formulas:
    • ∫sin(x) dx = -cos(x)
    • ∫cos(x) dx = sin(x)
    • ∫eˣ dx = eˣ
    • ∫(1/x) dx = log|x|
  3. Substitute the results back into the expression: I = 2(-cos(x)) + 3(sin(x)) - eˣ + 5(log|x|) + C
  4. Simplify and present the final answer.
<br> <div style="border: 2px solid #007bff; padding: 15px; border-radius: 5px; background-color: #f0f8ff;"> <strong>Final Answer:</strong> `∫(2sin(x) + 3cos(x) - eˣ + 5/x) dx = -2cos(x) + 3sin(x) - eˣ + 5log|x| + C` </div> <br>

Example 3: Hard (Requires Algebraic Manipulation)

Given: The function f(x) = (x³ + 5x² + 4x + 1) / x². To Find: The indefinite integral ∫f(x) dx. Approach: Simplify the integrand by dividing each term in the numerator by the denominator before integrating.

Step-by-step Solution:

  1. Rewrite the integrand: The expression is not in a standard form. We must simplify it first. f(x) = x³/x² + 5x²/x² + 4x/x² + 1/x² f(x) = x + 5 + 4/x + 1/x² f(x) = x + 5 + 4x⁻¹ + x⁻²
  2. Now, integrate the simplified function: I = ∫(x + 5 + 4/x + x⁻²) dx
  3. Separate the terms: I = ∫x dx + ∫5 dx + 4∫(1/x) dx + ∫x⁻² dx
  4. Apply the power rule and standard formulas:
    • ∫x dx = x²/2
    • ∫5 dx = 5x
    • ∫(1/x) dx = log|x|
    • ∫x⁻² dx = x⁻²⁺¹ / (-2+1) = x⁻¹ / -1 = -1/x
  5. Combine the results and add the constant of integration. I = x²/2 + 5x + 4log|x| - 1/x + C
<br> <div style="border: 2px solid #007bff; padding: 15px; border-radius: 5px; background-color: #f0f8ff;"> <strong>Final Answer:</strong> `∫((x³ + 5x² + 4x + 1) / x²) dx = x²/2 + 5x + 4log|x| - 1/x + C` </div> <br>

Example 4: Hard (Requires Trigonometric Identity)

Given: The integral ∫tan²(2x) dx. To Find: The value of the integral. Approach: Use the trigonometric identity tan²(θ) = sec²(θ) - 1 to convert the integrand into a form we can integrate.

Step-by-step Solution:

  1. Recognize that tan²(θ) is not a standard integral form.
  2. Apply the identity 1 + tan²(θ) = sec²(θ), which gives tan²(θ) = sec²(θ) - 1. Here, θ = 2x. ∫tan²(2x) dx = ∫(sec²(2x) - 1) dx
  3. Separate the integral: I = ∫sec²(2x) dx - ∫1 dx
  4. Integrate each part:
    • For ∫sec²(2x) dx, we know ∫sec²(ax) dx = (1/a)tan(ax). So, ∫sec²(2x) dx = (1/2)tan(2x). (This is a sneak peek into the substitution method, but for ax+b forms, it's a standard result).
    • ∫1 dx = x
  5. Combine the results and add the constant C. I = (1/2)tan(2x) - x + C
<br> <div style="border: 2px solid #007bff; padding: 15px; border-radius: 5px; background-color: #f0f8ff;"> <strong>Final Answer:</strong> `∫tan²(2x) dx = (1/2)tan(2x) - x + C` </div> <br>

Example 5: JEE-Tricky (Hidden Standard Form)

Given: The integral I = ∫(2³ˣ⁺¹ - 5²ˣ⁻¹) / 10ˣ dx. To Find: The value of the integral. Approach: Simplify the expression using laws of exponents to break it down into standard ∫aˣ dx forms.

Step-by-step Solution:

  1. First, break down the numerator using aᵐ⁺ⁿ = aᵐ × aⁿ: Numerator = 2³ˣ × 2¹ - 5²ˣ × 5⁻¹ = 2 × (2³)ˣ - (1/5) × (5²)ˣ = 2 × 8ˣ - (1/5) × 25ˣ
  2. Rewrite the denominator: 10ˣ = (2 × 5)ˣ = 2ˣ × 5ˣ.
  3. Now, rewrite the entire integrand: I = ∫((2 × 8ˣ - (1/5) × 25ˣ) / (2ˣ × 5ˣ)) dx
  4. Split the fraction: I = ∫( (2 × 8ˣ) / (2ˣ × 5ˣ) - ((1/5) × 25ˣ) / (2ˣ × 5ˣ) ) dx
  5. Simplify each term using aˣ/bˣ = (a/b)ˣ:
    • First term: (2 × 8ˣ) / (2ˣ × 5ˣ) = 2 × (8/2)ˣ / 5ˣ = 2 × 4ˣ / 5ˣ = 2 × (4/5)ˣ
    • Second term: ((1/5) × 25ˣ) / (2ˣ × 5ˣ) = (1/5) × (25/5)ˣ / 2ˣ = (1/5) × 5ˣ / 2ˣ = (1/5) × (5/2)ˣ
  6. The integral is now in a simple form: I = ∫(2 × (4/5)ˣ - (1/5) × (5/2)ˣ) dx I = 2∫(4/5)ˣ dx - (1/5)∫(5/2)ˣ dx
  7. Apply the formula ∫aˣ dx = aˣ / log(a) + C: I = 2 × ((4/5)ˣ / log(4/5)) - (1/5) × ((5/2)ˣ / log(5/2)) + C
<br> <div style="border: 2px solid #007bff; padding: 15px; border-radius: 5px; background-color: #f0f8ff;"> <strong>Final Answer:</strong> `I = 2(4/5)ˣ / log(4/5) - (1/5)(5/2)ˣ / log(5/2) + C` </div> <br>

Tips & Tricks (Shortcuts)

Tip No.Trick / ShortcutExample
1Simplify First, Integrate LaterFor ∫(x+1)²/x dx, first expand to ∫(x²+2x+1)/x dx = ∫(x+2+1/x) dx. This is much easier to solve.
2Linear Argument RuleIf ∫f(x) dx = F(x) + C, then ∫f(ax+b) dx = (1/a)F(ax+b) + C.
3Convert to Sine/CosineWhen faced with complex tan, cot, sec, cosec, rewriting them in terms of sin and cos often simplifies the problem.
4The "Missing" Formulas∫tan(x) dx, ∫cot(x) dx, ∫sec(x) dx, ∫cosec(x) dx are not in the basic list. They are derived using substitution but are worth memorizing early: `log

Common Mistakes / Sign-Errors

Mistake Type❌ Wrong Approach✅ Right Approach
Forgetting + C∫2x dx = x²∫2x dx = x² + C (A very common error that costs a mark!)
Sign of Trig Integrals∫sin(x) dx = cos(x) + C (Confusing with differentiation)∫sin(x) dx = -cos(x) + C (Derivative of -cos(x) is sin(x))
Power Rule on 1/x∫(1/x) dx = ∫x⁻¹ dx = x⁰/0 (Division by zero!)`∫(1/x) dx = log
Inverse Trig Signs∫ dx / √(1-x²) = -cos⁻¹(x). Missing + C.∫ dx / √(1-x²) = sin⁻¹(x) + C OR -cos⁻¹(x) + C'. Both are correct, their constants just differ.

Concept-Trap Questions

Here are a few questions designed to test your conceptual clarity, just like in a board exam or a competitive test.

Question 1: Find ∫f(x) dx if f(x) = eˣ⁺log(a).

💡 Answer & Trap: The trap is to see the + in the exponent and not know how to proceed. The key is to use exponent rules before integrating. eˣ⁺log(a) = eˣ × eˡᵒᵍ(a) = eˣ × a (since e and log base e cancel). So, ∫ eˣ⁺log(a) dx = ∫ a eˣ dx = a ∫eˣ dx = a eˣ + C.

Question 2: If f'(x) = 4x³ - 3/x⁴ and f(2) = 0, find f(x).

💡 Answer & Trap: This question tests whether you remember to find the specific value of C.

  1. Integrate f'(x) to find f(x): f(x) = ∫(4x³ - 3x⁻⁴) dx = 4(x⁴/4) - 3(x⁻³/-3) + C f(x) = x⁴ + x⁻³ + C = x⁴ + 1/x³ + C
  2. Use the given condition f(2) = 0 to find C: 0 = (2)⁴ + 1/(2)³ + C 0 = 16 + 1/8 + C 0 = 129/8 + CC = -129/8
  3. The final function is: f(x) = x⁴ + 1/x³ - 129/8.

Question 3: What is wrong with the statement ∫(1/x²) dx = ∫(1/x) × (1/x) dx = ∫(1/x) dx × ∫(1/x) dx = (log|x|) × (log|x|) = (log|x|)² + C?

💡 Answer & Trap: The trap is assuming that integration distributes over multiplication. It does not! The fundamental error is in this step: ∫f(x)g(x) dx ≠ ∫f(x) dx × ∫g(x) dx. The integral of a product is NOT the product of the integrals. There is a specific method for this called "Integration by Parts," which you will learn later. The correct way is: ∫(1/x²) dx = ∫x⁻² dx = x⁻¹/(-1) + C = -1/x + C.

{{KEY: type=concept | title=Properties of Integrals | text=Integrals are linear: ∫(kf(x) + lg(x))dx = k∫f(x)dx + l∫g(x)dx. However, they DO NOT distribute over products or quotients: ∫f(x)g(x)dx ≠ ∫f(x)dx ⋅ ∫g(x)dx.}}


Mini Cheatsheet

S.NoFormulaCondition
1∫xⁿ dx = xⁿ⁺¹ / (n+1) + Cn ≠ -1
2`∫(1/x) dx = logx
3∫sin(x) dx = -cos(x) + CStandard
4∫sec²(x) dx = tan(x) + CStandard
5∫(1 / (1+x²)) dx = tan⁻¹(x) + CStandard

In this chapter

  • 1.Integration as Inverse Process of Differentiation
  • 2.Indefinite Integrals and Standard Formulas

Frequently asked questions

What is Integration as Inverse Process of Differentiation?

Welcome to the world of integrals! If differentiation was about finding the rate of change (like finding the speed of a car from its distance-time graph), **integration** is about accumulating that change to find the whole (like finding the total distance traveled from its speed-time graph). It's the reverse gear of ca

What is Indefinite Integrals and Standard Formulas?

Welcome to the heart of integral calculus! So far, you've mastered differentiation—the art of finding the rate of change. But what if you have the rate of change and want to find the original function? Imagine knowing a car's velocity at every instant and wanting to find the total distance it traveled. This "reverse" p

More chapters in CBSE Class 12 Mathematics

Want the full CBSE Class 12 Mathematics experience?

Every chapter. Interactive lessons. AI teacher on tap. Study Lab for any photo or PDF. 3-day free trial — no credit card.

1000s of students
100% NCERT-aligned
Powered by AI

Install Learn Skill

Add to home screen for the best experience