Skip to main content
Lemma

TMUA practice: Integration Power Rule, problem 1

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

The question
The function gg satisfies g(x)=4x3+6x1g'(x) = 4 x^{3} + 6 x - 1 for every real xx, and g(1)=5g(1) = 5. What is the value of g(2)g(2)?
A 1616
B 2222
C 2626
D 2828
E 3030

The correct answer is highlighted. D

Worked solution

Integrate gg' to get gg up to a constant.

g(x)  =  (4x3+6x1)dx  =  x4+3x2x+C.g(x) \;=\; \int (4 x^{3} + 6 x - 1)\, dx \;=\; x^{4} + 3 x^{2} - x + C.

Apply the condition g(1)=5g(1) = 5 to find CC:

g(1)  =  1+31+C  =  3+C  =  5    C=2.g(1) \;=\; 1 + 3 - 1 + C \;=\; 3 + C \;=\; 5 \;\Longrightarrow\; C = 2.

So g(x)=x4+3x2x+2g(x) = x^{4} + 3 x^{2} - x + 2.

Evaluate at x=2x = 2:

g(2)  =  16+122+2  =  28.g(2) \;=\; 16 + 12 - 2 + 2 \;=\; 28.

This is option D.

Why the other options fail.

  • A, 1616: equals x4x^{4} at x=2x = 2 alone; ignored the rest of gg.
  • B, 2222: forgot the constant CC (used C=0C = 0 instead of C=2C = 2, then g(2)=16+122=26g(2) = 16 + 12 - 2 = 26). Or arithmetic slip 264=2226 - 4 = 22.
  • C, 2626: as above with C=0C = 0.
  • E, 3030: g(2)+2g(2) + 2, double-counting the constant.

The lesson: gg' pins down gg only up to a constant. Use the boundary condition g(x0)=y0g(x_{0}) = y_{0} to nail down CC before evaluating elsewhere.