Friday, December 2, 2022

Chapter 10.3 - Collinearity of Three Points

In the previous section, we saw solved example 2 and solved example 3. In those examples, we were given the slopes of two lines. We were asked to find the angle between the lines. In this section, we will see a solved example in which the angle between the two lines are given. Also the slope of one of the lines is given. We are asked to find the slope of the other line. Later in this section, we will see condition for collinearity also.

Solved example 4
If the angle between two lines is $\frac{\pi}{4}$ and slope of one of the lines is $\frac{1}{2}$, find the slope of the other line.
Solution:
1. Given that, $\theta~=~\frac{\pi}{4}~\text{and}~m_1~=~\frac{1}{2}$.
• We are asked to find m2
2. We have: $\tan \theta~=~\frac{m_2~-~m_1}{1~+~m_1 m_2}$
• Substituting the known values, we get:

$\begin{array}{ll}
{}&{\tan \frac{\pi}{4}}
&{}={}& {\frac{m_2~-~\frac{1}{2}}{1~+~\frac{1}{2}  × m_2}}
&{} \\

{\Rightarrow}&{1}
&{}={}& {\frac{2 m_2 ~-~1}{2~+~m_2}}
&{} \\

{\Rightarrow}&{2~+~m_2}
&{}={}& {2 m_2 ~-~1}
&{} \\

{\Rightarrow}&{2}
&{}={}& {m_2 ~-~1}
&{} \\

{\Rightarrow}&{m_2}
&{}={}& {3}
&{} \\

\end{array}$

3. In the above steps, we took $m_1 = \frac{1}{2}$ and calculated m2.
• Let us now interchange the values.
   ♦ That is., take $m_2 = \frac{1}{2}$ and calculate m1:

$\begin{array}{ll}
{}&{\tan \frac{\pi}{4}}
&{}={}& {\frac{\frac{1}{2}~-~m_1}{1~+~m_1  × \frac{1}{2}}}
&{} \\

{\Rightarrow}&{1}
&{}={}& {\frac{1~-~2 m_1}{2~+~m_1}}
&{} \\

{\Rightarrow}&{2~+~m_1}
&{}={}& {1~-~2 m_1}
&{} \\

{\Rightarrow}&{2~+~3 m_1}
&{}={}& {1}
&{} \\

{\Rightarrow}&{3 m_1}
&{}={}& {-1}
&{} \\

{\Rightarrow}&{m_1}
&{}={}& {-\frac{1}{3}}
&{} \\

\end{array}$

4. From the results in (2) and (3), we can write three points:
(i) A line L1 has a slope of $\frac{1}{2}$ 
(ii) Another line L2 (having a slope of 3) will make an angle $\frac{\pi}{4}$ with L1.
(iii) Yet another line L3 (having a slope of $-\frac{1}{3}$) will also make the same angle $\frac{\pi}{4}$ with L1
5. The three lines are shown in fig.10.13 below:

It is possible to have two lines making the same angle with the given line.
Fig.10.13

• The red line is the given line with slope $\frac{1}{2}$
• We were asked to find the slope of another line in such a way that, the new line makes an angle $\frac{\pi}{4}$ with the given red line.
• We found out that, two lines make the same angle $\frac{\pi}{4}$ with the given red line:
   ♦ The magenta line with a slope of 3
   ♦ The green line with a slope of -1/3

Based on solved examples 2, 3 and 4, we can write about two cases: Case I and Case II. They can be described in 2 steps:
1. Difference between the two cases:
This can be written in two steps:
(i) In case I, we will be given the slopes m1 and m2 of two lines. We will be asked to find the angle πœƒ between those two lines.
(ii) In case II, we will be given the slope m1 of one line. We will be asked to find the slope m2 of another line in such a way that, the new line makes a certain angle πœƒ with the original line.
2. How to solve each case:
This can be written in two steps:
(i) In case I, we use the equation: $\tan \theta~=~\frac{m_2~-~m_1}{1~+~m_1 m_2}$
   ♦ If tan πœƒ obtained is +ve, it indicates the acute angle between the lines.  
   ♦ If tan πœƒ obtained is -ve, it indicates the obtuse angle between the lines.
• Whether it is acute or obtuse, does not matter. With just one angle, we can calculate all the other three angles around the point of intersection.
• There is no need to interchange m1 and m2 to explore different possibilities. Even if we interchange m1 and m2, we will get the same four angles around the point of intersection.
• Also there is no need to find the second principal solution.
(ii) In case II also, we use the equation: $\tan \theta~=~\frac{m_2~-~m_1}{1~+~m_1 m_2}$
• First we find the unknown slope.
• Then we interchange m1 and m2 to find another slope.
• There will be two lines making the same angle.
• In this case it is necessary to interchange m1 and m2. Steps must be repeated after the interchange. This will give the third line.


