Detailed Notes on Straight Lines
9.1 Introduction to Coordinate Geometry
- Coordinate Geometry: A blend of algebra and geometry developed by René Descartes. It allows for the representation of geometrical shapes through algebraic equations.
- Recap on basic elements of coordinate geometry before introducing straight lines: points, distance, section formula, area, etc.
- Important formulas revisited include the distance between two points, coordinates dividing a segment, and the area of a triangle formed by three points.
9.2 Slope of a Line
- Definition of Slope: The slope of a line measures its steepness and is defined as the tangent of the angle (θ) that the line makes with the positive x-axis, denoted as
m = tan(θ). Slope has distinct values for horizontal lines (0), vertical lines (undefined), and is positive or negative depending on the angle.
- Calculating Slope: For two points P(x1, y1) and Q(x2, y2) on a line:
- If the slope is defined:
[ m = \frac{y2 - y1}{x2 - x1} ]
- If vertical, slope is not defined.
9.2.2 Conditions for Parallelism and Perpendicularity
- Parallel Lines: Two lines are parallel if their slopes are equal:
- Perpendicular Lines: Lines are perpendicular if the product of their slopes is -1:
9.2.3 Angle Between Two Lines
- The angle (θ) between two lines having slopes m1 and m2 can be calculated with:
[ tan(θ) = \frac{m2 - m1}{1 + m1 * m2} ]
- This formula accounts for acute and obtuse angles between lines.
9.3 Various Forms of Equation of a Line
Different forms to represent a line:
- Horizontal & Vertical Lines:
- Horizontal:
y = c
- Vertical:
x = a
- Point-Slope Form: Given a point (x0, y0) and slope m:
[ y - y0 = m(x - x0) ]
- Two-Point Form: For points (x1, y1) and (x2, y2):
[ \frac{y - y1}{y2 - y1} = \frac{x - x1}{x2 - x1} ]
- Slope-Intercept Form: If a line has slope m and y-intercept c:
[ y = mx + c ]
- Intercept Form: For intercepts a (x-axis) and b (y-axis):
[ \frac{x}{a} + \frac{y}{b} = 1 ]
9.4 Distance of a Point From a Line
- Distance formula to find the perpendicular distance d from a point (x1, y1) to the line Ax + By + C = 0:
[ d = \frac{Ax1 + By1 + C}{\sqrt{A^2 + B^2}} ]
- Distance between two parallel lines of the same slope can also be calculated as:
[ d = \frac{|C1 - C2|}{\sqrt{A^2 + B^2}} ]
Examples and Exercises
For practical understanding, the chapter includes several examples to find slopes, equations of lines, distances, and points satisfying given conditions, backed by exercises that reinforce these concepts.
Important Notes
- Understanding relationships between slopes of various lines is key to solving geometrical problems in coordinate geometry.
- Installation of formulas and the implications of different equations are foundational to more complex topics in geometry and calculus beyond this chapter.