Question:

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

Updated On: May 4, 2026
  • \(\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\)

Show Solution
collegedunia
Verified By Collegedunia

The Correct Option is D

Solution and Explanation

To solve the integral \(∫\frac{dx}{(x^2+1) (x^2+4)}\), we need to use the method of partial fraction decomposition. This technique is useful for integrating rational functions.

Step 1: Partial Fraction Decomposition

We express the integrand \(\frac{1}{(x^2+1)(x^2+4)}\) as a sum of partial fractions:

\(\frac{1}{(x^2+1)(x^2+4)} = \frac{Ax + B}{x^2+1} + \frac{Cx + D}{x^2+4}\)

Step 2: Solve for Coefficients

Equating the numerators, we have:

\(1 = (Ax + B)(x^2 + 4) + (Cx + D)(x^2 + 1)\)

Expanding both terms:

\((Ax^3 + 4Ax + Bx^2 + 4B) + (Cx^3 + Dx^2 + Cx + D) = 1\)

Combine like terms:

\(x^3(A + C) + x^2(B + D) + x(4A + C) + (4B + D) = 1\)

Comparing coefficients with the polynomial \(0x^3 + 0x^2 + 0x + 1\), we get the system of equations:

  • \(A + C = 0\)
  • \(B + D = 0\)
  • \(4A + C = 0\)
  • \(4B + D = 1\)

Solving, we find: \(A = 0\), \(C = 0\), \(B = \frac{1}{3}\), \(D = -\frac{1}{3}\).

Step 3: Integrate Each Term

The partial fractions are:

\(\frac{1}{3} \cdot \frac{1}{x^2+1} - \frac{1}{3} \cdot \frac{1}{x^2+4}\)

Integrating each term separately, using the formula \(\int \frac{1}{x^2+a^2} \, dx = \frac{1}{a} \tan^{-1}\left(\frac{x}{a}\right)\), gives:

  • \(\frac{1}{3} \int \frac{1}{x^2+1} \, dx = \frac{1}{3} \tan^{-1} x\)
  • \(-\frac{1}{3} \int \frac{1}{x^2+4} \, dx = -\frac{1}{3} \cdot \frac{1}{2} \tan^{-1} \left(\frac{x}{2}\right)\)
  • This simplifies to -\frac{1}{6} \tan^{-1} \left(\frac{x}{2}\right)

Conclusion

Combining the results, the integral is:

\(\frac{1}{3} \tan^{-1}x - \frac{1}{6} \tan^{-1} \left(\frac{x}{2}\right) + c\)

The correct answer is:

\(\frac{1}{3}Tan^{-1}x -\frac{1}{6}Tan^{-1}(\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