Menu Top
Complete Course of Mathematics
Topic 1: Numbers & Numerical Applications Topic 2: Algebra Topic 3: Quantitative Aptitude
Topic 4: Geometry Topic 5: Construction Topic 6: Coordinate Geometry
Topic 7: Mensuration Topic 8: Trigonometry Topic 9: Sets, Relations & Functions
Topic 10: Calculus Topic 11: Mathematical Reasoning Topic 12: Vectors & Three-Dimensional Geometry
Topic 13: Linear Programming Topic 14: Index Numbers & Time-Based Data Topic 15: Financial Mathematics
Topic 16: Statistics & Probability


Content On This Page
Distance of a Point from a Line Formula Distance Between Two Parallel Lines Family of Lines Passing Through the Intersection of Two Given Lines


Straight Lines: Distance and Family of Lines



Distance of a Point from a Line Formula

A fundamental problem in coordinate geometry is determining the shortest distance from a given point to a given straight line. The shortest distance between a point and a line is always measured along the perpendicular segment from the point to the line. The formula for this distance is a powerful tool for solving various geometric problems.

Problem Statement

Given a point $P$ with coordinates $(x_1, y_1)$ and a straight line $L$ defined by the general equation $Ax + By + C = 0$, where $A, B, C$ are real coefficients and $A^2 + B^2 \neq 0$. We want to find the perpendicular distance, denoted by $d$, from the point $P$ to the line $L$.

Let $M$ be the foot of the perpendicular drawn from the point $P$ to the line $L$. The distance we want to find is the length of the segment $PM$, i.e., $d = PM$.

Perpendicular distance d from point P(x1, y1) to line Ax+By+C=0

Formula

The perpendicular distance $d$ from the point $P(x_1, y_1)$ to the line $Ax + By + C = 0$ is given by the formula:

$\mathbf{d = \frac{|Ax_1 + By_1 + C|}{\sqrt{A^2 + B^2}}}$

The numerator $|Ax_1 + By_1 + C|$ is the absolute value of the expression $Ax + By + C$ evaluated at the coordinates of the given point $(x_1, y_1)$. The denominator $\sqrt{A^2 + B^2}$ is the magnitude of the normal vector to the line $(A, B)$. Taking the absolute value in the numerator is essential because distance must be non-negative, while the expression $Ax_1 + By_1 + C$ can be positive, negative, or zero depending on which side of the line the point $(x_1, y_1)$ lies.


Derivation of the Formula

There are several ways to derive this formula, including using the concept of projections, calculus, or the area of a triangle. Here, we outline a derivation using the area of a triangle, which connects concepts previously discussed.

Let the line $L$ given by $Ax + By + C = 0$ intersect the x-axis and the y-axis at points Q and R respectively. (We assume $A \neq 0$ and $B \neq 0$ for now; special cases will be discussed later).

Derivation of distance formula using area of triangle PQR

Consider the triangle $\triangle PQR$ formed by the given point $P(x_1, y_1)$ and the intercepts $Q(-C/A, 0)$ and $R(0, -C/B)$.

The area of $\triangle PQR$ can be calculated using the area formula from vertex coordinates:

Area($\triangle PQR$) $= \frac{1}{2} | x_1(y_Q - y_R) + x_Q(y_R - y_1) + x_R(y_1 - y_Q) |$

Substitute the coordinates of P, Q, and R:

Area($\triangle PQR$) $= \frac{1}{2} \left| x_1\left(0 - \left(-\frac{C}{B}\right)\right) + \left(-\frac{C}{A}\right)\left(-\frac{C}{B} - y_1\right) + 0(y_1 - 0) \right|$

... (i)

Simplify equation (i):

Area($\triangle PQR$) $= \frac{1}{2} \left| x_1\left(\frac{C}{B}\right) - \frac{C}{A}\left(-\frac{C}{B} - y_1\right) + 0 \right|$

Area($\triangle PQR$) $= \frac{1}{2} \left| \frac{Cx_1}{B} + \frac{C^2}{AB} + \frac{Cy_1}{A} \right|$

To combine the terms inside the absolute value, find a common denominator, which is $AB$:

