M HYPE SPLASH
// general

Angles at centroid of a triangle

By Sarah Scott
$\begingroup$

If $ABC$ is a triangle with centroid $P$, I got the impression that the angle $\angle BPA$ at the centroid should only depend on the angle $\angle BCA$ (and not on the other angles).

Am I right? Is there a sensible formula?

$\endgroup$ 1

1 Answer

$\begingroup$

No. For a convenient example, consider the following two cases:

  • $ABC$ is equilateral. Then $\angle BPA=120^\circ$.
  • $\angle A = 90^\circ$, $\angle B = 30^\circ$, $\angle C = 60^\circ$. For convenient coordinates, choose $A=(0,0)$, $B=(3\sqrt{3},0)$, $C=(0,3)$. Then $P=(\sqrt{3},1)$. The dot product $(P-A)\cdot (P-B)$ is $(\sqrt{3},1)\cdot (-2\sqrt{3},1) = -5$. Divide by the lengths, and we get $\cos\angle BPA = \dfrac{-5}{\sqrt{4}\cdot\sqrt{13}}$. That's not $\cos(120^\circ)=-\frac12$. Computing the arccosine, $\angle BPA\approx 134^\circ$.

Same angle at $C$, two different angles at $B$.

There are some points that produce angles depending only on the one vertex angle - the circumcenter, orthocenter, and incenter all work, with different choices of exactly what angles you get. But the centroid? It's an affine object, not something that will play nice with angles.

$\endgroup$ 1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy