JEE Main & Advanced

Indefinite Integration

Integral Calculus: Indefinite Integration

1
Module 1

Foundations of Anti-Derivatives & Standard Forms

Definition of Anti-Derivative and Algebraic Standard IntegralsTopic 1

Indefinite integration is fundamentally defined as the inverse operation of differentiation. If $f(x)$ is a given real-valued function and there exists a function $F(x)$ such that its derivative identically satisfies $F'(x) = f(x)$ for all $x$ within a specified domain, then $F(x)$ is called an anti-derivative or a primitive of $f(x)$. Since the derivative of any real constant $C$ vanishes ($\frac{d}{dx}[C] = 0$), the absolute generalized anti-derivative map is represented as an infinite family of curves: \[ \int f(x) \, dx = F(x) + C \] where $C \in \mathbb{R}$ is the arbitrary constant of integration.

A basic set of standard algebraic and transcendental integrals must be committed to memory. These form the baseline elements for complex multi-tier integral reductions: \[ \int x^n \, dx = \frac{x^{n+1}}{n+1} + C \quad (n \neq -1), \quad \int \frac{1}{x} \, dx = \ln|x| + C \] \[ \int e^x \, dx = e^x + C, \quad \int a^x \, dx = \frac{a^x}{\ln a} + C \quad (a > 0, a \neq 1) \] \[ \int \sin x \, dx = -\cos x + C, \quad \int \cos x \, dx = \sin x + C \] \[ \int \sec^2 x \, dx = \tan x + C, \quad \int \csc^2 x \, dx = -\cot x + C \] \[ \int \sec x \tan x \, dx = \sec x + C, \quad \int \csc x \cot x \, dx = -\csc x + C \]

Advanced derivatives of trigonometric parent metrics yield the log-transcendental standard extensions: \[ \int \tan x \, dx = \ln|\sec x| + C = -\ln|\cos x| + C \] \[ \int \cot x \, dx = \ln|\sin x| + C \] \[ \int \sec x \, dx = \ln|\sec x + \tan x| + C = \ln\left|\tan\left(\frac{x}{2} + \frac{\pi}{4}\right)\right| + C \] \[ \int \csc x \, dx = \ln|\csc x - \cot x| + C = \ln\left|\tan\left(\frac{x}{2}\right)\right| + C \]

Worked Examples
1

Evaluate the fundamental algebraic integral: $\int \left(3x^5 - \frac{2}{x} + 4e^x - 5^x\right) \, dx$.

Show solution

By applying the linearity property of integration, we distribute the integral across the independent operational terms: \[ \int \left(3x^5 - \frac{2}{x} + 4e^x - 5^x\right) \, dx = 3\int x^5 \, dx - 2\int \frac{1}{x} \, dx + 4\int e^x \, dx - \int 5^x \, dx \] Apply the standard power rule, exponential formulas, and logarithmic denominator results to each term: \[ = 3\left(\frac{x^6}{6}\right) - 2\ln|x| + 4e^x - \frac{5^x}{\ln 5} + C \] Simplify the leading algebraic fraction coefficient: \[ = \frac{1}{2}x^6 - 2\ln|x| + 4e^x - \frac{5^x}{\ln 5} + C \] Final Answer: $\frac{1}{2}x^6 - 2\ln|x| + 4e^x - \frac{5^x}{\ln 5} + C$.

✎ Self-Check — 5 questions0 / 5
Q1.Evaluate the trigonometric standard integral expression $\int \frac{\cos 2x}{\cos^2 x \sin^2 x} \, dx$:
Q2.The integral $\int \tan^2 x \, dx$ evaluates directly to:
Q3.Find the anti-derivative structural resolution for $\int \frac{x^4 + x^2 + 1}{x^2 - x + 1} \, dx$:
Q4.Evaluate the exponential form integral $\int \frac{a^{x+1} - b^{x-1}}{a^x b^x} \, dx$:
Q5.Find the general value of the functional profile $\int (\sin^4 x - \cos^4 x) \, dx$:

Inverse Trigonometric and Hyperbolic Radical Standard FormsTopic 2

