Thursday, January 19, 2023

Chapter 10.10 - Miscellaneous Examples

In the previous section, we saw the distance of a point from a line. In this section, we will see some miscellaneous examples.

Solved example 10.20
If the lines 2x+y-3=0, 5x+ky-3=0 and 3x-y-2=0 are concurrent, find the value of k.
Solution:
1. Three lines are said to be concurrent if all three of them pass through a common point.
• In such a situation,
    ♦ We can consider the point of intersection of any two of those lines.
    ♦ Let this point of intersection be P.
    ♦ Then the third line will also pass through P.
2. In our present case,
    ♦ The first and third lines do not have any unknown quantities.
    ♦ The second line has an unknown quantity 'k'.
• So we will solve the first and third equations. The solution will give the point of intersection of the first and third lines.
3. We first multiply (I) by 3. We get: 6x+3y-9=0 - - - (IV)
• Then we multiply (III) by 2. We get: 6x-2y-4=0 - - - (V)
• Subtracting (V) from (IV), we get: y = 1
• Substituting y = 1 in (I), we get: x = 1
4. So the point of intersection of (I) and (III) is (1,1)
5. Line (II) also passes through (1,1).
• So we can write: 5 × 1 + k × 1 - 3 = 0
• From this we get: k = -2
6. The actual plot is shown in fig.10.42 below:

Fig.10.42

 

Solved example 10.21
Find the distance of the line 4x-y=0 from the point P(4,1) measured along the line making an angle of 135o with the +ve x-axis.
Solution:
1. Consider a line which makes 135o with the +ve side of the x-axis.
• We can draw infinite number of such lines. But only one of them will pass through the point P(4,1). This line is shown in red color in the rough sketch below:

Fig.10.43 Rough sketch

2. The given line 4x-y=0 is shown in yellow color.
• Consider this line 4x-y=0
    ♦ Here, A = 4, B = -1 and C = 0
    ♦ So slope = -A/B = 4
        ✰ Since slope is +ve, the line has an upward slope
        ✰ Since C = 0, the line passes through the origin
• Even when we draw rough sketches, it is better to take care of such details.
3. Any two non-parallel lines will intersect at a point.
• In our case, the red and yellow lines intersect at Q.
4. We are required to find the length PQ.
5. For that, first we find the equation of the red line.
• The slope of the red line will be tan 135o = -1
• So we have the slope of the red line. We also have a point on the red line. We can use the point-slope form:

$\begin{array}{ll}
{}&{y-y_0}
&{}={}& {m(x-x_0)}
&{} \\

{\Rightarrow}&{y-1}
&{}={}& {-1(x-4)}
&{} \\

{\Rightarrow}&{y-1}
&{}={}& {-x+4}
&{} \\

{\Rightarrow}&{x+y-5}
&{}={}& {0}
&{} \\

\end{array}$

6. Point Q can be determined by solving the equations of the two lines:
4x-y=0 - - - (I)
x+y-5=0 - - - (II)
7. Solving the two equations, we get: x = 1 and y = 4
• So the coordinates of Q are (1,4)
8, Now we have the coordinates of both P and Q.
    ♦ Coordinates of P are (4,1)
    ♦ Coordinates of Q are (1,4)
• We can use the distance formula:

$\begin{array}{ll}
{}&{d}
&{}={}& {\sqrt{(x_2 - x_1)^2~+~(y_2 - y_1)^2}}
&{} \\

{}&{}
&{}={}& {\sqrt{(1 - 4)^2~+~(4 - 1)^2}}
&{} \\

{}&{}
&{}={}& {\sqrt{(- 3)^2~+~(3)^2}}
&{} \\

{}&{}
&{}={}& {\sqrt{9~+~9}}
&{} \\

{}&{}
&{}={}& {\sqrt{18}}
&{} \\

{}&{}
&{}={}& {3\sqrt{2}~=~4.24~\text{units}}
&{} \\

\end{array}$

9. The actual plot is shown below:

Fig.10.44
 

Solved example 10.22
Assuming that straight lines work as the plane mirror for a point, find the image of the point (1,2) in the line x-3y+4=0
Solution:
1. In the rough sketch below, the line x-3y+4=0 is shown in red color. This line is to be considered as the mirror line.
• We want the image of the point P(1,2)

