Triangle Orthocenter Calculator

Enter the coordinates of your triangle's three vertices — Point A (x₁, y₁), Point B (x₂, y₂), and Point C (x₃, y₃) — and the Triangle Orthocenter Calculator finds the exact orthocenter (H), the point where all three altitudes intersect. You'll see the H(x, y) coordinates along with the slopes of each altitude line. Also try the calculate Polygon Area, Perimeter & Vertices Used — Irregular Polygon Area.

Results

Orthocenter X Coordinate

--

Orthocenter Y Coordinate

--

Altitude from A (slope)

--

Altitude from B (slope)

--

Altitude from C (slope)

--

Results Table

Triangle Orthocenter Calculator is your secret weapon for mastering one of the most fascinating concepts in 2d geometry: finding exactly where the altitudes of any triangle intersect. Whether you're exploring acute, right-angled, or obtuse triangles, knowing your triangle's orthocenter coordinates gives powerful insight into its plane figures and reveals unique relationships between its angles, edges, and famous centers. Accurate orthocenter results unlock deeper understanding, help you verify geometric constructions, and form the foundation for more complex work in trigonometry or math competitions. So, if you've ever wondered how engineers, architects, or math olympiad champions find the orthocenter to solve tricky design or analysis problems, this calculator is the tool you need.

Understanding the Triangle Orthocenter Calculator

Key Properties of the Orthocenter in Any Triangle

The orthocenter is a type of triangle center—a specific point defined within (or sometimes outside) a shape, where the three altitudes meet at the same point. An altitude is the line segment drawn from a vertex that joins the sides perpendicular to its opposite side—meaning it meets the side at a right angle. All altitudes of the triangle are concurrent; their point of crossing is the orthocenter.

  • In an acute triangle, the orthocenter lies inside the triangle.
  • For an obtuse triangle, the orthocenter is found outside the triangle.
  • In a right-angled triangle, the orthocenter is precisely at the right-angled vertex.
  • In an equilateral triangle, the orthocenter coincides with the center of mass, incenter, and circumcenter.

This characteristic crossing point is a key element in math and features in problems spanning from basic constructions to advanced trigonometry applications. Some classic orthocenter properties: It is always the place where all three altitudes meet, and its location classifies the triangle as acute, obtuse, or right-angled.

Notable Orthocenter Facts and Trivia

  • Orthocenter definition: The point where the altitudes of the triangle (or their extensions) are concurrent.
  • The orthocenter may lie inside the triangle (acute triangles), at the vertex (right-angled triangle), or outside the triangle (obtuse triangles).
  • The coordinates of the orthocenter are often irrational, but for some classic triangles (like the 3-4-5), they’re beautifully integral.
  • The orthocentric system refers to a set of four points (the three vertices and the orthocenter); any triangle formed from three of them has the fourth as its orthocenter.
  • Reflecting the orthocenter over any side lands on the triangle’s circumcircle. This fact is sometimes called a reflection of the orthocenter property.
  • The Euler line passes through the orthocenter, center of mass, circumcenter, and the center of the nine-point circle.
  • The orthocenter rarely is equidistant from vertices. Only in an equilateral triangle does this coincide with the circumcenter.
Did you know? The angle at the orthocenter is supplementary angle to the angle at the vertex.

How to Find the Orthocenter: Step-by-Step and Essential Orthocenter Formulas

Step-by-Step Process to Find the Orthocenter

  1. Identify the triangle vertices with coordinates: A \((x_1, y_1)\), B \((x_2, y_2)\), and C \((x_3, y_3)\).
  2. Find the slope of one side, say AB:
    slope = (y₂ - y₁) / (x₂ - x₁)
  3. Compute the perpendicular slope for the altitude:
    perpendicular slope = -1 / slope
  4. Write the altitude equation using the point slope formula through the opposite vertex, for instance, vertex C:
    y - y₃ = m × (x - x₃), where m = -1 / slope = - (x₂ - x₁) / (y₂ - y₁)
  5. Find another altitude similarly (for side BC and through vertex A or B).
  6. Solve the system of equations formed by these two altitude line equations—their intersection gives the orthocenter.

