Lesson Notes By Weeks and Term v5 - Grade 11

Analytical geometry – Week 9 focus

Download the Lessonotes Mobile South Africa app for faster lesson access on Android and iPhone.

Subject: Mathematics

Class: Grade 11

Term: 1st Term

Week: 9

Theme: General lesson support

Lesson Video

This page supports the lesson note with a companion video and a short classroom-ready summary.

For class groups and homework, share this lesson page so learners also get the summary, objectives, and full lesson context.

Performance objectives

Lesson summary

Analytical Geometry is a cornerstone of mathematics, bridging algebra and geometry. This week, we will delve into calculating the equation of a straight line in various forms. Understanding straight lines is crucial, as they serve as fundamental building blocks for understanding more complex curves and shapes. From architectural design to GPS navigation, linear relationships are everywhere. In South Africa, understanding spatial relationships and slopes is valuable in fields like surveying for land management, urban planning, and even understanding the gradients of roads for transport infrastructure projects.

Lesson notes

2. 1. The Equation of a Straight Line The general equation of a straight line is given by: `y = mx + c` Where: `y` is the dependent variable (usually plotted on the vertical axis). `x` is the independent variable (usually plotted on the horizontal axis). `m` is the gradient (slope) of the line. It represents the rate of change of `y` with respect to `x`. A positive `m` indicates an upward slope, a negative `m` indicates a downward slope, `m=0` indicates a horizontal line, and an undefined `m` indicates a vertical line. The gradient `m` is calculated as `m = (y2 - y1) / (x2 - x1)` where `(x1, y1)` and `(x2, y2)` are two points on the line. `c` is the y-intercept. It is the value of `y` when `x = 0`. It's the point where the line crosses the y-axis. 2.

2. Gradient (m) Calculation Given two points `A(x1, y1)` and `B(x2, y2)` on a line, the gradient `m` is calculated as: `m = (y2 - y1) / (x2 - x1)` It is crucial to maintain consistency with the order of the points. Ensure you subtract the y-coordinates and x-coordinates in the same order (either `y2 - y1` and `x2 - x1` or `y1 - y2` and `x1 - x2`). 2.

3. Determining the Equation of a Line – Different Scenarios Here are different scenarios and how to approach them: Scenario 1: Given the gradient (m) and y-intercept (c) This is the simplest case. Just substitute the values of `m` and `c` directly into the equation `y = mx + c`.

Scenario 2: Given two points (x1, y1) and (x2, y2)

Step 1: Calculate the gradient (m) using the formula `m = (y2 - y1) / (x2 - x1)`.

Step 2: Substitute the gradient (m) and one of the points (either (x1, y1) or (x2, y2)) into the equation y = mx + c. Then, solve for `c`.

Step 3: Write the final equation by substituting the values of `m` and `c` into the equation `y = mx + c`.

Scenario 3: Given the gradient (m) and one point (x1, y1)

Step 1: Substitute the gradient (m) and the point (x1, y1) into the equation y = mx + c.

Step 2: Solve for `c`.

Step 3: Write the final equation by substituting the values of `m` and `c` into the equation `y = mx + c`.

Scenario 4: Parallel and Perpendicular Lines Parallel Lines: Parallel lines have the same gradient. If a line `L1` has a gradient `m1` and another line `L2` is parallel to `L1`, then the gradient of `L2` is also `m1` (i.e., `m2 = m1`).

Perpendicular Lines: Perpendicular lines intersect at a right angle (90 degrees). If a line `L1` has a gradient `m1` and another line `L2` is perpendicular to `L1`, then the gradient of `L2` is the negative reciprocal of `m1`. That is, `m2 = -1/m1`. The product of the gradients of two perpendicular lines is always -1 (i.e., `m1 m2 = -1`). 2.4 Worked Examples Example 1: Given gradient and y-intercept Find the equation of the line with a gradient of 2 and a y-intercept of -

3. Solution: Given: `m = 2`, `c = -3` Using `y = mx + c`: `y = 2x + (-3)` `y = 2x - 3` Example 2: Given two points Find the equation of the line passing through the points A(1, 5) and B(3, 9).

Solution: Step 1: Calculate the gradient (m): `m = (9 - 5) / (3 - 1) = 4 / 2 = 2` Step 2: Substitute m = 2 and point A(1, 5) into y = mx + c: `5 = 2(1) + c` `5 = 2 + c` `c = 3` Step 3: Write the final equation: `y = 2x + 3` Example 3: Given gradient and one point Find the equation of the line with a gradient of -1 passing through the point (2, 4).

Solution: Step 1: Substitute m = -1 and point (2, 4) into y = mx + c: `4 = (-1)(2) + c` `4 = -2 + c` `c = 6` Step 2: Write the final equation: `y = -x + 6` Example 4: Parallel and Perpendicular Lines A line L1 has the equation `y = 3x - 2`.

Find the equation of a line L2 that is: a) Parallel to L1 and passes through the point (1, 4). b) Perpendicular to L1 and passes through the point (1, 4).

Solution: a)

Parallel: Since L2 is parallel to L1, it has the same gradient. The gradient of L1 is `m1 = 3`.

Therefore, the gradient of L2 is `m2 = 3`. Now, we have the gradient `m2 = 3` and a point (1, 4). Substitute these into `y = mx + c`. `4 = 3(1) + c` `4 = 3 + c` `c = 1` The equation of L2 is `y = 3x + 1`. b)

Perpendicular: Since L2 is perpendicular to L1, its gradient is the negative reciprocal of L1's gradient. The gradient of L1 is `m1 = 3`.

Therefore, the gradient of L2 is `m2 = -1/3`. Now, we have the gradient `m2 = -1/3` and a point (1, 4). Substitute these into `y = mx + c`. `4 = (-1/3)(1) + c` `4 = -1/3 + c` `c = 4 + 1/3 = 13/3` The equation of L2 is `y = (-1/3)x + 13/3`. Guided Practice (With Solutions)

Question 1: Determine the equation of a straight line with a gradient of -4 and a y-intercept of

7. Solution: Given `m = -4` and `c = 7`. Using `y = mx + c`: `y = (-4)x + 7` `y = -4x + 7`

Commentary: This is a direct application of the standard equation form. Substitute the given values.

Question 2: Find the equation of the line passing through the points (0, -2) and (2, 4).

Solution: Step 1: Calculate the gradient: `m = (4 - (-2)) / (2 - 0) = 6 / 2 = 3` Step 2: The point (0, -2) gives us the y-intercept directly, `c = -2`.