The origin is top-left here because I'm creating this image using SVG. The coordinate system starts in the top left and increases as you move down and/or right. I'm trying to find point b if the orange line is 60 degrees. The only information I have is point a.
Note: My end goal here is to construct an equilateral triangle.
Edit: Angle in picture isn't accurate.


HINT:
Let $ a=50$
$$ ( x-a)^2+(y+a)^2=1 $$ $$y= \sqrt 3(x -a)$$
There are 2 equations and two variables, simplify and solve quadratic for $y$ $$ y^2/3+(y+a)^2=1 $$