Basic Concepts (Recap)

Coordinate geometry provides a powerful connection between algebra and geometry, allowing us to represent geometric figures as algebraic equations.

  • Distance Formula: The distance between two points P(x1,y1)P(x_1, y_1) and Q(x2,y2)Q(x_2, y_2) is found using the Pythagorean theorem.

d=(x2x1)2+(y2y1)2d = \sqrt{(x_2-x_1)^2 + (y_2-y_1)^2}

  • Section Formula: The coordinates of a point dividing the line segment joining (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2) internally in the ratio m:nm:n are given by a weighted average.

(mx2+nx1m+n,my2+ny1m+n)(\frac{mx_2+nx_1}{m+n}, \frac{my_2+ny_1}{m+n})

Slope of a Line

The slope or gradient (denoted by 'm') of a line is a measure of its steepness and direction. It represents the rate of change in the vertical direction (rise) for each unit of change in the horizontal direction (run).

  • Definition: If θ\theta is the angle a line makes with the positive x-axis (its inclination), then its slope is:

m=tanθm = \tan\theta

  • Slope from Two Points: The slope of a non-vertical line passing through the points (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2) is:

m=RiseRun=y2y1x2x1m = \frac{\text{Rise}}{\text{Run}} = \frac{y_2 - y_1}{x_2 - x_1}

  • A horizontal line has an inclination of 00^\circ, so its slope is m=tan(0)=0m=\tan(0^\circ)=0.

  • A vertical line has an inclination of 9090^\circ, and its slope is m=tan(90)m=\tan(90^\circ), which is undefined.

Conditions on Slopes

  • Parallel Lines: Two lines are parallel if and only if they have the same steepness and direction. Thus, their slopes must be equal.

m1=m2m_1 = m_2

  • Perpendicular Lines: Two lines are perpendicular if and only if their slopes are negative reciprocals of each other. This means their product is -1.

m1m2=1m_1 m_2 = -1

Angle Between Two Lines

If θ\theta is the acute angle between two intersecting lines with slopes m1m_1 and m2m_2, it can be found using the formula:

tanθ=m2m11+m1m2\tan\theta = \left| \frac{m_2 - m_1}{1 + m_1 m_2} \right|

Example 1: Slope and Inclination

Question: Find the slope of a line which passes through the origin and the mid-point of the line segment joining the points P(0, -4) and B(8, 0).

Solution:

Step 1: Find the mid-point of the segment PB.

Mid-point M = (x1+x22,y1+y22)=(0+82,4+02)=(4,2)(\frac{x_1+x_2}{2}, \frac{y_1+y_2}{2}) = (\frac{0+8}{2}, \frac{-4+0}{2}) = (4, -2).

Step 2: Find the slope of the line passing through the origin O(0,0) and M(4, -2).

m=y2y1x2x1=2040=24=12m = \frac{y_2 - y_1}{x_2 - x_1} = \frac{-2 - 0}{4 - 0} = -\frac{2}{4} = -\frac{1}{2}


Example 2: Deriving the Point-Slope Form

Question: A line passes through (x1,y1)(x_1, y_1) and (h,k)(h, k). If the slope of the line is m, show that ky1=m(hx1)k-y_1 = m(h-x_1).

Solution:

This demonstrates the derivation of the point-slope form, a fundamental equation for a line.

By definition, the slope 'm' of the line passing through the two points is:

m=change in ychange in x=ky1hx1m = \frac{\text{change in y}}{\text{change in x}} = \frac{k - y_1}{h - x_1}

To remove the fraction, we multiply both sides by the denominator (hx1)(h-x_1):

m(hx1)=ky1m(h - x_1) = k - y_1

This is the point-slope relationship, which is often written as yy1=m(xx1)y-y_1=m(x-x_1).


Example 3: Collinearity of Points

Question: Using the concept of slope, show that the points A(4, 4), B(3, 5), and C(1, 7) are collinear.

Solution:

Three points are collinear (lie on the same straight line) if the slope between any two pairs of the points is the same.

  • Slope of AB: mAB=5434=11=1m_{AB} = \frac{5-4}{3-4} = \frac{1}{-1} = -1.

  • Slope of BC: mBC=7513=22=1m_{BC} = \frac{7-5}{1-3} = \frac{2}{-2} = -1.

Since mAB=mBCm_{AB} = m_{BC} and they share a common point B, the points A, B, and C must lie on the same line. Thus, they are collinear.


Example 4: Angle Between Two Lines

Question: Find the acute angle between two lines whose slopes are 3\sqrt{3} and 1/31/\sqrt{3}.

Solution:

Let m1=3m_1 = \sqrt{3} and m2=1/3m_2 = 1/\sqrt{3}. We use the formula for the angle between two lines:

tanθ=m2m11+m1m2=1/331+(3)(1/3)\tan\theta = \left| \frac{m_2 - m_1}{1 + m_1 m_2} \right| = \left| \frac{1/\sqrt{3} - \sqrt{3}}{1 + (\sqrt{3})(1/\sqrt{3})} \right|

=(13)/31+1=2/32=13=13= \left| \frac{(1-3)/\sqrt{3}}{1+1} \right| = \left| \frac{-2/\sqrt{3}}{2} \right| = \left|-\frac{1}{\sqrt{3}}\right| = \frac{1}{\sqrt{3}}

Since tanθ=1/3\tan\theta = 1/\sqrt{3}, the acute angle θ\theta is 3030^\circ or π/6\pi/6 radians.