Area($\triangle PQR$) $= \frac{1}{2} \left| \frac{Cx_1 \cdot A}{AB} + \frac{C^2}{AB} + \frac{Cy_1 \cdot B}{AB} \right|$

Area($\triangle PQR$) $= \frac{1}{2} \left| \frac{ACx_1 + C^2 + BCy_1}{AB} \right|$

Factor out $C$ from the terms involving $x_1, y_1, C$:

Area($\triangle PQR$) $= \frac{1}{2} \left| \frac{C(Ax_1 + By_1 + C)}{AB} \right|$

... (ii)

Alternatively, the area of a triangle can be calculated using the formula $\frac{1}{2} \times \text{base} \times \text{height}$. Let the base be the length of the segment $QR$ (the part of line $L$ between the axes). The height corresponding to this base is the perpendicular distance $d$ from point $P$ to the line $L$ (which contains the segment $QR$).

Calculate the length of the base $QR$ using the distance formula for points $Q(-C/A, 0)$ and $R(0, -C/B)$:

$QR = \sqrt{ (0 - (-\frac{C}{A}))^2 + ((-\frac{C}{B}) - 0)^2 }$

$QR = \sqrt{\left(\frac{C}{A}\right)^2 + \left(-\frac{C}{B}\right)^2} = \sqrt{\frac{C^2}{A^2} + \frac{C^2}{B^2}}$

Factor out $C^2$ and find a common denominator inside the square root:

$QR = \sqrt{C^2 \left(\frac{1}{A^2} + \frac{1}{B^2}\right)} = \sqrt{C^2 \left(\frac{B^2 + A^2}{A^2 B^2}\right)}$

Separate the square roots:

$QR = \sqrt{C^2} \times \sqrt{\frac{A^2 + B^2}{A^2 B^2}} = |C| \times \frac{\sqrt{A^2 + B^2}}{\sqrt{A^2 B^2}} = |C| \frac{\sqrt{A^2 + B^2}}{|AB|}$

$QR = \frac{|C| \sqrt{A^2 + B^2}}{|AB|}$

... (iii)

Now, express the area of $\triangle PQR$ using the base $QR$ and height $d$:

Area($\triangle PQR$) $= \frac{1}{2} \times QR \times d = \frac{1}{2} \times \frac{|C| \sqrt{A^2 + B^2}}{|AB|} \times d$

... (iv)

Equate the two expressions for the Area($\triangle PQR$) from equations (ii) and (iv):

$\frac{1}{2} \left| \frac{C(Ax_1 + By_1 + C)}{AB} \right| = \frac{1}{2} \frac{|C| \sqrt{A^2 + B^2}}{|AB|} d$

... (v)

Equation (v) can be written as $\frac{1}{2} \frac{|C| |Ax_1 + By_1 + C|}{|AB|} = \frac{1}{2} \frac{|C| \sqrt{A^2 + B^2}}{|AB|} d$.

Assuming $C \neq 0$, we can cancel the common factor $\frac{1}{2} \frac{|C|}{|AB|}$ from both sides:

$|Ax_1 + By_1 + C| = \sqrt{A^2 + B^2} d$

... (vi)

Solve equation (vi) for $d$:

$d = \frac{|Ax_1 + By_1 + C|}{\sqrt{A^2 + B^2}}$

... (vii)

This derivation assumed $A \neq 0$, $B \neq 0$, and $C \neq 0$. However, the formula obtained is general and holds even for lines parallel to axes ($A=0$ or $B=0$) or lines passing through the origin ($C=0$). The condition $A^2 + B^2 \neq 0$ ensures the denominator is never zero.


Example 1. Find the distance of the point P(3, -5) from the line $3x - 4y - 26 = 0$.

Answer:

Given:

The point is $P(x_1, y_1) = (3, -5)$. So, $x_1 = 3$ and $y_1 = -5$.

The equation of the line is $3x - 4y - 26 = 0$. This is in the general form $Ax + By + C = 0$, where $A = 3$, $B = -4$, and $C = -26$.

We use the formula for the perpendicular distance from a point to a line:

$d = \frac{|Ax_1 + By_1 + C|}{\sqrt{A^2 + B^2}}$

