Calculate lengths of lines connecting triangle vertices to any point given the angles between the connecting lines and lengths of triangle sides

geometrytriangles

I have a triangle, vertices $ABC$, and a fixed point, $P$. Point $P$ is connected to each triangle vertex by lines $AP$, $BP$ and $CP$ respectively. The lengths of the sides of the triangle ($AB$, $BC$ and $CA$) are known, as are the angles $\angle APB$, $\angle BPC$ and $\angle CPA$.

Given this information I would like to find the lengths of lines $AP$, $BP$ and $CP$.

I intuitively believe that, given the constraints, the geometry of this scenario should not be variable – that is the position of point $P$ must be fixed relative to the triangle vertices. I cannot however seem to figure out how to calculate the position of point $P$.

enter image description here

What I have tried so far:

As I have one side and the corresponding angle of triangles $APB$, $APC$ and $BPC$ so I have attempted to use the sine rule. I know that, for example:

$$
\frac{\sin\angle APB}{AB}=\frac{\sin\angle ABP}{AP}=\frac{\sin\angle BAP}{BP}
$$

And that these angles are related by:

$\angle APB + \angle ABP +\angle BAP = 180$

From here I have tried substituting various permutations of these equations into one another to isolate one unknown variable but have not had any success.

Any pointers in the right direction gratefully appreciated!

Best Answer

Given a line segment AB, the loci of points P such that the angle APB has a constant value are circular arcs that pass through the points A and B. As a special case of this we have the well-known fact that if APB is a right angle, then the locus of points is the circle with the diameter AB.

https://www.mathpages.com/home/kmath173/kmath173.htm

(I reached this page by doing a search on "locus of points having given angle to given line segment".)

If you can find three points that satisfy the constraint of $\angle APB$ being a fixed value, you should be able to construct a circle from those points[1]. Once you've done this for all three angles, you'll have three circles, which will have either one or two points of common intersection (or zero, if the given angles do not correspond to any valid solution).

[1] I believe that $A$ and $B$ lie on this circle, which should simplify the construction a bit. One option for finding the third point is to solve for the point on the perpendicular bisector of $AB$.

Related Question