This step-by-step approach is at the heart of the tool, but it's equally valuable for hand calculations, allowing you to explore orthocenter properties as you work!

Key Formulas for Manual Calculation of the Triangle Orthocenter

  • slope = (y₂ - y₁) / (x₂ - x₁)
  • perpendicular slope = -1 / slope
  • y - y = m × (x - x) (point slope form)
  • y - y₃ = m × (x - x₃)
  • m = -1 / slope = - (x₂ - x₁) / (y₂ - y₁)
  • y = y₃ - (x₂ - x₁) × (x - x₃) / (y₂ - y₁)
  • y = y₂ - (x₃ - x₁) × (x - x₂) / (y₃ - y₁)

Orthocenter formula using triangle angles (if α, β, γ at A, B, C):
$$x = \frac{x_1 \tan(\alpha) + x_2 \tan(\beta) + x_3 \tan(\gamma)}{\tan(\alpha) + \tan(\beta) + \tan(\gamma)}$$
$$y = \frac{y_1 \tan(\alpha) + y_2 \tan(\beta) + y_3 \tan(\gamma)}{\tan(\alpha) + \tan(\beta) + \tan(\gamma)}$$

  • To use this, you may need the triangle’s measures—apply the law of cosines to each edge, or use the pythagorean theorem for right triangles. The value tan(α) appears directly if you're using angle-based calculations.

This variety of formulas allows you to find the coordinates of the orthocenter whether you’re given side lengths, vertex coordinates, or even just the length of the triangle's sides. You may need the area of the triangle as part of the computation depending on your method.

Worked Example: Step by Step to Find the Orthocenter of a Triangle

Step-by-Step Calculation Walkthrough Using Coordinates

  1. Assign coordinates:
    Let’s use A = (1, 1), B = (3, 5), C = (7, 2).
  2. Find the slope of side AB:
    \(\text{slope} = \frac{5 - 1}{3 - 1} = 2\)
  3. Calculate the perpendicular slope for the altitude from C to AB:
    \(\text{perpendicular slope} = -1 / 2 = -0.5\)
  4. Write the line equation for the altitude through vertex C:
    y - 2 = -0.5 × (x - 7)y = 5.5 - 0.5 × x
  5. Now, determine the slope of edge BC:
    \(\text{slope} = \frac{2 - 5}{7 - 3} = -3/4\)
  6. Perpendicular slope for the altitude from A to BC:
    \(4/3\)
  7. Write equation for that altitude through A:
    y - 1 = 4/3 × (x - 1)y = -1/3 + 4/3 × x
  8. Solve the system of linear equations:
    • y = 5.5 - 0.5 × x
    • y = -1/3 + 4/3 × x
    Equate: 5.5 - 0.5 × x = -1/3 + 4/3 × x
    Move terms, combine: 5.5 + 1/3 = (0.5 + 4/3) × x
    35/6 = (11/6) × x
  9. Isolate x:
    x = 35/11 ≈ 3.182
  10. Plug x back in for y:
    y = 5.5 - 0.5 × 3.182 ≈ 3.909

The orthocenter's coordinates for this one are approximately \((3.182, 3.909)\).

Worked Example: 3-4-5 Right Triangle Orthocenter

  1. Set triangle vertices:
    A = (0, 0), B = (3, 0), C = (3, 4)
  2. Recognize a right triangle: This is a classic example by the pythagorean theorem (\(3^2 + 4^2 = 5^2\)).
  3. In right triangles, the orthocenter is at the right-angle vertex.
    Here, that’s vertex B:
    The orthocenter is at (3, 0).

This result confirms that the tool will always place the orthocenter at the right-angled vertex for such examples.

Triangle Orthocenter Questions Answered: Understanding Triangle Centers and More

Is the Orthocenter Equidistant from the Triangle's Vertices?

  • Generally, no. The triangle’s circumcenter (where perpendicular bisectors meet) is equidistant from vertices, not the orthocenter.
  • Only in figures with all congruent edges do the orthocenter, circumcenter, center of mass, and incenter all coincide, sharing the property of being equidistant from the figure's points.

