Evaluate the integral:
\[
\int (\log x)^3 \, dx
\]
Show Hint
When faced with integrals involving logarithmic functions raised to a power, use integration by parts. It helps to break down the powers step by step, making the integral simpler to solve.
\( ( \log x)^3 - 3 (\log x)^2 + 6 \log x - 6 + c \)
\( x [ (\log x)^3 - 3 (\log x)^2 + 6 \log x - 6 ] + c \)
\( (x \log x)^3 - 3 (x \log x)^2 + 6x \log x - 6x + c \)
\( x [ (\log x)^3 - 3 (\log x)^2 + 6 \log x - 6 ] + c \)
\bigskip
Hide Solution
Verified By Collegedunia
The Correct Option isB
Solution and Explanation
Step 1: Integration by Parts
To solve this integral, use integration by parts. Let:
\[
u = (\log x)^3 \quad \text{and} \quad dv = dx.
\]
Then:
\[
du = 3 (\log x)^2 \cdot \frac{1}{x} dx \quad \text{and} \quad v = x.
\]
By the formula for integration by parts, \( \int u \, dv = uv - \int v \, du \), we get:
\[
\int (\log x)^3 \, dx = x [ (\log x)^3 - 3 (\log x)^2 + 6 \log x - 6 ] + c.
\]
\bigskip