Solved example 10.5
Line through the points (-2,6) and (4,8) is perpendicular to the line through the points (8,12) and (x,24). Find the value of x.
Solution:
1. Let m1 be the slope of the line through the points (-2,6) and (4,8)
Then we can write:
$\begin{array}{ll}
{m_1}&{}={}
&{\frac{y_2 - y_1}{x_2 - x_1}}& {} \\

{}&{}={}
&{\frac{8 - 6}{4 - (-2)}}& {} \\

{}&{}={}
&{\frac{2}{6}}& {} \\

{}&{}={}
&{\frac{1}{3}}& {} \\

\end{array}$

2. Let m2 be the slope of the line through the points (8,12) and (x,24)
Then we can write:
$\begin{array}{ll}
{m_2}&{}={}
&{\frac{y_2 - y_1}{x_2 - x_1}}& {} \\

{}&{}={}
&{\frac{24 - 12}{x - 8}}& {} \\

{}&{}={}
&{\frac{12}{x-8}}& {} \\

\end{array}$

3. Given that, the two lines are perpendicular to each other.
So we can write:
$\begin{array}{ll}
{}&{m_1 m_2}
&{}={}& {-1} \\

{\Rightarrow}&{\frac{1}{3}~ × ~\frac{12}{x-8}}
&{}={}& {-1} \\

{\Rightarrow}&{\frac{4}{x-8}}
&{}={}& {-1} \\

{\Rightarrow}&{4}
&{}={}& {8-x} \\

{\Rightarrow}&{x}
&{}={}& {4} \\

\end{array}$


Collinearity of three points

• Suppose that we are given the coordinates of three points on the xy-plane. We can check whether those three points lie on the same line. It can be explained in 5 steps:
1. In fig.10.14(a) below, we have three points P, Q and R on the xy-plane.

Fig.10.14

2. In fig.b, the red line connects P and Q. Similarly, the green line connects Q and R
3. So we have two lines: PQ and QR
The two lines have one common point, which is Q
4. If PQ and QR have the same slope, then PQ will be parallel to QR
• But Q is a common point. So, if PQ and QR are parallel, the only possibility is that, P, Q and R lie on the same line.
5. Based on the above steps, we can write the procedure:
(i) Find the slope of the line PQ
(ii) Find the slope of the line QR
(iii) If the two slopes are the same, then P, Q and R are collinear.

Solved example 10.6
Three points P (h,k), Q (x1,y1), and R (x2,y2) lie on a line. Show that:
(h-x1) (y2-y1) = (k-y1)(x2-x1)
Solution:
1. Slope of the line PQ = $\frac{y_1 - k}{x_1 - h}$
2. Slope of the line QR = $\frac{y_2 - y_1}{x_2 - x_1}$
3. Since P, Q and R lie on a line, the two slopes are equal. So we can write:
$\begin{array}{ll}
{}&{\frac{y_1 - k}{x_1 - h}}
&{}={}& {\frac{y_2 - y_1}{x_2 - x_1}} \\

{\Rightarrow}&{\frac{k - y_1}{h - x_1}}
&{}={}& {\frac{y_2 - y_1}{x_2 - x_1}}&{\color {green}{\text{- - - (a) }}} \\

{\Rightarrow}&{(h-x_1)(y_2 - y_1)}
&{}={}& {(k-y_1)(x_2 - x_1)} \\

\end{array}$

◼ Remarks:
• Line marked as (a):
Both numerator and denominator of the L.H.S are multiplied by -1.

Solved example 10.7
Fig.13.15 below, shows the Time-Distance graph of a car. When the stop-watch showed a time of zero, the total distance traveled by the car was 2 units. When the stop-watch showed a time of 3, the total distance traveled by the car was 8 units. Assuming the car to be in uniform motion, derive a relation between time (T) and distance traveled (D) by the car.

Fig.10.15

Solution:
1. From the given data,
   ♦ we have the first point P (0,2) 
   ♦ we have the second point Q (3,8)
2. Let us mark a third point R on the graph.
   ♦ The x-coordinate of R will be T 
   ♦ The y-coordinate of R will be D
3. We can write:
The three points P (0,2), Q (3,8) and R (T,D) lie on the same line.
4. Let us write the slopes:
   ♦ Slope of the line segment PQ = $\frac{8-2}{3-0}~=~\frac{6}{3}~=~2$  
   ♦ Slope of the line segment QR = $\frac{D-8}{T-3}$
5. Since the three points are collinear, we can equate the slopes. So we get:
$\begin{array}{ll}
{}&{2}
&{}={}& {\frac{D - 8}{T - 3}} \\

{\Rightarrow}&{2T - 6}
&{}={}& {D-8} \\

