How do you find the slope-intercept equation of medians of a triangle and perpendicular bisectors of a triangle?

To find the slope-intercept equation of the medians of a triangle, you'll need to know the coordinates of the triangle's vertices. Let's assume you have the coordinates of three vertices A(x1, y1), B(x2, y2), and C(x3, y3).

The midpoint of a line segment can be calculated using the following formulas:

Midpoint X-coordinate = (x1 + x2) / 2
Midpoint Y-coordinate = (y1 + y2) / 2

Now, let's calculate the midpoints of the sides of the triangle.

Midpoint of AB: M1 = ((x1 + x2) / 2, (y1 + y2) / 2)
Midpoint of AC: M2 = ((x1 + x3) / 2, (y1 + y3) / 2)
Midpoint of BC: M3 = ((x2 + x3) / 2, (y2 + y3) / 2)

The medians of a triangle connect each vertex to the midpoint of the opposite side. So, we will find the equations of the lines passing through each vertex and its corresponding midpoint.

Using the point-slope formula, the equation of a line passing through two points (x1, y1) and (x2, y2) can be written as:

y - y1 = m(x - x1)

where m is the slope of the line.

To find the slope of the line passing through two points, you can use the slope formula:

m = (y2 - y1) / (x2 - x1)

Now, for each median, find the slope and then substitute the midpoint (Mx, My) and the slope (m) into the point-slope formula. This will give you the slope-intercept equation of the medians.

For example, the equation of the median from vertex A to the midpoint of BC (M3) will be:

m = (My - y1) / (Mx - x1)
Substitute the values: m = ((y2 + y3) / 2 - y1) / ((x2 + x3) / 2 - x1)

Using the point-slope formula: y - y1 = m(x - x1), substitute the values of m, x1, and y1. Then simplify the equation to get it into slope-intercept form (y = mx + b).

Similarly, find the equations for the other two medians.

To find the slope-intercept equation of the perpendicular bisectors of a triangle, you'll also need the coordinates of the triangle's vertices.

A perpendicular bisector of a segment is a line that:

1. Passes through the midpoint of the segment.
2. Is perpendicular to the segment.

Using the midpoint formula mentioned earlier, find the midpoint of each side of the triangle.

To calculate the slope of the segment joining any two points, you can use the slope formula.

The slope of the perpendicular bisector will be the negative reciprocal of the slope of the segment.

Using the point-slope formula, substitute the midpoint and the negative reciprocal of the slope into the equation. Simplify the equation to get it into slope-intercept form (y = mx + b).

Repeat the process for each side of the triangle to find the equations of the perpendicular bisectors.

Remember, finding the equations of the medians and perpendicular bisectors for a triangle involves computation and substitution of values, so it's helpful to have the coordinates of the triangle's vertices ready to use during the process.