1. Calculating a Power Function Derivative
Engineering StudentBackground
A student needs to find the derivative of 3x^4 for a dynamics assignment.
Problem
Manually differentiating higher-order power functions can lead to simple arithmetic errors.
How to use
Select 'Power' as the function type, set the coefficient to 3, and the exponent to 4.
functionType: power, coefficient: 3, exponent: 4Outcome
The tool returns 12x^3, the correct derivative of the function.