[Math] Shorter method to find the orthocentre of this triangle

coordinate systemsgeometrylinear algebra

The given vertices are (0,0) (5,-1) (-2,3).

My approach::

I assumed the orthocentre of the triangle as (a,b).
Now,
I used the fact that the line through each vertex and orthocentre is perpendicular to the opposite side.

So,

m (AH).m (BC) = -1

m (BH).m (AC) = -1

From this, I got two equations and I solved them to get the orthocentre.

However,
THIS METHOD IS VERY LENGTHY.
Can someone please suggests me easier or shorter method to find it?

Thanks.

Best Answer

I don't think there is a much better way to do that. One particular case, that is very convenient, is when the origin lies on the circumcenter, on that case because of the Euler's Line we get:

$$\text{orthocenter}=A'+B'+C'$$

But, in order to use that result you have to make a translation to bring the origin to the circumcenter and use that translation to find the new vertex $A',B',C'$.