Worked solution
Part (a): Integrate dy/dx to find the equation of the curve
Rewrite the gradient function as powers of x:
dxdy=12x2−6x−2
Integrate term by term:
∫12x2dx=4x3∫−6x−2dx=−6×−1x−1=6x−1=x6
So, including a constant of integration:
y=4x3+x6+c
Use the given point (1,9). Substitute x=1, y=9:
9=4(1)3+16+c=4+6+c=10+c⟹c=−1
So the equation of the curve is
y=4x3+x6−1
Recompute independently by differentiating this result back:
dxd(4x3+x6−1)=12x2+6×(−1)x−2−0=12x2−x26
This matches the given dxdy exactly. Also re-check the point: at x=1, y=4(1)+6(1)−1=4+6−1=9 ✓, matching (1,9). Both checks confirm c=−1 is correct.
Part (b): Evaluate y when x = 3
y=4(3)3+36−1=4(27)+2−1=108+2−1=109
Recompute independently: 33=27, and 4×27=108 (since 27×4=27×2×2=54×2=108); 6÷3=2; so 108+2−1=109, matching the first calculation.
Final answers
- (a) y=4x3+x6−1
- (b) y=109 when x=3