... (i)

Substitute the values of $A, B, C, x_1, y_1$ into equation (i):

$d = \frac{|3(3) + (-4)(-5) + (-26)|}{\sqrt{3^2 + (-4)^2}}$

... (ii)

Simplify the expression inside the absolute value in the numerator:

$3(3) + (-4)(-5) + (-26) = 9 + 20 - 26 = 29 - 26 = 3$.

Simplify the expression inside the square root in the denominator:

$3^2 + (-4)^2 = 9 + 16 = 25$.

Substitute these simplified values back into equation (ii):

$d = \frac{|3|}{\sqrt{25}}$

... (iii)

Evaluate the absolute value and the square root:

$d = \frac{3}{5}$

... (iv)

The distance of the point P(3, -5) from the line $3x - 4y - 26 = 0$ is $\mathbf{\frac{3}{5} \text{ units}}$.


Distance from Point to Line (Summary)

Formula:

The perpendicular distance $d$ from a point $(x_1, y_1)$ to the line $Ax + By + C = 0$ is:

$\mathbf{d = \frac{|Ax_1 + By_1 + C|}{\sqrt{A^2 + B^2}}}$

Key Points:

  • The line must be in the general form $Ax + By + C = 0$.
  • The numerator is the absolute value of the line's expression evaluated at the point's coordinates.
  • The denominator is the magnitude of the normal vector $(A, B)$.
  • The formula works for all types of lines (horizontal, vertical, slanted) as long as $A^2 + B^2 \neq 0$.

Distance from Origin:

A special case is the distance from the origin $(0, 0)$ to the line $Ax + By + C = 0$. Substituting $(x_1, y_1) = (0, 0)$ gives:

$d = \frac{|A(0) + B(0) + C|}{\sqrt{A^2 + B^2}} = \frac{|C|}{\sqrt{A^2 + B^2}}$

This matches the parameter $p$ in the Normal Form of the line.



Distance Between Two Parallel Lines

Two distinct straight lines in a plane are parallel if they have the same slope and do not coincide. When two lines are parallel, the perpendicular distance between them is constant throughout their length. We can derive a formula to calculate this distance if the equations of the two parallel lines are known.

Consider two parallel lines $L_1$ and $L_2$. Their general equations can be written such that the coefficients of $x$ and $y$ are identical (or proportional). If they are proportional, we can divide one equation by a constant factor to make the $A$ and $B$ coefficients match. So, let the equations of the two parallel lines be:

Line $L_1$: $Ax + By + C_1 = 0$

... (1)

Line $L_2$: $Ax + By + C_2 = 0$

... (2)

where $A, B$ are not both zero ($A^2 + B^2 \neq 0$), and $C_1 \neq C_2$ (if $C_1 = C_2$, the lines would be coincident).

The distance between these two parallel lines is the perpendicular distance from any point on one line to the other line.

Distance d between two parallel lines L1 and L2

Formula

The perpendicular distance $d$ between the two parallel lines $Ax + By + C_1 = 0$ and $Ax + By + C_2 = 0$ (where $A, B$ are identical in both equations) is given by the formula:

$\mathbf{d = \frac{|C_1 - C_2|}{\sqrt{A^2 + B^2}}}$

The absolute value of the difference in the constant terms is used in the numerator, and the denominator is the same normalization factor $\sqrt{A^2 + B^2}$ as in the distance from a point to a line formula.


Derivation of the Formula

To derive the formula for the distance between the parallel lines $L_1: Ax + By + C_1 = 0$ and $L_2: Ax + By + C_2 = 0$, we can choose any point on one line and calculate its perpendicular distance to the other line. Let's choose an arbitrary point $P(x_1, y_1)$ that lies on the first line, $L_1: Ax + By + C_1 = 0$.

Since the point $P(x_1, y_1)$ lies on the line $L_1$, its coordinates must satisfy the equation of $L_1$:

$Ax_1 + By_1 + C_1 = 0$

... (3)

From equation (3), we can express $Ax_1 + By_1$ as:

$Ax_1 + By_1 = -C_1$

... (4)

