Straight Lines
Straight Lines — Study Notes
NCERT-aligned · 8 notes · 3 shown free
9.1 Introduction
Explanation9.1 Introduction
Coordinate geometry, also known as analytical geometry, is the study of geometry using algebraic methods. This approach was pioneered by René Descartes in 1637 through his work 'La Géometry', which introduced the notion of the equation of a curve and analytical methods into geometry. Analytical geometry combines algebra and geometry to study geometric figures using coordinate systems. Earlier classes introduced the basics of coordinate geometry including coordinate axes, coordinate plane, plotting points, distance between points, and section formulae. For example, the point (6, -4) lies 6 units from the y-axis along the positive x-axis and 4 units below the x-axis along the negative y-axis. The distance between two points P(x1, y1) and Q(x2, y2) is given by PQ = √[(x2 - x1)² + (y2 - y1)²]. The coordinates of a point dividing a segment internally in ratio m:n are ((m x2 + n x1)/(m + n), (m y2 + n y1)/(m + n)). The midpoint is a special case where m = n, giving midpoint coordinates ((x1 + x2)/2, (y1 + y2)/2). The area of a triangle with vertices (x1, y1), (x2, y2), and (x3, y3) is (1/2) |x1(y2 - y3) + x2(y3 - y1) + x3(y1 - y2)|. If this area is zero, the points are collinear. This chapter focuses on the straight line, the simplest geometric figure, and its algebraic representation, with the slope being a key concept.
- Coordinate geometry combines algebra and geometry using coordinate systems.
- René Descartes introduced analytical geometry in 1637.
- Distance between two points P(x1, y1) and Q(x2, y2) is √[(x2 - x1)² + (y2 - y1)²].
- Coordinates of a point dividing a segment internally in ratio m:n are ((m x2 + n x1)/(m + n), (m y2 + n y1)/(m + n)).
- Midpoint of a segment is the special case where m = n.
- Area of triangle with vertices (x1, y1), (x2, y2), (x3, y3) is (1/2) |x1(y2 - y3) + x2(y3 - y1) + x3(y1 - y2)|; zero area implies collinearity.
- 📌 Coordinate geometry: Study of geometry using algebraic methods.
- 📌 Slope: Measure of steepness of a line (to be discussed later).
- 📌 Collinear points: Points lying on the same straight line.
9.2 Slope of a Line
Concept9.2 Slope of a Line
The slope of a line is a fundamental concept in coordinate geometry that measures the steepness or inclination of the line. A line in the coordinate plane forms two supplementary angles with the x-axis. The angle θ (0° ≤ θ ≤ 180°) made by the line with the positive direction of the x-axis, measured anticlockwise, is called the inclination of the line. Lines parallel to the x-axis have inclination 0°, while vertical lines parallel to the y-axis have inclination 90°. The slope m of the line is defined as m = tan θ, except when θ = 90°, where the slope is undefined. The slope of the x-axis is zero, and the slope of the y-axis is undefined. The slope can be calculated if two points on the line are known. For points P(x1, y1) and Q(x2, y2) on a non-vertical line, the slope m = (y2 - y1)/(x2 - x1), provided x1 ≠ x2. This formula holds whether the angle θ is acute or obtuse, as shown by geometric reasoning. The slope is positive if the line rises from left to right and negative if it falls. The slope is zero for horizontal lines and undefined for vertical lines.
- Inclination θ of a line is the angle with positive x-axis, 0° ≤ θ ≤ 180°.
- Slope m = tan θ, undefined for vertical lines (θ = 90°).
- Slope of x-axis is 0; slope of y-axis is undefined.
- Slope between two points P(x1, y1) and Q(x2, y2) is m = (y2 - y1)/(x2 - x1), x1 ≠ x2.
- Slope positive for lines rising left to right; negative for falling lines.
- Formula for slope holds for both acute and obtuse inclinations.
- 📌 Slope: Ratio of vertical change to horizontal change between two points on a line.
- 📌 Inclination: Angle a line makes with the positive x-axis.
- 📌 Vertical line: Line with undefined slope.
9.2.2 Conditions for parallelism and perpendicularity of lines in terms of their slopes
Concept9.2.2 Conditions for parallelism and perpendicularity of lines in terms of their slopes
Two non-vertical lines l1 and l2 with slopes m1 and m2 respectively are parallel if and only if their slopes are equal, i.e., m1 = m2. This follows because parallel lines have equal inclinations. Conversely, if m1 = m2, the lines are parallel. Two li
Practice Questions — Straight Lines
Includes NCERT exercise questions with answers
Q1.1. Draw a quadrilateral in the Cartesian plane, whose vertices are $(-4, 5)$ , $(0, 7)$ , $(5, -5)$ and $(-4, -2)$ . Also, find its area.
Answer:
To draw the quadrilateral, plot the points (-4,5), (0,7), (5,-5), and (-4,-2) on the Cartesian plane and join them in order. To find the area, use the shoelace formula: Vertices in order: A(-4,5), B(0,7), C(5,-5), D(-4,-2) Area = (1/2) |x1y2 + x2y3 + x3y4 + x4y1 - (y1x2 + y2x3 + y3x4 + y4x1)| = (1/2) |(-4)(7) + 0(-5) + 5(-2) + (-4)(5) - [5(0) + 7(5) + (-5)(-4) + (-2)(-4)]| = (1/2) |(-28) + 0 + (-10) + (-20) - [0 + 35 + 20 + 8]| = (1/2) |(-58) - 63| = (1/2) |-121| = 60.5 units² So, the area of the quadrilateral is 60.5 square units.
Explanation:
Plot the points and join them to form the quadrilateral. Use the shoelace formula for area calculation by substituting the coordinates in order and simplifying.
Q2.2. The base of an equilateral triangle with side $2a$ lies along the $y$ -axis such that the mid-point of the base is at the origin. Find vertices of the triangle.
Answer:
Given an equilateral triangle with side length 2a, base lies along y-axis with midpoint at origin. Base endpoints: Since base length = 2a along y-axis, and midpoint at origin, the base vertices are at (0, a) and (0, -a). To find the third vertex, let it be at (x, 0) on x-axis (since base is vertical, the apex lies on x-axis). Distance from apex to each base vertex = side length = 2a. Using distance formula: Distance between (x,0) and (0,a) = 2a \Rightarrow \sqrt{(x-0)^2 + (0 - a)^2} = 2a \Rightarrow x^2 + a^2 = 4a^2 \Rightarrow x^2 = 3a^2 \Rightarrow x = \pm a\sqrt{3} So, the third vertex is at (a\sqrt{3}, 0) or (-a\sqrt{3}, 0). Vertices of the triangle are: (0, a), (0, -a), and (a\sqrt{3}, 0) (or (-a\sqrt{3}, 0)).
Explanation:
Base vertices are on y-axis at (0,a) and (0,-a). The third vertex lies on x-axis. Using distance formula equating side length, solve for x-coordinate of apex.
Q3.3. Find the distance between P(x_1, y_1) and Q(x_2, y_2) when: (i) PQ is parallel to the y-axis, (ii) PQ is parallel to the x-axis.
Answer:
(i) If PQ is parallel to y-axis, then x-coordinates of P and Q are the same, i.e., x_1 = x_2. Distance = |y_2 - y_1| (ii) If PQ is parallel to x-axis, then y-coordinates of P and Q are the same, i.e., y_1 = y_2. Distance = |x_2 - x_1|
Explanation:
For line parallel to y-axis, horizontal distance is zero, so distance is vertical difference. For line parallel to x-axis, vertical distance is zero, so distance is horizontal difference.
Q4.4. Find a point on the x-axis, which is equidistant from the points (7, 6) and (3, 4).
Answer:
Let the point on x-axis be (x, 0). Distance from (7,6) to (x,0): \sqrt{(x - 7)^2 + (0 - 6)^2} = \sqrt{(x - 7)^2 + 36} Distance from (3,4) to (x,0): \sqrt{(x - 3)^2 + (0 - 4)^2} = \sqrt{(x - 3)^2 + 16} Equate distances: \sqrt{(x - 7)^2 + 36} = \sqrt{(x - 3)^2 + 16} Square both sides: (x - 7)^2 + 36 = (x - 3)^2 + 16 Expand: (x^2 - 14x + 49) + 36 = (x^2 - 6x + 9) + 16 Simplify: x^2 - 14x + 85 = x^2 - 6x + 25 Cancel x^2: -14x + 85 = -6x + 25 Bring variables to one side: -14x + 6x = 25 - 85 -8x = -60 x = \frac{-60}{-8} = 7.5 Therefore, the point is (7.5, 0).
Explanation:
Let the point be (x,0). Equate distances from given points to this point and solve for x.
Q5.5. 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).
Answer:
Mid-point of P(0, -4) and B(8, 0) is: \left( \frac{0 + 8}{2}, \frac{-4 + 0}{2} \right) = (4, -2) Slope of line passing through origin (0,0) and (4,-2) is: \frac{-2 - 0}{4 - 0} = \frac{-2}{4} = -\frac{1}{2}
Explanation:
Calculate mid-point of given points, then use slope formula between origin and mid-point.
Q6.6. Without using the Pythagoras theorem, show that the points (4, 4), (3, 5) and (-1, -1) are the vertices of a right angled triangle.
Answer:
To show the triangle is right angled without Pythagoras theorem, check if the slopes of any two sides are negative reciprocals (indicating perpendicularity). Points: A(4,4), B(3,5), C(-1,-1) Slope AB = (5 - 4)/(3 - 4) = 1 / (-1) = -1 Slope BC = (-1 - 5)/(-1 - 3) = (-6)/(-4) = 3/2 Slope AC = (-1 - 4)/(-1 - 4) = (-5)/(-5) = 1 Check if any two slopes multiply to -1: Slope AB * Slope AC = -1 * 1 = -1 Therefore, AB is perpendicular to AC. Hence, triangle ABC is right angled at A.
Explanation:
Calculate slopes of sides and check for perpendicularity by verifying product of slopes is -1.
Q7.7. Find the slope of the line, which makes an angle of 30° with the positive direction of y-axis measured anticlockwise.
Answer:
The slope m of a line making an angle θ with the positive x-axis is m = tan θ. Here, the line makes 30° with positive y-axis anticlockwise. Angle with positive x-axis = 90° - 30° = 60° Therefore, slope m = tan 60° = \sqrt{3}.
Explanation:
Since slope is tan of angle with x-axis, convert angle from y-axis to x-axis by subtracting from 90°, then find tan.
Q8.8. Without using distance formula, show that points (-2, -1), (4, 0), (3, 3) and (-3, 2) are the vertices of a parallelogram.
Answer:
To show the quadrilateral is a parallelogram without distance formula, show that opposite sides are parallel by comparing slopes. Points: A(-2,-1), B(4,0), C(3,3), D(-3,2) Slope AB = (0 +1)/(4 + 2) = 1/6 Slope DC = (3 - 2)/(3 + 3) = 1/6 Slope BC = (3 - 0)/(3 - 4) = 3 / (-1) = -3 Slope AD = (2 + 1)/(-3 + 2) = 3 / (-1) = -3 Since AB || DC and BC || AD, the quadrilateral ABCD is a parallelogram.
Explanation:
Calculate slopes of opposite sides and verify they are equal, confirming parallelism and hence parallelogram.
All 14 Chapters in Mathematics
Mathematics · Class 11