Standard algebraic expressions containing quadratic radical variables under denominators cannot be solved using simple polynomial integration. Instead, they require inverse trigonometric and log-radical primitive formulas. Memorizing these standard forms is essential for solving more advanced rational quadratics: \[ \int \frac{1}{\sqrt{a^2 - x^2}} \, dx = \sin^{-1}\left(\frac{x}{a}\right) + C \] \[ \int \frac{1}{a^2 + x^2} \, dx = \frac{1}{a} \tan^{-1}\left(\frac{x}{a}\right) + C \] \[ \int \frac{1}{x^2 - a^2} \, dx = \frac{1}{2a} \ln\left|\frac{x - a}{x + a}\right| + C \] \[ \int \frac{1}{\sqrt{x^2 + a^2}} \, dx = \ln\left|x + \sqrt{x^2 + a^2}\right| + C = \sinh^{-1}\left(\frac{x}{a}\right) + C \] \[ \int \frac{1}{\sqrt{x^2 - a^2}} \, dx = \ln\left|x + \sqrt{x^2 - a^2}\right| + C = \cosh^{-1}\left(\frac{x}{a}\right) + C \]

When evaluating these integrals in competitive exams, look out for the sign of the variable and constant terms. A mismatch can lead to a completely incorrect function type (e.g., mistaking an inverse sine form for a logarithmic radical form).

Worked Examples
1

Evaluate the quadratic rational expression: $\int \frac{1}{4x^2 - 9} \, dx$.

Show solution

First, normalize the leading coefficient of the quadratic variable by factoring out 4 from the denominator to match the standard form exactly: \[ \int \frac{1}{4x^2 - 9} \, dx = \frac{1}{4} \int \frac{1}{x^2 - \frac{9}{4}} \, dx = \frac{1}{4} \int \frac{1}{x^2 - \left(\frac{3}{2}\right)^2} \, dx \] This matches the standard form $\int \frac{1}{x^2 - a^2} \, dx$ where $a = \frac{3}{2}$. Apply the standard formula: \[ = \frac{1}{4} \cdot \left[ \frac{1}{2\left(\frac{3}{2}\right)} \ln\left|\frac{x - \frac{3}{2}}{x + \frac{3}{2}}\right| \right] + C \] Simplify the fraction constants and the algebraic argument inside the log term: \[ = \frac{1}{4} \cdot \left[ \frac{1}{3} \ln\left|\frac{2x - 3}{2x + 3}\right| \right] + C = \frac{1}{12} \ln\left|\frac{2x - 3}{2x + 3}\right| + C \] Final Answer: $\frac{1}{12} \ln\left|\frac{2x - 3}{2x + 3}\right| + C$.

✎ Self-Check — 5 questions0 / 5
Q1.Evaluate the structural radical expression $\int \frac{1}{\sqrt{16 - 9x^2}} \, dx$:
Q2.The integration result for $\int \frac{1}{x^2 + 5} \, dx$ matches:
Q3.Find the structural output value of the integral $\int \frac{1}{\sqrt{4x^2 + 25}} \, dx$:
Q4.Evaluate the standard radical subtraction form $\int \frac{1}{\sqrt{5x^2 - 20}} \, dx$:
Q5.Solve the specific inverted metric form $\int \frac{1}{25 - x^2} \, dx$:
2
Module 2

Substitution Theory & Advanced Geometric Mappings

Method of Variable Substitution and Standard Target DifferentialsTopic 1

When an integrand cannot be integrated directly using standard forms, you can often transform it by changing the variable of integration. The Method of Substitution simplifies an integral by changing the variable $x$ to a new variable $u$ using a transformation function $x = g(u)$. By applying the chain rule to this transformation, the differential term becomes $dx = g'(u) \, du$. This maps the entire expression into a simpler form: \[ \int f(g(x)) \cdot g'(x) \, dx = \int f(u) \, du \] where $u = g(x)$ and $du = g'(x) \, dx$.

To apply this technique successfully, look for a key functional component $g(x)$ inside the integrand whose corresponding derivative $g'(x)$ is also present as a multiplicative factor. Common substitution pairs include:
  • Substitute $u = \ln x \implies du = \frac{1}{x} \, dx$
  • Substitute $u = e^x \implies du = e^x \, dx$
  • Substitute $u = \tan^{-1} x \implies du = \frac{1}{1+x^2} \, dx$
  • Substitute $u = a x^2 + b x + c \implies du = (2ax + b) \, dx$
Worked Examples
1

Evaluate the following transcendental substitution integral: $\int \frac{\sin(\tan^{-1} x)}{1 + x^2} \, dx$.

