Maximizing a Complex Function: Solving the Optimization Challenge II

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
anemone
Gold Member
MHB
POTW Director
Messages
3,851
Reaction score
115
Find the maximum value of the function $\sqrt{x^4-9x^2-12x+61}-\sqrt{x^4-x^2+1}$.
 
Physics news on Phys.org
My Solution:

Given $$\displaystyle \sqrt{x^4-9x^2-12x+61}-\sqrt{x^4-x^2+1} = \sqrt{\left(x^2-5\right)^2+\left(x-6\right)^2}-\sqrt{\left(x^2-1\right)^2+(x-0)^2}$$

Now Using Triangle Inequality::

$$\displaystyle \sqrt{\left(x^2-5\right)^2+\left(x-6\right)^2}-\sqrt{\left(x^2-1\right)^2+(x-0)^2}\leq \sqrt{\left(x^2-5-x^2+1\right)^2+\left(x-6-x\right)^2} = 2\sqrt{13}$$

and equality hold when $$\displaystyle \frac{x^2-5}{x-6} = \frac{x^2-1}{x}$$
 
Last edited by a moderator:
jacks said:
My Solution:

Given $$\displaystyle \sqrt{x^4-9x^2-12x+61}-\sqrt{x^4-x^2+1} = \sqrt{\left(x^2-5\right)^2+\left(x-6\right)^2}-\sqrt{\left(x^2-1\right)^2+(x-0)^2}$$

Now Using Triangle Inequality::

$$\displaystyle \sqrt{\left(x^2-5\right)^2+\left(x-6\right)^2}-\sqrt{\left(x^2-1\right)^2+(x-0)^2}\leq \sqrt{\left(x^2-5-x^2+1\right)^2+\left(x-6-x\right)^2} = 2\sqrt{13}$$

and equality hold when $$\displaystyle \frac{x^2-5}{x-6} = \frac{x^2-1}{x}$$

Well done, jacks!(Yes) That is the trick to make this challenge as simplest as possible, and thanks for participating!:)