Calculation Of Distance Of Orthocentre From Vertices Of A Triangle

Calculation of Distance of Orthocentre from Vertices of a Triangle

graph TB A[Calculation of Distance of Orthocentre from Vertices of a Triangle] B[Orthocentre Definition] C[Distance Formula] D[Vertices of a Triangle] E[Application in Geometry] A --> B A --> C A --> D A --> E B --> F[Point where the altitudes of a triangle intersect] C --> G[Formula: sqrt((x2-x1)^2 + (y2-y1)^2)] D --> H[Three points that define a triangle] E --> I[Use in calculating areas, angles, etc.]