Differentiation is the mathematical process of finding the derivative of a function, which measures how the output value changes relative to the input variable.
The derivative of a function is denoted as or , representing the gradient function.
For any power function , where is a real number, the derivative is found by multiplying the term by the power and then reducing the power by one.
Geometrically, the value of the derivative at a specific -coordinate is exactly equal to the gradient of the tangent line touching the curve at that point.
To differentiate a term , follow the two-step algorithm: Multiply the coefficient by the exponent , then Subtract 1 from the exponent.
The general formula is expressed as:
This rule is universal and applies whether is a positive integer, a negative integer, or a fraction (rational number).
When an expression consists of multiple terms added or subtracted, such as , you differentiate each term independently.
Constants: The derivative of any constant is always . This is because a constant function is a horizontal line with a gradient of zero everywhere.
Linear Terms: The derivative of is simply the coefficient . Since is technically , applying the power rule results in , and since , the result is .
These special cases allow for the rapid simplification of polynomial derivatives without needing to perform the full power rule calculation every time.
Before differentiating, expressions involving roots or reciprocals must be converted into standard index form ().
Reciprocals: Use negative indices to move from the denominator to the numerator. For example, becomes .
Roots: Use fractional indices to represent radical signs. For example, becomes .
Failing to rewrite the expression correctly is the most common source of errors in calculus problems.
| Term Type | Original Form | Derivative Form | Note |
|---|---|---|---|
| Constant | Gradient of horizontal line is zero | ||
| Linear | Gradient of a straight line is constant | ||
| Power | Standard power rule application | ||
| Reciprocal | Rewrite as first | ||
| Root | Rewrite as first |