Math Last updated: July 2026

Orthocenter Calculator

The Orthocenter Calculator finds the orthocenter of a triangle — the point where all three altitudes intersect. Enter the coordinates of three vertices and instantly compute the orthocenter, each altitude equation, and related triangle center properties.

How to Use the Orthocenter Calculator

Interactive calculator available after JavaScript loads.

Loading calculator...

Written by Calculator Archive Team

Math & Finance Experts — Verified Formulas, Peer-Reviewed Sources, Expert Analysis

Looking for a deeper explanation?

Read our comprehensive, peer-reviewed educational article in our Blog to learn the underlying math, formulas, and step-by-step examples.

Read Blog Guide ›

Mathematical Formula & Logic

H = A + B + C — 2G (where G is the centroid)
Variable Glossary
H Orthocenter coordinates (x_H, y_H)
G Centroid of the triangle ((x₁+x₂+x₃)/3, (y₁+y₂+y₃)/3)
A, B, C Vertices of the triangle
h_a Altitude from vertex A to side BC

Step-by-Step Worked Calculation

Scenario: Example: Triangle with vertices A(0,0), B(6,0), C(3,4)

Find the orthocenter of a triangle with vertices at (0,0), (6,0), and (3,4).

1

Step 1: Find the slope of BC: m_BC = (4-0)/(3-6) = -4/3.

2

Step 2: The altitude from A is perpendicular to BC: slope = 3/4, passing through (0,0): y = (3/4)x.

3

Step 3: Find the slope of AC: m_AC = (4-0)/(3-0) = 4/3.

4

Step 4: The altitude from B is perpendicular to AC: slope = -3/4, passing through (6,0): y = (-3/4)(x-6).

5

Step 5: Solve: (3/4)x = (-3/4)(x-6) — 3x = -3x + 18 — 6x = 18 — x = 3, y = 9/4 = 2.25. The orthocenter is at (3, 2.25).

How to Use the Orthocenter Calculator

  1. 1. Enter the x and y coordinates of vertex A (x₁, y₁).
  2. 2. Enter the x and y coordinates of vertex B (x₂, y₂).
  3. 3. Enter the x and y coordinates of vertex C (x₃, y₃).
  4. 4. Review the orthocenter coordinates, altitude equations, and triangle classification.

What Is a Orthocenter Calculator?

Orthocenter Calculator is a mathematical computation tool that helps you find the orthocenter of a triangle from vertex coordinates. Calculates altitudes, intersection point, and related triangle center properties. It applies established mathematical principles to deliver accurate results, often showing the underlying formula and step-by-step working so you can understand the computation process.

Why This Calculation Matters

Mathematical calculations form the foundation of science, engineering, finance, and everyday problem-solving. Orthocenter Calculator helps you work through calculations accurately and efficiently, reducing the risk of manual arithmetic errors. Whether you are a student learning concepts, a professional verifying work, or anyone needing quick and reliable math results, this tool ensures precision and saves time.

Historical Background

Mathematics has evolved over thousands of years, from ancient Babylonian clay tablets and Egyptian papyri to Greek formal proofs by Euclid and Archimedes. The development of algebra by Persian mathematician al-Khwarizmi in the 9th century and the invention of calculus by Newton and Leibniz in the 17th century laid the groundwork for modern computation. Orthocenter Calculator continues this tradition by making mathematical operations accessible through digital technology.

Frequently Asked Questions

Complete indexable directory of answers (23 questions)

What is the orthocenter of a triangle?

The orthocenter is the point where all three altitudes of a triangle intersect. An altitude is a perpendicular line from a vertex to the opposite side. The orthocenter is one of the four classical triangle centers.

How do I find the orthocenter of a triangle?

Find the equations of at least two altitudes (perpendicular from each vertex to the opposite side), then solve the system of equations to find their intersection point. The orthocenter is where all three altitudes meet.

Where is the orthocenter located for different triangle types?

For acute triangles, the orthocenter is inside. For right triangles, it is at the right-angle vertex. For obtuse triangles, it is outside the triangle. This is in contrast to the centroid, which is always inside.

What is the relationship between orthocenter, centroid, and circumcenter?

