38 total
By the end of this topic, you should be able to:
What is differentiation? Differentiation is a way of finding how fast something is changing. The derivative (written as dy/dx or f'(x)) tells us the rate of change or the gradient (slope) of a function at any point.
Important derivatives you need to know:
These are formulas you should memorize:
What does this mean? The derivative of e^x is just e^x itself - that's a special property! For ln x, the derivative is 1/x. For the trigonometric functions (sin, cos, tan), each has its own derivative pattern.
Constant multiples: If you have a constant (a number) multiplied by a function, you can bring the constant outside when differentiating.
Rule: If y = cf(x), then dy/dx = c × f'(x)
Example:
Sums and differences: When you have functions added or subtracted, you differentiate each part separately.
Rule: If y = f(x) + g(x), then dy/dx = f'(x) + g'(x)
Example: If y = e^x + sin x, then dy/dx = e^x + cos x
If y = 3 ln x - 2 cos x, then dy/dx = 3/x - 2(-sin x) = 3/x + 2 sin x
What is a composite function? A composite function is a "function of a function" - one function is inside another. For example, sin(3x) has 3x inside the sin function.
The Chain Rule: When differentiating a composite function, you multiply the derivative of the outer function by the derivative of the inner function.
Formula: If y = f(g(x)), then dy/dx = f'(g(x)) × g'(x)
In simple terms: Differentiate the outside, leave the inside alone, then multiply by the derivative of the inside.
Example 1: y = e^(2x)
Example 2: y = ln(3x + 1)
Example 3: y = sin(x²)
Example 4: y = (2x - 3)⁵
When do you use it? Use the product rule when you have two functions multiplied together.
The Product Rule: If y = u × v (where u and v are both functions of x), then:
dy/dx = u(dv/dx) + v(du/dx)
In words: First function × derivative of second + second function × derivative of first
Example 1: y = x² ln x
Example 2: y = xe^(1-x²)
Example 3: y = e^x sin x
When do you use it? Use the quotient rule when you have one function divided by another function (a fraction with x in both the top and bottom).
The Quotient Rule: If y = u/v (where u and v are both functions of x), then:
dy/dx = [v(du/dx) - u(dv/dx)] / v²
In words: (Bottom × derivative of top - top × derivative of bottom) / (bottom)²
Memory tip: Remember "lo d-hi minus hi d-lo over lo-lo" (lo = lower/bottom, hi = higher/top, d = derivative)
Example 1: y = (2x - 4)/(3x + 2)
Example 2: y = x/ln x
Example 3: y = e^x / (x + 1)
What are parametric equations? Sometimes, instead of y being directly in terms of x, both x and y are given in terms of a third variable (usually called t). This third variable is called a parameter.
Example of parametric equations:
Here, both x and y depend on t, not directly on each other.
How to find dy/dx: To find the gradient dy/dx when you have parametric equations, use this formula:
dy/dx = (dy/dt) / (dx/dt)
In words: Differentiate y with respect to t, then divide by the derivative of x with respect to t.
Step-by-step method:
Example: Find dy/dx when x = t - e^(2t) and y = t + e^(2t)
Step 1: Find dx/dt
Step 2: Find dy/dt
Step 3: Find dy/dx
Another example: x = 2t², y = 4t
Step 1: dx/dt = 4t Step 2: dy/dt = 4 Step 3: dy/dx = 4/(4t) = 1/t
What is an implicit function? Usually, equations are written with y = something (this is called explicit form). But sometimes, x and y are mixed together in the equation and you can't easily separate them. This is called an implicit equation.
Example of implicit equations:
How to differentiate implicitly: The key idea is to differentiate both sides of the equation with respect to x, remembering that y is a function of x.
Important rule: When differentiating any term with y, you must multiply by dy/dx because y depends on x.
Examples of implicit differentiation:
Step-by-step method:
Example 1: Find dy/dx when x² + y² = xy + 7
Step 1: Differentiate both sides with respect to x
Step 2: Write the equation
Step 3: Collect dy/dx terms on one side
Step 4: Factor out dy/dx
Step 5: Solve for dy/dx
Example 2: Find dy/dx when x³ + y³ = 6xy
Step 1: Differentiate both sides
Step 2: Collect dy/dx terms
Step 3: Factor
Step 4: Solve
What are tangents and normals?
Finding the equation of a tangent:
Step 1: Find the value of dy/dx at the given point. This is the gradient of the tangent.
Step 2: Use the equation of a straight line: y - y₁ = m(x - x₁)
Finding the equation of a normal:
Step 1: Find the gradient of the tangent (dy/dx at the point)
Step 2: The gradient of the normal is the negative reciprocal of the tangent's gradient.
Step 3: Use y - y₁ = m_normal(x - x₁)
Example with explicit function: Find the equation of the tangent and normal to the curve y = x² + 3x at the point (1, 4).
For the tangent:
For the normal:
Example with parametric equations: Find the equation of the tangent to the curve x = t², y = 2t at the point where t = 1.
Step 1: Find the coordinates at t = 1
Step 2: Find dy/dx
Step 3: Equation of tangent
Example with implicit function: Find the gradient of the tangent to x² + y² = 25 at the point (3, 4).
Step 1: Differentiate implicitly
Step 2: At point (3, 4)
Step 3: Equation of tangent
Sign in to view full notes