Median of a Triangle: What happens when you draw a line from a vertex of a triangle to the midpoint of the opposite side?
This line, called the median, divides the side into two equal parts. Every triangle has three medians, and they all meet at one point, known as the centroid. The centroid is important because it represents the triangle’s center of balance. In this article, we will explore the median of a triangle in detail, including its properties, steps to find the median of a triangle using coordinates with examples, and more.The median of a triangle is a line segment that connects one corner (vertex) of the triangle to the middle point of the opposite side. Each triangle has three medians, one from each vertex. These medians always meet at a special point inside the triangle called the centroid. The centroid acts like the triangle’s balance point.
There is a formula to find the length of a median if you know the lengths of all three sides of a triangle. The formula is: Ma=2b2+2c2−a24. Where a is the side opposite to the median, and b and c are the other two sides. This formula helps calculate how long a median is without measuring it directly.
To find the length of a median, you use the formula based on the triangle’s side lengths. For example, the median from vertex A to the opposite side BC can be found by plugging the side lengths into: Ma=2b2+2c2−a24. This formula comes from a useful rule in geometry called Apollonius’s theorem.
Step 1: Identify the Coordinates : Begin by noting the coordinates of the triangle's vertices. Denote them as (x 1 ,y 1 ), (x 2 ,y 2 ), and (x 3 ,y 3 )
Step 2: Calculate the midpoint of the opposite side. Choose a vertex for which you want to calculate the median, and identify the opposite side. Use the midpoint formula to find the midpoint of this side.
Midpoint = (x 2 + x 3 /2, y 2 + y 3 /2 )
Step 3: Find the length of the median. With the midpoint determined, use the distance formula to calculate the length of the median from the chosen vertex to the midpoint.d = √(x 1 −Midpoint x ) 2 + (y 1 −Midpoint y ) 2
Step 4: Repeat for the Other Vertices : Repeat the process for the remaining vertices of the triangle to find the medians corresponding to the other two sides.Read More - Perfect Square
Step 1: Draw the triangle and label its vertices A , B , and C .
Step 2: Find the midpoint of each side by measuring or using the midpoint formula.
Step 3: Connect each midpoint to the opposite vertex using a straight line.
Step 4: Verify that the three lines intersect at a single point, the centroid.