Question:

\(∫\frac{dx}{(x-1)^{34} (x+2)^{\frac54}}=\)

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

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

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

  • \(\frac{4}{3}(\frac{x-1=2}{x-1})^{\frac14}+c\)

Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Solution and Explanation

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

1. Rewrite the Integrand:
Rewrite the denominator:
$(x+2)^{5/4} = (x+2)^{3/4} (x+2)^{2/4} = (x+2)^{3/4} (x+2)^{1/2}$.
Thus:
$I = \int \frac{dx}{(x-1)^{3/4} (x+2)^{3/4} (x+2)^{1/2}} = \int \frac{dx}{\left( \frac{x-1}{x+2} \right)^{3/4} (x+2)^2}$.

2. Substitution:
Let $t = \left( \frac{x-1}{x+2} \right)^{1/4}$, so $t^4 = \frac{x-1}{x+2}$.
Solve for $x$:
$t^4 (x + 2) = x - 1$, so $t^4 x + 2t^4 = x - 1$, and $x (t^4 - 1) = -1 - 2t^4$.
Thus, $x = \frac{1 + 2t^4}{1 - t^4}$.

3. Compute the Differential:
Differentiate $x = \frac{1 + 2t^4}{1 - t^4}$:
$dx = \frac{(1 - t^4)(8t^3) - (1 + 2t^4)(-4t^3)}{(1 - t^4)^2} dt = \frac{8t^3 - 8t^7 + 4t^3 + 8t^7}{(1 - t^4)^2} dt = \frac{12 t^3}{(1 - t^4)^2} dt$.

4. Express $x + 2$ in Terms of $t$:
$x + 2 = \frac{1 + 2t^4}{1 - t^4} + 2 = \frac{1 + 2t^4 + 2 - 2t^4}{1 - t^4} = \frac{3}{1 - t^4}$.

5. Substitute and Simplify:
Substitute into the integral:
$I = \int \frac{\frac{12 t^3}{(1 - t^4)^2}}{t^3 \left( \frac{3}{1 - t^4} \right)^2} dt = \int \frac{12 t^3}{(1 - t^4)^2} \cdot \frac{(1 - t^4)^2}{t^3 \cdot 9} dt = \int \frac{12}{9} dt$.
Integrate:
$\frac{12}{9} \int dt = \frac{4}{3} t + C = \frac{4}{3} \left( \frac{x-1}{x+2} \right)^{1/4} + C$.

Final Answer:
The integral is $\frac{4}{3} \left( \frac{x-1}{x+2} \right)^{1/4} + 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