The distance $d$ between the parallel lines is the perpendicular distance from the point $P(x_1, y_1)$ (which is on $L_1$) to the second line, $L_2: Ax + By + C_2 = 0$.

Using the formula for the perpendicular distance from a point $(x_1, y_1)$ to a line $Ax + By + C = 0$, which is $d = \frac{|Ax_1 + By_1 + C|}{\sqrt{A^2 + B^2}}$, we apply this formula with the point $P(x_1, y_1)$ and the line $L_2$ (so $C$ in the formula is $C_2$):

$d = \frac{|A(x_1) + B(y_1) + C_2|}{\sqrt{A^2 + B^2}}$

... (5)

Now, we use the result from equation (4), which states that $Ax_1 + By_1 = -C_1$. Substitute this into the numerator of equation (5):

$d = \frac{|(-C_1) + C_2|}{\sqrt{A^2 + B^2}}$

... (6)

Simplify the expression inside the absolute value in equation (6):

$d = \frac{|C_2 - C_1|}{\sqrt{A^2 + B^2}}$

... (7)

Since $|C_2 - C_1| = |-(C_1 - C_2)| = |C_1 - C_2|$, the formula can also be written as:

$d = \frac{|C_1 - C_2|}{\sqrt{A^2 + B^2}}$

... (8)

This formula provides the perpendicular distance between the two parallel lines $Ax + By + C_1 = 0$ and $Ax + By + C_2 = 0$. It assumes that the coefficients of $x$ and $y$ are already identical in both equations. If they are proportional (e.g., $A_1x + B_1y + C_1 = 0$ and $A_2x + B_2y + C_2 = 0$ where $A_1/A_2 = B_1/B_2 = k \neq 0$), one equation must be multiplied by a suitable constant to make the $A$ and $B$ coefficients match before applying the formula.


Example 1. Find the distance between the parallel lines $3x - 4y + 7 = 0$ and $3x - 4y + 5 = 0$.

Answer:

Given the equations of the two lines:

$L_1: 3x - 4y + 7 = 0$

... (i)

$L_2: 3x - 4y + 5 = 0$

... (ii)

Observe that the coefficients of $x$ (3) and $y$ (-4) are identical in both equations. This confirms that the lines are parallel (their slopes are both $-3/(-4) = 3/4$).

Comparing with the standard form for the distance formula $Ax + By + C_1 = 0$ and $Ax + By + C_2 = 0$:

$A = 3$, $B = -4$, $C_1 = 7$, $C_2 = 5$.

We use the formula for the distance between two parallel lines:

$d = \frac{|C_1 - C_2|}{\sqrt{A^2 + B^2}}$

... (iii)

Substitute the values of $A, B, C_1, C_2$ into equation (iii):

$d = \frac{|7 - 5|}{\sqrt{3^2 + (-4)^2}}$

... (iv)

Simplify the numerator and the denominator in equation (iv):

$d = \frac{|2|}{\sqrt{9 + 16}} = \frac{2}{\sqrt{25}}$

$d = \frac{2}{5}$

... (v)

The distance between the parallel lines $3x - 4y + 7 = 0$ and $3x - 4y + 5 = 0$ is $\mathbf{\frac{2}{5} \text{ units}}$ or $\mathbf{0.4 \text{ units}}$.


Example 2. Find the distance between the parallel lines $6x + 8y - 15 = 0$ and $3x + 4y + 9 = 0$.

Answer:

Given the equations of the two lines:

$L_1: 6x + 8y - 15 = 0$

... (i)

$L_2: 3x + 4y + 9 = 0$

... (ii)

First, check if the lines are parallel by comparing their slopes. Slope of $L_1$: $m_1 = -\frac{6}{8} = -\frac{3}{4}$. Slope of $L_2$: $m_2 = -\frac{3}{4}$. Since $m_1 = m_2$, the lines are indeed parallel.

To use the distance formula $d = \frac{|C_1 - C_2|}{\sqrt{A^2 + B^2}}$, the coefficients of $x$ and $y$ must be identical in both equations. Currently, the coefficients in (i) are double those in (ii). We can make them identical by either dividing equation (i) by 2 or multiplying equation (ii) by 2.