Show solution
Analyze the integrand to find a function and its derivative. The derivative of $\tan^{-1} x$ is $\frac{1}{1+x^2}$, which matches the denominator factor.
  • Set the substitution variable to: $u = \tan^{-1} x$
  • Compute the differential term: $du = \frac{1}{1+x^2} \, dx$
Substitute $u$ and $du$ back into the original integral expression: \[ \int \sin(\tan^{-1} x) \cdot \left(\frac{1}{1+x^2} \, dx\right) = \int \sin u \, du \] Integrate this standard trigonometric form directly: \[ = -\cos u + C \] Substitute the original variable expression back in place of $u$ to get the final answer: \[ = -\cos(\tan^{-1} x) + C \] Final Answer: $-\cos(\tan^{-1} x) + C$.
✎ Self-Check — 5 questions0 / 5
Q1.Evaluate the log-fractional substitution integral $\int \frac{(\ln x)^3}{x} \, dx$:
Q2.Solve the exponential substitution form $\int x^2 e^{x^3} \, dx$:
Q3.Find the integration value of $\int \frac{\sec^2(\ln x)}{x} \, dx$:
Q4.Evaluate the nested radical substitution expression $\int \frac{1}{x \sqrt{\ln x}} \, dx$:
Q5.Solve the fractional trigonometric substitution form $\int \frac{\sin x}{1 + \cos^2 x} \, dx$:

Trigonometric and Weierstrass Half-Angle SubstitutionsTopic 2

When integrands contain quadratic radicals like $\sqrt{a^2 \pm x^2}$ or $\sqrt{x^2 - a^2}$, you can remove the radical by using trigonometric substitutions. These substitutions use standard trigonometric identities to simplify the radical terms:
  • For $\sqrt{a^2 - x^2}$, substitute $x = a\sin\theta \implies dx = a\cos\theta \, d\theta$. This simplifies the radical using the identity $\sqrt{a^2 - a^2\sin^2\theta} = a\cos\theta$.
  • For $\sqrt{a^2 + x^2}$, substitute $x = a\tan\theta \implies dx = a\sec^2\theta \, d\theta$. This simplifies the radical using the identity $\sqrt{a^2 + a^2\tan^2\theta} = a\sec\theta$.
  • For $\sqrt{x^2 - a^2}$, substitute $x = a\sec\theta \implies dx = a\sec\theta\tan\theta \, d\theta$. This simplifies the radical using the identity $\sqrt{a^2\sec^2\theta - a^2} = a\tan\theta$.

For rational fractions containing sine and cosine terms in the denominator, like $\int \frac{1}{a + b\cos x + c\sin x} \, dx$, use the Weierstrass substitution. This technique uses the half-angle tangent substitution $t = \tan\left(\frac{x}{2}\right)$ to transform trigonometric rational functions into standard algebraic fractions. The corresponding trigonometric terms change as follows: \[ \sin x = \frac{2t}{1+t^2}, \quad \cos x = \frac{1-t^2}{1+t^2}, \quad dx = \frac{2}{1+t^2} \, dt \]

Worked Examples
1

Evaluate the radical algebraic form $\int \frac{1}{(5 - x^2)^{3/2}} \, dx$ using trigonometric substitution.

Show solution
The expression contains the structural radical form $\sqrt{a^2 - x^2}$ where $a = \sqrt{5}$.
  • Substitute the variable: $x = \sqrt{5}\sin\theta$
  • Compute the differential: $dx = \sqrt{5}\cos\theta \, d\theta$
