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: 92
Thread 'Erroneously  finding discrepancy in transpose rule'
Obviously, there is something elementary I am missing here. To form the transpose of a matrix, one exchanges rows and columns, so the transpose of a scalar, considered as (or isomorphic to) a one-entry matrix, should stay the same, including if the scalar is a complex number. On the other hand, in the isomorphism between the complex plane and the real plane, a complex number a+bi corresponds to a matrix in the real plane; taking the transpose we get which then corresponds to a-bi...

Similar threads

  • · Replies 17 ·
Replies
17
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 2 ·
Replies
2
Views
1K
Replies
2
Views
1K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 7 ·
Replies
7
Views
2K