Question:

\(∫\frac{dx}{(x2+1) (x2+4)} =\)

Updated On: Apr 14, 2025
  • \(\frac{1}{3}Tan^{-1}x +\frac{1}{6}Tan^{-1}(\frac{x}{2})+c\)

  • \(\frac{1}{3}Tan^{-1}x -\frac{1}{3}Tan^{-1}(\frac{x}{2})+c\)

  • \(\frac{1}{3}Tan^{-1}x +\frac{1}{3}Tan^{-1}(\frac{x}{2})+c\)

  • \(\frac{1}{3}Tan^{-1}x -\frac{1}{6}Tan^{-1}(\frac{x}{2})+c\)

Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is D

Solution and Explanation

To solve the problem, we need to evaluate the integral $I = \int \frac{dx}{(x^2 + 1)(x^2 + 4)}$.

1. Decompose the Integrand:
Write $\frac{1}{(x^2 + 1)(x^2 + 4)} = \frac{A}{x^2 + 1} + \frac{B}{x^2 + 4}$.
Multiply through by $(x^2 + 1)(x^2 + 4)$:
$1 = A(x^2 + 4) + B(x^2 + 1) = (A + B)x^2 + (4A + B)$.
Equate coefficients:
$A + B = 0$, $4A + B = 1$.

2. Solve for Coefficients:
Subtract $A + B = 0$ from $4A + B = 1$:
$3A = 1$, so $A = \frac{1}{3}$.
Then $B = -A = -\frac{1}{3}$.

3. Rewrite the Integral:
Substitute back:
$I = \int \left( \frac{\frac{1}{3}}{x^2 + 1} - \frac{\frac{1}{3}}{x^2 + 4} \right) dx = \frac{1}{3} \int \frac{dx}{x^2 + 1} - \frac{1}{3} \int \frac{dx}{x^2 + 4}$.

4. Evaluate the Integrals:
The first integral is:
$\int \frac{dx}{x^2 + 1} = \arctan x$.
The second integral is:
$\int \frac{dx}{x^2 + 4} = \int \frac{dx}{x^2 + 2^2} = \frac{1}{2} \arctan \frac{x}{2}$.
Thus:
$I = \frac{1}{3} \arctan x - \frac{1}{3} \cdot \frac{1}{2} \arctan \frac{x}{2} + C = \frac{1}{3} \arctan x - \frac{1}{6} \arctan \frac{x}{2} + C$.

Final Answer:
The integral is $\frac{1}{3} \arctan x - \frac{1}{6} \arctan \frac{x}{2} + C$.

Was this answer helpful?
0
0

Concepts Used:

Differential Equations

A differential equation is an equation that contains one or more functions with its derivatives. The derivatives of the function define the rate of change of a function at a point. It is mainly used in fields such as physics, engineering, biology and so on.

Orders of a Differential Equation

First Order Differential Equation

The first-order differential equation has a degree equal to 1. All the linear equations in the form of derivatives are in the first order. It has only the first derivative such as dy/dx, where x and y are the two variables and is represented as: dy/dx = f(x, y) = y’

Second-Order Differential Equation

The equation which includes second-order derivative is the second-order differential equation. It is represented as; d/dx(dy/dx) = d2y/dx2 = f”(x) = y”.

Types of Differential Equations

Differential equations can be divided into several types namely

  • Ordinary Differential Equations
  • Partial Differential Equations
  • Linear Differential Equations
  • Nonlinear differential equations
  • Homogeneous Differential Equations
  • Nonhomogeneous Differential Equations