Hi, I'm trying to solve the two equations below for a and b, with the constants c, p, q, and r known. Also, a < p < c < q < b.
(p-a)^2 / ((b-a) (c-a)) = r
(b-q)^2 / ((b-a) (b-c)) = r
If I multiply these equations out, it starts getting ugly real quick. I can see it is possible to get to the point where you can use the quadratic equation to solve, but if I do that, the number of terms quickly multiplies. Is there a way to elegantly arrive at two equations to solve for a and b?
Thank you
(p-a)^2 / ((b-a) (c-a)) = r
(b-q)^2 / ((b-a) (b-c)) = r
If I multiply these equations out, it starts getting ugly real quick. I can see it is possible to get to the point where you can use the quadratic equation to solve, but if I do that, the number of terms quickly multiplies. Is there a way to elegantly arrive at two equations to solve for a and b?
Thank you