Question

Difficulty: MediumDefinite Integrals and Area Under Curves

Find the positive constant pp such that the value of the definite integral 0p(3x2+2x)dx\int_{0}^{p} (3x^2 + 2x) \, dx is equal to 1212.

Answer: 2

Answer

The positive constant pp is equal to 22.
Evaluating the definite integral 0p(3x2+2x)dx\int_{0}^{p} (3x^2 + 2x) \, dx gives p3+p2p^3 + p^2. Setting this expression equal to 1212 forms the cubic equation p3+p212=0p^3 + p^2 - 12 = 0. Solving for the positive real solution yields p=2p = 2, since 23+22=8+4=122^3 + 2^2 = 8 + 4 = 12.

Step-by-Step Solution

1
Find the antiderivative of the integrand
\int (3x^2 + 2x) \, dx = x^3 + x^2 + C
Applying the power rule for integration xndx=xn+1n+1\int x^n dx = \frac{x^{n+1}}{n+1} term by term gives 3x33+2x22=x3+x2\frac{3x^3}{3} + \frac{2x^2}{2} = x^3 + x^2.
2
Evaluate the antiderivative at the limits 00 and pp
\left[ x^3 + x^2 \right]_0^p = (p^3 + p^2) - (0^3 + 0^2) = p^3 + p^2
Using the Fundamental Theorem of Calculus: substitute the upper limit pp and subtract the value at the lower limit 00.
3
Set up the polynomial equation using the given integral value
p^3 + p^2 = 12 \implies p^3 + p^2 - 12 = 0
The problem states that the definite integral equals 12.
4
Solve for the positive real value of pp
p = 2
Testing p=2p=2: 23+22=8+4=122^3 + 2^2 = 8 + 4 = 12. Factoring gives (p2)(p2+3p+6)=0(p-2)(p^2 + 3p + 6) = 0, where the quadratic factor has a negative discriminant 324(1)(6)=15<03^2 - 4(1)(6) = -15 < 0, making p=2p=2 the only real solution.

Key Concept

Definite integration with an unknown limit of integration
Rate this question