Given (3, 16) and (8, 10)
calculate 8 items:
Slope (m) = | y2 - y1 |
x2 - x1 |
Slope (m) = | 10 - 16 |
8 - 3 |
Slope (m) = | -6 |
5 |
y - y1 = m(x - x1)
y - 16 = -6/5(x - 3)
Standard equation of a line is y = mx + b
where m is our slope
x and y are points on the line
b is a constant.
Rearrange the equation to solve for b
we get b = y - mx.
Use (3, 16) and the slope (m) = -6/5
b = 16 - (-6/5 * 3)
b = 16 - (-18/5)
b = | 80 |
5 |
- |
-18 |
5 |
b = | 98 |
5 |
This fraction is not reduced. Using our GCF Calculator, we see that the top and bottom of the fraction can be reduced by 98
Our reduced fraction is:
1 | |
0.051020408163265 |
y = -6/5x + 1/0.051020408163265
D = Square Root((x2 - x1)2 + (y2 - y1)2)
D = Square Root((8 - 3)2 + (10 - 16)2)
D = Square Root((52 + -62))
D = √(25 + 36)
D = √61
D = 7.8102
Midpoint = |
x2 + x1 |
2 |
, |
y2 + y1 |
2 |
Midpoint = | |
3 + 8 |
2 |
, |
16 + 10 |
2 |
Midpoint = | |
11 |
2 |
, |
26 |
2 |
Midpoint = (11/2, 13)
Plot a 3rd point (8,10)
Our first triangle side = 8 - 3 = 5
Our second triangle side = 16 - 10 = 6
Using the slope we calculated
Tan(Angle1) = -1.2
Angle1 = Atan(-1.2)
Angle1 = -50.1944°
Since we have a right triangle
We only have 90° left
Angle2 = 90 - -50.1944° = 140.1944
The y intercept is found by
Setting x = 0 in y = -6/5x + 1/0.051020408163265
y = -6/5(0) + 1/0.051020408163265
y = 1/0.051020408163265
Parametric equations are written as
(x,y) = (x0,y0) + t(b,-a)
(x,y) = (3,16) + t(8 - 3,10 - 16)
(x,y) = (3,16) + t(5,-6)
x = 3 + 5t
y = 16 - 6t
x - x0 | |
z |
y - y0 |
b |
x - 3 | |
5 |
y - 16 |
-6 |