Let's divide equation (i) by 2 to match the coefficients of $L_2$:

$\frac{6x}{2} + \frac{8y}{2} - \frac{15}{2} = \frac{0}{2}$

(Divide (i) by 2)

$3x + 4y - \frac{15}{2} = 0$

... (iii)

Now, compare the new form of $L_1$ (equation (iii)) with $L_2$ (equation (ii)):

$L_1$ (new): $3x + 4y - \frac{15}{2} = 0$

$L_2$: $3x + 4y + 9 = 0$

Now the coefficients of $x$ and $y$ are identical ($A=3, B=4$). We have $C_1 = -\frac{15}{2}$ and $C_2 = 9$.

Using the formula for the distance between two parallel lines:

$d = \frac{|C_1 - C_2|}{\sqrt{A^2 + B^2}}$

... (iv)

Substitute the values of $A, B, C_1, C_2$ into equation (iv):

$d = \frac{|(-\frac{15}{2}) - 9|}{\sqrt{3^2 + 4^2}}$

... (v)

Simplify the numerator and denominator in equation (v):

Numerator: $|-\frac{15}{2} - 9| = |-\frac{15}{2} - \frac{18}{2}| = |-\frac{15+18}{2}| = |-\frac{33}{2}| = \frac{33}{2}$.

Denominator: $\sqrt{3^2 + 4^2} = \sqrt{9 + 16} = \sqrt{25} = 5$.

Substitute these simplified values back into the expression for $d$:

$d = \frac{\frac{33}{2}}{5}$

... (vi)

Simplify equation (vi):

$d = \frac{33}{2 \times 5} = \frac{33}{10}$

... (vii)

The distance between the parallel lines $6x + 8y - 15 = 0$ and $3x + 4y + 9 = 0$ is $\mathbf{\frac{33}{10} \text{ units}}$ or $\mathbf{3.3 \text{ units}}$.

Alternative Check:

We could have multiplied equation (ii) by 2 instead: $2(3x + 4y + 9) = 0 \implies 6x + 8y + 18 = 0$. Now compare $L_1: 6x + 8y - 15 = 0$ and $L_2'$: $6x + 8y + 18 = 0$. $A=6, B=8, C_1=-15, C_2=18$. $d = \frac{|-15 - 18|}{\sqrt{6^2 + 8^2}} = \frac{|-33|}{\sqrt{36 + 64}} = \frac{33}{\sqrt{100}} = \frac{33}{10}$. The result is the same.


Distance Between Parallel Lines (Summary)

Formula:

For two parallel lines $A_1x + B_1y + C_1 = 0$ and $A_2x + B_2y + C_2 = 0$, first rewrite them so the coefficients of x and y are identical. Let this common form be $Ax + By + C_1' = 0$ and $Ax + By + C_2' = 0$. The distance $d$ is:

$\mathbf{d = \frac{|C_1' - C_2'|}{\sqrt{A^2 + B^2}}}$

Alternatively, using the original coefficients (if $A_2, B_2 \neq 0$ and $A_1/A_2 = B_1/B_2 = k$): $d = \frac{|C_1 - k C_2|}{\sqrt{A_1^2 + B_1^2}}$. The first formula form is generally safer to avoid confusion with $k$.

Steps:

  1. Verify the lines are parallel (slopes are equal).
  2. Adjust the equations so that the coefficients of $x$ and $y$ are identical in both.
  3. Identify $A, B, C_1'$ (or $C_1$), $C_2'$ (or $C_2$) from the adjusted equations.
  4. Substitute into the formula.

Key Idea:

The distance depends only on the difference in the constant terms and the magnitude of the common normal vector $(A, B)$.



Family of Lines Passing Through the Intersection of Two Given Lines

A family of lines, also called a pencil of lines, is a set of lines that share a common property. One such important family is the set of all lines that pass through the point of intersection of two given distinct lines. This concept is useful for finding the equation of a line that passes through the intersection of two lines without explicitly finding the coordinates of the intersection point.

Let the equations of two intersecting lines be given in their general forms:

Line $L_1$: $A_1 x + B_1 y + C_1 = 0$

... (1)

