I have an optimization problem that I have not been able to solve on my own for the past week or so now. I need to find the largest rectangle given an x dimension that can fit inside of a circle with $r=12$, but also has to fit inside of $x > -6.307$ and $y > 3.125$. If this were just finding the maximum rectangle from the center this would be a lot easier, but since the "center" is technically at $(-6.307,3.125)$ I cannot figure it out.
Edit: There is also an upper bound of $y < 10.375$.
Photo for reference, rectangle has to fit inside the white area.