Fig.10.45 Rough sketch


2. Let Q(h,k) be the image of P.
• Then PQ will be perpendicular to the mirror line. Using this property, we can find the equation of PQ:
(i) For the mirror line, A = 1, B = -3 and C = 4
• So slope = -A/B = 1/3
• Then slope of the perpendicular line PQ = -3
(ii) We have the point P(1,2) and the slope of PQ. So we can use the point-slope form:

$\begin{array}{ll}
{}&{y-y_0}
&{}={}& {m(x-x_0)}
&{} \\

{\Rightarrow}&{y-2}
&{}={}& {-3(x-1)}
&{} \\

{\Rightarrow}&{y-2}
&{}={}& {-3x+3}
&{} \\

{\Rightarrow}&{3x+y-5}
&{}={}& {0}
&{} \\

\end{array}$

3. Let PQ intersect the mirror line at R.
• We can find the coordinates of R by solving the two equations:
x-3y+4=0 - - - (I)
    ♦ This is the equation of the mirror line.
3x+y-5=0 - - - (II)
    ♦ This is the equation of PQ
• Solving the two equations, we get: x = 11/10 and y = 17/10
• So the coordinates of R are (11/10, 17/10)
4. Since Q(h,k) is the image of P(1,2), the point R will be the midpoint of PQ.
We can find the coordinates of the midpoint as follows:

$\begin{array}{ll}
{}&{\text{Midpoint}}
&{}={}& {\left( \frac{x_1 + x_2}{2},\frac{y_1 + y_2}{2} \right)}
&{} \\

{}&{}
&{}={}& {\left( \frac{1 + h}{2},\frac{2 + k}{2} \right)}
&{} \\

\end{array}$

5. Using the results in (3) and (4), we can write:
(i) (1+h)/2 = 11/10
    ♦ So h = 6/5
(ii) (2+k)/2 = 17/10
    ♦ So k = 7/5
6. So the image of P(1,2) is Q(6/5, 7/5) = Q(1.2, 1.4)
• The actual plot is shown below:

Fig.10.46

 

Solved example 10.23
Show that the area of the triangle formed by the lines y= m1x+c1, y=m2x+c2 and x = 0 is $\frac{\left(c_1 - c_2 \right)^2}{2|m_1 - m_2|}$
Solution:
1. The equation x=0 is the equation of the y-axis.
• So the triangle is formed between the two lines and the y-axis. This is shown in the rough sketch below:

Fig.10.47 Rough sketch

