Medians and Altitudes of Triangles
A median connects the midpoint of one side to the opposite vertex - think of it as a line from the middle of a triangle's side to the far corner. Start by finding the midpoint using (2x1+x2,2y1+y2), then calculate the gradient to the opposite vertex.
An altitude is quite different - it drops perpendicularly from a vertex to the opposite side, creating a right angle. This means you'll need to find the gradient of the opposite side first, then use the perpendicular gradient rule.
Both problems follow the same final step: substitute your gradient and coordinates into y−b=m(x−a) to find the equation. The tricky bit is identifying which gradient and points to use for each type of line.
Memory Aid: Medians go to midpoints, altitudes are always perpendicular to the opposite side.