{\Rightarrow}&{2T + 2}
&{}={}& {D} \\

{\Rightarrow}&{D}
&{}={}& {2(T+1)} \\

\end{array}$


Link to a few more solved examples is given below:

Exercise 10.1


In the next section, we will see various forms of the equation of a line.

Previous

Contents

Next

Copyright©2022 Higher secondary mathematics.blogspot.com

Wednesday, November 30, 2022

Chapter 10.2 - Angle Between Two Lines

In the previous section, we saw slope and inclination of lines. In this section, we will see angle between two lines.

• Consider two lines lying in a plane. One of the following two possibilities will always occur:
(i) The two lines are parallel.
   ♦ They will never intersect.
(ii) The two lines are non-parallel
   ♦ Two non-parallel lines will surely intersect at a point.
• Two non-parallel lines may be lying far away from each other. But if we extend them suitably, they will surely intersect at a point.
• When two lines intersect, an angle will be formed between them.
• It is possible to find that angle using the slopes of the lines. Let us see how it is done. It can be written in 5 steps:

1. Fig.10.8(a) below shows two non-vertical lines L1 and L2.
    ♦ L1 has an inclination of 𝛼
    ♦ L2 has an inclination of Ξ²
    ♦ The slope of L1 is m1
    ♦ The slope of L2 is m2

Calculating the angle between two lines using their slopes in analytical geometry.
Fig.10.8

2. Formation of triangle PQR:
    ♦ L1 and L2 intersect at R.
    ♦ L1 intersect the x-axis at P
    ♦ L2 intersect the x-axis at Q
• Thus we get a right angled triangle PQR
3. Formation of two angles:
• L1 and L2 intersect at R. The angle formed at R is marked as πœƒ.
• When πœƒ is formed, another angle ΙΈ is also formed at the point of intersection.
• We see that: πœƒ + ΙΈ = 180o
4. Relation between 𝛼1, 𝛼2 and πœƒ:
• 𝛼2 is an exterior angle of the triangle PQR
• For this exterior angle 𝛼2, the angles 𝛼1 and ∠PRQ are remote interior angles.
    ♦ ∠PRQ and πœƒ are opposite angles
    ♦ So ∠PRQ = πœƒ
• Then we get: 𝛼2 = 𝛼1 + πœƒ
Which is same as: πœƒ = 𝛼2 - 𝛼1
• This result can be used to find a relation between πœƒ, m1 and m2:

$\begin{array}{ll}
{}&{\theta}
&{}={}& {\alpha_2 - \alpha_1}
&{}& {}
&{}& {}
&{}& {}&{}& {} &{} &{} &{} \\

{\Rightarrow}&{\tan \theta}
&{}={}& {\tan (\alpha_2 - \alpha_1)}
&{}& {}
&{}& {}
&{}& {}&{}& {} &{} &{} &{} \\

{\Rightarrow}&{\tan \theta}
&{}={}& {\frac{\tan \alpha_2~-~\tan \alpha_1}{1~+~\tan \alpha_1 \tan \alpha_2}}
&{\color {green}{\text{- - - (a) }}}& {}
&{}& {}
&{}& {}&{}& {} &{} &{} &{} \\

{\Rightarrow}&{\tan \theta}
&{}={}& {\frac{m_2~-~m_1}{1~+~m_1 m_2}}
&{\color {green}{\text{- - - (b) }}}& {}
&{}& {}
&{}& {}&{}& {} &{} &{} &{} \\

\end{array}$

◼ Remarks:
(i) Line marked as (a):
See identity 11 in the list of identities.
(ii) Line marked as (b):
   ♦ tan 𝛼1 is m1
   ♦ tan 𝛼2 is m2


5. Using this relation, we can find πœƒ


Let us see an example:
Solved example 2
Two lines lying in the XY-plane have slopes $\frac{1}{2}$ and 3. Find the angle between them.
Solution:
1. Let m1 = $\frac{1}{2}$ and m2 = 3
• We are asked to find πœƒ
2. We have the equation: $\tan \theta~=~\frac{m_2~-~m_1}{1~+~m_1 m_2}$
• Substituting the known values, we get:
$\begin{array}{ll}
{}&{\tan \theta}
&{}={}& {\frac{3~-~\frac{1}{2}}{1~+~\frac{1}{2}  × 3}}
&{} \\

{\Rightarrow}&{\tan \theta}
&{}={}& {\frac{6 ~-~1}{2~+~3}}
&{} \\

{\Rightarrow}&{\tan \theta}
&{}={}& {\frac{5}{5}}
&{} \\

{\Rightarrow}&{\tan \theta}
&{}={}& {1}
&{} \\

\end{array}$