Is the Orthocenter the Same as the Circumcenter?

  • No. The orthocenter is where the altitudes meet, while the circumcenter is the crossing point of the perpendicular bisectors of the edges, and is the center of the circumcircle.
  • They coincide only in special cases: the completely equilateral figure.

How Do You Construct the Orthocenter with Compass and Straightedge?

  1. Use compasses to establish your shape and to transfer lengths for precise constructions.
  2. Draw the altitude from each vertex by marking its perpendicular to the opposite edge (using compasses or by geometric construction).
  3. Extend altitudes if necessary (in obtuse cases). Where two altitudes cross is the orthocenter. Trace the final altitude for confirmation. The reflection of the orthocenter over each side always lies on the circumcircle—another beautiful property!

What is the Orthocenter for a 3-4-5 Triangle?

  • For the classic 3-4-5 right triangle, the orthocenter is always at the right-angled vertex.
  • Example: Vertices at (0,0), (3,0), (3,4) place the orthocenter at (3,0).
  • This result is confirmed by direct calculation, this tool, and the orthocenter properties of right triangles.

For more on using a compass, circumcenters, or classic geometry problems, remember: the triangle orthocenter calculator is just the beginning. Explore how each system of equations unlocks triangle mysteries, from the length of the triangle's sides to the unique formula for finding orthocenter and beyond. Try plotting on graph paper or digital graphing tools to see where altitudes meet at the orthocenter—math can be visual, interactive, and deeply insightful!

What is the orthocenter of a triangle?

The orthocenter is the point where all three altitudes of a triangle intersect. An altitude is a line segment drawn from a vertex perpendicular to the opposite side (or its extension). Every triangle has exactly one orthocenter, and the three altitudes are always concurrent — they always meet at a single point. See also our Trapezoid Calculator.

How do you find the orthocenter of a triangle using coordinates?

To find the orthocenter, you set up two altitude equations and solve them simultaneously. For each altitude, find the slope of the opposite side, take its negative reciprocal (perpendicular slope), and write the line equation through the vertex. Solving any two of those equations gives you the orthocenter H(x, y).

Where is the orthocenter located for different types of triangles?

For an acute triangle, the orthocenter lies inside the triangle. For a right triangle, it coincides exactly with the vertex at the right angle. For an obtuse triangle, the orthocenter falls outside the triangle, beyond the obtuse vertex.

Is the orthocenter the same as the circumcenter?

No, they are different points. The circumcenter is equidistant from all three vertices and is the center of the circumscribed circle. The orthocenter is the intersection of the three altitudes. They coincide only in an equilateral triangle, where the centroid, circumcenter, incenter, and orthocenter all fall on the same point. You might also find our Surface Area Calculator useful.

Is the orthocenter equidistant from the vertices?

No. The orthocenter is not generally equidistant from the three vertices — that property belongs to the circumcenter. The orthocenter's position is determined by the altitudes, not by equal distances to the vertices.

What is the orthocenter of a 3-4-5 right triangle?

For a 3-4-5 right triangle, the orthocenter is located at the vertex of the right angle. Since the two legs of a right triangle are themselves altitudes, they intersect at the right-angle vertex, making that point the orthocenter.

How do you construct the orthocenter with a compass and straightedge?

To construct the orthocenter, draw an altitude from each vertex to the opposite side. For each altitude, use your straightedge to extend the opposite side if needed, then use your compass to construct a perpendicular from the vertex to that side. Repeat for two vertices — the intersection of just two altitudes gives the orthocenter, and the third will pass through the same point.

Can the orthocenter lie outside the triangle?

Yes. For obtuse triangles, the orthocenter lies outside the triangle. This happens because the altitudes from the two acute vertices must be extended beyond the triangle's sides to meet the altitude from the obtuse vertex. For acute triangles it is always inside, and for right triangles it is exactly on the boundary at the right-angle vertex.