Lesson Objectives
- Learn how to find the inclination of a line
- Learn how to find the angle between two lines
- Learn how to find the distance between a point and a line
How to Find the Inclination of a Line
Definition of the Angle of Inclination of a Line
Let's now learn about a few trigonometric concepts that involve lines. Let's begin with a line in slope-intercept form: $$y=mx + b$$ Where m is the slope and (0, b) is the y-intercept.Every nonhorizontal line must intersect the x-axis. The angle formed by the intersection determines what is known as the inclination of the line. The inclination of a nonhorizontal line is the positive angle θ measured counterclockwise from the x-axis to the line. The value of θ will always be less than 180°.
Horizontal Line: θ = 0
Vertical Line: θ = 90°
Positively-Sloped Line: 0° < θ < 90°
Negatively-Sloped Line: 90° < θ < 180°
Finding the Inclination θ Given Slope m
Let's consider a line with a positive slope, where (x1, 0) will be the point that intersects the x-axis and (x2, y2) will be a second point on the line.Let's look at an example.
Example #1: Find the inclination of the line. $$4x + 5y=20$$ Let's begin by placing the line in slope-intercept form. $$y=-\frac{4}{5}x + 4$$ Now, let's use our formula: $$θ=\text{tan}^{-1}\left(-\frac{4}{5}\right) ≈ -38.66°$$ Let's add 180° to our result to get our angle θ in quadrant II: $$θ ≈ 180° - 38.66°$$ $$θ ≈ 141.34°$$
Example #3: Find the equation of the line given the inclination θ and a point on the line. $$θ=135°$$ $$\text{Point}: (-7, 2)$$ First, let's consider: $$\text{tan}\hspace{.1em}θ=m$$ $$\text{tan}(135°)=-1$$ This tells us that our slope, m is -1.
Let's now use point-slope form to find the equation of our line: $$y - y_{1}=m(x - x_{1})$$ Plug in for x1 and y1 $$y - 2=-1(x - (-7))$$ Solve for y to obtain slope-intercept form: $$y - 2=-x - 7$$ $$y=-x - 5$$
How to Find the Angle Between Two Lines
When we have two distinct lines in a plane, they will either intersect or be parallel and never intersect. When they intersect and are nonperpendicular, their intersection forms two pairs of opposite angles. One pair will be acute, while the other will be obtuse. We consider the acute angle to be the angle between the two lines.Example #4: Find the angle between the two lines. $$3x - y=1$$ $$x - 3y=-6$$ Let's place each line in slope-intercept form: $$y=3x - 1$$ $$y=\frac{1}{3}x + 2$$ Let's grab our two slopes: $$m_{1}=3$$ $$m_{2}=\frac{1}{3}$$ Let's plug into the formula: $$\text{tan}\hspace{.1em}θ=\left|\frac{m_{2}- m_{1}}{1 + m_{1}\hspace{.1em}m_{2}}\right|$$ $$\text{tan}\hspace{.1em}θ=\left|\frac{\frac{1}{3}- 3}{1 + 3\cdot \frac{1}{3}}\right|$$ $$\text{tan}\hspace{.1em}θ=\left|\frac{-\frac{8}{3}}{2}\right|$$ $$\text{tan}\hspace{.1em}θ=\left|-\frac{8}{3}\cdot \frac{1}{2}\right|$$ $$\text{tan}\hspace{.1em}θ=\left|-\frac{4}{3}\right|$$ $$\text{tan}\hspace{.1em}θ=\frac{4}{3}$$ Let's use the inverse tangent function: $$θ=\text{tan}^{-1}\left(\frac{4}{3}\right)$$ $$θ ≈ 53.13°$$
The Distance Between a Point and Line
In some cases, we may need to find the distance between a line and a point that is not on the line. This distance will be the length of the perpendicular line segment joining the point and the line.Note: We will derive the following formula in the practice test section. A full step-by-step is provided in the practice test solution video.
The distance between the point (x1, y1) and the line ax + by + c = 0 is given by: $$d=\frac{|ax_{1}+ by_{1}+ c|}{\sqrt{a^{2}+ b^{2}}}$$ Let's look at an example.
Example #6: Find the distance between the point and line given. $$(5, 3)$$ $$y=3x + 4$$ Let's first convert the line into the form shown: $$ax + by + c=0$$ $$y=3x + 4$$ $$3x - y + 4=0$$ From here, we can plug into our formula: $$a=3, b=-1, c=4$$ $$x_{1}=5, y_{1}=3$$ $$d=\frac{|ax_{1}+ by_{1}+ c|}{\sqrt{a^{2}+ b^{2}}}$$ $$d=\frac{|3(5) + -1(3) + 4|}{\sqrt{3^{2}+ (-1)^2}}$$ $$d=\frac{|15 - 3 + 4|}{\sqrt{10}}$$ $$d=\frac{16}{\sqrt{10}}$$ Rationalize the denominator: $$d=\frac{16}{\sqrt{10}}\cdot \frac{\sqrt{10}}{\sqrt{10}}$$ $$d=\frac{16 \cdot \sqrt{10}}{10}$$ $$d=\frac{8\sqrt{10}}{5}$$ How could we achieve this result without the formula? First let's graph our line and point on the coordinate plane.
Skills Check:
Example #1
Find the inclination of the line θ $$x - 6y=-42$$
Please choose the best answer.
A
$$θ ≈ 17.51°$$
B
$$θ ≈ 39.37°$$
C
$$θ ≈ 170.54°$$
D
$$θ ≈ 18.23°$$
E
$$θ ≈ 9.46°$$
Example #2
Find the acute angle θ between the two lines. $$11x + 4y=12$$ $$x + 8y=-32$$
Please choose the best answer.
A
$$θ ≈ 55.71°$$
B
$$θ ≈ 33.95°$$
C
$$θ ≈ 62.89°$$
D
$$θ ≈ 81.07°$$
E
$$θ ≈ 67.92°$$
Example #3
Find the shortest distance between the line and the point given. $$2x - y=10$$ $$(5, 2)$$
Please choose the best answer.
A
$$\text{d}=\frac{\sqrt{2}}{5}$$
B
$$\text{d}=\frac{2\sqrt{5}}{5}$$
C
$$\text{d}=\frac{2\sqrt{2}}{5}$$
D
$$\text{d}=\frac{\sqrt{5}}{2}$$
E
$$\text{d}=\frac{2\sqrt{13}}{5}$$
Congrats, Your Score is 100%
Better Luck Next Time, Your Score is %
Try again?
Ready for more?
Watch the Step by Step Video Lesson Take the Practice Test