3. This is a trigonometrical equation. We have learned how to solve them in a previous chapter (see solved example 3.65 in section 3.17).
2. Given that: tan πœƒ = 1
• We know that 45o is a principal solution.
• That means, we can put 45o in place of πœƒ.
3. We will now find another principal solution.
• We have seen that, πœƒ = 45o is a principal solution.
• When the input πœƒ is 45o, the left side becomes tan 45o
• This gives us: tan πœƒ = tan 45o = 1
• We want another angle such that, it's tangent is also 1
• Such an angle can be calculated using identities 9.f and 9.e [See the list of identities]: tan (Ο€+x) = tan x
• We get:
tan 45o = tan (180o + 45o) = tan 225o
• So we can write:
tan πœƒ = tan 45o = tan 225o
• Picking the first and last items, we get:
πœƒ = 225o
   ♦ 225o is greater than 0o
   ♦ 225o is less than 360o  also.
   ♦ So it can be accepted as a principal solution.
• Thus we have two principal solutions for πœƒ:
πœƒ = 45o and πœƒ = 225o
4. Fig.10.9 below shows how the two angles 45o and 225o are related to the given lines.

Fig.10.9

• The red line has a slope of $\frac{1}{2}$
Two convenient points points A and B are marked on this line.
• The green line has a slope of 3
Two convenient points points C and D are marked on this line.
• The two lines intersect at E
• ∠AEC (measured in the anti-clockwise direction) is the angle between the two lines. It's value is 45o
• ∠BEC (measured in the anti-clockwise direction) is also an angle between the two lines. It's value is (180 + 45) = 225o
5. In step (1), we took m1 = $\frac{1}{2}$ and m2 = 3.
• Since the order is not specified, we can take the reverse order also.
   ♦ That is., we interchange m1 and m2.
• Let us see if there is any change in the angles when we do the interchange. The following steps from (6) to (11) will give us the angles.
6. Let m1 = 3 and m2 = $\frac{1}{2}$
• We are asked to find πœƒ
7. We have the equation: $\tan \theta~=~\frac{m_2~-~m_1}{1~+~m_1 m_2}$
• Substituting the known values, we get:
$\begin{array}{ll}
{}&{\tan \theta}
&{}={}& {\frac{\frac{1}{2}~-~3}{1~+~ 3 × \frac{1}{2}}}
&{} \\

{\Rightarrow}&{\tan \theta}
&{}={}& {\frac{1~-~6}{2~+~3}}
&{} \\

{\Rightarrow}&{\tan \theta}
&{}={}& {-\frac{5}{5}}
&{} \\

{\Rightarrow}&{\tan \theta}
&{}={}& {-1}
&{} \\

\end{array}$

8. This is a trigonometrical equation. We have learned how to solve them in a previous chapter (see solved example 3.65 in section 3.17).
9. Given that: tan πœƒ = -1
• We know that 135o is a principal solution.
• That means, we can put 135o in place of πœƒ.
10. We will now find another principal solution.
• We have seen that, πœƒ = 135o is a principal solution.
• When the input πœƒ is 135o, the left side becomes tan 135o
• This gives us: tan πœƒ = tan 135o = -1
• We want another angle such that, it's tangent is also -1
• Such an angle can be calculated using identities 9.f and 9.e: tan (Ο€+x) = tan x
• We get:
tan 135o = tan (180o + 135o) = tan 315o
• So we can write:
tan πœƒ = tan 135o = tan 315o
• Picking the first and last items, we get:
πœƒ = 315o
   ♦ 315o is greater than 0o
   ♦ 315o is less than 360o  also.
   ♦ So it can be accepted as a principal solution.
• Thus we have two principal solutions for πœƒ:
πœƒ = 135o and πœƒ = 315o
11. Fig.10.10 below shows how the two angles 135o and 315o are related to the given lines.

Fig.10.10

• The red line has a slope of $\frac{1}{2}$
Two convenient points points A and B are marked on this line.
• The green line has a slope of 3
Two convenient points points C and D are marked on this line.
• The two lines intersect at E
• ∠DEA (measured in the anti-clockwise direction) is the angle between the two lines. It's value is 135o
• ∠DEB (measured in the anti-clockwise direction) is also an angle between the two lines. It's value is (∠DEA + ∠AEC + ∠CEB) = (135 + 45 +135) = 315o
12. The figs.10.9 and 10.10 are exactly the same. They appear different because, in the first fig, we marked the acute angle between the given lines. In the second fig., we marked the obtuse angle. 
• Based on this, we can write a conclusion. It can be written in 3 steps:
(i) First we find tan πœƒ using the equation:
$\tan \theta~=~\frac{m_2~-~m_1}{1~+~m_1 m_2}$
(ii) If tan πœƒ obtained is +ve, the πœƒ so obtained is the acute angle between the given lines.
(iii) If tan πœƒ obtained is -ve, the πœƒ so obtained is the obtuse angle between the given lines.


