Welcome, future engineers! Today, we're embarking on a crucial journey into the heart of Integral Calculus: understanding the
Fundamental Integrals. Think of integration as the reverse process of differentiation. Just as addition reverses subtraction, and multiplication reverses division, integration reverses differentiation. If differentiation helps us find the rate of change, integration helps us find the original quantity given its rate of change, or the accumulated effect.
In this deep dive, we'll systematically explore the foundational integrals involving algebraic, trigonometric, exponential, and a specific logarithmic form. Mastering these is non-negotiable for success in JEE, as they form the building blocks for more complex integration techniques.
---
1. Introduction to Indefinite Integrals and the Constant of Integration
Before we dive into specific functions, let's firmly grasp what an
indefinite integral is. If $F(x)$ is a function such that its derivative $F'(x) = f(x)$, then $F(x)$ is called an
antiderivative or
primitive of $f(x)$. The process of finding this antiderivative is called
integration.
We denote the integral of $f(x)$ with respect to $x$ as $int f(x) dx$.
So, if $frac{d}{dx} F(x) = f(x)$, then $int f(x) dx = F(x) + C$.
What is this mysterious 'C'? It's the
constant of integration. When you differentiate a constant, its derivative is zero. This means that if $F(x)$ is an antiderivative of $f(x)$, then $F(x) + 5$, $F(x) - 10$, or $F(x) + ext{any constant}$ are also antiderivatives of $f(x)$. Since we don't know the exact constant that was differentiated away, we represent it with 'C'.
Remember: Always include 'C' in indefinite integrals! Omitting it is a common mistake and can cost you marks, especially in subjective exams.
---
2. Fundamental Integrals of Algebraic Functions
Algebraic functions are often polynomials or rational functions. The cornerstone here is the Power Rule.
2.1. The Power Rule for Integration
The power rule for differentiation states: $frac{d}{dx}(x^n) = nx^{n-1}$. To reverse this, we're looking for a function whose derivative is $x^n$.
Let's consider a function of the form $x^{n+1}$.
$frac{d}{dx} left( frac{x^{n+1}}{n+1}
ight) = frac{1}{n+1} cdot (n+1)x^{(n+1)-1} = x^n$, provided $n+1
eq 0$, i.e., $n
eq -1$.
Thus, the
Power Rule for Integration is:
$oxed{int x^n dx = frac{x^{n+1}}{n+1} + C quad ext{for } n
eq -1}$
JEE Focus: This rule is incredibly versatile. 'n' can be any real number except -1. This includes positive integers, negative integers (excluding -1), fractions, and irrational numbers.
Let's look at some examples:
Example 1: Integrate $x^3$ with respect to $x$.
Solution:
Here, $n=3$. Applying the power rule:
$int x^3 dx = frac{x^{3+1}}{3+1} + C = frac{x^4}{4} + C$
Example 2: Integrate $sqrt{x}$ with respect to $x$.
Solution:
First, rewrite $sqrt{x}$ as $x^{1/2}$. Here, $n = 1/2$.
$int x^{1/2} dx = frac{x^{1/2+1}}{1/2+1} + C = frac{x^{3/2}}{3/2} + C = frac{2}{3}x^{3/2} + C$
Example 3: Integrate $frac{1}{x^2}$ with respect to $x$.
Solution:
Rewrite $frac{1}{x^2}$ as $x^{-2}$. Here, $n = -2$.
$int x^{-2} dx = frac{x^{-2+1}}{-2+1} + C = frac{x^{-1}}{-1} + C = -frac{1}{x} + C$
2.2. The Special Case: $int frac{1}{x} dx$
The power rule $int x^n dx = frac{x^{n+1}}{n+1} + C$ explicitly states that $n
eq -1$. What happens when $n = -1$?
If $n = -1$, we are looking for $int x^{-1} dx = int frac{1}{x} dx$.
Recall from differentiation that $frac{d}{dx} (ln|x|) = frac{1}{x}$.
The absolute value is crucial because the domain of $ln x$ is $x>0$, but $frac{1}{x}$ is defined for all $x
eq 0$. The integral should cover both positive and negative values for $x$.
If $x>0$, $frac{d}{dx} (ln x) = frac{1}{x}$.
If $x<0$, $frac{d}{dx} (ln (-x)) = frac{1}{-x} cdot (-1) = frac{1}{x}$.
So, $frac{d}{dx} (ln|x|) = frac{1}{x}$ for $x
eq 0$.
Therefore, for $n = -1$:
$oxed{int frac{1}{x} dx = ln|x| + C quad ext{for } x
eq 0}$
JEE Focus: Never forget the absolute value sign! It is technically correct and important for the domain of the antiderivative.
Example 4: Integrate $frac{5}{x}$ with respect to $x$.
Solution:
Using the constant multiple rule (which we'll formalize next):
$int frac{5}{x} dx = 5 int frac{1}{x} dx = 5 ln|x| + C$
2.3. Linearity Properties of Integration
Just like differentiation, integration has linearity properties that allow us to integrate sums/differences of functions and functions multiplied by a constant.
1.
Constant Multiple Rule: $int k cdot f(x) dx = k int f(x) dx$, where $k$ is a constant.
2.
Sum/Difference Rule: $int [f(x) pm g(x)] dx = int f(x) dx pm int g(x) dx$.
These rules mean we can integrate polynomials term by term.
Example 5: Integrate $(3x^2 - 2x + frac{5}{x} - 4)$ with respect to $x$.
Solution:
Applying linearity and the power rule:
$int (3x^2 - 2x + frac{5}{x} - 4) dx$
$= int 3x^2 dx - int 2x dx + int frac{5}{x} dx - int 4 dx$
$= 3 int x^2 dx - 2 int x^1 dx + 5 int frac{1}{x} dx - 4 int x^0 dx$
$= 3 left( frac{x^{2+1}}{2+1}
ight) - 2 left( frac{x^{1+1}}{1+1}
ight) + 5 ln|x| - 4 left( frac{x^{0+1}}{0+1}
ight) + C$
$= 3 left( frac{x^3}{3}
ight) - 2 left( frac{x^2}{2}
ight) + 5 ln|x| - 4x + C$
$= x^3 - x^2 + 5 ln|x| - 4x + C$
---
3. Fundamental Integrals of Trigonometric Functions
These integrals are direct reversals of standard trigonometric differentiation formulas. Knowing your differentiation formulas is key!
Function $f(x)$ |
Integral $int f(x) dx$ |
Derivation from $frac{d}{dx} F(x) = f(x)$ |
|---|
$cos x$ |
$sin x + C$ |
$frac{d}{dx}(sin x) = cos x$ |
$sin x$ |
$-cos x + C$ |
$frac{d}{dx}(-cos x) = sin x$ |
$sec^2 x$ |
$ an x + C$ |
$frac{d}{dx}( an x) = sec^2 x$ |
$csc^2 x$ |
$-cot x + C$ |
$frac{d}{dx}(-cot x) = csc^2 x$ |
$sec x an x$ |
$sec x + C$ |
$frac{d}{dx}(sec x) = sec x an x$ |
$csc x cot x$ |
$-csc x + C$ |
$frac{d}{dx}(-csc x) = csc x cot x$ |
JEE Focus: You are expected to know these six integrals by heart. However, many JEE problems involving trigonometric functions require algebraic manipulation and the use of trigonometric identities *before* you can apply these fundamental formulas.
Example 6: Integrate $(2 sin x - 3 cos x)$ with respect to $x$.
Solution:
$int (2 sin x - 3 cos x) dx$
$= 2 int sin x dx - 3 int cos x dx$
$= 2 (-cos x) - 3 (sin x) + C$
$= -2 cos x - 3 sin x + C$
Example 7: Integrate $ an^2 x$ with respect to $x$.
Solution:
This is not a direct fundamental integral. We need to use a trigonometric identity.
Recall $1 + an^2 x = sec^2 x$, so $ an^2 x = sec^2 x - 1$.
$int an^2 x dx = int (sec^2 x - 1) dx$
$= int sec^2 x dx - int 1 dx$
$= an x - x + C$
Example 8: Integrate $frac{1+sin x}{cos^2 x}$ with respect to $x$.
Solution:
This requires splitting the fraction and using identities.
$int frac{1+sin x}{cos^2 x} dx = int left( frac{1}{cos^2 x} + frac{sin x}{cos^2 x}
ight) dx$
$= int left( sec^2 x + frac{sin x}{cos x} cdot frac{1}{cos x}
ight) dx$
$= int (sec^2 x + an x sec x) dx$
Now, these are standard integrals:
$= int sec^2 x dx + int an x sec x dx$
$= an x + sec x + C$
---
4. Fundamental Integrals of Exponential Functions
Exponential functions are unique because their derivatives are closely related to the original function itself.
4.1. Integral of $e^x$
Recall that $frac{d}{dx}(e^x) = e^x$.
Therefore, the integral of $e^x$ is simply:
$oxed{int e^x dx = e^x + C}$
This is one of the simplest and most elegant integrals!
4.2. Integral of $a^x$ (where $a > 0, a
eq 1$)
Recall that $frac{d}{dx}(a^x) = a^x ln a$.
To reverse this, we need to divide by $ln a$.
Consider $frac{d}{dx} left( frac{a^x}{ln a}
ight) = frac{1}{ln a} cdot frac{d}{dx}(a^x) = frac{1}{ln a} cdot (a^x ln a) = a^x$.
Thus, the integral of $a^x$ is:
$oxed{int a^x dx = frac{a^x}{ln a} + C}$
Derivation using $e^x$: We can also derive this by writing $a^x$ in terms of $e$:
Since $a^x = e^{ln(a^x)} = e^{x ln a}$.
Let $u = x ln a$. Then $frac{du}{dx} = ln a$, or $dx = frac{1}{ln a} du$.
$int a^x dx = int e^{x ln a} dx = int e^u frac{1}{ln a} du$
$= frac{1}{ln a} int e^u du = frac{1}{ln a} e^u + C$
Substitute back $u = x ln a$:
$= frac{1}{ln a} e^{x ln a} + C = frac{1}{ln a} a^x + C$.
Example 9: Integrate $(5e^x + 2^x)$ with respect to $x$.
Solution:
$int (5e^x + 2^x) dx = int 5e^x dx + int 2^x dx$
$= 5 int e^x dx + int 2^x dx$
$= 5e^x + frac{2^x}{ln 2} + C$
---
5. Fundamental Integrals Related to Logarithmic Functions
As discussed earlier with the $n=-1$ case of the power rule, the primary fundamental integral related to logarithms that we encounter at this stage is the integral of $frac{1}{x}$.
5.1. Integral of $frac{1}{x}$
$oxed{int frac{1}{x} dx = ln|x| + C quad ext{for } x
eq 0}$
It's crucial to understand that $int ln x dx$ is *not* a fundamental integral in the same direct sense as the others. It requires a more advanced technique called
Integration by Parts, which you will learn later. For now, focus on $int frac{1}{x} dx$.
Example 10: Integrate $left( frac{7}{x} - frac{e^x}{2} + 3 sec^2 x
ight)$ with respect to $x$.
Solution:
This combines several fundamental types.
$int left( frac{7}{x} - frac{e^x}{2} + 3 sec^2 x
ight) dx$
$= 7 int frac{1}{x} dx - frac{1}{2} int e^x dx + 3 int sec^2 x dx$
$= 7 ln|x| - frac{1}{2} e^x + 3 an x + C$
---
6. Advanced Applications and JEE Relevance
While the formulas themselves are straightforward, JEE problems often test your ability to manipulate expressions algebraically or trigonometrically to bring them into a form where fundamental integrals can be applied.
Example 11: Integrate $frac{x^3 + x - 2}{x^2}$ with respect to $x$.
Solution:
First, divide each term in the numerator by $x^2$.
$frac{x^3 + x - 2}{x^2} = frac{x^3}{x^2} + frac{x}{x^2} - frac{2}{x^2} = x + frac{1}{x} - 2x^{-2}$
Now, integrate term by term:
$int left( x + frac{1}{x} - 2x^{-2}
ight) dx$
$= int x dx + int frac{1}{x} dx - 2 int x^{-2} dx$
$= frac{x^2}{2} + ln|x| - 2 left( frac{x^{-1}}{-1}
ight) + C$
$= frac{x^2}{2} + ln|x| + frac{2}{x} + C$
Example 12: Integrate $(sin x + cos x)^2$ with respect to $x$.
Solution:
Expand the square first using $(a+b)^2 = a^2+2ab+b^2$:
$(sin x + cos x)^2 = sin^2 x + cos^2 x + 2 sin x cos x$
Recall the identities: $sin^2 x + cos^2 x = 1$ and $2 sin x cos x = sin(2x)$.
So, $(sin x + cos x)^2 = 1 + sin(2x)$.
Now, integrate this expression. Note that $int sin(ax) dx = -frac{cos(ax)}{a} + C$ (a simple substitution rule, often treated as fundamental after understanding chain rule reversal).
$int (1 + sin(2x)) dx = int 1 dx + int sin(2x) dx$
$= x - frac{cos(2x)}{2} + C$
This example perfectly illustrates how crucial algebraic and trigonometric manipulation is before direct integration. Many JEE questions are designed to test this very skill.
---
Conclusion
You've now taken a deep dive into the fundamental integrals involving algebraic, trigonometric, exponential, and specific logarithmic forms. These are the basic tools in your calculus toolbox. Practice these meticulously, focusing on understanding the reverse differentiation process, applying linearity, and performing necessary algebraic/trigonometric manipulations. A strong foundation here will make your journey through more advanced integration techniques significantly smoother. Keep practicing, and always remember that constant of integration, 'C'!