Where Education is Learned, Knowledge is Gained, Wisdom is Applied

Home > Class 11 > Mathematics > Calculus > Antiderivatives (Integral Calculus)
Antiderivatives(I)

For an interactive study experience with progress tracking, bookmarks, and solutions, try our reader.

Open in Interactive Reader
Chapter Overview
Calculus works in two directions. While differentiation tears a function apart to find its instantaneous rate of change (the tangent slope), Antiderivatives (or Integration) glue those rates back together to reconstruct the original function. It is the mathematical equivalent of hitting 'undo' on a derivative. This chapter is the gateway to Integral Calculus — a cornerstone of Class 11–12 Mathematics. Without mastering these fundamental algebraic, trigonometric, and exponential methods, solving advanced calculus applications like areas under curves and differential equations becomes impossible.
What this chapter covers
Integration as the Reverse of DifferentiationThe Constant of Integration and its Geometric MeaningProperties of Integrals (Linearity)Integration of Algebraic Functions (Power Rule)Integration of Logarithmic and Exponential FunctionsIntegration of Trigonometric FunctionsLinear Substitution Rule for (ax+b) ExpressionsRationalization Techniques for denominators with square rootsTrigonometric Transformation and Double-Angle Identities
Learning Objectives
1
Explain integration conceptually as the inverse operation of differentiation
2
Understand why a constant of integration 'c' is mathematically necessary
3
Explain the geometric interpretation of indefinite integrals as a family of parallel curves
4
Apply basic integration rules for algebraic, exponential, and trigonometric functions
5
Implement the linear substitution rule by dividing by the coefficient of x
6
Identify when to use rationalization to resolve algebraic denominators containing square roots
7
Employ trigonometric identities (such as double-angle formulas) to simplify integrals of squared trig terms
The One Idea Behind This Chapter
Key Insight
Integration is simply differentiation in reverse.