Line $L_2$: $A_2 x + B_2 y + C_2 = 0$

... (2)

Since the lines intersect, there is a unique point $P(x_0, y_0)$ that satisfies both equations simultaneously:

$A_1 x_0 + B_1 y_0 + C_1 = 0$

(Since $P(x_0, y_0)$ is on $L_1$)

$A_2 x_0 + B_2 y_0 + C_2 = 0$

(Since $P(x_0, y_0)$ is on $L_2$)


Equation of the Family of Lines

The equation of any straight line passing through the point of intersection of the two lines $L_1 = 0$ and $L_2 = 0$ can be represented by the linear combination of their equations:

$\mathbf{L_1 + \lambda L_2 = 0}$

or, by substituting the expressions for $L_1$ and $L_2$:

$\mathbf{(A_1 x + B_1 y + C_1) + \lambda (A_2 x + B_2 y + C_2) = 0}$

Here, $\lambda$ (lambda) is a real parameter. By assigning different real values to $\lambda$, we obtain the equations of different lines, all of which pass through the intersection point of $L_1$ and $L_2$.


Explanation of the Family Equation

Let's verify why this equation represents the family of lines passing through the intersection point:

  1. It represents a Straight Line: The equation $(A_1 x + B_1 y + C_1) + \lambda (A_2 x + B_2 y + C_2) = 0$ can be expanded and rearranged into the general form of a linear equation in $x$ and $y$:

    $(A_1 + \lambda A_2)x + (B_1 + \lambda B_2)y + (C_1 + \lambda C_2) = 0$

    This equation is of the form $A'x + B'y + C' = 0$, where $A' = A_1 + \lambda A_2$, $B' = B_1 + \lambda B_2$, and $C' = C_1 + \lambda C_2$. As long as $A'$ and $B'$ are not both zero for a given $\lambda$, this equation represents a straight line.

  2. It Passes Through the Intersection Point: Let $P(x_0, y_0)$ be the point of intersection of $L_1 = 0$ and $L_2 = 0$. Substituting the coordinates $(x_0, y_0)$ into the family equation:

    $(A_1 x_0 + B_1 y_0 + C_1) + \lambda (A_2 x_0 + B_2 y_0 + C_2) = 0$

    ... (iii)

    Since $(x_0, y_0)$ is the intersection point, it satisfies both $A_1 x_0 + B_1 y_0 + C_1 = 0$ and $A_2 x_0 + B_2 y_0 + C_2 = 0$. So, substituting these values into equation (iii):

    $(0) + \lambda (0) = 0$

    ($0=0$, always true)

    This confirms that the point $(x_0, y_0)$ satisfies the equation $(A_1 x + B_1 y + C_1) + \lambda (A_2 x + B_2 y + C_2) = 0$ for any real value of $\lambda$. Thus, every line represented by this equation passes through the intersection point of $L_1$ and $L_2$.

  3. Parameter $\lambda$ Represents All Lines (with one exception): By changing the value of the parameter $\lambda$, we can obtain the equation of any line that passes through the intersection point of $L_1$ and $L_2$, with one important exception. The equation $L_1 + \lambda L_2 = 0$ can represent any line through the intersection point *except* the line $L_2 = 0$ itself. This is because setting $L_1 + \lambda L_2 = 0$ to be equivalent to $L_2 = 0$ would require the term $L_1$ to vanish, which would imply $L_1 = 0$. This can only happen if the two original lines $L_1$ and $L_2$ were identical, which contradicts the assumption that they are distinct intersecting lines. Informally, to obtain the line $L_2=0$, $\lambda$ would need to be infinitely large relative to the coefficient of $L_1$.

If it is necessary to represent all lines including $L_2=0$, a more general form $\lambda L_1 + \mu L_2 = 0$ can be used, where $\lambda$ and $\mu$ are parameters not both equal to zero. However, $L_1 + \lambda L_2 = 0$ is sufficient in most problems where the task is to find a specific line from the family satisfying an additional condition (unless that condition forces the line to be $L_2$).


Example 1. Find the equation of the line passing through the intersection of the lines $2x + 3y - 4 = 0$ and $x - 5y + 7 = 0$, and also passing through the point (1, 1).

