Question

Difficulty: MediumIndefinite Integration of Polynomial and Trigonometric Functions

What is the indefinite integral (6x5+8sin(4x))dx\int (6x^5 + 8\sin(4x)) \, dx?

  1. x62cos(4x)+Cx^6 - 2\cos(4x) + CAnswer
  2. B
    x62cos(4x)x^6 - 2\cos(4x)
  3. C
    x6+2cos(4x)+Cx^6 + 2\cos(4x) + C
  4. D
    x68cos(4x)+Cx^6 - 8\cos(4x) + C

Answer

x62cos(4x)+Cx^6 - 2\cos(4x) + C
Integrating 6x56x^5 using the power rule gives 6x66=x6\frac{6x^6}{6} = x^6. Integrating 8sin(4x)8\sin(4x) gives 8(cos(4x)4)=2cos(4x)8 \left(-\frac{\cos(4x)}{4}\right) = -2\cos(4x). Summing these and appending the constant of integration CC yields x62cos(4x)+Cx^6 - 2\cos(4x) + C.

Step-by-Step Solution

1
Split the integral into two individual terms
(6x5+8sin(4x))dx=6x5dx+8sin(4x)dx\int (6x^5 + 8\sin(4x)) \, dx = \int 6x^5 \, dx + \int 8\sin(4x) \, dx
Linearity property of integration allows term-by-term integration.
2
Integrate the polynomial term 6x56x^5
\int 6x^5 \, dx = 6 \cdot \frac{x^{5+1}}{5+1} = \frac{6x^6}{6} = x^6
Apply the power rule of integration: xndx=xn+1n+1\int x^n \, dx = \frac{x^{n+1}}{n+1}.
3
Integrate the trigonometric term 8sin(4x)8\sin(4x)
\int 8\sin(4x) \, dx = 8 \cdot \left( -\frac{\cos(4x)}{4} \right) = -2\cos(4x)
Apply the standard integral rule: sin(kx)dx=1kcos(kx)\int \sin(kx) \, dx = -\frac{1}{k}\cos(kx).
4
Combine results and add the constant of integration
x62cos(4x)+Cx^6 - 2\cos(4x) + C
Indefinite integration requires an arbitrary constant CC.

Key Concept

Indefinite Integration of Polynomial and Trigonometric Functions
Estimated Time:1m 30s
Rate this question