Fundamental Integrals: Algebraic, Trigonometric, Exponential, and Logarithmic Functions

Welcome to the core of Integral Calculus! In this section, we will explore the fundamental integrals of the most common functions you'll encounter in mathematics, particularly for exams like JEE Main. Mastering these basic building blocks is crucial, as they form the foundation for more complex integration techniques and problem-solving.

I. Integrals of Algebraic Functions

Algebraic functions are those involving variables and operations like addition, subtraction, multiplication, division, and taking roots. The most basic form is the power function, $x^n$. Let's start with its integral.

A. The Power Rule for Integration

The power rule for integration states that for any real number $n$ except for $-1$, the integral of $x^n$ with respect to $x$ is given by:

$\int x^n \, dx = \frac{x^{n+1}}{n+1} + C$, where $n \neq -1$.

Here, $C$ is the constant of integration. This constant is essential because the derivative of a constant is zero. So, when we reverse the process of differentiation (which is integration), we must account for any possible constant that might have been present.

B. Special Case: Integral of 1/x

When $n = -1$, the power rule formula $\frac{x^{n+1}}{n+1}$ results in division by zero, which is undefined. The integral of $\frac{1}{x}$ (or $x^{-1}$) is a special case:

$\int \frac{1}{x} \, dx = \ln|x| + C$.

We use the natural logarithm, $\ln$, and the absolute value of $x$ because the domain of $\ln(x)$ is $x > 0$, but $\frac{1}{x}$ is defined for both positive and negative values of $x$. The absolute value ensures the logarithm is always defined.

C. Integral of a Constant

The integral of a constant $k$ is simply the constant multiplied by the variable of integration, plus the constant of integration:

$\int k \, dx = kx + C$.

This can be seen as a special case of the power rule where $k = kx^0$. Applying the rule: $\int kx^0 \, dx = k \frac{x^{0+1}}{0+1} + C = kx + C$.

D. Linearity of Integration

Integration is a linear operation. This means that for any constants $a$ and $b$, and functions $f(x)$ and $g(x)$:

$\int [a f(x) + b g(x)] \, dx = a \int f(x) \, dx + b \int g(x) \, dx$.

This property allows us to integrate sums and differences of functions by integrating each term separately and to factor out constant multiples.

Examples:

1. Integrate $f(x) = x^3$:

Using the power rule with $n=3$: $\int x^3 \, dx = \frac{x^{3+1}}{3+1} + C = \frac{x^4}{4} + C$.

2. Integrate $f(x) = 5$:

Using the constant rule: $\int 5 \, dx = 5x + C$.

3. Integrate $f(x) = 2x^2 + 3x - \frac{1}{x}$:

Using linearity and the rules above: $\int (2x^2 + 3x - \frac{1}{x}) \, dx = 2 \int x^2 \, dx + 3 \int x \, dx - \int \frac{1}{x} \, dx$ $= 2 \left(\frac{x^{2+1}}{2+1}\right) + 3 \left(\frac{x^{1+1}}{1+1}\right) - \ln|x| + C$ $= 2 \left(\frac{x^3}{3}\right) + 3 \left(\frac{x^2}{2}\right) - \ln|x| + C$ $= \frac{2}{3}x^3 + \frac{3}{2}x^2 - \ln|x| + C$.

JEE Shortcut: When integrating polynomial terms, remember the power rule $\int x^n dx = \frac{x^{n+1}}{n+1} + C$ and the special case $\int \frac{1}{x} dx = \ln|x| + C$. Always add '+ C' at the end of indefinite integrals.

II. Integrals of Trigonometric Functions

Trigonometric functions are periodic and have well-defined derivatives and integrals. Here are the fundamental integrals for the six basic trigonometric functions.

A. Integrals of Sine and Cosine

The derivatives of sine and cosine are closely related to their integrals:

$\int \cos(x) \, dx = \sin(x) + C$

$\int \sin(x) \, dx = -\cos(x) + C$

Remember: The derivative of $\sin(x)$ is $\cos(x)$, and the derivative of $\cos(x)$ is $-\sin(x)$. This is why the integral of $\sin(x)$ has a negative sign.

B. Integrals of Secant Squared and Cosecant Squared

These are related to the derivatives of tangent and cotangent:

$\int \sec^2(x) \, dx = \tan(x) + C$

$\int \csc^2(x) \, dx = -\cot(x) + C$

C. Integrals of Secant Tangent and Cosecant Cotangent

These are related to the derivatives of secant and cosecant:

$\int \sec(x) \tan(x) \, dx = \sec(x) + C$

$\int \csc(x) \cot(x) \, dx = -\csc(x) + C$

D. Integrals of Tangent and Cotangent

The integrals of $\tan(x)$ and $\cot(x)$ are not as straightforward as the others and are derived using substitution or by rewriting the function:

For $\tan(x)$: $\int \tan(x) \, dx = \int \frac{\sin(x)}{\cos(x)} \, dx$. Let $u = \cos(x)$, then $du = -\sin(x) \, dx$. The integral becomes $-\int \frac{1}{u} \, du = -\ln|u| + C = -\ln|\cos(x)| + C$. Using logarithm properties, this can also be written as $\ln|\sec(x)| + C$.

$\int \tan(x) \, dx = \ln|\sec(x)| + C = -\ln|\cos(x)| + C$

For $\cot(x)$: $\int \cot(x) \, dx = \int \frac{\cos(x)}{\sin(x)} \, dx$. Let $u = \sin(x)$, then $du = \cos(x) \, dx$. The integral becomes $\int \frac{1}{u} \, du = \ln|u| + C = \ln|\sin(x)| + C$.

$\int \cot(x) \, dx = \ln|\sin(x)| + C$

E. Integrals of Secant and Cosecant

The integrals of $\sec(x)$ and $\csc(x)$ are usually derived using a technique called "multiplying by the conjugate" or a similar manipulation. They are important to memorize:

$\int \sec(x) \, dx = \ln|\sec(x) + \tan(x)| + C$

$\int \csc(x) \, dx = \ln|\csc(x) - \cot(x)| + C = -\ln|\csc(x) + \cot(x)| + C$

Note the alternative form for $\csc(x)$ integral, obtained by multiplying the numerator and denominator inside the logarithm by $-1$. Both are correct.

Examples:

1. Integrate $f(x) = 3\sin(x) - 2\cos(x)$:

$\int (3\sin(x) - 2\cos(x)) \, dx = 3 \int \sin(x) \, dx - 2 \int \cos(x) \, dx$ $= 3(-\cos(x)) - 2(\sin(x)) + C$ $= -3\cos(x) - 2\sin(x) + C$.

2. Integrate $f(x) = \sec^2(x) + \tan(x)$:

$\int (\sec^2(x) + \tan(x)) \, dx = \int \sec^2(x) \, dx + \int \tan(x) \, dx$ $= \tan(x) + \ln|\sec(x)| + C$.

JEE Trigonometry Integration Trick: Remember the pairs: ($\cos x \leftrightarrow \sin x$), ($\sec^2 x \leftrightarrow \tan x$), ($\csc^2 x \leftrightarrow -\cot x$), ($\sec x \tan x \leftrightarrow \sec x$), ($\csc x \cot x \leftrightarrow -\csc x$). For $\tan x$ and $\cot x$, recall the logarithmic forms: $\ln|\sec x|$ and $\ln|\sin x|$, respectively.

III. Integrals of Exponential and Logarithmic Functions

These functions have very special properties when it comes to differentiation and integration.

A. Integral of the Exponential Function $e^x$

The natural exponential function $e^x$ is unique because its derivative is itself. Consequently, its integral is also itself:

$\int e^x \, dx = e^x + C$.

B. Integral of the General Exponential Function $a^x$

For an exponential function with a base $a$ (where $a > 0$ and $a \neq 1$), the integral is:

$\int a^x \, dx = \frac{a^x}{\ln(a)} + C$.

To derive this, we can rewrite $a^x$ as $e^{x \ln(a)}$. Then, $\int a^x \, dx = \int e^{x \ln(a)} \, dx$. Using substitution (let $u = x \ln(a)$, so $du = \ln(a) \, dx$), we get $\frac{1}{\ln(a)} \int e^u \, du = \frac{1}{\ln(a)} e^u + C = \frac{a^x}{\ln(a)} + C$.

C. Integral of the Logarithmic Function $\ln(x)$

The integral of the natural logarithm $\ln(x)$ requires integration by parts. The formula is:

$\int \ln(x) \, dx = x \ln(x) - x + C$.

Derivation using Integration by Parts ($\int u \, dv = uv - \int v \, du$):

Let $u = \ln(x)$ and $dv = dx$. Then $du = \frac{1}{x} \, dx$ and $v = x$.

Applying the formula: $\int \ln(x) \, dx = (\ln(x))(x) - \int x \left(\frac{1}{x} \, dx\right)$

$= x \ln(x) - \int 1 \, dx$

$= x \ln(x) - x + C$.

D. Integral of the General Logarithmic Function $\log_a(x)$

Similar to $a^x$, the integral of $\log_a(x)$ can be found by converting to the natural logarithm (since $\log_a(x) = \frac{\ln(x)}{\ln(a)}$):

$\int \log_a(x) \, dx = \int \frac{\ln(x)}{\ln(a)} \, dx = \frac{1}{\ln(a)} \int \ln(x) \, dx$

$= \frac{1}{\ln(a)} (x \ln(x) - x) + C$

$= \frac{x \ln(x)}{\ln(a)} - \frac{x}{\ln(a)} + C$