Substitute these expressions into the denominator term: \[ (5 - x^2) = 5 - 5\sin^2\theta = 5(1 - \sin^2\theta) = 5\cos^2\theta \] Now substitute these terms back into the integral expression: \[ \int \frac{\sqrt{5}\cos\theta}{(5\cos^2\theta)^{3/2}} \, d\theta = \int \frac{\sqrt{5}\cos\theta}{5\sqrt{5}\cos^3\theta} \, d\theta = \int \frac{1}{5\cos^2\theta} \, d\theta = \frac{1}{5}\int \sec^2\theta \, d\theta \] Integrate this standard form directly: \[ = \frac{1}{5}\tan\theta + C \] Convert the result back to the original variable $x$. Since $\sin\theta = \frac{x}{\sqrt{5}}$, construct a right triangle where the opposite side is $x$ and the hypotenuse is $\sqrt{5}$. This gives an adjacent side length of $\sqrt{5 - x^2}$. Therefore, $\tan\theta = \frac{x}{\sqrt{5 - x^2}}$. \[ = \frac{1}{5} \cdot \left(\frac{x}{\sqrt{5 - x^2}}\right) + C \] Final Answer: $\frac{x}{5\sqrt{5 - x^2}} + C$.
✎ Self-Check — 5 questions0 / 5
Q1.Evaluate the radical functional integral $\int \frac{1}{x^2 \sqrt{1 - x^2}} \, dx$:
Q2.Evaluate the specific rational form $\int \frac{1}{1 + \cos x} \, dx$ using half-angle substitution:
Q3.Solve the radical fraction integral $\int \frac{1}{(x^2 + 4)^2} \, dx$:
Q4.Evaluate the Weierstrass target form integral $\int \frac{1}{3 + 5\sin x} \, dx$:
Q5.Solve the absolute algebraic metric form $\int \frac{1}{x \sqrt{x^2 - 9}} \, dx$:
3
Module 3

Integration by Parts & Transcendental Simplification

Integration by Parts and the ILATE Priority RuleTopic 1

