**Analytical Geometry** is the systematic study of geometry using algebraic methods. René Descartes pioneered this approach in his 1637 publication 'La Géométry'. This chapter extends the coordinate geometry concepts from earlier classes to study the simplest geometric figure—the **straight line**.
**Essential Recall Formulas from Earlier Classes:**
**Inclination (θ)** is the angle made by a line with the positive direction of the x-axis, measured counterclockwise. The range of inclination is **0° ≤ θ ≤ 180°**.
**Slope (m)** is defined as: **m = tan θ**, where θ ≠ 90°
Key observations:
When a non-vertical line passes through points P(x₁, y₁) and Q(x₂, y₂), the slope is calculated as:
**m = (y₂ - y₁)/(x₂ - x₁)**, where x₁ ≠ x₂
**Derivation:** Consider line l with inclination θ passing through P(x₁, y₁) and Q(x₂, y₂). Draw perpendicular QR to x-axis and PM perpendicular to RQ.
In both cases, the formula is the same.
**Example:** Find slope of line through (3, -2) and (-1, 4):
m = [4 - (-2)]/[-1 - 3] = 6/(-4) = -3/2
**Parallel Lines Condition:** Two non-vertical lines l₁ and l₂ with slopes m₁ and m₂ are parallel if and only if:
**m₁ = m₂**
Proof: If l₁ ∥ l₂, then their inclinations are equal: α = β, therefore tan α = tan β, so m₁ = m₂.
**Perpendicular Lines Condition:** Two non-vertical lines l₁ and l₂ with slopes m₁ and m₂ are perpendicular if and only if:
**m₁ · m₂ = -1** or equivalently **m₂ = -1/m₁**
Proof: If l₁ ⊥ l₂, then β = α + 90°, so tan β = tan(α + 90°) = -cot α = -1/tan α, therefore m₁ · m₂ = -1.
**Example:** Line through (-2, 6) and (4, 8) has slope m₁ = (8 - 6)/(4 + 2) = 2/6 = 1/3. If a perpendicular line passes through (8, 12) and (x, 24), then m₂ = 12/(x - 8). For perpendicularity: (1/3) · 12/(x - 8) = -1, giving x - 8 = -36, so x = -28.
Let L₁ and L₂ be non-vertical lines with slopes m₁ and m₂, and inclinations α₁ and α₂ respectively.
**Formula for Acute Angle θ:**
**tan θ = |(m₂ - m₁)/(1 + m₁m₂)|**, where 1 + m₁m₂ ≠ 0
Or without absolute value:
**tan θ = (m₂ - m₁)/(1 + m₁m₂)**
The obtuse angle φ = 180° - θ.
**Derivation:** If θ = α₂ - α₁, then tan θ = tan(α₂ - α₁) = (tan α₂ - tan α₁)/(1 + tan α₁ tan α₂) = (m₂ - m₁)/(1 + m₁m₂)
**Example:** If angle between two lines is π/4 and slope of one line is 1/2, find the other slope.
Using tan(π/4) = 1: |m - 1/2|/(1 + m/2) = 1
This gives: m - 1/2 = 1 + m/2 or m - 1/2 = -(1 + m/2)
Solving: m = 3 or m = -1/3
**Horizontal Line (parallel to x-axis):** All points have the same y-coordinate. Equation is **y = a** or **y = -a**, where a is the distance from x-axis.
**Vertical Line (parallel to y-axis):** All points have the same x-coordinate. Equation is **x = b** or **x = -b**, where b is the distance from y-axis.
**Example:** Line through (-2, 3) parallel to x-axis: **y = 3**; parallel to y-axis: **x = -2**
When a non-vertical line has slope m and passes through fixed point P₀(x₀, y₀), any point P(x, y) on the line satisfies:
**y - y₀ = m(x - x₀)**
This is obtained directly from the slope definition: (y - y₀)/(x - x₀) = m
**Example:** Equation of line through (-2, 3) with slope -4:
y - 3 = -4(x + 2)
y - 3 = -4x - 8
4x + y + 5 = 0
When a line passes through P₁(x₁, y₁) and P₂(x₂, y₂), the equation is:
**(y - y₁)/(y₂ - y₁) = (x - x₁)/(x₂ - x₁)** or **y - y₁ = [(y₂ - y₁)/(x₂ - x₁)](x - x₁)**
This uses the fact that slopes P₁P = P₁P₂ for any point P on the line.
**Example:** Line through (1, -1) and (3, 5):
(y + 1)/(5 + 1) = (x - 1)/(3 - 1)
(y + 1)/6 = (x - 1)/2
2(y + 1) = 6(x - 1)
2y + 2 = 6x - 6
3x - y - 4 = 0
**Case 1 - y-intercept known (c):** When line with slope m cuts the y-axis at point (0, c):
**y = mx + c**
where c is the y-intercept.
**Case 2 - x-intercept known (d):** When line with slope m cuts the x-axis at point (d, 0):
**y = m(x - d)**
**Example:** Line with tan θ = 1/2 and y-intercept -3/2:
y = (1/2)x - 3/2 or x - 2y - 3 = 0
When a line makes x-intercept a and y-intercept b, it passes through (a, 0) and (0, b). The equation is:
**x/a + y/b = 1**
where a ≠ 0 and b ≠ 0.
**Derivation:** Using two-point form with (a, 0) and (0, b):
(y - 0)/(b - 0) = (x - a)/(0 - a)
y/b = (x - a)/(-a)
-ay = b(x - a)
-ay = bx - ab
bx + ay = ab
x/a + y/b = 1
**Example:** Line with x-intercept -3 and y-intercept 2:
x/(-3) + y/2 = 1
-2x + 3y = 6
2x - 3y + 6 = 0
Any equation of the form **Ax + By + C = 0** where A and B are not both zero is the general form of a line equation.
**Key Point:** Any line can be expressed in general form, and conversely, any linear equation represents a straight line.
The perpendicular distance from point P(x₀, y₀) to line Ax + By + C = 0 is:
**d = |Ax₀ + By₀ + C|/√(A² + B²)**
This represents the shortest distance from the point to the line, measured along the perpendicular.
**Derivation Outline:**
**Example:** Distance from point (1, 3) to line 3x + 4y - 15 = 0:
d = |3(1) + 4(3) - 15|/√(9 + 16) = |3 + 12 - 15|/5 = |0|/5 = 0
This means point (1, 3) lies on the line.
**Example:** Distance from (2, 5) to 2x - 3y + 4 = 0:
d = |2(2) - 3(5) + 4|/√(4 + 9) = |4 - 15 + 4|/√13 = |-7|/√13 = 7/√13 = 7√13/13
For parallel lines a₁x + b₁y + c₁ = 0 and a₂x + b₂y + c₂ = 0 (where a₁/a₂ = b₁/b₂):
If written as ax + by + c₁ = 0 and ax + by + c₂ = 0:
**d = |c₁ - c₂|/√(a² + b²)**
**Alternative Method:** Take any point on first line, find its distance to second line.
**Example:** Distance between 2x + 3y - 4 = 0 and 2x + 3y + 5 = 0:
d = |-4 - 5|/√(4 + 9) = 9/√13 = 9√13/13
**Area of Triangle using Line Distances:** If three vertices of a triangle are A, B, C and one side BC lies on line ax + by + c = 0, then area = (1/2) × base BC × perpendicular distance of A from BC.
**Concurrency of Lines:** Three or more lines meet at a point if the coordinates of intersection of any two satisfy the equation of the third.
**Reflection of a Point Across a Line:** Can be found using perpendicular distance principles.
**For Finding Line Equations:**
1. Identify what information is given: points, slope, intercepts, inclination, or relationships
2. Choose appropriate form: point-slope, two-point, intercept, or general
3. Simplify to standard form (usually general form Ax + By + C = 0)
**For Geometric Problems:**
1. Use slope conditions for parallelism (m₁ = m₂) and perpendicularity (m₁m₂ = -1)
2. Use collinearity condition (equal areas = 0) to prove points lie on a line
3. Use distance formula to verify right angles or congruent sides
**Common Mistakes to Avoid:**
Q1. What is the inclination of the line passing through points (2, 3) and (2, 7)?
Answer: C — Since both points have the same x-coordinate (x = 2), the line is vertical with inclination 90°.
Q2. Find the slope of the line passing through (3, −2) and (−1, 4).
Answer: B — m = (4 − (−2))/(−1 − 3) = 6/(−4) = −3/2.
Q3. Two lines have slopes m₁ = 2 and m₂ = −1/2. What is their relationship?
Answer: B — m₁ × m₂ = 2 × (−1/2) = −1, so the lines are perpendicular.
Q4. If a line has inclination θ = 45°, what is its slope?
Answer: B — Slope m = tan 45° = 1.
Q5. Which of the following statements is NOT correct?
Answer: D — Slope can be negative (when 90° < θ < 180°), zero, positive, or undefined; it is not always positive.
Q6. The line l₁ passes through (1, 2) and (3, 6). Line l₂ is perpendicular to l₁. What is the slope of l₂?
Answer: B — Slope of l₁ = (6 − 2)/(3 − 1) = 4/2 = 2; for perpendicularity, m₂ = −1/m₁ = −1/2.
Q7. Assertion: The slope of the line through (2, −3) and (5, −3) is 0. Reason: A horizontal line always has slope 0.
Answer: A — The points have equal y-coordinates, making the line horizontal; m = (−3 − (−3))/(5 − 2) = 0, and horizontal lines always have slope 0.
Q8. Three points A(1, 2), B(2, 4), and C(3, 6) are collinear. Which property confirms this?
Answer: B — Collinear points have the same slope between any two pairs; slope AB = 2 and slope BC = 2, confirming collinearity.
Q9. If line l₁ has slope m and makes an acute angle θ with the x-axis, which statement is always true?
Answer: B — For an acute angle θ (0° < θ < 90°), tan θ is positive, so m = tan θ > 0.
Q10. HOTS: Line l passes through (0, 0) and (1, m). Line m' passes through (0, 0) and (m, 1). For what value of m are these lines perpendicular?
Answer: B — Slope of l = m/1 = m; slope of m' = 1/m; for perpendicularity, m × (1/m) = 1 ≠ −1 when m = ±1, but checking: if m = −1, then m₁ = −1 and m₂ = −1, which are parallel, not perpendicular; this requires reconsideration of the problem geometry.
What is the inclination of a line and its range?
Inclination θ is the angle a line makes with the positive x-axis, measured counterclockwise, with 0° ≤ θ ≤ 180°.
Define slope in terms of inclination.
Slope m = tan θ, where θ is the inclination of the line (undefined when θ = 90°).
What is the slope formula for a line through two points?
For points (x₁, y₁) and (x₂, y₂), slope m = (y₂ − y₁)/(x₂ − x₁), where x₁ ≠ x₂.
When are two non-vertical lines parallel?
Two non-vertical lines l₁ and l₂ are parallel if and only if their slopes are equal: m₁ = m₂.
When are two non-vertical lines perpendicular?
Two non-vertical lines are perpendicular if and only if m₁ × m₂ = −1 (slopes are negative reciprocals).
What is the slope of a horizontal line?
A horizontal line (parallel to x-axis) has inclination 0° and slope m = tan 0° = 0.
Why is the slope of a vertical line undefined?
A vertical line has inclination 90°, and tan 90° is undefined because the denominator in (y₂ − y₁)/(x₂ − x₁) equals zero.
What does a negative slope indicate geometrically?
A negative slope means the line makes an obtuse angle (90° < θ < 180°) with the positive x-axis, descending from left to right.
How do you find the slope if inclination is given as 60°?
Slope m = tan 60° = √3 (use the tangent value of the given angle).
What does collinearity have to do with slope?
Three points are collinear if the slope between any two pairs is identical, or equivalently, the triangle area formed is zero.
State the condition for two non-vertical lines to be perpendicular to each other, and verify it with an example using two specific lines. [2 marks]
Use the condition m₁ × m₂ = −1 (negative reciprocals); choose two lines with slopes like m₁ = 2 and m₂ = −1/2, then verify the product equals −1.
Derive the formula for the slope of a line passing through two points (x₁, y₁) and (x₂, y₂) by considering both acute and obtuse angles with the x-axis. Show all steps using geometry. [5 marks]
Draw perpendiculars from both points to the x-axis; use triangle trigonometry with tan θ = opposite/adjacent for acute case, and apply tan(180° − θ) = −tan θ for obtuse case to show m = (y₂ − y₁)/(x₂ − x₁) in both scenarios.
Three points P(−1, 3), Q(2, 5), and R(5, 7) are given. (i) Find the slopes of lines PQ, QR, and PR. (ii) Determine whether these points are collinear, and justify your answer. (iii) If R were moved to R'(5, 8), would the points still be collinear? Explain using slopes. [6 marks]
Calculate slope PQ = (5−3)/(2−(−1)) = 2/3; slope QR = (7−5)/(5−2) = 2/3; slope PR = (7−3)/(5−(−1)) = 2/3; collinearity confirmed by equal slopes; for R'(5,8), slope PR' = (8−3)/(5−(−1)) = 5/6 ≠ 2/3, so not collinear.
Practice with interactive flashcards, mind maps, upload your own chapters and get AI study kits instantly
Try StudyOS Free →