If you know that the derivative of $x^3$ is $3x^2$, then you immediately know that an antiderivative of $3x^2$ is $x^3$. Every integration formula is just a differentiation formula read from right to left.
Golden rule: Always check your integration work by differentiating your final answer. If you do not get the original integrand back, an algebraic error was made along the way.
Key Definitions
Antiderivative
A function $F(x)$ is called an antiderivative of $f(x)$ on an interval if the derivative of $F(x)$ with respect to $x$ equals $f(x)$ for all $x$ in that interval.
$$\frac{d}{dx}[F(x)] = f(x)$$
Indefinite Integral
The collection of all antiderivatives of a function $f(x)$, denoted by the integral symbol. It includes an arbitrary constant $c$ to account for all vertical translations of the family of curves.
$$\int f(x) \, dx = F(x) + c$$
Integrand
The specific function $f(x)$ that is being integrated inside the integration operator.
$$\text{In } \int f(x) \, dx, \text{ the integrand is } f(x)$$
Constant of Integration
An arbitrary constant $c$ added to the result of an indefinite integral to represent the infinite family of functions that share the same derivative.
$$\frac{d}{dx}(c) = 0$$
The Constant of Integration and its Geometry
Why do we always write '$+ c$'? Because differentiation is a lossy process. When we differentiate a constant, its value drops to zero, erasing that information from the derivative function. Integration must restore this lost information.
$$\int f(x) \, dx = F(x) + c$$
Why it works (Derivation):
1Differentiation erases constants: Consider the functions $y_1 = x^2 + 5$, $y_2 = x^2 - 10$, and $y_3 = x^2$. All three have the exact same derivative: $\frac{dy}{dx} = 2x$.
2Integration must restore them: When we are asked to find the antiderivative of $2x$, we cannot know which of the original functions we started with. We write $\int 2x \, dx = x^2 + c$ to cover all possibilities.
3Geometrical Interpretation: Geometrically, $y = x^2 + c$ represents a family of nested curves. They are identical curves shifted vertically along the y-axis. Differentiating them at any x-value gives the slope of their tangent lines. For a given x, the tangents of all these curves are completely parallel, which is why they share the same derivative.
Example: If we are given an extra condition like 'the curve passes through (1, 4)', we can pin down the exact constant. For $y = x^2 + c$, substituting $(1,4)$ gives $4 = 1^2 + c \implies c = 3$. This changes our general antiderivative into a specific unique curve: $y = x^2 + 3$.
When to use: Always write $+ c$ at the end of every indefinite integral step unless you are evaluating a definite integral.
Fundamental Integration Formulas with Derivations
The Algebraic Power Rule
$$\int x^n \, dx = \frac{x^{n+1}}{n+1} + c \quad (n \neq -1)$$
Crucial: This rule fails when n = -1. For n = -1, use the logarithmic rule instead.
Integration of dx (Unity)
$$\int dx = x + c$$
This is simply the power rule with n = 0.
Logarithmic Rule (The n = -1 Case)
$$\int \frac{1}{x} \, dx = \ln|x| + c$$
We use the absolute value $|x|$ because logarithms are only defined for positive numbers.
Exponential Integration (base e)
$$\int e^x \, dx = e^x + c$$
The natural exponential function is unique because it is its own derivative and integral.
Exponential Integration (base a)
$$\int a^x \, dx = \frac{a^x}{\ln a} + c$$
When a = e, ln e = 1, reverting to the base-e formula.
Sine Integration Rule
$$\int \sin x \, dx = -\cos x + c$$
Notice the negative sign! The integral of sine is negative cosine, unlike derivatives.
Cosine Integration Rule
$$\int \cos x \, dx = \sin x + c$$
No negative sign here.
Secant Squared Rule
$$\int \sec^2 x \, dx = \tan x + c$$
This is a direct identity from tangent differentiation.
Cosecant Squared Rule
$$\int \csc^2 x \, dx = -\cot x + c$$
Result starts with 'co-', so it gets a negative sign.
Memory Tricks & Quick Rules
Trick: Three simple mental shortcuts that will prevent calculation errors in your exam paper.
Steps to Remember:
  1. The 'Co' Result Rule: Whenever the result of your trigonometric integration starts with the letters 'co' (like cosine or cotangent), it must carry a negative sign. For example: $\int \sin x \, dx = -\cos x + c$, and $\int \csc^2 x \, dx = -\cot x + c$.
  2. The Linear Adjustment Rule: If the variable $x$ in any standard integration formula is replaced by a linear expression $(ax+b)$, you can integrate it exactly like you normally would, but you must divide the final output by $a$ (the coefficient of $x$).
  3. Power Reduction First: You cannot directly integrate functions like $\sin^2 x$ or $\cos^2 x$ using power rules. Always use double-angle trig identities to rewrite them into linear-angle terms before integrating.
Mnemonic: 'Co' results get negative signs | Divide by 'a' for linear (ax+b) expressions | Reduce trig powers before starting
Common Mistakes to Avoid

Watch out for these classic pitfalls. Board examiners specifically design questions to catch students on these points.

  • Forgetting the constant '+ c': For indefinite integrals, omitting $+ c$ is a major error. It means you have only provided one specific solution instead of the entire family of antiderivative curves.
  • Applying the power rule on 1/x: Do not do this: $\int x^{-1} \, dx = \frac{x^{-1+1}}{0} = \frac{1}{0}$. This is mathematically illegal. The correct integral of $1/x$ is always $\ln|x| + c$.
  • Forgetting to divide by the linear coefficient 'a': When integrating $\int \cos(5x+3) \, dx$, many students write $\sin(5x+3) + c$. This is incorrect because you forgot to divide by the coefficient of $x$. The actual answer is $\frac{\sin(5x+3)}{5} + c$.
  • Misusing the power rule on nested composite functions: For example, writing $\int (3x^2+1)^4 \, dx = \frac{(3x^2+1)^5}{5} \cdot \frac{1}{6x}$ is completely wrong. You cannot divide by a variable derivative. This rule only works when the inside function is strictly linear, i.e., $(ax+b)$.
