67 total
By the end of these notes, you will be able to:
⚠️ Important: For all trigonometric (trig) functions in this topic, angles are always measured in radians, not degrees.
The derivative of a function tells you the rate of change — in other words, how quickly the output of the function changes as the input changes. When you have a curve y=f(x), the derivative dxdy gives you the gradient (steepness) of the curve at any point.
Differentiation is the process of finding the derivative.
These are the building blocks of differentiation. You must memorise these results. Think of them as your "toolkit" — every more complex problem is built from these.
| Function y | Derivative dxdy |
|---|---|
| xn (where n is any rational number) | nxn−1 |
| sinx | cosx |
| cosx | −sinx |
| tanx | sec2x |
| ex | ex |
| lnx | x1 |
📝 Plain-English Explanations:
The rule for xn is:
dxd(xn)=nxn−1
In plain English: bring the power down to the front, then reduce the power by 1.
This works for any rational value of n — whole numbers, fractions, and negative numbers.
Example 1: Differentiate y=x5
dxdy=5x5−1=5x4
Example 2: Differentiate y=x−3 (a negative power)
dxdy=−3x−3−1=−3x−4
Example 3: Differentiate y=x1/2=x (a fractional power)
dxdy=21x1/2−1=21x−1/2=2x1
💡 Tip: Always rewrite roots and fractions as powers before differentiating.
Sign in to view full notes