I want to plot a triangle, given side lengths $a$, $b$, and $c$.
I can plot point $A$—opposite side $a$—at the origin $(A_x = 0,\ A_y = 0)$.
I can plot point $B$—opposite side $b$—along the $x$-axis at $(B_x = c,\ B_y = 0)$.
My goal is to solve for the coordinates $(C_x,\ C_y)$ for any triangle. I understand there will be two possible solutions: one where the triangle “points up” and one where the triangle “points down”. I am only interested in the solution where $C_y$ is positive.
Please provide a solution in the form:
$C_x =$
$C_y =$