$= x \log_a(x) - \frac{x}{\ln(a)} + C$.

Examples:

1. Integrate $f(x) = 4^x + e^x$:

$\int (4^x + e^x) \, dx = \int 4^x \, dx + \int e^x \, dx$ $= \frac{4^x}{\ln(4)} + e^x + C$.

2. Integrate $f(x) = 5 \ln(x)$:

$\int 5 \ln(x) \, dx = 5 \int \ln(x) \, dx$ $= 5(x \ln(x) - x) + C$ $= 5x \ln(x) - 5x + C$.

JEE Exponential/Log Integral Trick: $\int e^x dx = e^x + C$ is the easiest. For $\int a^x dx$, remember to divide by $\ln(a)$. For $\int \ln(x) dx$, recall the formula $x \ln(x) - x + C$. Practice these to recall them instantly.

IV. Integrals of Basic Algebraic Forms (Often derived from Power Rule)

These forms appear frequently and are direct applications or slight variations of the power rule and the integral of $1/x$. It's useful to recognize them.

A. Integral of $\frac{1}{\sqrt{x}}$

Rewrite $\frac{1}{\sqrt{x}}$ as $x^{-1/2}$. Using the power rule with $n = -1/2$:

$\int x^{-1/2} \, dx = \frac{x^{-1/2 + 1}}{-1/2 + 1} + C = \frac{x^{1/2}}{1/2} + C = 2\sqrt{x} + C$.

B. Integral of $\frac{1}{x^2}$

Rewrite $\frac{1}{x^2}$ as $x^{-2}$. Using the power rule with $n = -2$:

$\int x^{-2} \, dx = \frac{x^{-2+1}}{-2+1} + C = \frac{x^{-1}}{-1} + C = -\frac{1}{x} + C$.

C. Integral of $\sqrt{x}$

Rewrite $\sqrt{x}$ as $x^{1/2}$. Using the power rule with $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$.

D. Integrals Related to Inverse Trigonometric Functions (Preview)

While we focus on fundamental integrals, it's worth noting that certain algebraic forms lead to inverse trigonometric functions. These will be covered in more detail later, but their basic forms are:

$\int \frac{1}{\sqrt{1-x^2}} \, dx = \sin^{-1}(x) + C$

$\int \frac{1}{1+x^2} \, dx = \tan^{-1}(x) + C$

$\int \frac{1}{|x|\sqrt{x^2-1}} \, dx = \sec^{-1}(x) + C$

Examples:

1. Integrate $f(x) = \frac{3}{\sqrt{x}} - \frac{2}{x^2}$:

$\int (\frac{3}{\sqrt{x}} - \frac{2}{x^2}) \, dx = 3 \int x^{-1/2} \, dx - 2 \int x^{-2} \, dx$ $= 3(2\sqrt{x}) - 2(-\frac{1}{x}) + C$ $= 6\sqrt{x} + \frac{2}{x} + C$.

JEE Algebraic Integral Patterns: Recognize $\int x^n dx$, $\int \frac{1}{x} dx$, and their variations like $\int \frac{1}{\sqrt{x}} dx = 2\sqrt{x} + C$ and $\int \frac{1}{x^2} dx = -\frac{1}{x} + C$. These are direct applications of the power rule.

V. Summary of Fundamental Integrals

It is essential to have a quick reference for these basic integrals. Memorizing them will significantly speed up your problem-solving process.

Function $f(x)$ Integral $\int f(x) \, dx$ Notes
$k$ (constant) $kx + C$ Power rule with $n=0$
$x^n$ ($n \neq -1$) $\frac{x^{n+1}}{n+1} + C$ Power rule
$\frac{1}{x}$ $\ln|x| + C$ Special case of power rule
$e^x$ $e^x + C$ Unique property
$a^x$ ($a>0, a \neq 1$) $\frac{a^x}{\ln(a)} + C$ General exponential
$\ln(x)$ $x \ln(x) - x + C$ Requires integration by parts
$\cos(x)$ $\sin(x) + C$
$\sin(x)$ $-\cos(x) + C$
$\sec^2(x)$ $\tan(x) + C$
$\csc^2(x)$ $-\cot(x) + C$
$\sec(x) \tan(x)$ $\sec(x) + C$
$\csc(x) \cot(x)$ $-\csc(x) + C$
$\tan(x)$ $\ln|\sec(x)| + C$
$\cot(x)$ $\ln|\sin(x)| + C$
$\sec(x)$ $\ln|\sec(x) + \tan(x)| + C$
$\csc(x)$ $\ln|\csc(x) - \cot(x)| + C$

Mastering these fundamental integrals is the first and most critical step in becoming proficient in integral calculus. They are the building blocks upon which all other integration techniques are based. Practice integrating various combinations of these functions to build speed and accuracy.