Question

Difficulty: MediumIndefinite Integration of Polynomial and Trigonometric Functions

A curve has a gradient function defined by dydx=6x2+8sin(4x)+3\frac{dy}{dx} = 6x^2 + 8\sin(4x) + 3. If the curve passes through the point (0,10)(0, 10), what is the value of the constant of integration CC?

Answer: 12

Answer

The constant of integration CC is 1212.
Integrating 6x2+8sin(4x)+36x^2 + 8\sin(4x) + 3 with respect to xx gives y=2x32cos(4x)+3x+Cy = 2x^3 - 2\cos(4x) + 3x + C. Substituting (0,10)(0, 10) into the integrated equation gives 10=2(0)2(1)+3(0)+C10 = 2(0) - 2(1) + 3(0) + C, which leads directly to 10=2+C10 = -2 + C, so C=12C = 12.

Step-by-Step Solution

1
Integrate the gradient function to obtain the general equation of the curve.
y=2x32cos(4x)+3x+Cy = 2x^3 - 2\cos(4x) + 3x + C
The antiderivative of sin(kx)\sin(kx) is 1kcos(kx)-\frac{1}{k}\cos(kx) and the antiderivative of xnx^n is xn+1n+1\frac{x^{n+1}}{n+1}.
2
Apply the given initial condition (x,y)=(0,10)(x, y) = (0, 10) to solve for CC.
10=2(0)32cos(0)+3(0)+C    10=2+C10 = 2(0)^3 - 2\cos(0) + 3(0) + C \implies 10 = -2 + C
Evaluating at x=0x = 0 requires evaluating cos(0)=1\cos(0) = 1, which leaves 2-2 from the trigonometric term.
3
Solve the linear equation for CC.
C=12C = 12
Adding 22 to both sides of 10=2+C10 = -2 + C gives C=12C = 12.

Key Concept

Indefinite Integration with Boundary Conditions
Rate this question