MM 34 Unit Book 2025 (1) (1)
Differentiation:
9A) The Derivative
9B&C) Rules for Differentiation
Power Rule: If , then
Constant Multiple Rule: If , then
Sum Rule: If , then
Difference Rule: If , then
9D) The Graph of the Gradient Function
9E & 9F) The Chain Rule
If and , then
9G) Derivative of
If , then
If , then
9H) Derivative of
If , then
If , then
9I) Derivative of Trigonometric Functions
If , then
If , then
If , then
9J) The Product Rule
If , then
9K) The Quotient Rule
If , then
9L & M) Limits and Continuity and Conditions of Differentiability
Applications of Differentiation:
10A) Equations of Tangents and Normals
Tangent: , where m is the derivative at
Normal: , where -1/m is the negative reciprocal of the derivative at
10B) Rates of Change
Related Rates: Use chain rule to relate rates of change of different variables.
10C&D) Stationary Points and Their Nature
Stationary Points: Points where
Nature of Stationary Points:
Maximum: f''(x) < 0
Minimum: f''(x) > 0
Point of Inflection:
10E&F) Maximum and Minimum Values
Finding Max/Min: Set and solve for x, then check endpoints and stationary points.
10G) Families of Functions
10H) Newton’s Method
Integration:
11A) The Area Under a Graph
11B&C) Anti-Differentiation: Indefinite Integrals
11D) Integrating Exponential Functions
11E) Definite Integrals
, where is the antiderivative of
11F) Finding the Area Under a Curve
Area =
11G) Antiderivatives of Circular Functions
11H) Integration by Recognition
11I) Area Between Curves
Area = , where f(x) > g(x) on
11J) Applications of Integration
9B&C) Rules for Differentiation
Power Rule: If , then
e.g., If , then
Constant Multiple Rule: If , then
e.g., If , then
Sum Rule: If , then
e.g., If , then
Difference Rule: If , then
e.g., If , then
9E & 9F) The Chain Rule
If and , then
e.g., If and , then
9G) Derivative of
If , then
e.g., If , then
If , then
e.g., If , then
9H) Derivative of
If , then
e.g., If , then
If , then
e.g., If , then
9I) Derivative of Trigonometric Functions
If , then
e.g., If , then
If , then
e.g., If , then
If , then
e.g., If , then
9J) The Product Rule
If , then
e.g., If , then
9K) The Quotient Rule
If , then
e.g., If , then
10A) Equations of Tangents and Normals
Tangent: , where m is the derivative at
e.g., Find the tangent to at . , so . Tangent:
Normal: , where -1/m is the negative reciprocal of the derivative at
e.g., Find the normal to at . , so . Normal:
10B) Rates of Change
Related Rates: Use chain rule to relate rates of change of different variables.
e.g., If the radius of a circle is increasing at a rate of 3 cm/s, find the rate at which the area is increasing when the radius is 6 cm. ,
10C&D) Stationary Points and Their Nature
Stationary Points: Points where
e.g., Find the stationary points of . , so
Nature of Stationary Points:
Maximum: f''(x) < 0
e.g., For , . At , f''(-1) = -6 < 0, so is a maximum.
Minimum: f''(x) > 0
e.g., For , . At , f''(1) = 6 > 0, so is a minimum.
Point of Inflection:
e.g., For , . At , , so is a point of inflection.
10E&F) Maximum and Minimum Values
Finding Max/Min: Set and solve for x, then check endpoints and stationary points.
e.g., Find the maximum and minimum values of on the interval . , so . Checking endpoints and stationary points: , , , . Maximum value is 5, minimum value is -27.
10H) Newton’s Method
e.g., Approximate the root of using Newton’s method with initial guess . . .
11B&C) Anti-Differentiation: Indefinite Integrals
e.g.,
e.g.,
e.g.,
11D) Integrating Exponential Functions
e.g.,
e.g.,
11E) Definite Integrals
, where is the antiderivative of
e.g.,
11F) Finding the Area Under a Curve
Area =
e.g., Find the area under the curve from 0 to 1. Area =
11G) Antiderivatives of Circular Functions
e.g.,
e.g.,
11I) Area Between Curves
Area = , where f(x) > g(x) on
e.g., Find the area between and
Differentiation
Question 1:
Let . Find .
Solution:
Using the product rule,
Let and
Then and
So,
Question 2:
Find the equation of the tangent to the curve at the point where .
Solution:
When , . So the point is .
At , the gradient
The equation of the tangent is
So,
Integration
Question 3:
Evaluate
Solution:
So,
Question 4:
Find the area between the curve and the line between and .
Solution:
First, find the points of intersection:
So, or
The area is given by
\int_0^4 (4x - x^2) dx = \Big[ 2(4)^2 - \frac{(4
Differentiation
Question 1:
Let f(x) = x^3 \cdot sin(2x)f'(x)f'(x) = u'v + uv'u = x^3v = sin(2x)u' = 3x^2v' = 2cos(2x)f'(x) = 3x^2sin(2x) + x^3(2cos(2x)) = 3x^2sin(2x) + 2x^3cos(2x)y = e^{2x}x = 0x = 0y = e^{2(0)} = e^0 = 1(0, 1)\frac{dy}{dx} = 2e^{2x}x = 0m = 2e^{2(0)} = 2e^0 = 2y - y1 = m(x - x1)y - 1 = 2(x - 0)y = 2x + 1\int_0^{\frac{\pi}{4}} cos(2x) dx\int cos(2x) dx = \frac{1}{2}sin(2x) + C\int_0^{\frac{\pi}{4}} cos(2x) dx = \frac{1}{2} \Big[ sin(2 \cdot \frac{\pi}{4}) - sin(2 \cdot 0) \Big] = \frac{1}{2} \Big[ sin(\frac{\pi}{2}) - sin(0) \Big] = \frac{1}{2} \Big[ 1 - 0 \Big] = \frac{1}{2}y = x^2y = 4xx = 0x = 4x^2 = 4xx^2 - 4x = 0x(x - 4) = 0x = 0x = 4\int_0^4 (4x - x^2) dx\int (4x - x^2) dx = 2x^2 - \frac{x^3}{3} + C\int_0^4 (4x - x^2) dx = \Big[ 2(4)^2 - \frac{(4