I have a function that I am trying to find the minimum of. I know how to solve for the minimum of a quadratic function as well as a square root function. I don't know how to solve for the minimum of a function that has both of those elements. I have simplified the function as much as I can and it has come to this.
$$y = \sqrt{-3x^2-10x+225-40\sqrt{25-x^2}}$$
What is the procedure I must do to find the minimum?
Here is a general formula. I am trying to find the value of $x$ that minimises $y$.
$$y=\sqrt{(x-a)^2+(\frac{h}{w}\sqrt{w^2-x^2}-b)^2}$$
minimize_scalar, or handing the task to another language. – J.G. Apr 03 '21 at 12:45