Worked solution
Step 1: Rewrite every term as a power of x
y=5x4−2x−3+6x1/3
Writing the negative and fractional 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: 5x4→5×4x4−1=20x3
Term 2: −2x−3→−2×(−3)x−3−1=6x−4=x46
(Two negatives, the −2 and the −3, multiply to give a positive 6.)
Term 3: 6x1/3→6×31x1/3−1=2x−2/3=3x22
Adding these together:
dxdy=20x3+x46+3x22
Step 3: Recompute independently as a check
Differentiating again from scratch, term by term:
- dxd(5x4): bring down the power 4 as a coefficient, reduce the power by 1: 20x3. ✓
- dxd(−2x−3): bring down the power −3 as a coefficient: (−2)(−3)x−4=6x−4. ✓
- dxd(6x1/3): bring down the power 31 as a coefficient: 6×31x−2/3=2x−2/3. ✓
This matches Step 2 exactly, so
dxdy=20x3+x46+3x22.
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 (−2)×(−3)=+6, not −6.
- B: the first term’s power was not reduced from 4 to 3 when differentiating 5x4.
- D: the coefficient of the last term was not multiplied by 31, so 6 was carried over unchanged instead of becoming 2.
Final answer
dxdy=20x3+x46+3x22(Option C)