ICSE Class 10 Mathematics — Chapter 14 Master Notes
A linear equation in two variables of first degree ($ax + by + c = 0$) represents a straight line in a Cartesian coordinate plane.
Master Method: Testing if Point Lies on Line / Finding Parameter:
To check if $P(x_1, y_1)$ lies on line $ax + by + c = 0$, substitute $x = x_1$ and $y = y_1$. If $\text{LHS} = \text{RHS}$, the point lies on the line. If a point $(k, 2)$ lies on $3x - 8y = 2$, substitute $x=k, y=2 \implies 3k - 16 = 2 \implies k = 6$.
1. Inclination of a Line ($\theta$): The angle $\theta$ which the line makes with the positive direction of the $x$-axis, measured in the anti-clockwise direction ($0^\circ \le \theta < 180^\circ$).
2. Slope or Gradient ($m$): The tangent of inclination $\theta$ of a line is called its slope or gradient, denoted by $m$.
$$m = \tan \theta$$
Slope Formula Through Two Points:
The slope $m$ of a line passing through points $P(x_1, y_1)$ and $Q(x_2, y_2)$ is:
$$m = \frac{y_2 - y_1}{x_2 - x_1} = \frac{y_1 - y_2}{x_1 - x_2} = \frac{\text{Difference of Ordinates}}{\text{Difference of Abscissae}}$$
Slope Conditions for Parallel and Perpendicular Lines:
$$m_1 = m_2$$
$$m_1 \times m_2 = -1 \implies m_2 = -\frac{1}{m_1}$$
Three or more points $A, B$, and $C$ are said to be collinear if they lie on the same straight line.
Condition: Points $A, B$, and $C$ are collinear if and only if:
$$\text{Slope of } AB = \text{Slope of } BC = \text{Slope of } AC$$
Standard Forms of Straight Line Equations:
$$y = mx + c$$
$$y - y_1 = m(x - x_1)$$
$$y - y_1 = \left(\frac{y_2 - y_1}{x_2 - x_1}\right)(x - x_1)$$
$$\frac{x}{a} + \frac{y}{b} = 1$$
$$y = x + c \quad \text{or} \quad y = -x + c$$
Converting general form $ax + by + c = 0$ into slope-intercept form $y = mx + c$:
$$by = -ax - c \implies y = \left(-\frac{a}{b}\right)x + \left(-\frac{c}{b}\right)$$Visualizing Given Line $L_1: 2x + 3y + 4 = 0$ (Slope $-2/3$) and Perpendicular Line $L_2: 3x - 2y = 12$ (Slope $3/2$).
Example 1 (Finding Slope & Inclination): Find the slope and inclination of the line passing through points $A(-2, 3)$ and $B(2, 7)$.
Solution:
$$m = \frac{y_2 - y_1}{x_2 - x_1} = \frac{7 - 3}{2 - (-2)} = \frac{4}{4} = 1$$Since $m = \tan \theta = 1 \implies \theta = 45^\circ$.
Answer: Slope $= 1$, Inclination $= 45^\circ$.
Example 2 (Equation of Parallel Line): Find the equation of a line passing through $(2, -1)$ and parallel to the line $2x - y = 4$.
Solution:
Convert given line $2x - y = 4 \implies y = 2x - 4$. Slope $m = 2$.
Since the required line is parallel, its slope $m = 2$.
Using Point-Slope form with $(x_1, y_1) = (2, -1)$:
$$y - (-1) = 2(x - 2) \implies y + 1 = 2x - 4 \implies y = 2x - 5 \quad \text{or} \quad 2x - y - 5 = 0$$Example 3 (Equation of Perpendicular Line): Find the equation of the line passing through $(-2, 3)$ and perpendicular to the line $2x + 3y + 4 = 0$.
Solution:
Slope of given line $2x + 3y + 4 = 0$ is $m_1 = -\frac{a}{b} = -\frac{2}{3}$.
For perpendicular line, $m_2 = -\frac{1}{m_1} = \frac{3}{2}$.
Using Point-Slope form with $(x_1, y_1) = (-2, 3)$:
$$y - 3 = \frac{3}{2}(x - (-2)) \implies 2(y - 3) = 3(x + 2)$$ $$2y - 6 = 3x + 6 \implies 3x - 2y + 12 = 0 \quad \text{or} \quad 2y = 3x + 12$$Example 4 (Perpendicular Bisector of Segment): Given $A(-5, 2)$ and $B(1, -4)$. Find the equation of the perpendicular bisector of segment $AB$.
Solution:
1. Midpoint $P$ of $AB$:
$$P = \left( \frac{-5 + 1}{2}, \frac{2 + (-4)}{2} \right) = \left( \frac{-4}{2}, \frac{-2}{2} \right) = (-2, -1)$$2. Slope of segment $AB$:
$$m_{AB} = \frac{-4 - 2}{1 - (-5)} = \frac{-6}{6} = -1$$3. Slope of perpendicular bisector $m = -\frac{1}{-1} = 1$.
4. Equation passing through $P(-2, -1)$ with slope $m = 1$:
$$y - (-1) = 1(x - (-2)) \implies y + 1 = x + 2 \implies y = x + 1$$Example 5 (Rhombus Diagonal Equation): $ABCD$ is a rhombus. Vertices $A$ and $C$ are $(3, 6)$ and $(-1, 2)$ respectively. Find the equation of diagonal $BD$.
Solution:
Diagonals of a rhombus bisect each other at right angles ($90^\circ$).
1. Intersection point $P$ is the midpoint of $AC$:
$$P = \left( \frac{3 + (-1)}{2}, \frac{6 + 2}{2} \right) = (1, 4)$$2. Slope of diagonal $AC$:
$$m_{AC} = \frac{2 - 6}{-1 - 3} = \frac{-4}{-4} = 1$$3. Slope of diagonal $BD$ (perpendicular to $AC$): $m_{BD} = -1$.
4. Equation of $BD$ through $P(1, 4)$ with slope $-1$:
$$y - 4 = -1(x - 1) \implies y - 4 = -x + 1 \implies x + y = 5$$| Target Concept | Given Input | Direct Formula |
|---|---|---|
| Slope ($m$) | Inclination $\theta$ | $m = \tan \theta$ |
| Slope ($m$) | Two points $(x_1,y_1), (x_2,y_2)$ | $m = \frac{y_2-y_1}{x_2-x_1}$ |
| Parallel Condition | Slopes $m_1, m_2$ | $m_1 = m_2$ |
| Perpendicular Condition | Slopes $m_1, m_2$ | $m_1 \times m_2 = -1$ |
| Slope from General Form | Equation $ax + by + c = 0$ | $m = -\frac{a}{b}$ |
| Slope-Intercept Form | Slope $m$, y-intercept $c$ | $y = mx + c$ |
| Point-Slope Form | Slope $m$, Point $(x_1,y_1)$ | $y - y_1 = m(x - x_1)$ |
BOARD Three vertices of parallelogram $ABCD$ taken in order are $A(3, 6)$, $B(5, 10)$, and $C(3, 2)$. Find:
BOARD In right $\triangle ABC$ at $B$, $AB = 6\text{ cm}, DE = 4\text{ cm}, AC = 15\text{ cm}$ with $DE \perp BC$. Find the ratio of areas $\text{Area}(\triangle ABC) : \text{Area}(\triangle DEC)$.
BOARD Find the equation of the line passing through $(-2, 1)$ and perpendicular to the line $4x + 5y = 6$.
BOARD $ABCD$ is a parallelogram where $A(x, y)$, $B(5, 8)$, $C(4, 7)$, and $D(2, -4)$. Find coordinates of $A$ and equation of diagonal $BD$.
BOARD The equation of a line is $3x + 4y - 7 = 0$. Find:
BOARD $A(7, -3)$ and $B(1, 9)$ are given points. Find:
BOARD Line $AB$ passing through $A(0, 3)$ and $B(3, 4)$ intersects $CD$ at $P(3, 4)$. Find equations of $AB$ and $CD$ if inclination of $CD$ is $60^\circ$.