Advertisements
Advertisements
Question
Find the lengths of medians of a triangle whose vertices are (3, −6), (7, 4), and (−5, 2).
Advertisements
Solution
Formula:
I. Midpoint of points (x1, y1) and (x2, y2):
`((x_1 + x_2) / 2, (y_1 + y_2) / 2)`
II. Distance between (x1, y1) and (x2, y2):
`sqrt[(x_2 − x_1)^2 + (y_2 − y_1)^2]`
III. Median-length formula (from side lengths a, b, c):
Median to side a:
`m_a = (1/2) * sqrt(2b^2 + 2c^2 − a^2)` ....(Similarly cyclic for mb, mc)
Given vertices:
A(3, −6), B(7, 4), C(−5, 2)
⇒ Median from A - find the midpoint of BC:
Midpoint Ma = `((7 + (−5))/2, (4 + 2)/2)`
∴ Midpoint Ma = (1, 3)
Distance AMa:
AMa = `sqrt[(3 − 1)^2 + (−6 − 3)^2]`
AMa = `sqrt[2^2 + (−9)^2]`
AMa = `sqrt[4 + 81]`
∴ AMa = `sqrt(85)`
⇒ Median from B - midpoint of AC:
Midpoint Mb = `((3 + (−5))/2, (−6 + 2)/2)`
∴ Midpoint Mb = (−1, −2)
Distance BMb:
BMb = `sqrt[(7 − (−1))^2 + (4 − (−2))^2]`
BMb = `sqrt[8^2 + 6^2]`
BMb = `sqrt[64 + 36]`
BMb = `sqrt(100)`
∴ BMb = 10
⇒ Median from C - midpoint of AB:
Midpoint Mc = `((3 + 7)/2, (−6 + 4)/2)`
∴ Midpoint Mc = (5, −1)
Distance CMc:
CMc = `sqrt[(−5 − 5)^2 + (2 − (−1))^2]`
CMc = `sqrt[(−10)^2 + 3^2]`
CMc = `sqrt[100 + 9]`
∴ CMc = `sqrt(109)`
Here, let’s apply the median-length formula:
Computing side squares:
a = BC = a2 = 148;
b = CA = b2 = 128;
c = AB = c2 = 116
⇒ ma = `(1/2) * sqrt(2b^2 + 2c^2 − a^2)`
ma = `(1/2) * sqrt(256 + 232 − 148)`
ma = `(1/2) * sqrt(340)`
∴ ma = `sqrt(85)`
⇒ mb = `(1/2) * sqrt(2c^2 + 2a^2 − b^2)`
mb = `(1/2) * sqrt(232 + 296 − 128)`
mb = `(1/2) * sqrt(400)`
∴ mb = 10
⇒ mc = `(1/2) * sqrt(2a^2 + 2b^2 − c^2)`
mc = `(1/2) * sqrt(296 + 256 − 116)`
mc = `(1/2) * sqrt(436)`
∴ mc = `sqrt(109)`
Hence, final lengths of the medians:
- Median from A = `sqrt(85) = (≈ 9.2195)`
- Median from B = 10
- Median from C = `sqrt(109) = (≈ 10.4403)`
