Skip to main content
Lemma

TMUA practice: Integration Power Rule, problem 4

A TMUA-calibre integration power rule problem at difficulty 4 of 5, with the full worked solution.

The question
Suppose c>0c > 0 and   0c(3x26x+4)dx  =  4\;\displaystyle\int_{0}^{c} (3 x^{2} - 6 x + 4)\, dx \;=\; 4. What is the value of cc?
A c=1c = 1
B c=2c = \sqrt{2}
C c=32c = \dfrac{3}{2}
D c=2c = 2
E c=3c = 3

The correct answer is highlighted. D

Worked solution

Write the integral as a function of cc. Antiderivative: F(x)=x33x2+4xF(x) = x^{3} - 3 x^{2} + 4 x, so

0c(3x26x+4)dx  =  c33c2+4c.\int_{0}^{c} (3 x^{2} - 6 x + 4)\, dx \;=\; c^{3} - 3 c^{2} + 4 c.

Set equal to 44:

c33c2+4c4  =  0.c^{3} - 3 c^{2} + 4 c - 4 \;=\; 0.

Try c=2c = 2: 812+84=08 - 12 + 8 - 4 = 0 ✓. So (c2)(c - 2) is a factor. Polynomial-divide:

c33c2+4c4  =  (c2)(c2c+2).c^{3} - 3 c^{2} + 4 c - 4 \;=\; (c - 2)(c^{2} - c + 2).

The quadratic factor c2c+2c^{2} - c + 2 has discriminant 18=7<01 - 8 = -7 < 0, so no real roots. Therefore c=2c = 2 is the only real solution. Since the problem states c>0c > 0, c=2c = 2 satisfies the constraint.

This is option D.

Why the other options fail.

  • A, c=1c = 1: integral =13+4=24= 1 - 3 + 4 = 2 \ne 4.
  • B, c=2c = \sqrt{2}: integral =226+42=6262.494= 2 \sqrt{2} - 6 + 4 \sqrt{2} = 6 \sqrt{2} - 6 \approx 2.49 \ne 4.
  • C, c=3/2c = 3/2: integral =27/827/4+6=27/854/8+48/8=21/84= 27/8 - 27/4 + 6 = 27/8 - 54/8 + 48/8 = 21/8 \ne 4.
  • E, c=3c = 3: integral =2727+12=124= 27 - 27 + 12 = 12 \ne 4.

The lesson: back-solving for an upper limit usually produces a polynomial equation. Try small integer candidates (here c=2c = 2 works) and verify by substitution. Factoring out the found root reveals whether other real solutions exist.