Pythagorean Theorem graphing help?
1 Answer
The distance
#d=sqrt((x_2-x_1)^2+(y_2-y_1)^2)#
How is this related to the Pythagorean Theorem?
If we square both sides, we get
#d^2=(x_2-x_1)^2+(y_2-y_1)^2#
Then let's make a couple quick variable changes. Let
#d^2 = a^2+b^2#
And hey, look! There's the Pythagorean Theorem!
Since
Thus,
Let's use question 1 as an example. We'll call the bottom-left point
Thus,
#d=sqrt((x_2-x_1)^2+(y_2-y_1)^2)#
#color(white)d=sqrt([1-(–2)]^2+[3-(–2)]^2)#
#color(white)d=sqrt((1+2)^2+(3+2)^2)#
#color(white)d=sqrt(3^2+5^2)#
#color(white)d=sqrt(9+25)#
#color(white)d=sqrt(34)#
I'll leave the others as an exercise.
Area of a right triangle is easy:
#A=1/2abs(x_2-x_1)abs(y_2-y_1)#
Perimeter is the sum of all three side lengths, which for us, would be
#P = b + h + d#
where
#b = abs(x_2-x_1)# ,
#h = abs(y_2-y_1)# , and
#d = sqrt((x_2-x_1)^2+(y_2-y_1)^2)# .