• The line y= m1x+c1 is shown in green color. It intersects the y-axis at P.
• The line y= m2x+c2 is shown in red color. It intersects the y-axis at Q.
• The two lines intersect at R.
• We need to find the area of the triangle PQR.
2. The given lines are in slope-intercept form. So we can easily write the intercepts that the lines make with the y-axis.
• We can write:
    ♦ The y-intercept of the line y= m1x+c1 is c1. So the coordinates of P are (0,c1
    ♦ The y-intercept of the line y= m2x+c2 is c2. So the coordinates of Q are (0,c2
3. Our next task is to find the coordinates of R. This can be done by solving the two equations. It is shown below:

$\begin{array}{ll}
{}&{m_1 x}
& {~-~y}& {~=~}
&{~-~}&{c_1}&{\color{green}{\text{ - - - (I)}}} \\

{}&{m_2 x}
& {~-~y}& {~=~}
&{~-~}&{c_2}&{\color{green}{\text{ - - - (II)}}} \\

{}&{m_1 x - m_2 x}
& {~-~y + y}& {~=~}
&{~-~}&{c_1 + c_2}&{\color{green}{\text{ - - - I - II}}} \\

{\Rightarrow}&{(m_1 - m_2) x}
& {~-~0}& {~=~}
&{~-~}&{c_1 + c_2}&{} \\

{\Rightarrow}&{}
& {x}& {~=~}
&{}&{\frac{c_2 - c_1}{m_1 - m_2}}&{} \\

{}&{m_1 \times \frac{c_2 - c_1}{m_1 - m_2}}
& {~-~y}& {~=~}
&{~-~}&{c_1}&{\color{green}{\text{substituting for x in I}}} \\

{\Rightarrow}&{}
& {~-~y}& {~=~}
&{~-~}&{c_1~-~m_1 \times \frac{c_2 - c_1}{m_1 - m_2}}&{} \\

{\Rightarrow}&{}
& {~+~y}& {~=~}
&{~+~}&{C_1~+~m_1 \times \frac{c_2 - c_1}{m_1 - m_2}}&{} \\

{\Rightarrow}&{}
& {y}& {~=~}
&{}&{\frac{c_1(m_1 - m_2)~+~m_1(c_2 - c_1)}{m_1 - m_2}}&{} \\

{\Rightarrow}&{}
& {y}& {~=~}
&{}&{\frac{c_1 m_1 - c_1 m_2~+~m_1 c_2 - m_1 c_1}{m_1 - m_2}}&{} \\

{\Rightarrow}&{}
& {y}& {~=~}
&{}&{\frac{m_1 c_2~-~c_1 m_2}{m_1 - m_2}}&{} \\

{\Rightarrow}&{}
& {y}& {~=~}
&{}&{\frac{m_1 c_2~-~m_2 c_1}{m_1 - m_2}}&{} \\

\end{array}$

• Thus we get the coordinates of R: $\left(\frac{c_2 - c_1}{m_1 - m_2},~\frac{m_1 c_2~-~m_2 c_1}{m_1 - m_2} \right)$

4. So the vertices of the triangle are:
• $P (0,~c_1)$
• $Q (0,~c_2)$
• $R \left(\frac{c_2 - c_1}{m_1 - m_2},~\frac{m_1 c_2~-~m_2 c_1}{m_1 - m_2} \right)$

5. Now we can find the area of the triangle:

$\begin{array}{ll}
{}&{\text{Area}}
&{}={}& {\frac{1}{2} \left|x_1(y_3 - y_2)~+~x_2(y_1 - y_3)~+~x_3(y_2 - y_1) \right|}
&{} \\

{}&{}
&{}={}& {\frac{1}{2} \left|0 \times (y_3 - y_2)~+~0 \times (y_1 - y_3)~+~x_3(y_2 - y_1) \right|}
&{} \\

{}&{}
&{}={}& {\frac{1}{2} \left|x_3(y_2 - y_1) \right|}
&{} \\

{}&{}
&{}={}& {\frac{1}{2} \left|\frac{c_2 - c_1}{m_1 - m_2} \times (c_2 - c_1) \right|}
&{} \\

{}&{}
&{}={}& {\frac{1}{2} \left|\frac{(c_2 - c_1)^2}{m_1 - m_2} \right|}
&{} \\

{}&{}
&{}={}& {\frac{(c_2 - c_1)^2}{\left|2(m_1 - m_2) \right|}}
&{} \\

\end{array}$  

Solved example 10.24
A line is such that it's segment between the lines 5x-y+4=0 and 3x+4y-4=0 is bisected at the point (1,5). Obtain it's equation.
Solution:
1. Consider the rough sketch below:

Fig.10.48 Rough sketch

• The given lines are shown in red and green colors.
    ♦ The red line 5x-y+4=0 intersects the yellow line at P
    ♦ The green line 3x+4y-4=0 intersects the yellow line at Q
• Midpoint of PQ is R(1,5)
• We are asked to find the equation of the yellow line.
2. Let 'm' be the slope of the yellow line.
• The yellow line passes through (1,5)
• So the equation of the yellow line will be y-5 = m(x-1)
• This is same as y-5 = mx - m
• This is same as mx - y = m - 5
3. The coordinates of P can be calculated by solving the equations of the red line and the yellow line.

$\begin{array}{ll}
{}&{m x}
&{~-~}& {y}& {~=~}
&{m-5}&{}&{}&{\color{green}{\text{ - - - (I)}}} \\

{}&{5 x}
&{~-~}& {y}& {~=~}
&{-4}&{}&{}&{\color{green}{\text{ - - - (II)}}} \\

{}&{mx - 5 x}
&{~-~}& {y + y}& {~=~}
&{m - 5 + 4}&{}&{}&{\color{green}{\text{ - - - (I) - (II)}}} \\

{\Rightarrow}&{mx - 5 x}
&{~-~}& {0}& {~=~}
&{m - 1}&{}&{}&{} \\

{\Rightarrow}&{(m - 5) x}
&{}& {}& {~=~}
&{m - 1}&{}&{}&{} \\

{\Rightarrow}&{x}
&{}& {}& {~=~}
&{\frac{m-1}{m-5}}&{}&{}&{} \\

\end{array}$

• We can write: x coordinate of P is: $\frac{m-1}{m-5}$
• In this problem, we do not need to find the y coordinate of P.

4. The coordinates of Q can be calculated by solving the equations of the green line and the yellow line.

$\begin{array}{ll}
{}&{m x}
&{~-~}& {y}& {~=~}
&{m-5}&{}&{}&{\color{green}{\text{ - - - (I)}}} \\

{}&{3x}
&{~+~}& {4y}& {~=~}
&{4}&{}&{}&{\color{green}{\text{ - - - (II)}}} \\

{}&{4mx}
&{~-~}& {4y}& {~=~}
&{4m - 20}&{}&{}&{\color{green}{\text{ - - - [(I) × 4] - - -(III)}}} \\

{}&{4mx + 3x}
&{~-~}& {4y + 4y}& {~=~}
&{4m - 20 + 4}&{}&{}&{\color{green}{\text{ - - - (III) + (II)}}} \\

{\Rightarrow}&{4mx + 3x}
&{~-~}& {0}& {~=~}
&{4m - 16}&{}&{}&{} \\

{\Rightarrow}&{(4m + 3) x}
&{}& {}& {~=~}
&{4m - 16}&{}&{}&{} \\

{\Rightarrow}&{x}
&{}& {}& {~=~}
&{\frac{4m-16}{4m+3}}&{}&{}&{} \\

\end{array}$

• We can write: x coordinate of Q is: $\frac{4m-16}{4m+3}$
• In this problem, we do not need to find the y coordinate of Q.

5. Now we have the required x coordinates:
    ♦ From (3) we  have the x coordinate of P.
    ♦ From (4) we  have the x coordinate of Q.
• The average of these two quantities will be the x coordinate of R (Recall the mid-point formula)
• So we can write:

$\begin{array}{ll}
{}&{\text{x coordinate of R}}
&{}={}& {\frac{\frac{m-1}{m-5}~+~\frac{4m-16}{4m+3}}{2}}
&{} \\

{}&{}
&{}={}& {\frac{\frac{(m-1)(4m+3)~+~(4m-16)(m-5)}{(m-5)(4m+3)}}{2}}
&{} \\

{}&{}
&{}={}& {\frac{(m-1)(4m+3)~+~(4m-16)(m-5)}{2(m-5)(4m+3)}}
&{} \\

{}&{}
&{}={}& {\frac{(4m^2 + 3m - 4m - 3)~+~(4m^2 - 20m - 16m + 80)}{2(4m^2 + 3m - 20m - 15)}}
&{} \\

{}&{}
&{}={}& {\frac{(4m^2  - m - 3)~+~(4m^2  - 36m + 80)}{2(4m^2  - 17m - 15)}}
&{} \\

{}&{}
&{}={}& {\frac{8m^2 - 37m + 77}{8m^2  - 34m - 30}}
&{} \\

\end{array}$

6. Thus the x coordinate of R is $\frac{8m^2 - 37m + 77}{8m^2  - 34m - 30}$.
• But x coordinate of R is given as 1. So we can equate them:

$\begin{array}{ll}
{}&{\frac{8m^2 - 37m + 77}{8m^2  - 34m - 30}}
&{}={}& {1}
&{} \\

{\Rightarrow}&{8m^2 - 37m + 77}
&{}={}& {8m^2  - 34m - 30}
&{} \\

{\Rightarrow}&{- 37m + 77}
&{}={}& {- 34m - 30}
&{} \\

{\Rightarrow}&{77 + 30}
&{}={}& {37m - 34m}
&{} \\

{\Rightarrow}&{107}
&{}={}& {3m}
&{} \\

{\Rightarrow}&{m}
&{}={}& {\frac{107}{3}}
&{} \\

\end{array}$

7. We have obtained the value of 'm'. So based on the result in (2), we can obtain the required equation:

$\begin{array}{ll}
{}&{mx - y}
&{}={}& {m-5}
&{} \\

{\Rightarrow}&{\left( \frac{107}{3} \times x \right) - y}
&{}={}& {\frac{107}{3} - 5}
&{} \\

{\Rightarrow}&{107x - 3y}
&{}={}& {107 - 15}
&{} \\

{\Rightarrow}&{107x - 3y -92}
&{}={}& {0}
&{} \\

\end{array}$

8. The actual plot is shown below:

Fig.10.49

Solved example 10.25
Show that the path of a moving point such that it's distances from two lines 3x-2y=5 and 3x+2y=5 are equal is a straight line.
Solution:
1. In the rough sketch below,
• The yellow line is the path of a moving point.
• The line 3x-2y-5=0 is shown in red color.
• The line 3x+2y-5=0 is shown in green color.

Fig.10.50 Rough sketch

2. Let us consider the distances:
• When the point is at A(x1,y1),
    ♦ it's distance from the red line is AA'.
    ♦ it's distance from the green line is AA''.
        ✰ We are give that, AA' = AA''.
• When the point is at B(x2,y2),
    ♦ it's distance from the red line is BB'.
    ♦ it's distance from the green line is BB''.
        ✰ We are give that, BB' = BB''
3. Which ever be the point on the yellow line, the distances from the red and green lines will be equal.
• So let us consider a general point P(x,y)
◼ Distance of P from the red line is PP'. It can be calculated as follows:

$\begin{array}{ll}
{}&{PP'}
&{}={}& {\frac{\left|Ax_1 + B x_1 + C \right|}{\sqrt{A^2 + B^2}}}
&{} \\

{}&{}
&{}={}& {\frac{\left|3x - 2y - 5 \right|}{\sqrt{3^2 + 2^2}}}
&{} \\

{}&{}
&{}={}& {\frac{\left|3x - 2y - 5 \right|}{\sqrt{13}}}
&{} \\

\end{array}$

◼ Distance of P from the green line is PP''. It can be calculated as follows:

$\begin{array}{ll}
{}&{PP''}
&{}={}& {\frac{\left|Ax_1 + B x_1 + C \right|}{\sqrt{A^2 + B^2}}}
&{} \\

{}&{}
&{}={}& {\frac{\left|3x + 2y - 5 \right|}{\sqrt{3^2 + 2^2}}}
&{} \\

{}&{}
&{}={}& {\frac{\left|3x + 2y - 5 \right|}{\sqrt{13}}}
&{} \\

\end{array}$

4. The two distances PP' and PP'' will be equal. So we can write:

$\begin{array}{ll}
{}&{PP'}
&{}={}& {PP''}
&{} \\

{\Rightarrow}&{\frac{\left|3x - 2y - 5 \right|}{\sqrt{13}}}
&{}={}& {\frac{\left|3x + 2y - 5 \right|}{\sqrt{13}}}
&{} \\

{\Rightarrow}&{\left|3x - 2y - 5 \right|}
&{}={}& {\left|3x + 2y - 5 \right|}
&{} \\

\end{array}$

5. The above result gives us two possibilities:
(i) 3x - 2y - 5 = 3x + 2y - 5
(ii) 3x - 2y - 5 = -(3x + 2y - 5)
• From (i) we get: 4y = 0, which gives y = 0
• From (ii) we get: 6x = 10, which gives x = 5/3
6. So there are two possibilities for the yellow line. We can write:
• If a point moves along the line y = 0, it's distances from two lines 3x-2y=5 and 3x+2y=5 will be equal.
    ♦ Note that, y = 0 is the x-axis.
• If a point moves along the line x = 5/3, it's distances from two lines 3x-2y=5 and 3x+2y=5 will be equal.
    ♦ Note that, x = 5/3 is a vertical line.
7. The actual plot is shown below:

Fig.10.51


Link to a few more solved examples is given below:

Miscellaneous Exercise on Chapter 10 - Part I

Miscellaneous Exercise on Chapter 10 - Part II


In the next chapter, we will see conic sections.

Previous

Contents

Next

Copyright©2023 Higher secondary mathematics.blogspot.com 

Sunday, January 1, 2023

Chapter 10.9 - Distance of a Point from a Line

In the previous section, we saw the details about normal form. In this section, we will see distance of a point from a line. Later in this section we will see distance between two parallel lines also.

• We can derive an expression for the distance in 9 steps:
1. In fig.10.38 below, equation of line L is Ax + By + C = 0

Derivation of the formula for distance of a point from a line.
Fig.10.38

2. This line intersects the x-axis at Q.
• We know that, the x-intercept will be $-\frac{C}{A}$. So the coordinates of Q will be: $\left(-\frac{C}{A},0 \right)$
3. This line intersects the y-axis at R.
• We know that, the y-intercept will be $-\frac{C}{B}$. So the coordinates of R will be $\left(0,-\frac{C}{B} \right)$
4. P(x1,y1) is a point on the xy-plane.
• A perpendicular is dropped from P onto the line L
    ♦ Foot of the perpendicular is M.
    ♦ The length of the line segment PM is d.
    ♦ d is called the distance of the point P from line L.
5. It is possible to draw infinite lines from P onto line L.
• But it is possible to draw only one perpendicular.
• The length of that perpendicular line is called the distance of the point from L.
• The other lengths are not eligible to be considered as the distance of the point from L.
6. Our aim is to derive an expression for d
• Consider the triangle PQR. We have the coordinates of all three vertices:
$P(x_1,y_1),~Q\left(-\frac{C}{A},0 \right),~R\left(0,-\frac{C}{B} \right)$
• So we can find the area of that triangle. We get:

$\begin{array}{ll}
{}&{Area}
&{}={}& {\frac{1}{2}\left|x_1(y_2 - y_3)~+~x_2(y_3 - y_1)~+~x_3(y_1 - y_2) \right|}
&{} \\

{}&{}
&{}={}& {\frac{1}{2}\left|x_1 \left(0~-~-\frac{C}{B}\right)~+~-\frac{C}{A} × \left(-\frac{C}{B}~-~y_1 \right)~+~0 × \left(y_1~-~0\right) \right|}
&{} \\

{}&{}
&{}={}& {\frac{1}{2}\left|\frac{C x_1}{B}~+~\frac{C^2}{AB}~+~\frac{C y_1}{A} \right|}
&{} \\

{}&{}
&{}={}& {\frac{1}{2}\left| \frac{C}{AB}\left(\frac{C x_1}{B} × \frac{AB}{C}~+~\frac{C^2}{AB} × \frac{AB}{C}~+~\frac{C y_1}{A} × \frac{AB}{C}\right) \right|}
&{\color{green}{\text{- - - (a)}}} \\

{}&{}
&{}={}& {\frac{1}{2}\left| \frac{C}{AB}\left(\frac{x_1}{1} × \frac{A}{1}~+~C~+~\frac{y_1}{1} × \frac{B}{1}\right) \right|}
&{} \\

{}&{}
&{}={}& {\frac{1}{2}\left| \frac{C}{AB}\left(A x_1~+~B y_1~+~C\right) \right|}
&{} \\

{}&{}
&{}={}& {\frac{1}{2} × \left| \frac{C}{AB}\right| × \left|\left(A x_1~+~B y_1~+~C\right) \right|}
&{} \\

\end{array}$

◼ Remarks:
Line marked as (a):
In this line, we multiply each term by $\frac{C}{AB}$ and $\frac{AB}{C}$.

7. We know that, area of any triangle = 1/2 × Base × Altitude
• In our present case,
    ♦ Base of triangle PQR is QR
    ♦ Altitude of triangle PQR is d
• We know the coordinates of both Q and R:
$Q\left(-\frac{C}{A},0 \right),~R\left(0,-\frac{C}{B} \right)$
• So the length QR can be obtained as:

$\begin{array}{ll}
{}&{QR}
&{}={}& {\sqrt{(x_2 - x_1)^2~+~(y_2 - y_1)^2}}
&{} \\

{}&{}
&{}={}& {\sqrt{\left(0~-~ -\frac{C}{A}\right)^2~+~\left(-\frac{C}{B} - 0 \right)^2}}
&{} \\

{}&{}
&{}={}& {\sqrt{\frac{C^2}{A^2}~+~\frac{C^2}{B^2}}}
&{} \\

{}&{}
&{}={}& {\sqrt{ \frac{C^2}{A^2 B^2} \left(\frac{C^2}{A^2} × \frac{A^2 B^2}{C^2}~+~\frac{C^2}{B^2} × \frac{A^2 B^2}{C^2}\right)}}
&{\color{green}{\text{- - - (a)}}} \\

{}&{}
&{}={}& {\sqrt{ \frac{C^2}{A^2 B^2} \left(B^2~+~A^2\right)}}
&{} \\

{}&{}
&{}={}& {\sqrt{ \frac{C^2}{A^2 B^2}} × \sqrt{\left(B^2~+~A^2\right)}}
&{} \\

{}&{}
&{}={}& {\left| \frac{C}{AB} \right| × \sqrt{\left(A^2~+~B^2\right)}}
&{} \\

\end{array}$

◼ Remarks:
Line marked as (a):
In this line, we multiply each term by $\frac{C^2}{A^2 B^2}$ and $\frac{A^2 B^2}{C^2}$.

• Now we can obtain the area of the triangle PQR:

$\begin{array}{ll}
{}&{Area}
&{}={}& {\frac{1}{2} × \text{Base} × \text{Altitude}}
&{} \\

{}&{}
&{}={}& {\frac{1}{2} × QR ×d}
&{} \\

{}&{}
&{}={}& {\frac{1}{2} × \left| \frac{C}{AB} \right| × \sqrt{\left(A^2~+~B^2\right)} × d}
&{} \\

\end{array}$

8. Equating the areas:
    ♦ In (6), we obtained the area of triangle PQR.
    ♦ In (7) also, we obtained the area of triangle PQR.
• We can equate the two areas:

$\begin{array}{ll}
{}&{\frac{1}{2} × \left| \frac{C}{AB}\right| × \left|\left(A x_1~+~B y_1~+~C\right) \right|}
&{}={}& {\frac{1}{2} × \left| \frac{C}{AB} \right| × \sqrt{\left(A^2~+~B^2\right)} × d}
&{} \\

{\Rightarrow}&{\left|\left(A x_1~+~B y_1~+~C\right) \right|}
&{}={}& {\sqrt{\left(A^2~+~B^2\right)} × d}
&{} \\

{\Rightarrow}&{d}
&{}={}& {\frac{\left|\left(A x_1~+~B y_1~+~C\right) \right|}{\sqrt{\left(A^2~+~B^2\right)}}}
&{} \\

\end{array}$

9. Thus we get a formula to find the distance.
$d~=~\frac{\left|A x_1~+~B y_1~+~C \right|}{\sqrt{A^2~+~B^2}}$


Distance between two parallel lines

• We have derived a formula for the distance of a point from a line. Using this formula, we can derive another formula for the distance between two parallel lines. It can be derived in 5 steps:
1. In fig.10.39 below,
    ♦ equation of line L1 is A1x + B1y + C1 = 0
    ♦ equation of line L2 is A2x + B2y + C2 = 0

Derivation of the formula for the distance between two parallel lines
Fig.10.39

2. Line L1 intersects the x-axis at P
• Then the coordinates of P will be $\left(-\frac{C_1}{A_1},0 \right)$
3. A perpendicular line is dropped from P onto the line L2
• Length of this perpendicular line is d
• Then we can write:
The distance between the two parallel lines is d.
4. We can use the formula derived earlier to find d.
• For applying the formula, we take P as the point and L2 as the line. Thus we get:

$\begin{array}{ll}
{}&{d}
&{}={}& {\frac{\left|A x_1~+~B y_1~+~C \right|}{\sqrt{A^2~+~B^2}}}
&{} \\

{}&{}
&{}={}& {\frac{\left|A_2 × -\frac{C_1}{A_1}~+~B_2  × 0~+~C_2 \right|}{\sqrt{A_2^2~+~B_2^2}}}
&{} \\

{}&{}
&{}={}& {\frac{\left|A_2 × -\frac{C_1}{A_1}~+~C_2 \right|}{\sqrt{A_2^2~+~B_2^2}}}
&{} \\

{}&{}
&{}={}& {\frac{\left| \frac{-A_2 C_1~+~A_1 C_2}{A_1}\right|}{\sqrt{A_2^2~+~B_2^2}}}
&{} \\

{}&{}
&{}={}& {\frac{\left| \frac{A_1 C_2~-~A_2 C_1}{A_1}\right|}{\sqrt{A_2^2~+~B_2^2}}}
&{} \\

{}&{}
&{}={}& {\frac{\frac{\left|A_1 C_2~-~A_2 C_1 \right|}{\left|A_1\right|}}{\sqrt{A_2^2~+~B_2^2}}}
&{} \\

{}&{}
&{}={}& {\frac{\left|A_1 C_2~-~A_2 C_1 \right|}{\left|A_1\right| × \sqrt{A_2^2~+~B_2^2}}}
&{} \\

\end{array}$

5. Thus we get a formula to find the distance between two parallel lines.
$d~=~\frac{\left|A_1 C_2~-~A_2 C_1 \right|}{\left|A_1\right| × \sqrt{A_2^2~+~B_2^2}}$


Now we will see two solved examples

Solved example 10.18
Find the distance of the point (3,-5) from the line 3x - 4y - 26 = 0
Solution:
1. The given line is: 3x - 4y - 26 = 0
• So we get: A = 3, B = -4 and C = -26
2. We have: $d~=~\frac{\left|A x_1~+~B y_1~+~C \right|}{\sqrt{A^2~+~B^2}}$

• Substituting the known values, we get:

$\begin{array}{ll}
{}&{d}
&{}={}& {\frac{\left|3 × 3~+~-4 × -5~+~-26 \right|}{\sqrt{3^2~+~(-4)^2}}}
&{} \\

{}&{}
&{}={}& {\frac{\left|9~+~20~+~-26 \right|}{\sqrt{9~+~16}}}
&{} \\

{}&{}
&{}={}& {\frac{\left|3 \right|}{\sqrt{25}}}
&{} \\

{}&{}
&{}={}& {\frac{3}{5}~=~0.6~\text{units}}
&{} \\

\end{array}$

3. The actual plot is shown below:

Fig.10.40
 

Solved example 10.19
Find the distance between the parallel lines 3x - 4y + 7 = 0 and 3x - 4y + 5 = 0
Solution:
1. Let the line L1 be: 3x - 4y + 7 = 0
• Then we get: A1 = 3, B1 = -4 and C1 = 7
2. Let the line L2 be: 3x - 4y + 5 = 0
• Then we get: A2 = 3, B2 = -4 and C2 = 5
3. We have: $d~=~\frac{\left|A_1 C_2~-~A_2 C_1 \right|}{\left|A_1\right| × \sqrt{A_2^2~+~B_2^2}}$

• Substituting the known values, we get:

$\begin{array}{ll}
{}&{d}
&{}={}& {\frac{\left|3 × 5~-~3 × 7 \right|}{\left|3 \right| × \sqrt{3^2~+~(-4)^2}}}
&{} \\

{}&{}
&{}={}& {\frac{\left|15~-~21 \right|}{\left|3 \right| × \sqrt{9~+~16}}}
&{} \\

{}&{}
&{}={}& {\frac{\left|-6 \right|}{\left|3 \right| × 5}}
&{} \\

{}&{}
&{}={}& {\frac{6}{3× 5}}
&{} \\

{}&{}
&{}={}& {\frac{2}{5}~=~0.4~\text{units}}
&{} \\

\end{array}$

4. The actual plot is shown below:

Fig.10.41



Link to a few more solved examples is given below:

Exercise 10.3


In the next section, we will see some miscellaneous examples.

Previous

Contents

Next

Copyright©2022 Higher secondary mathematics.blogspot.com