Question

Difficulty: MediumIndefinite Integration of Polynomial and Trigonometric Functions

Given that (kx3+12cos(3x))dx=4x4+4sin(3x)+C\int \left( k x^3 + 12\cos(3x) \right) dx = 4x^4 + 4\sin(3x) + C, where CC is the arbitrary constant of integration, what is the numerical value of the constant kk?

Answer: 16

Answer

The numerical value of the constant kk is 16.
Integrating kx3+12cos(3x)kx^3 + 12\cos(3x) with respect to xx yields k4x4+4sin(3x)+C\frac{k}{4}x^4 + 4\sin(3x) + C. Comparing the coefficient of x4x^4 with the given result 4x4+4sin(3x)+C4x^4 + 4\sin(3x) + C gives k4=4\frac{k}{4} = 4, which leads to k=16k = 16.

Step-by-Step Solution

1
Integrate the polynomial and trigonometric terms separately using standard integration rules.
\int (kx^3 + 12\cos(3x)) dx = \frac{k}{4}x^4 + 4\sin(3x) + C
Applying the power rule xndx=xn+1n+1\int x^n dx = \frac{x^{n+1}}{n+1} gives kx3dx=k4x4\int kx^3 dx = \frac{k}{4}x^4, and applying cos(ax)dx=sin(ax)a\int \cos(ax) dx = \frac{\sin(ax)}{a} gives 12cos(3x)dx=123sin(3x)=4sin(3x)\int 12\cos(3x) dx = \frac{12}{3}\sin(3x) = 4\sin(3x).
2
Equate the integrated expression to the right-hand side of the given equation.
\frac{k}{4}x^4 + 4\sin(3x) + C = 4x^4 + 4\sin(3x) + C
Both sides represent the same antiderivative of the function.
3
Equate corresponding coefficients of x4x^4 to solve for kk.
k = 16
\frac{k}{4} = 4 \implies k = 4 \times 4 = 16.

Key Concept

Indefinite Integration of Polynomial and Trigonometric Functions
Rate this question