Solved example 3
Two lines lying in the XY-plane have slopes $\frac{1}{2}$ and $-\frac{1}{3}$. Find the angle between them.
Solution:
1. Let m1 = $\frac{1}{2}$ and m2 = $-\frac{1}{3}$
• We are asked to find πœƒ
2. We have the equation: $\tan \theta~=~\frac{m_2~-~m_1}{1~+~m_1 m_2}$
• Substituting the known values, we get:
$\begin{array}{ll}
{}&{\tan \theta}
&{}={}& {\frac{-\frac{1}{3}~-~\frac{1}{2}}{1~+~\frac{1}{2}  × -\frac{1}{3}}}
&{} \\

{\Rightarrow}&{\tan \theta}
&{}={}& {\frac{-2 ~-~3}{6~-~1}}
&{} \\

{\Rightarrow}&{\tan \theta}
&{}={}& {\frac{-5}{5}}
&{} \\

{\Rightarrow}&{\tan \theta}
&{}={}& {-1}
&{} \\

\end{array}$

3. This is a trigonometrical equation. We have learned how to solve them in a previous chapter (see solved example 3.65 in section 3.17).
2. Given that: tan πœƒ = -1
• We know that 135o is a principal solution.
• That means, we can put 135o in place of πœƒ.
3. We will now find another principal solution.
• We have seen that, πœƒ = 135o is a principal solution.
• When the input πœƒ is 135o, the left side becomes tan 135o
• This gives us: tan πœƒ = tan 135o = -1
• We want another angle such that, it's tangent is also -1
• Such an angle can be calculated using identities 9.f and 9.e [See the list of identities]: tan (Ο€+x) = tan x
• We get:
tan 135o = tan (180o + 135o) = tan 315o
• So we can write:
tan πœƒ = tan 135o = tan 315o
• Picking the first and last items, we get:
πœƒ = 315o
   ♦ 315o is greater than 0o
   ♦ 315o is less than 360o  also.
   ♦ So it can be accepted as a principal solution.
• Thus we have two principal solutions for πœƒ:
πœƒ = 135o and πœƒ = 315o
4. Fig.10.11 below shows how the two angles 135o and 315o are related to the given lines.

Fig.10.11

• The red line has a slope of $\frac{1}{2}$
Two convenient points points A and B are marked on this line.
• The green line has a slope of $-\frac{1}{3}$
Two convenient points points C and D are marked on this line.
• The two lines intersect at E
• ∠BEC (measured in the anti-clockwise direction) is the angle between the two lines. It's value is 135o
• ∠BED (measured in the anti-clockwise direction) is also an angle between the two lines. It's value is (∠BEA + ∠AED) = (180 + 135) = 315o
5. In step (1), we took m1 = $\frac{1}{2}$ and m2 = $-\frac{1}{3}$.
• Since the order is not specified, we can take the reverse order also.
• Since the order is not specified, we can take the reverse order also.
   ♦ That is., we interchange m1 and m2.
• Let us see if there is any change in the angles when order is reversed. The following steps from (6) to (11) will give us the angles.
6. Let m1 = $-\frac{1}{3}$ and m2 = $\frac{1}{2}$
• We are asked to find πœƒ
7. We have the equation: $\tan \theta~=~\frac{m_2~-~m_1}{1~+~m_1 m_2}$
• Substituting the known values, we get:
$\begin{array}{ll}
{}&{\tan \theta}
&{}={}& {\frac{\frac{1}{2}~-~-\frac{1}{3}}{1~+~ -\frac{1}{3} × \frac{1}{2}}}
&{} \\

{\Rightarrow}&{\tan \theta}
&{}={}& {\frac{3~+~2}{6~-~1}}
&{} \\

{\Rightarrow}&{\tan \theta}
&{}={}& {\frac{5}{5}}
&{} \\

{\Rightarrow}&{\tan \theta}
&{}={}& {1}
&{} \\

\end{array}$

8. This is a trigonometrical equation. We have learned how to solve them in a previous chapter (see solved example 3.65 in section 3.17).
9. Given that: tan πœƒ = 1
• We know that 45o is a principal solution.
• That means, we can put 45o in place of πœƒ.
10. We will now find another principal solution.
• We have seen that, πœƒ = 45o is a principal solution.
• When the input πœƒ is 45o, the left side becomes tan 45o
• This gives us: tan πœƒ = tan 45o = 1
• We want another angle such that, it's tangent is also 1
• Such an angle can be calculated using identities 9.f and 9.e: tan (Ο€+x) = tan x
• We get:
tan 45o = tan (180o + 45o) = tan 225o
• So we can write:
tan πœƒ = tan 45o = tan 225o
• Picking the first and last items, we get:
πœƒ = 225o
   ♦ 225o is greater than 0o
   ♦ 225o is less than 360o  also.
   ♦ So it can be accepted as a principal solution.
