Part (a)
Since we want segment AT to be an altitude, this means that point A is somewhere on segment RI such that angle TAI is 90 degrees. In other words, segments AT and RI are perpendicular. Check out the diagram below.
We'll need to find the slope of line RI, so we'll need the slope formula
R = (x1,y1) = (-2,-2)
I = (x2,y2) = (4,1)
m = slope of line RI
m = (y2-y1)/(x2-x1)
m = (1-(-2))/(4-(-2))
m = (1+2)/(4+2)
m = 3/6
m = 1/2
m = 0.5
The slope of line RI is 1/2 or 0.5
Now let's use point R(-2,-2) along with that slope we just found to find the equation of line RI.
Turn to point slope form
y - y1 = m(x - x1)
y - (-2) = 0.5(x -(-2))
y + 2 = 0.5(x + 2)
y + 2 = 0.5x + 1
y = 0.5x + 1 - 2
y = 0.5x - 1
This is the equation of line RI. We'll use it later.
----------
We found that the slope of line RI was 1/2.
The negative reciprocal involves us flipping the fraction and flipping the sign to get -2/1 or simply -2.
The perpendicular slope is -2. This is the slope of altitude AT.
We want line AT to go through T(-2,4), so we'll use this point along with the perpendicular slope we just found to calculate the equation of line AT.
We'll turn to the point slope form
y - y1 = m(x - x1)
y - 4 = -2(x - (-2))
y - 4 = -2(x + 2)
y - 4 = -2x - 4
y = -2x - 4 + 4
y = -2x
The equation of the line that goes through points A and T is y = -2x.
----------
To summarize so far, we have these two equations
- y = 0.5x - 1 .... equation of line RI
- y = -2x .... equation of line AT
Apply substitution to solve for (x,y) to find the intersection point. This will determine where point A is located.
y = 0.5x - 1
-2x = 0.5x - 1
-2x-0.5x = -1
-2.5x = -1
x = -1/(-2.5)
x = 0.4
Then we can determine y like so
y = -2x
y = -2(0.4)
y = -0.8
Therefore, point A is located at (0.4, -0.8). Both coordinate values are exact. In fraction form, we can say that the point is (2/5, -4/5), but I find decimals easier to work with in this instance.
<h3>
Answer: (0.4, -0.8)</h3>
===============================================================
Part (b)
To find the length of segment AT, we can find the distance from A to T. As you can probably guess, we'll use the distance formula.
A = (x1,y1) = (0.4, -0.8) ... found back in part (a)
T = (x2,y2) = (-2, 4) ... given
The distance from point A to point T is approximately 5.37 units. This means that segment AT is roughly 5.37 units long.
<h3>Answer: 5.37 units</h3>