Answer:

Let the equations of the two given lines be:

$L_1: 2x + 3y - 4 = 0$

... (1)

$L_2: x - 5y + 7 = 0$

... (2)

The equation of any line passing through the intersection point of lines (1) and (2) is given by the family equation $L_1 + \lambda L_2 = 0$, where $\lambda$ is a real parameter:

$(2x + 3y - 4) + \lambda (x - 5y + 7) = 0$

... (3)

This equation represents all lines passing through the intersection of $L_1$ and $L_2$ (except $L_2$ itself). We are looking for the specific line from this family that also passes through the point (1, 1).

If the line (3) passes through the point (1, 1), then the coordinates $x=1$ and $y=1$ must satisfy the equation (3). Substitute $x = 1$ and $y = 1$ into equation (3):

$(2(1) + 3(1) - 4) + \lambda (1 - 5(1) + 7) = 0$

... (iv)

Simplify the expressions inside the parentheses in equation (iv):

$(2 + 3 - 4) + \lambda (1 - 5 + 7) = 0$

$(5 - 4) + \lambda (-4 + 7) = 0$

$1 + \lambda (3) = 0$

$1 + 3\lambda = 0$

... (v)

Solve equation (v) for $\lambda$:

$3\lambda = -1$

$\lambda = -\frac{1}{3}$

... (vi)

Now, substitute the value of $\lambda$ from equation (vi) back into the family equation (3) to get the equation of the specific line:

$(2x + 3y - 4) + \left(-\frac{1}{3}\right) (x - 5y + 7) = 0$

... (vii)

To eliminate the fraction, multiply the entire equation (vii) by 3:

$3(2x + 3y - 4) - 1(x - 5y + 7) = 3(0)$

... (viii)

Expand and simplify equation (viii):

$(6x + 9y - 12) - x + 5y - 7 = 0$

Combine like terms:

$(6x - x) + (9y + 5y) + (-12 - 7) = 0$

... (ix)

$5x + 14y - 19 = 0$

... (x)

Equation (x) is the required equation of the line.

The equation of the line passing through the intersection of $2x + 3y - 4 = 0$ and $x - 5y + 7 = 0$, and through the point (1, 1) is $\mathbf{5x + 14y - 19 = 0}$.


Example 2. Find the equation of the line passing through the intersection of $x + y - 1 = 0$ and $2x - y + 3 = 0$, and which is perpendicular to the line $3x + y = 5$.

Answer:

Let the equations of the two given lines be:

$L_1: x + y - 1 = 0$

... (1)

$L_2: 2x - y + 3 = 0$

... (2)

The equation of any line passing through the intersection point of lines (1) and (2) is given by the family equation $L_1 + \lambda L_2 = 0$:

$(x + y - 1) + \lambda (2x - y + 3) = 0$

... (3)

To work with the slope, rearrange equation (3) into the general form $A'x + B'y + C' = 0$ by grouping $x$, $y$, and constant terms:

$x + y - 1 + 2\lambda x - \lambda y + 3\lambda = 0$

$(1 + 2\lambda)x + (1 - \lambda)y + (-1 + 3\lambda) = 0$

... (iv)

The slope of the line represented by equation (iv) is $m_{family} = -\frac{\text{Coefficient of } x}{\text{Coefficient of } y}$. Assuming the coefficient of $y$ is non-zero ($1 - \lambda \neq 0$):

$m_{family} = -\frac{1 + 2\lambda}{1 - \lambda}$

... (v)

The line we are looking for must be perpendicular to the line $L_3: 3x + y = 5$. Let's find the slope of $L_3$. Rewrite $L_3$ in general form: $3x + y - 5 = 0$.

The slope of $L_3$ is $m_3 = -\frac{\text{Coefficient of } x}{\text{Coefficient of } y} = -\frac{3}{1} = -3$.

$m_3 = -3$

... (vi)

For two non-vertical lines to be perpendicular, the product of their slopes must be -1. So, $m_{family} \times m_3 = -1$.

Substitute the slopes from (v) and (vi):