• Thus we have two principal solutions for πœƒ:
πœƒ = 45o and πœƒ = 225o
11. Fig.10.12 below shows how the two angles 45o and 225o are related to the given lines.

Fig.10.12

• The red line has a slope of $\frac{1}{2}$
Two convenient points points A and B are marked on this line.
• The green line has a slope of $-\frac{1}{3}$
Two convenient points points C and D are marked on this line.
• The two lines intersect at E
• ∠CEA (measured in the anti-clockwise direction) is the angle between the two lines. It's value is 45o
• ∠CEB (measured in the anti-clockwise direction) is also an angle between the two lines. It's value is (CEA + 180) = (45 +180) = 225o
12. The figs.10.11 and 10.12 are exactly the same. They appear different because, in the first fig, we marked the obtuse angle between the given lines. In the second fig., we marked the acute angle. 
• Based on this, we can write the same conclusion that we wrote in the previous solved example. It can be written in 3 steps:
(i) First we find tan πœƒ using the equation:
$\tan \theta~=~\frac{m_2~-~m_1}{1~+~m_1 m_2}$
(ii) If tan πœƒ obtained is +ve, the πœƒ so obtained is the acute angle between the given lines.
(iii) If tan πœƒ obtained is -ve, the πœƒ so obtained is the obtuse angle between the given lines.

In the next section, we will see a few more solved examples.

Previous

Contents

Next

Copyright©2022 Higher secondary mathematics.blogspot.com

Sunday, November 27, 2022

Chapter 10.1 - Slope of a Line

In the previous section, we saw some basic concepts and formulae in coordinate geometry. In this section, we will see slope of lines.

Inclination of a line and Slope of a line

First we will see inclination of a line. It can be written in 4 steps:
1. In fig.10.5(a) below,
(i) The angle between the line l1 and the +ve side of the x-axis is πœƒ1.
(ii) The angle πœƒ1 is measured from the +ve side of the x-axis in the anti-clockwise direction.
• If the above two conditions are satisfied, then πœƒ1 is called the inclination of the line l1.

Method for calculating Inclination and Slope of a line.
Fig.10.5

2. Consider the line l2 in fig.10.5(b) above.
• Based on what we saw in fig.(a), we can write:
Inclination of the line l2 is  πœƒ2
• This is because, the two conditions are satisfied:
(i) πœƒ2 is measured from the +ve side of the x-axis.
(ii) πœƒ2 is measured in the anti-clockwise direction.
3. Based on the two figs. (a) and (b), we can write:
• Inclination of a line parallel to the x-axis will be 0o
• Inclination of a line parallel to the y-axis will be 90o
4. So it is obvious that:
    ♦ Inclination of a line can never be less than 0o.
    ♦ Inclination of a line can never be greater than 180o.
• We can write: 0o≤ πœƒ ≤ 180o.


Now we will see slope of a line. It can be written in steps:
1. We have seen how to write the inclination πœƒ of any line l
• Now, tan πœƒ is called the slope of that line l
2. Another name for slope is gradient.
• So we can write in either of the two ways:
    ♦ tan πœƒ is the slope of the line l
    ♦ tan πœƒ is the gradient of the line l
3. Slope of a line whose inclination is zero (a horizontal line) = tan 0 = 0
4. Slope of a line whose inclination is 90o (a vertical line) = tan 90
    ♦ But tan 90 gives a number which does not exist.
    ♦ So slope of such a line is not defined
5. Based on this, we can write:
    ♦ Slope of x-axis = 0
    ♦ Slope of y-axis is not defined.


Slope from coordinates

• We know that, a line can be completely determined if we know the coordinates of any two points on it.
• If we know those coordinates, we can find the slope also. Let us see how it is done. It can be written in 7 steps:
1. In fig.10.6(a) below, the non-vertical line l has an inclination of πœƒ
• P (x1, y1) and Q (x2,y2) are two points on the line.

Method of calculating Slope of a line from coordinates of any two points on the line.
Fig.10.6

• Note:
In fig.10.6(a), x1 cannot be equal to x2. If they are equal, line l will become vertical. The slope of a vertical line is not defined.
2. A line QR is drawn perpendicular to the x-axis.
• Another line PM is drawn perpendicular to QR.
3. In the triangle PMQ, angle QPM will be equal to πœƒ.
So we can write:
$\text{Slope of}~l~=~\tan \theta ~=~\frac{QM}{PM}$
4. Now, the coordinates of M will be (x2,y1)
So the distance QM wil be (y2 – y1)
5. Since the coordinates of M are (x2,y1), the distance PM will be (x2 – x1)
6. Based on steps (3), (4) and (5), we get:
$\text{Slope of}~l~=~\tan \theta ~=~\frac{QM}{PM}~=~\frac{y_2 - y_1}{x_2 - x_1}$
7. Thus we get a simple method to find the slope using coordinates.