NEB Exam Traps & Rules
NEB Exam Warning
Board examinations test your clarity on algebra, rationalization, and trigonometric formulas. Master these edge cases.
  • Linear Property: Remember that you can distribute integration over sums and differences, and pull constants out: $\int [k \cdot f(x) \pm g(x)] \, dx = k\int f(x) \, dx \pm \int g(x) \, dx$. You cannot distribute integration over products or quotients directly.
  • Double-Angle conversions: Integrals of $\sin^2 x$ and $\cos^2 x$ appear almost every year. Convert them using: $\sin^2 x = \frac{1-\cos 2x}{2}$ and $\cos^2 x = \frac{1+\cos 2x}{2}$.
  • Rationalizing denominators: If you see square root terms in the denominator (like $\frac{1}{\sqrt{x+a} \pm \sqrt{x+b}}$), immediately rationalise by multiplying the numerator and denominator by the conjugate.
  • Logarithmic Derivative Rule: Keep this extremely handy: $\int \frac{f'(x)}{f(x)} \, dx = \ln|f(x)| + c$. It solves many medium-to-hard fractional questions in a single line.
Question Recognition Guide
Keyword / Phrase in QuestionUse This
Polynomial divided by a simpler monomial/binomialSplit the numerator into individual fractions or perform polynomial long division.
Denominators with differences of square roots: 1 / (√A ± √B)Rationalise by multiplying numerator and denominator by the conjugate (√A ∓ √B).
Integrals of squared trigonometric terms (sin² x, cos² x)Rewrite using double-angle reduction formulas before attempting to integrate.
Functions with exponentials and natural logs: e^(k ln x)Simplify first using the identity e^(ln f(x)) = f(x) to turn it into x^k.
Products of trigonometric terms: sin Ax cos BxMultiply and divide by 2, then apply the product-to-sum identities (e.g., 2sinAcosB = sin(A+B) + sin(A-B)).
Linear compound expressions inside standard functions: f(ax+b)Integrate normally as if it were f(u), then divide the entire result by the coefficient 'a'.
Solved Examples (Easy → Hard)
1
Evaluate $\int (3x^2 + 4x + 5) \, dx$.
Easy
2
Evaluate $\int \frac{x+5}{x+1} \, dx$.
Medium
3
Evaluate $\int \sin 5x \cos 2x \, dx$.
Hard
MCQ Practice
Mixed Level — MCQ
1
What is the antiderivative of $e^{3x}$?
Correct!
Incorrect. Correct: $\frac{1}{3}e^{3x} + c$
2
$\int \frac{1}{2x+3} \, dx$ is equal to:
Correct!
Incorrect. Correct: $\frac{1}{2}\ln|2x+3| + c$
3
The value of $\int \sin(2-5x) \, dx$ is:
Correct!
Incorrect. Correct: $\frac{1}{5}\cos(2-5x) + c$
4
Integration is the reverse process of:
Correct!
Incorrect. Correct: Differentiation
5
$\int a^x \, dx$ is:
Correct!
Incorrect. Correct: $\frac{a^x}{\ln a} + c$
6
The integral of $\sec^2(4x) \, dx$ is:
Correct!
Incorrect. Correct: $\frac{1}{4}\tan(4x) + c$
7
An indefinite integral $\int f(x) \, dx$ represents:
Correct!
Incorrect. Correct: A family of curves
8
What is $\int \frac{dx}{\sqrt{x}}$?
Correct!
Incorrect. Correct: $2\sqrt{x} + c$
9
$\int 7 \, dx$ is:
Correct!
Incorrect. Correct: $7x + c$
10
If $\frac{d}{dx} F(x) = f(x)$, then $\int f(x) \, dx$ is:
Correct!
Incorrect. Correct: $F(x) + c$
Short Questions (2 Marks Each)
1
Evaluate $\int \frac{x^4-1}{x^2+1} \, dx$.
[2 marks]
2
Find $\int e^{\ln(x^2)} \, dx$.
[2 marks]
3
Evaluate $\int \cos^2 x \, dx$.
[2 marks]
4
Solve $\int \frac{1}{\sqrt{x+2}-\sqrt{x+1}} \, dx$.
[2 marks]
5
Evaluate $\int \sec x(\sec x + \tan x) \, dx$.
[2 marks]
6
Find $\int 5^{3x} \, dx$.
[2 marks]
7
Evaluate $\int \frac{dx}{\sin^2 x \cos^2 x}$.
[2 marks]
8
Solve $\int (2x+3)^5 \, dx$.
[2 marks]
9
Evaluate $\int \frac{\sin x}{1-\sin^2 x} \, dx$.
[2 marks]
10
Find $\int \left(x + \frac{1}{x}\right)^2 dx$.
[2 marks]
Long Questions (4 Marks Each)
1
Evaluate $\int \frac{3x+2}{\sqrt{2x+1}} \, dx$.
[4 marks]
2
Solve $\int \sin^4 x \, dx$.
[4 marks]
3
Evaluate $\int \cos x \cos 2x \cos 3x \, dx$.
[4 marks]
4
Evaluate $\int \frac{dx}{1 + \sin x}$.
[4 marks]
5
Evaluate $\int \tan^{-1}\left(\sqrt{\frac{1-\cos 2x}{1+\cos 2x}}\right) dx$.
[4 marks]
6
Evaluate $\int \frac{x^2+1}{x+2} \, dx$.
[4 marks]
7
Find $\int (e^{2x} - e^{-2x})^2 dx$.
[4 marks]
8
Evaluate $\int \sqrt{1+\sin 2x} \, dx$.
[4 marks]
9
Evaluate $\int \frac{e^{5x} + e^{3x}}{e^x} \, dx$.
[4 marks]
10
Solve $\int \frac{dx}{\sqrt{3x+1} - \sqrt{3x-2}}$.
[4 marks]
Chapter Test — Full Mixed Paper
Attempt in 45 minutes without notes. This test mirrors the NEB Class 11 examination style.
1 Section A — MCQs (1 Mark Each)
Mixed Level — MCQ
1
$\int \csc^2(5x) \, dx$ is:
Correct!
Incorrect. Correct: $-\frac{1}{5}\cot(5x) + c$
2
$\int 10^x \, dx$ is:
Correct!
Incorrect. Correct: $\frac{10^x}{\ln 10} + c$
3
The integral of $f(x) + g(x)$ is the:
Correct!
Incorrect. Correct: Sum of their integrals
2 Section B — Short Questions (2 Marks Each)
1
Evaluate $\int \frac{\sin x}{\cos^2 x} \, dx$.
[2 marks]
2
Find the antiderivative of $\sqrt{4x+1}$.
[2 marks]
3
Solve $\int \frac{dx}{x-7}$.
[2 marks]
3 Section C — Long Questions (5 Marks Each)
1
Evaluate $\int \sin 3x \sin 2x \, dx$.
[5 marks]
2
Find $\int \frac{x^2}{x+1} \, dx$.
[5 marks]
3
Solve $\int \frac{dx}{\sqrt{x+a} + \sqrt{x+b}}$.
[5 marks]
One-Page Revision Cheat Sheet
1
Power Rule: $\int x^n \, dx = \frac{x^{n+1}}{n+1} + c$ (works for all $n \neq -1$).
2
Logarithmic Rule: $\int \frac{1}{ax+b} \, dx = \frac{\ln|ax+b|}{a} + c$. Remember to divide by the linear coefficient $a$.
3
Trigonometric Rules: $\int \sin(ax) \, dx = -\frac{\cos(ax)}{a} + c$. Remember that 'co-' results get negative signs.
4
Exponential Rule: $\int e^{ax} \, dx = \frac{e^{ax}}{a} + c$. Also remember that $e^{\ln f(x)} = f(x)$.
5
Trig Power Reduction: Always reduce powers of sine and cosine using double-angle formulas before integration. Do not use power rules on them.
6
Linear Property: Integrals split across addition and subtraction: $\int [kf(x) \pm g(x)] \, dx = k \int f(x) \, dx \pm \int g(x) \, dx$.
7
Rationalization is Key: For algebraic fractions with nested square roots in the denominator, multiply by the conjugate.
8
Quick Check: Differentiate your final result. If it does not give you the original integrand, you made an algebraic mistake.
9
Constant of Integration: Always write $+c$ for indefinite integrals. It represents the infinite family of curves shifted along the y-axis.
Previous
Static SEO Version
Next