Question:

If ∫(log x)3 x5 dx = \(\frac{x^6}{A}\) [B(log x)3 + C(logx)2 + D(log x) - 1] + k and A,B,C,D are integers, then A - (B+C+D) = 

Updated On: Apr 14, 2025
  • 172

  • 184

  • 192

  • 216

Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is C

Solution and Explanation

To solve the problem, we need to evaluate the integral $I = \int (\log x)^3 x^5 dx$ and find $A - (B + C + D)$ for the form $\frac{x^6}{A} [B (\log x)^3 + C (\log x)^2 + D \log x - 1] + k$.

1. First Integration by Parts:
Let $u = (\log x)^3$, $dv = x^5 dx$.
Then $du = 3 (\log x)^2 \cdot \frac{1}{x} dx$, $v = \frac{x^6}{6}$.
$I = \frac{x^6}{6} (\log x)^3 - \int \frac{x^6}{6} \cdot 3 (\log x)^2 \cdot \frac{1}{x} dx = \frac{x^6}{6} (\log x)^3 - \frac{1}{2} \int x^5 (\log x)^2 dx$.

2. Second Integration by Parts:
For $\int x^5 (\log x)^2 dx$, let $u = (\log x)^2$, $dv = x^5 dx$.
Then $du = 2 \log x \cdot \frac{1}{x} dx$, $v = \frac{x^6}{6}$.
$\int x^5 (\log x)^2 dx = \frac{x^6}{6} (\log x)^2 - \int \frac{x^6}{6} \cdot 2 \log x \cdot \frac{1}{x} dx = \frac{x^6}{6} (\log x)^2 - \frac{1}{3} \int x^5 \log x dx$.

3. Third Integration by Parts:
For $\int x^5 \log x dx$, let $u = \log x$, $dv = x^5 dx$.
Then $du = \frac{1}{x} dx$, $v = \frac{x^6}{6}$.
$\int x^5 \log x dx = \frac{x^6}{6} \log x - \int \frac{x^6}{6} \cdot \frac{1}{x} dx = \frac{x^6}{6} \log x - \frac{1}{6} \cdot \frac{x^6}{6} = \frac{x^6}{6} \log x - \frac{x^6}{36}$.

4. Combine Results:
Substitute back:
$\int x^5 (\log x)^2 dx = \frac{x^6}{6} (\log x)^2 - \frac{1}{3} \left( \frac{x^6}{6} \log x - \frac{x^6}{36} \right) = \frac{x^6}{6} (\log x)^2 - \frac{x^6}{18} \log x + \frac{x^6}{108}$.
Then:
$I = \frac{x^6}{6} (\log x)^3 - \frac{1}{2} \left( \frac{x^6}{6} (\log x)^2 - \frac{x^6}{18} \log x + \frac{x^6}{108} \right)$.
Simplify:
$I = \frac{x^6}{6} (\log x)^3 - \frac{x^6}{12} (\log x)^2 + \frac{x^6}{36} \log x - \frac{x^6}{216} = \frac{x^6}{216} [36 (\log x)^3 - 18 (\log x)^2 + 6 \log x - 1]$.

5. Identify Coefficients:
Compare with $\frac{x^6}{A} [B (\log x)^3 + C (\log x)^2 + D \log x - 1] + k$:
$A = 216$, $B = 36$, $C = -18$, $D = 6$.

6. Compute the Final Expression:
Calculate $A - (B + C + D)$:
$B + C + D = 36 - 18 + 6 = 24$.
$A - (B + C + D) = 216 - 24 = 192$.

Final Answer:
The value of $A - (B + C + D)$ is $192$.

Was this answer helpful?
0
2

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