In the fig.10.6(a) above, the inclination πœƒ is an acute angle. Let us see the case when πœƒ is an obtuse angle. It can be written in steps:
1. In fig.10.6(b) above, the non-vertical line l has an inclination of πœƒ
• P (x1, y1) and Q (x2,y2) are two points on the line.
• Note:
In fig.10.6(b), x1 cannot be equal to x2. If they are equal, line l will become vertical. The slope of a vertical line is not defined.
2. A line QR is drawn perpendicular to the x-axis.
• Another line PM is drawn perpendicular to QR.
3. In the triangle PMQ, angle QPM will be equal to (180 - πœƒ).
So we can write:
$\text{Slope of}~l~=~\tan (180~-~\theta) ~=~-\tan \theta~=~\frac{QM}{PM}$
[See identities 9(c) and 9(d) in the list of identities]
4. Now, the coordinates of M will be (x2,y1)
So the distance QM wil be (y2 – y1)
5. Since the coordinates of M are (x2,y1), the distance PM will be (x1 – x2)
• Note that, in this case, we subtract x2 from x1 because, x1 is larger than x2.
6. Based on steps (3), (4) and (5), we get:
$\text{Slope of}~l~=~\tan (180~-~\theta) ~=~-\tan \theta~=~\frac{QM}{PM}~=~\frac{y_2 - y_1}{x_1 - x_2}$
• The -ve sign can be avoided by rearranging the denominator. We get:
$\text{Slope of}~l~=~\tan \theta~=~\frac{y_2 - y_1}{x_2 - x_1}$
7. Thus here also, we get the same simple method to find the slope using coordinates.


• If a line is horizontal, all points on that line will have the same y coordinates.
    ♦ That is., y2 will be equal to y1.
• Then the numerator will become zero.
• Consequently, tan πœƒ will become zero.
• So the above result is applicable to all non-vertical lines, even if the line is horizontal.
• We can write:
If P (x1, y1) and Q (x2,y2) are two points on a non-vertical line, then the slope of that line will be equal to $\frac{y_2 - y_1}{x_2 - x_1}$
• Note that, in the numerator, we have a distance. Distance can be measured in meter or centimeter. In the denominator also, we have distance. So the units will cancel each other. That means: Slope has no units. It is just a number.


Condition for parallelism

This can be written in steps:
1. Fig.10.7(a) below shows two non-vertical lines l1 and l2.
    ♦ l1 has an inclination of 𝛼
    ♦ l2 has an inclination of Ξ²
    ♦ The slope of l1 is m1
    ♦ The slope of l2 is m2

Conditions for Parallelism and Perpendicularity of two lines in terms of their slopes.
Fig.10.7

2. From our earlier geometry classes, we know this:
    ♦ If l1 and l2 are parallel, then 𝛼 = Ξ²
3. But if 𝛼 = Ξ², then tan 𝛼 = tan Ξ²
    ♦ If tan 𝛼 = tan Ξ², then m1 = m2
• So the condition for two lines l1 and l2 to be parallel is:
Their slopes m1 and m2 must be equal.


Let us prove the converse.
• We need to prove that, if slopes m1 and m2 of the two lines l1 and l2 are equal, then the two lines are parallel.
It can be proved in 5 steps:
1. Given that, m1 = m2
Then we can write: tan 𝛼 = tan Ξ²
2. This is a trigonometrical equation. We have learned how to solve them in a previous chapter (see solved example 3.65 in section 3.17).
3. So, if tan 𝛼 = tan Ξ², we can write:
𝛼 = n𝞹 + Ξ²
• Let us put the smallest possible value of 'n', which is 1
We get: 𝛼 = 𝞹 + Ξ²
4. But (𝞹 + β) is greater than 180o
• Inclination cannot be greater than 180o
• So the only possibility is that 𝛼 = Ξ².
If 𝛼 = Ξ², then the two lines are parallel
5. Thus we arrive at the conclusion:
If slopes m1 and m2 of two lines are equal, then the lines will be parallel.


Condition for perpendicularity

This can be written in 3 steps:
1. Fig.10.7(b) above shows two non-vertical lines l1 and l2.
    ♦ l1 has an inclination of 𝛼
    ♦ l2 has an inclination of Ξ²
    ♦ The slope of l1 is m1
    ♦ The slope of l2 is m2
2. Formation of triangle PQR:
    ♦ l1 and l2 intersect at R.
    ♦ l1 intersect the x-axis at P
    ♦ l2 intersect the x-axis at q