Integration by Parts (IBP) is derived by reversing the product rule for differentiation. For two differentiable functions $u(x)$ and $v(x)$, the product rule states that $\frac{d}{dx}[uv] = u \frac{dv}{dx} + v \frac{du}{dx}$. Integrating both sides of this equation yields the standard Integration by Parts formula: \[ \int u \, dv = uv - \int v \, du \] Alternatively, written in terms of functions $f(x)$ and $g(x)$: \[ \int f(x) g(x) \, dx = f(x) \int g(x) \, dx - \int \left[ f'(x) \int g(x) \, dx \right] \, dx \]

To choose which function serves as the first function $f(x)$ (which is differentiated) versus the second function $g(x)$ (which is integrated), apply the ILATE priority rule. Functions appearing earlier in this list are prioritized as the first function $f(x)$:
  • I: Inverse Trigonometric functions (e.g., $\sin^{-1} x, \tan^{-1} x$)
  • L: Logarithmic functions (e.g., $\ln x, \log_a x$)
  • A: Algebraic functions (e.g., $x^2, 3x, x^n$)
  • T: Trigonometric functions (e.g., $\sin x, \cos x$)
  • E: Exponential functions (e.g., $e^x, 2^x$)

A key shortcut form often tested in JEE Advanced involves the exponential product structure: \[ \int e^x [f(x) + f'(x)] \, dx = e^x f(x) + C \] This structure resolves instantly by distributing the integral and applying IBP to the $\int e^x f(x) \, dx$ component.

Worked Examples
1

Evaluate the following transcendental product integral: $\int x^2 \ln x \, dx$.

Show solution
Apply the ILATE priority rule to choose the functions. Since Logarithmic functions (L) outrank Algebraic functions (A) in the priority list, choose the functions as follows:
  • First Function: $f(x) = \ln x \implies f'(x) = \frac{1}{x}$
  • Second Function: $g(x) = x^2 \implies \int g(x) \, dx = \frac{x^3}{3}$
Apply the Integration by Parts formula: \[ \int x^2 \ln x \, dx = (\ln x) \cdot \left(\frac{x^3}{3}\right) - \int \left(\frac{1}{x} \cdot \frac{x^3}{3}\right) \, dx \] Simplify the integrand in the remaining integral term: \[ = \frac{x^3}{3}\ln x - \frac{1}{3}\int x^2 \, dx \] Integrate the remaining algebraic term to find the final answer: \[ = \frac{x^3}{3}\ln x - \frac{1}{3}\left(\frac{x^3}{3}\right) + C = \frac{x^3}{3}\ln x - \frac{x^3}{9} + C \] Final Answer: $\frac{x^3}{3}\ln x - \frac{x^3}{9} + C$.
✎ Self-Check — 5 questions0 / 5
Q1.Evaluate the core standard logarithmic form integral $\int \ln x \, dx$:
Q2.Evaluate the specific exponential shortcut form $\int e^x \left(\frac{1}{x} - \frac{1}{x^2}\right) \, dx$:
Q3.Solve the algebraic trigonometric product integral $\int x \cos x \, dx$:
Q4.Evaluate the inverse trigonometric form $\int \tan^{-1} x \, dx$:
Q5.Solve the mixed exponential trigonometric integral $\int e^x \sin x \, dx$:

Successive Reductions and Iterated Integration FormulaeTopic 2

When integrands contain high integer powers of transcendental functions, like $\int \sin^n x \, dx$ or $\int \tan^n x \, dx$, evaluating them directly can be difficult. Instead, we use Reduction Formulae to express an integral containing a power $n$ in terms of a lower-power version of the same integral structure (such as $n-2$ or $n-1$). These formulas are derived by applying Integration by Parts or using standard trigonometric identities.

Let us analyze the derivation for $I_n = \int \sin^n x \, dx$. Split the integrand into two factors: \[ I_n = \int \sin^{n-1} x \cdot \sin x \, dx \] Apply Integration by Parts, choosing $u = \sin^{n-1} x$ and $dv = \sin x \, dx$: \[ I_n = -\sin^{n-1} x \cos x - \int \left( (n-1)\sin^{n-2} x \cos x \cdot (-\cos x) \right) \, dx \] \[ I_n = -\sin^{n-1} x \cos x + (n-1)\int \sin^{n-2} x \cos^2 x \, dx \] Substitute the identity $\cos^2 x = 1 - \sin^2 x$ into the remaining integral term: \[ I_n = -\sin^{n-1} x \cos x + (n-1)\int \sin^{n-2} x (1 - \sin^2 x) \, dx \] \[ I_n = -\sin^{n-1} x \cos x + (n-1)I_{n-2} - (n-1)I_n \] Collect all $I_n$ terms on the left side of the equation and solve for $I_n$ to find the final reduction formula: \[ I_n(1 + n - 1) = -\sin^{n-1} x \cos x + (n-1)I_{n-2} \implies I_n = -\frac{\sin^{n-1} x \cos x}{n} + \frac{n-1}{n} I_{n-2} \]

Worked Examples
1

Derive the reduction formula for $I_n = \int \tan^n x \, dx$ and use it to evaluate $\int \tan^4 x \, dx$.

Show solution

To find the reduction formula for tangent powers, separate a $\tan^2 x$ factor from the integrand rather than using IBP directly: \[ I_n = \int \tan^{n-2} x \cdot \tan^2 x \, dx \] Substitute the trigonometric identity $\tan^2 x = \sec^2 x - 1$: \[ I_n = \int \tan^{n-2} x (\sec^2 x - 1) \, dx = \int \tan^{n-2} x \sec^2 x \, dx - \int \tan^{n-2} x \, dx \] The first integral can be solved using the substitution $u = \tan x \implies du = \sec^2 x \, dx$. The second integral matches the definition of $I_{n-2}$. \[ I_n = \frac{\tan^{n-1} x}{n-1} - I_{n-2} \quad \text{--- (General Reduction Formula)} \] Now use this reduction formula to evaluate the specific case where $n = 4$: \[ I_4 = \frac{\tan^3 x}{3} - I_2 \] Apply the formula a second time to evaluate the remaining $I_2$ term: \[ I_2 = \frac{\tan x}{1} - I_0 \] where $I_0 = \int \tan^0 x \, dx = \int 1 \, dx = x$. Substitute $I_2$ back into the equation for $I_4$: \[ I_4 = \frac{\tan^3 x}{3} - \left(\tan x - x\right) + C = \frac{1}{3}\tan^3 x - \tan x + x + C \] Final Answer: $\frac{1}{3}\tan^3 x - \tan x + x + C$.

✎ Self-Check — 5 questions0 / 5
Q1.For the reduction form $I_n = \int \cos^n x \, dx$, the corresponding operational relationship is:
Q2.Evaluate the definite power integral $\int \tan^3 x \, dx$ using reduction logic:
Q3.If $I_n = \int (\ln x)^n \, dx$, the corresponding reduction relationship matches:
Q4.Evaluate the secant power reduction structural form for $I_n = \int \sec^n x \, dx$:
Q5.Find the exact structural output value for $\int \sin^3 x \, dx$:
4
Module 4

Rational Systems & Partial Fraction Decompositions

Method of Partial Fractions for Rational DecompositionsTopic 1

A rational function is defined as a ratio of two polynomials, $R(x) = \frac{P(x)}{Q(x)}$. If the degree of the numerator polynomial $P(x)$ is strictly less than the degree of the denominator polynomial $Q(x)$, $R(x)$ is a proper rational function. If the degree of $P(x)$ is greater than or equal to the degree of $Q(x)$, it is an improper rational function. Improper rational functions must first be transformed using polynomial long division: \[ \frac{P(x)}{Q(x)} = S(x) + \frac{T(x)}{Q(x)} \] where $S(x)$ is the polynomial quotient and $\frac{T(x)}{Q(x)}$ is a proper rational remainder fraction.

Proper rational functions can be broken down into sums of simpler fractions using Partial Fraction Decomposition. The setup for the decomposition depends on how the denominator polynomial $Q(x)$ factors over real coefficients:
  • Distinct Linear Factors: If $Q(x) = (x-a)(x-b)$, set up the decomposition as: \[ \frac{T(x)}{(x-a)(x-b)} = \frac{A}{x-a} + \frac{B}{x-b} \]
  • Repeated Linear Factors: If $Q(x) = (x-a)^2(x-b)$, include a partial fraction term for every power of the repeated factor up to its multiplicity: \[ \frac{T(x)}{(x-a)^2(x-b)} = \frac{A}{x-a} + \frac{B}{(x-a)^2} + \frac{C}{x-b} \]
  • Irreducible Quadratic Factors: If $Q(x) = (x-a)(x^2 + bx + c)$ where the quadratic term has no real roots ($b^2 - 4ac < 0$), use a linear numerator expression above the quadratic factor: \[ \frac{T(x)}{(x-a)(x^2 + bx + c)} = \frac{A}{x-a} + \frac{Bx + C}{x^2 + bx + c} \]
Worked Examples
1

Evaluate the following rational polynomial integral: $\int \frac{x^2 + 2}{(x-1)(x-2)(x-3)} \, dx$.

Show solution
The integrand is a proper rational function with three distinct linear factors in the denominator. Set up the partial fraction decomposition: \[ \frac{x^2 + 2}{(x-1)(x-2)(x-3)} = \frac{A}{x-1} + \frac{B}{x-2} + \frac{C}{x-3} \] Clear the fractions by multiplying both sides by the least common denominator $(x-1)(x-2)(x-3)$: \[ x^2 + 2 = A(x-2)(x-3) + B(x-1)(x-3) + C(x-1)(x-2) \] Solve for the constants $A, B,$ and $C$ by substituting the roots of the linear factors:
  • Substitute $x = 1 \implies 1^2 + 2 = A(1-2)(1-3) \implies 3 = A(-1)(-2) \implies 2A = 3 \implies A = \frac{3}{2}$
  • Substitute $x = 2 \implies 2^2 + 2 = B(2-1)(2-3) \implies 6 = B(1)(-1) \implies -B = 6 \implies B = -6$
  • Substitute $x = 3 \implies 3^2 + 2 = C(3-1)(3-2) \implies 11 = C(2)(1) \implies 2C = 11 \implies C = \frac{11}{2}$
Substitute these constants back into the partial fractions and integrate each term: \[ \int \left( \frac{3/2}{x-1} - \frac{6}{x-2} + \frac{11/2}{x-3} \right) \, dx = \frac{3}{2}\ln|x-1| - 6\ln|x-2| + \frac{11}{2}\ln|x-3| + C \] Final Answer: $\frac{3}{2}\ln|x-1| - 6\ln|x-2| + \frac{11}{2}\ln|x-3| + C$.
✎ Self-Check — 5 questions0 / 5
Q1.Evaluate the distinct linear partial fraction integral $\int \frac{1}{x^2 - 3x + 2} \, dx$:
Q2.Solve the repeated linear fraction integral $\int \frac{1}{x(x-1)^2} \, dx$:
Q3.Find the integration result for the rational form $\int \frac{x}{(x-1)(x-2)} \, dx$:
Q4.Evaluate the improper fraction integral $\int \frac{x^3}{x^2 - 1} \, dx$:
Q5.Solve the irreducible quadratic partial fraction integral $\int \frac{1}{x(x^2 + 1)} \, dx$:

Standard Quadratic Rational Formats and Operational ReductionsTopic 2

Two standard quadratic forms often appear in competitive exam problems: \[ \text{Type I: } \int \frac{px+q}{ax^2+bx+c} \, dx \quad \text{and} \quad \text{Type II: } \int \frac{px+q}{\sqrt{ax^2+bx+c}} \, dx \] To evaluate these forms, split the linear numerator expression into two parts: a scalar multiple of the derivative of the quadratic denominator, plus a remaining constant term: \[ px + q = \lambda \cdot \frac{d}{dx}(ax^2 + bx + c) + \mu = \lambda(2ax + b) + \mu \] Equate the linear coefficients to solve for the constants $\lambda$ and $\mu$: \[ \lambda = \frac{p}{2a}, \quad \mu = q - \frac{pb}{2a} \] This splits the original integral into two separate, simpler integrals that can be evaluated independently using standard forms: \[ \int \frac{px+q}{ax^2+bx+c} \, dx = \lambda \int \frac{2ax+b}{ax^2+bx+c} \, dx + \mu \int \frac{1}{ax^2+bx+c} \, dx \] The first integral can be solved directly using substitution, yielding a log term. The second integral can be resolved by completing the square in the denominator to match inverse trigonometric or log-radical standard forms.

Another core integration form involves rational trigonometric transformations: \[ \text{Type III: } \int \frac{a\cos x + b\sin x}{c\cos x + d\sin x} \, dx \] To solve this form, split the numerator expression into a linear combination of the denominator and the derivative of the denominator: \[ \text{Numerator} = \lambda(\text{Denominator}) + \mu(\text{Denominator}') \] \[ a\cos x + b\sin x = \lambda(c\cos x + d\sin x) + \mu(-c\sin x + d\cos x) \] Equate the sine and cosine coefficients to solve for the constants $\lambda$ and $\mu$. This splits the integral into two components: a constant integral term and a substitution integral term that yields a natural log.

Worked Examples
1

Evaluate the linear-quadratic rational integral: $\int \frac{2x + 5}{x^2 + 4x + 13} \, dx$.

Show solution
Express the linear numerator in terms of the derivative of the quadratic denominator: \[ \frac{d}{dx}(x^2 + 4x + 13) = 2x + 4 \] Rewrite the numerator to isolate this derivative expression: \[ 2x + 5 = (2x + 4) + 1 \] Split the original integral into two separate terms based on this expression: \[ \int \frac{2x + 5}{x^2 + 4x + 13} \, dx = \int \frac{2x + 4}{x^2 + 4x + 13} \, dx + \int \frac{1}{x^2 + 4x + 13} \, dx \]
  • Evaluate the first integral using the substitution $u = x^2 + 4x + 13 \implies du = (2x+4) \, dx$: \[ \int \frac{2x + 4}{x^2 + 4x + 13} \, dx = \ln|x^2 + 4x + 13| \]
  • Evaluate the second integral by completing the square in the quadratic denominator: \[ x^2 + 4x + 13 = (x^2 + 4x + 4) + 9 = (x + 2)^2 + 3^2 \] This matches the standard inverse tangent integral form: \[ \int \frac{1}{(x + 2)^2 + 3^2} \, dx = \frac{1}{3}\tan^{-1}\left(\frac{x + 2}{3}\right) \]
Combine the two parts together to find the final answer: \[ = \ln|x^2 + 4x + 13| + \frac{1}{3}\tan^{-1}\left(\frac{x + 2}{3}\right) + C \] Final Answer: $\ln|x^2 + 4x + 13| + \frac{1}{3}\tan^{-1}\left(\frac{x + 2}{3}\right) + C$.
✎ Self-Check — 5 questions0 / 5
Q1.Evaluate the standard linear quadratic rational form $\int \frac{x}{x^2 + 2x + 5} \, dx$:
Q2.Solve the linear quadratic radical integral form $\int \frac{x+3}{\sqrt{x^2 + 4x + 5}} \, dx$:
Q3.Evaluate the specific rational trigonometric fraction $\int \frac{\sin x}{\sin x + \cos x} \, dx$:
Q4.Solve the denominator quadratic expression form $\int \frac{1}{2x^2 + 8x + 20} \, dx$:
Q5.Find the exact structural value of the radical integral $\int \frac{1}{\sqrt{5 - 4x - x^2}} \, dx$:

Ready to test yourself?

Attempt the full timed mock tests — Main & Advanced level.

Start Mock Test 1 →