MHB Maximize P(x): Optimizing x to Reach Maximum Value

Click For Summary
The maximum value of the function P(x) = (x(√(100-x²) + √(81-x²)))/2 occurs at x = 90/√181, yielding a maximum value of P(90/√181) = 45. The derivative P'(x) was analyzed, revealing that P(x) is decreasing in the intervals (-9, -90/√181) and (90/√181, 9), while increasing in the interval [-90/√181, 90/√181]. The domain of P(x) is restricted to [-9, 9] due to the square root constraints. The discussion concludes with a confirmation of the solution's correctness and clarity.
anemone
Gold Member
MHB
POTW Director
Messages
3,851
Reaction score
115
Find the maximum of $P(x)=\dfrac{x(\sqrt{100-x^2}+\sqrt{81-x^2})}{2}$.
 
Mathematics news on Phys.org
anemone said:
Find the maximum of $P(x)=\dfrac{x(\sqrt{100-x^2}+\sqrt{81-x^2})}{2}$.

$P(x)=\dfrac{x(\sqrt{100-x^2}+\sqrt{81-x^2})}{2} \\ \Rightarrow P'(x)=\dfrac{\sqrt{100-x^2}+\sqrt{81-x^2}}{2}+\dfrac{x}{2} \left ( \frac{-x}{ \sqrt{100-x^2}}+\frac{-x}{ \sqrt{81-x^2}} \right )=\dfrac{\sqrt{100-x^2}+\sqrt{81-x^2}}{2}-\dfrac{x^2}{2} \left ( \frac{1}{ \sqrt{100-x^2}}+\frac{1}{ \sqrt{81-x^2}} \right )=\dfrac{\sqrt{100-x^2}+\sqrt{81-x^2}}{2}-\dfrac{x^2}{2} \left ( \frac{\sqrt{81-x^2}+\sqrt{100-x^2}}{ \sqrt{100-x^2} \sqrt{81-x^2}} \right )= \left ( \dfrac{\sqrt{100-x^2}+\sqrt{81-x^2}}{2} \right ) \left ( 1-\dfrac{x^2}{\sqrt{100-x^2} \sqrt{81-x^2}} \right )$

$P'(x)=0 \Rightarrow \dfrac{\sqrt{100-x^2}+\sqrt{81-x^2}}{2}=0 \text{ or } 1-\dfrac{x^2}{\sqrt{100-x^2} \sqrt{81-x^2}}=0 \Rightarrow $

  • $\dfrac{\sqrt{100-x^2}+\sqrt{81-x^2}}{2}=0 \Rightarrow \sqrt{100-x^2}+\sqrt{81-x^2}=0 \Rightarrow \sqrt{100-x^2}=-\sqrt{81-x^2}$

    That cannot be true.
  • $1-\dfrac{x^2}{\sqrt{100-x^2} \sqrt{81-x^2}}=0 \Rightarrow \dfrac{x^2}{\sqrt{100-x^2} \sqrt{81-x^2}}=1 \Rightarrow \sqrt{100-x^2} \sqrt{81-x^2}=x^2 \Rightarrow (100-x^2) (81-x^2)=x^4 \Rightarrow 8100-100x^2-81x^2+x^4=x^4 \Rightarrow 181x^2=8100 \Rightarrow x^2=\frac{8100}{181} \Rightarrow x= \pm \frac{90}{\sqrt{181}}$


$100-x^2 \geq 0 \Rightarrow x^2 \leq 100 \Rightarrow -10 \leq x \leq 10$
$81-x^2 \geq 0 \Rightarrow x^2 \leq 81 \Rightarrow -9 \leq x \leq 9$
The domain of $P(x)$ is $[-9,9]$.

$$\left ( -9, -\frac{90}{\sqrt{181}} \right ):P'(x)<0$$
$$\left [-\frac{90}{\sqrt{181}}, \frac{90}{\sqrt{181}} \right ]: P'(x)>0$$
$$\left ( \frac{90}{\sqrt{181}}, 9 \right ):P'(x)<0$$

So, $P(x)$ is decreasing at $\left ( -9, -\frac{90}{\sqrt{181}} \right )$, increasing at $\left [-\frac{90}{\sqrt{181}}, \frac{90}{\sqrt{181}} \right ]$ and decreasing at $\left ( \frac{90}{\sqrt{181}}, 9 \right )$.

So $P(x)$ achieves its maximum at $x=\frac{90}{\sqrt{181}}$, which is equal to $P \left ( \frac{90}{\sqrt{181}} \right )=\dfrac{\frac{90}{\sqrt{181}}\left (\sqrt{100-\left ( \frac{90}{\sqrt{181}} \right )^2}+\sqrt{81-\left ( \frac{90}{\sqrt{181}} \right )^2} \right )}{2}=\frac{45}{\sqrt{181}} \left ( \sqrt{\frac{18100-8100}{181}}+\sqrt{\frac{81 \cdot 181-8100}{181}} \right )=\frac{45}{181} \left ( \sqrt{10000}+\sqrt{6561} \right )=\frac{45}{181} \left ( 100+81 \right )=\frac{45 \cdot 181}{181} =45$
 
Thanks for participating, mathmari and your answer is correct and the solution is nicely written, well done!

I'll show one quick solution to this problem and I hope you will be benefited from it:

If we look at it geometrically, we would see that the function of $P(x)=\dfrac{x(\sqrt{100-x^2}-\sqrt{81-x^2})}{2}$ is actually the formula that defines the area of a triangle with sides 10 and 9, as shown as follows:

View attachment 2875
So, the area of that triangle is maximum when it is a right angled triangle with its base as 10 and height as 9, hence, $P(x)_{\text{max}}=\dfrac{1}{2}(9)(10)=45$.
 

Attachments

  • Optimization Challenge.JPG
    Optimization Challenge.JPG
    8 KB · Views: 91
Seemingly by some mathematical coincidence, a hexagon of sides 2,2,7,7, 11, and 11 can be inscribed in a circle of radius 7. The other day I saw a math problem on line, which they said came from a Polish Olympiad, where you compute the length x of the 3rd side which is the same as the radius, so that the sides of length 2,x, and 11 are inscribed on the arc of a semi-circle. The law of cosines applied twice gives the answer for x of exactly 7, but the arithmetic is so complex that the...
Back
Top