$\left(-\frac{1 + 2\lambda}{1 - \lambda}\right) \times (-3) = -1$

(Perpendicularity condition)

Simplify the left side:

$\frac{3(1 + 2\lambda)}{1 - \lambda} = -1$

... (vii)

Multiply both sides of equation (vii) by $(1 - \lambda)$: (Assuming $1-\lambda \neq 0$. If $1-\lambda=0 \implies \lambda=1$, then $m_{family}$ is undefined. In that case, the family line is vertical. From (iv) with $\lambda=1$: $(1+2)x + (1-1)y + (-1+3) = 0 \implies 3x+2=0$, which is indeed vertical. Slope of $L_3$ is -3, which is not horizontal, so a vertical line from the family *could* be perpendicular to $L_3$. However, the standard formula approach requires non-vertical lines). Let's continue assuming $1-\lambda \neq 0$.

$3(1 + 2\lambda) = -1(1 - \lambda)$

$3 + 6\lambda = -1 + \lambda$

Collect $\lambda$ terms on one side and constants on the other:

$6\lambda - \lambda = -1 - 3$

$5\lambda = -4$

$\lambda = -\frac{4}{5}$

... (viii)

The value of $\lambda$ is $-4/5$, which is not equal to 1, so our assumption $1-\lambda \neq 0$ was valid.

Now, substitute the value of $\lambda$ from equation (viii) back into the general form of the family equation (iv) to get the equation of the specific line:

$(1 + 2(-\frac{4}{5}))x + (1 - (-\frac{4}{5}))y + (-1 + 3(-\frac{4}{5})) = 0$

... (ix)

Simplify the coefficients in equation (ix):

$1 + 2(-\frac{4}{5}) = 1 - \frac{8}{5} = \frac{5}{5} - \frac{8}{5} = \frac{5 - 8}{5} = -\frac{3}{5}$.

$1 - (-\frac{4}{5}) = 1 + \frac{4}{5} = \frac{5}{5} + \frac{4}{5} = \frac{5 + 4}{5} = \frac{9}{5}$.

$-1 + 3(-\frac{4}{5}) = -1 - \frac{12}{5} = -\frac{5}{5} - \frac{12}{5} = \frac{-5 - 12}{5} = -\frac{17}{5}$.

Substitute these simplified coefficients back into equation (ix):

$-\frac{3}{5}x + \frac{9}{5}y - \frac{17}{5} = 0$

... (x)

Multiply equation (x) by 5 to clear the denominators:

$5(-\frac{3}{5}x) + 5(\frac{9}{5}y) - 5(\frac{17}{5}) = 5(0)$

$-3x + 9y - 17 = 0$

Multiply by -1 to make the leading coefficient positive (optional, but common practice):

$\mathbf{3x - 9y + 17 = 0}$

... (xi)

Equation (xi) is the required equation of the line.

The equation of the line passing through the intersection of $x + y - 1 = 0$ and $2x - y + 3 = 0$, and perpendicular to $3x + y = 5$ is $\mathbf{3x - 9y + 17 = 0}$.


Family of Lines (Summary)

Definition:

A set of lines sharing a common property, such as passing through a fixed point or being parallel to a fixed line.

Family Through Intersection of $L_1=0$ and $L_2=0$:

The equation of any line (except $L_2=0$) passing through the intersection of $L_1: A_1 x + B_1 y + C_1 = 0$ and $L_2: A_2 x + B_2 y + C_2 = 0$ is given by:

$\mathbf{(A_1 x + B_1 y + C_1) + \lambda (A_2 x + B_2 y + C_2) = 0}$

where $\lambda$ is a real parameter.

Usage:

To find the equation of a specific line that passes through the intersection of two given lines AND satisfies another condition (e.g., passes through another point, is parallel/perpendicular to another line, has a specific intercept, etc.).

Steps:

  1. Form the family equation $(L_1) + \lambda (L_2) = 0$.
  2. Use the additional condition to form an equation involving $\lambda$.
  3. Solve for $\lambda$.
  4. Substitute the value of $\lambda$ back into the family equation and simplify.

Note:

This method avoids explicitly finding the intersection point, which can be useful if the coordinates are fractional or complicated.