Worked solution
Step 1: Rewrite every term as a power of x
y=4x3−6x−2+8x1/2
Writing the fractional and negative powers explicitly makes it safe to apply the power rule dxd(xn)=nxn−1 to each term separately.
Step 2: Differentiate term by term
Term 1: 4x3→4×3x3−1=12x2
Term 2: −6x−2→−6×(−2)x−2−1=12x−3=x312
(Two negatives, the −6 and the −2, multiply to give a positive 12.)
Term 3: 8x1/2→8×21x1/2−1=4x−1/2=x4
Adding these together:
dxdy=12x2+x312+x4
Step 3: Recompute independently as a check
Differentiating again from scratch, term by term:
- dxd(4x3): bring down the power 3 as a coefficient, reduce the power by 1: 12x2. ✓
- dxd(−6x−2): bring down the power −2 as a coefficient: (−6)(−2)x−3=12x−3. ✓
- dxd(8x1/2): bring down the power 21 as a coefficient: 8×21x−1/2=4x−1/2. ✓
This matches Step 2 exactly, so
dxdy=12x2+x312+x4.
Why the other options are wrong
- A: has the correct size for every term, but the sign of the middle term is wrong. It comes from forgetting that (−6)×(−2)=+12, not −12.
- B: the first term’s power was not reduced from 3 to 2 when differentiating 4x3.
- D: the coefficient of the last term was not multiplied by 21, so 8 was carried over unchanged instead of becoming 4.
Final answer
dxdy=12x2+x312+x4(Option C)