The orthocenter (H), centroid (G), and circumcenter (O) are collinear on the Euler line, with HG = 2GO. The centroid divides the segment from orthocenter to circumcenter in ratio 2:1.

What is the nine-point circle?

The nine-point circle passes through the midpoints of the sides, the feet of the altitudes, and the midpoints from each vertex to the orthocenter. Its center is the midpoint of the Euler line segment HO.

Can the orthocenter be outside the triangle?

Yes, for obtuse triangles the orthocenter lies outside the triangle. The altitude from the obtuse angle vertex still falls inside, but the other two altitudes extend outside to meet at the orthocenter.

What happens to the orthocenter of a right triangle?

For a right triangle, the orthocenter coincides with the vertex at the right angle. This is because the legs of the right triangle are already altitudes to each other, so they intersect at the right-angle vertex.

How is the orthocenter different from the centroid?

The centroid is the intersection of medians (lines from vertices to midpoints of opposite sides) and always lies inside the triangle. The orthocenter is the intersection of altitudes and can be outside for obtuse triangles.

What is the vector formula for the orthocenter?

In vector form: H = A + B + C — 2G, where A, B, C are vertex position vectors and G = (A+B+C)/3 is the centroid. This simplifies to H = A + B + C — 2(A+B+C)/3.

How do I find the altitude from a vertex?

The altitude from vertex A is the line through A perpendicular to side BC. Find the slope of BC (m_BC), then the altitude slope is —1/m_BC. Use point-slope form with vertex A to write the equation.

What is the orthocenter of an equilateral triangle?

In an equilateral triangle, the orthocenter, centroid, circumcenter, and incenter all coincide at the same point — the geometric center of the triangle.

How is the orthocenter used in coordinate geometry?

The orthocenter is used to prove collinearity (Euler line), compute triangle centers, solve geometry problems, and analyze triangle properties using algebraic methods.

What is the reflection of the orthocenter?

The reflection of the orthocenter over any side of the triangle lies on the circumcircle. Similarly, the reflection over the midpoint of any side also lies on the circumcircle.

Can I find the orthocenter using only two altitudes?

Yes, since all three altitudes are concurrent (meet at one point), finding the intersection of any two altitudes gives the orthocenter. The third altitude will automatically pass through the same point.

What is the distance from the orthocenter to a vertex?

The distance from the orthocenter to vertex A is |AH| = 2R|cos A|, where R is the circumradius and A is the angle at vertex A. For right triangles, this equals 0 at the right angle.

How does the orthocenter relate to the circumcircle?

The reflection of the orthocenter over each side of the triangle lies on the circumcircle. The circumcircle of the triangle formed by the feet of the altitudes is the nine-point circle.

What is the barycentric coordinate of the orthocenter?

In barycentric coordinates, the orthocenter is H = (tan A : tan B : tan C). This representation is useful for advanced triangle geometry computations.

How is the orthocenter computed programmatically?

Given vertices (x₁,y₁), (x₂,y₂), (x₃,y₃), compute the altitude from each vertex as a line equation, then solve two linear equations for their intersection. Use the perpendicular slope and point-slope form.

What is the Darboux cubic?

The Darboux cubic is the locus of points whose pedal triangle has the orthocenter as its symmedian point. It passes through the orthocenter, circumcenter, and several other triangle centers.

Why is the orthocenter important in geometry?

The orthocenter is fundamental in triangle geometry, appearing in the Euler line, nine-point circle, and numerous triangle theorems. It connects to trigonometry, coordinate geometry, and advanced Euclidean geometry.

What mathematical formula does the Orthocenter Calculator use?

The Orthocenter Calculator uses standard mathematical formulas validated against authoritative references. The specific formula is displayed in the calculator interface with a detailed explanation of each variable.

How can I verify the Orthocenter Calculator results manually?

Each calculator includes a step-by-step worked example showing exactly how the formula is applied. You can follow these steps with pen and paper to verify any result.

What types of inputs does the Orthocenter Calculator accept?

The Orthocenter Calculator accepts numeric inputs including integers and decimals. Invalid inputs (letters, special characters) are rejected with clear error messages.