Topics
Relations and Functions
Relations and Functions
Algebra
Inverse Trigonometric Functions
Calculus
Matrices
- Concept of Matrices
- Types of Matrices
- Equality of Matrices
- Operations on Matrices> Addition and Subtraction of Matrices
- Operations on Matrices>Scalar Multiplication
- Operations on Matrices> Matrix Multiplication
- Transpose of a Matrix
- Symmetric and Skew Symmetric Matrices
- Invertible Matrices
- Overview of Matrices
Determinants
Vectors and Three-dimensional Geometry
Continuity and Differentiability
- Continuous and Discontinuous Functions
- Algebra of Continuous Functions
- Concept of Differentiability
- Derivatives of Composite Functions
- Differentiation of Implicit Functions
- Derivative of Inverse Trigonometric Function
- Exponential and Logarithmic Functions
- Logarithmic Differentiation
- Derivatives of Functions in Parametric Forms
- Second Order Derivative
- Overview of Continuity and Differentiability
Linear Programming
Applications of Derivatives
Probability
Sets
Integrals
- Integration
- Integration as an Inverse Process of Differentiation
- Properties of Indefinite Integral
- Methods of Integration> Integration by Substitution
- Methods of Integration>Integration Using Trigonometric Identities
- Methods of Integration> Integration Using Partial Fraction
- Methods of Integration> Integration by Parts
- Integrals of Some Particular Functions
- Definite Integrals
- Fundamental Theorem of Integral Calculus
- Evaluation of Definite Integrals
- Properties of Definite Integrals
- Overview of Integrals
Applications of the Integrals
Differential Equations
- Basic Concepts of Differential Equations
- Order and Degree of a Differential Equation
- Solution of a Differential Equation
- Forms of Solving Differential Equations> Variable Separable
- Forms of Solving Differential Equations> Homogeneous Differential Equations
- Forms of Solving Differential Equations>Linear Differential Equations
- Overview of Differential Equations
Vectors
- Basic Concepts of Vector Algebra
- Direction Ratios, Direction Cosine & Direction Angles in Vector
- Types of Vectors in Algebra
- Algebra of Vectors > Addition & Subtraction of Two Vectors
- Algebra of Vectors > Scalar Multiplication
- Components of Vector in Algebra
- Vector Joining Two Points in Algebra
- Section Formula in Vector Algebra
- Product of Two Vectors > Scalar (Dot) Product
- Product of Two Vectors > Vector (Cross) Product
- Overview of Vectors
Three - Dimensional Geometry
Linear Programming
Probability
Introduction
A standard integral is an integral whose result is already known and can be directly used after suitable algebraic simplification or substitution. In this topic, the main idea is to convert complicated expressions into one of the known standard forms.
Fundamental Integration Formulae
-
\[\int \frac{dx}{x^2 - a^2} = \frac{1}{2a} \log \left| \frac{x - a}{x + a} \right| + C\]
-
\[\int \frac{dx}{a^2 - x^2} = \frac{1}{2a} \log \left| \frac{a + x}{a - x} \right| + C\]
-
\[\int \frac{dx}{x^2 + a^2} = \frac{1}{a} \tan^{-1} \left(\frac{x}{a}\right) + C\]
-
\[\int \frac{dx}{\sqrt{x^2 - a^2}} = \log \left| x + \sqrt{x^2 - a^2} \right| + C\]
-
\[\int \frac{dx}{\sqrt{a^2 - x^2}} = \sin^{-1} \left(\frac{x}{a}\right) + C\]
-
\[\int \frac{dx}{\sqrt{x^2 + a^2}} = \log \left| x + \sqrt{x^2 + a^2} \right| + C\]
Reduction to Standard Forms
1. Partial Fractions: Used for standard rational functions like \[\frac{1}{x^2-a^2}\] by splitting the denominator into linear components: \[(x-a)(x+a)\].
2. Trigonometric Substitution: Used for expressions containing radical terms or squares:
\[ \begin{array}{|c|c|} \hline \textbf{Standard Form} & \textbf{Suitable Substitution} \\ \hline a^2 - x^2, \ \sqrt{a^2 - x^2} & x = a\sin\theta \\ \hline x^2 + a^2, \ \sqrt{x^2 + a^2} & x = a\tan\theta \\ \hline x^2 - a^2, \ \sqrt{x^2 - a^2} & x = a\sec\theta \\ \hline \end{array} \]
3. Completing the Square for General Quadratic Expressions
When integrals appear in the form \[\int \frac{dx}{ax^2 + bx + c}\] or \[\int \frac{dx}{\sqrt{ax^2 + bx + c}}\], use the completing the square method to transform the quadratic expression into \[(x \pm h)^2 \pm k^2\], making it compatible with the standard formulae above.
General transformation: \[ \boxed{ax^2 + bx + c = a\left[\left(x + \frac{b}{2a}\right)^2 + \left(\frac{c}{a} - \frac{b^2}{4a^2}\right)\right]} \]
4. Relating the Numerator to the Derivative of the Denominator
For \[ \int \frac{px + q}{ax^2 + bx + c}\, dx \] or \[ \int \frac{px + q}{\sqrt{ax^2 + bx + c}}\, dx, \]
write \[ px + q = A(2ax + b) + B \]
since \[ \frac{d}{dx}(ax^2 + bx + c) = 2ax + b. \]
Then split the integral into simpler standard integrals.
px + q = A(2ax + b) + B
Example 1
Find the following integrals
- \[\int \frac{dx}{x^2 - 6x + 13}\]
- \[\int \frac{dx}{3x^2 + 13x - 10}\]
Solution:
(i) We have \[x^2 - 6x + 13 = x^2 - 6x + 3^2 - 3^2 + 13 = (x - 3)^2 + 4\]
So, \[\int \frac{dx}{x^2 - 6x + 13} = \int \frac{1}{(x - 3)^2 + 2^2} dx\]
Let \[x - 3 = t\]. Then \[dx = dt\]
Therefore, \[\int \frac{dx}{x^2 - 6x + 13} = \int \frac{dt}{t^2 + 2^2} = \frac{1}{2} \tan^{-1} \frac{t}{2} + \text{C}\] [by 7.4 (3)]
\[= \frac{1}{2} \tan^{-1} \frac{x - 3}{2} + \text{C}\]
(ii) We write the denominator of the integrand,
\[3x^2 + 13x - 10 = 3 \left( x^2 + \frac{13x}{3} - \frac{10}{3} \right)\]
\[= 3 \left[ \left( x + \frac{13}{6} \right)^2 - \left( \frac{17}{6} \right)^2 \right]\] (completing the square)
Thus \[\int \frac{dx}{3x^2 + 13x - 10} = \frac{1}{3} \int \frac{dx}{\left( x + \frac{13}{6} \right)^2 - \left( \frac{17}{6} \right)^2}\]
Put \[x + \frac{13}{6} = t\] . Then \[dx = dt\].
Therefore, \[\int \frac{dx}{3x^2 + 13x - 10} = \frac{1}{3} \int \frac{dt}{t^2 - \left( \frac{17}{6} \right)^2}\]
\[= \frac{1}{3 \times 2 \times \frac{17}{6}} \log \left| \frac{t - \frac{17}{6}}{t + \frac{17}{6}} \right| + \text{C}_1\] [by 7.4 (i)]
\[= \frac{1}{17} \log \left| \frac{x + \frac{13}{6} - \frac{17}{6}}{x + \frac{13}{6} + \frac{17}{6}} \right| + \text{C}_1\]
\[= \frac{1}{17} \log \left| \frac{6x - 4}{6x + 30} \right| + \text{C}_1\]
\[= \frac{1}{17} \log \left| \frac{3x - 2}{x + 5} \right| + \text{C}_1 + \frac{1}{17} \log \frac{1}{3}\]
\[= \frac{1}{17} \log \left| \frac{3x - 2}{x + 5} \right| + \text{C}\] , where \[\text{C} = \text{C}_1 + \frac{1}{17} \log \frac{1}{3}\]
Example 2
Find the following integrals:
\[\int \frac{x + 2}{2x^2 + 6x + 5} dx\]
Solution:
Step 1: Write numerator using derivative of denominator
\[x + 2 = \text{A} \frac{d}{dx} (2x^2 + 6x + 5) + \text{B} = \text{A} (4x + 6) + \text{B}\]
Equating the coefficients of \[x\] and the constant terms from both sides, we get
\[4\text{A} = 1\] and \[6\text{A} + \text{B} = 2\] or \[\text{A} = \frac{1}{4}\] and \[\text{B} = \frac{1}{2}\].
Step 2: Split the integral
\[\int \frac{x + 2}{2x^2 + 6x + 5} = \frac{1}{4} \int \frac{4x + 6}{2x^2 + 6x + 5} dx + \frac{1}{2} \int \frac{dx}{2x^2 + 6x + 5}\]
\[= \frac{1}{4} \text{I}_1 + \frac{1}{2} \text{I}_2\] {0.5cm} (say)... (1)
In \[\text{I}_1\], put \[2x^2 + 6x + 5 = t\], so that \[(4x + 6) dx = dt\]
Therefore, \[\text{I}_1 = \int \frac{dt}{t} = \log |t| + \text{C}_1\]
\[= \log |2x^2 + 6x + 5| + \text{C}_1\] ... (2)
and \[\text{I}_2 = \int \frac{dx}{2x^2 + 6x + 5} = \frac{1}{2} \int \frac{dx}{x^2 + 3x + \frac{5}{2}}\]
\[= \frac{1}{2} \int \frac{dx}{\left( x + \frac{3}{2} \right)^2 + \left( \frac{1}{2} \right)^2}\]
Put \[x + \frac{3}{2} = t\], so that \[dx = dt\], we get
\[\text{I}_2 = \frac{1}{2} \int \frac{dt}{t^2 + \left( \frac{1}{2} \right)^2} = \frac{1}{2 \times \frac{1}{2}} \tan^{-1} 2t + \text{C}_2\] [by 7.4 (3)]
\[= \tan^{-1} 2 \left( x + \frac{3}{2} \right) + \text{C}_2 = \tan^{-1} (2x + 3) + \text{C}_2\] ... (3)
Using (2) and (3) in (1), we get
Final answer:
\[\int \frac{x + 2}{2x^2 + 6x + 5} dx = \frac{1}{4} \log |2x^2 + 6x + 5| + \frac{1}{2} \tan^{-1} (2x + 3) + \text{C}\]
where, \[\text{C} = \frac{\text{C}_1}{4} + \frac{\text{C}_2}{2}\]
Key Points: Integrals of Some Particular Functions
-
Convert the integrand into a known standard form before integrating.
-
For \[x^2 - a^2\], factorize and use partial fractions.
-
For \[x^2 + a^2\], the answer usually involves \[\tan^{-1}\].
-
For \[\sqrt{a^2 - x^2}\], the answer usually involves \[\sin^{-1}\].
-
For general quadratics, complete the square first.
-
For \[px + q\] in the numerator, relate it to the derivative of the denominator.
-
Always write the constant of integration C in the final answer.