• Thus we get a right angled triangle PQR
3. Relation between 𝛼 and Ξ²:
• Ξ² is an exterior angle of the triangle PQR
• For this exterior angle Ξ², the angles 𝛼 and 90o are remote interior angles.
• So we get: Ξ² = 𝛼 + 90
• This result can be used to find a relation between the two slopes:

$\begin{array}{ll}
{}&{\beta}
&{}={}& {\alpha + 90^o}
&{}& {}
&{}& {}
&{}& {}&{}& {} &{} &{} &{} \\

{\Rightarrow}&{\tan \beta}
&{}={}& {\tan (\alpha + 90^o)}
&{}& {}
&{}& {}
&{}& {}&{}& {} &{} &{} &{} \\

{\Rightarrow}&{\tan \beta}
&{}={}& {- \cot \alpha}
&{\color {green}{\text{- - - (a) }}}& {}
&{}& {}
&{}& {}&{}& {} &{} &{} &{} \\

{\Rightarrow}&{\tan \beta}
&{}={}& {- \frac{1}{\tan \alpha}}
&{}& {}
&{}& {}
&{}& {}&{}& {} &{} &{} &{} \\

{\Rightarrow}&{m_2}
&{}={}& {- \frac{1}{m_1}}
&{}& {}
&{}& {}
&{}& {}&{}& {} &{} &{} &{} \\

{\Rightarrow}&{m_1 m_2}
&{}={}& {- 1}
&{}& {}
&{}& {}
&{}& {}&{}& {} &{} &{} &{} \\

\end{array}$

◼ Remarks:
• Line marked as (a):
See identities 9(a) and 9(b) in the list of identities.
tan (90+πœƒ) = -cot πœƒ
• So the condition for two lines l1 and l2 to be perpendicular is:
Product of their slopes (m1 m2) must be -1.


Let us prove the converse.
• We need to prove that, if product of the slopes (m1 m2) of the two lines l1 and l2 is -1, then the two lines are perpendicular to each other.
It can be proved in 3 steps:

1. Relation between 𝛼 and Ξ²:

$\begin{array}{ll}
{}&{m_1 m_2}
&{}={}& {-1}
&{}& {}
&{}& {}
&{}& {}&{}& {} &{} &{} &{} \\

{\Rightarrow}&{\tan \alpha × \tan \beta}
&{}={}& {-1}
&{}& {}
&{}& {}
&{}& {}&{}& {} &{} &{} &{} \\

{\Rightarrow}&{\tan \alpha}
&{}={}& {- \frac{1}{ \tan \beta}}
&{}& {}
&{}& {}
&{}& {}&{}& {} &{} &{} &{} \\

{\Rightarrow}&{\tan \alpha}
&{}={}& {- \cot \beta}
&{}& {}
&{}& {}
&{}& {}&{}& {} &{} &{} &{} \\

{\Rightarrow}&{\tan \alpha}
&{}={}& {\tan (90^o + \beta)}
&{\color {green}{\text{- - - (a) }}}& {}
&{}& {}
&{}& {}&{}& {} &{} &{} &{} \\

{\Rightarrow}&{\alpha}
&{}={}& {90^o + \beta}
&{}& {}
&{}& {}
&{}& {}&{}& {} &{} &{} &{} \\

\end{array}$

◼ Remarks:
• Line marked as (a):
See identities 9(a) and 9(b) in the list of identities.
tan (90+πœƒ) = -cot πœƒ

2. So 𝛼 and Ξ² differ by 90o
• Then based on fig.10.7(b), the two lines will be perpendicular to each other.
3. So it is clear that, if (m1m2) = -1, then the two lines are perpendicular to each other.

Let us see a solved example

Solved example 10.1
Find the slope of the following lines:
(a) Line passing through the points (3,-2) and (-1,4)
(b) Line passing through the points (3,-2) and (7,-2)
(c) Line passing through the points (3,-2) and (3,4)
(d) Line making an inclination of 60o with the positive direction of the x-axis.
Solution:
If a line pass through two points (x1,y1) and (x2,y2), then the slope of that line will be $\frac{y_2 - y_1}{x_2 - x_1}$ 
Part (a): Slope = $\frac{4 - -2}{-1 - 3}~=~\frac{6}{-4}~=~-\frac{3}{2}$
Part (b): Slope = $\frac{-2 - -2}{7 - 3}~=~\frac{0}{4}~=~0$
Part (c): Slope = $\frac{4 - -2}{3 - 3}~=~\frac{6}{0},~\text{which is not defined}$
Part (d): Slope is the tangent of inclination. So we get:
Slope = tan 60o = $\sqrt{3}$


In the next section, we will see angle between two lines.

Previous

Contents

Next

Copyright©2022 Higher secondary mathematics.blogspot.com