This question is similar to this post, but in my case the actual numbers do not matter, I'm interested in the equations.
I have an arbitrary triangle, of which only angle BAC and side AB are known. The sum of sides BC and AC (therefore the perimeter) is known and fixed.
I am looking for an equation that gives me the value of angle ABC.
Here's a screenshot, please remember that the exact dimensions are arbitrary, and are only there to show which parts are known. Triangle drawn in CAD
This is really driving me crazy, I would appreciate any help! Thank you!
This is a typical example of a problem which can be routinely solved using the $p,q$ method i.e., we assume that $A,B,C$ are $(0,0)$, $(c,0)$ and $(p,q)$. We can then find $p,q$ as functions of the three given quantities by solving $$ \frac qp =\tan A, c+((p-c)^2+q^2)^{1/2}+(p^2+q^2)^{1/2}=per.$$ This can be done by hand but I used Mathematica (the solution is not complicated but bad enough for it not to be feasible for me to type it in).
Once you know $p$ and $q$, you can easily find any triangle quantity, in particular $\angle ABC$.