Find the maximum value of x 2 + y 2 ( x + y ) 2 .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
You can use \geq for ≥ and \Rightarrow for ⇒ . Nice solution otherwise.
Log in to reply
edited that in this solution... Thanks for bringing to notice.
\implies also works (more appropriate here) in place of \rightarrow
By Cauchy Schwarz,
( x 2 + y 2 ) ( 1 + 1 ) ≥ ( x + y ) 2
2 ≥ x 2 + y 2 ( x + y ) 2
Therefore maximum value is 2 when 1 x = 1 y
Another technique is to use the polar coordinate transformations: x = r cos(k), y = r sin(k), x^2 +y^2 = r^2. Substituting these into the original expression gives:
[r cos(k) + r sin(k)]^2 / r^2 = r^2 * [cos(k) + sin(k)]^2 / r^2 = [cos(k) + sin(k)]^2 = [cos(k)]^2 + [sin(k)]^2 + 2 cos(k) sin(k);
or sin(2k) + 1 (i).
Hence, the maximum value of (i) is just 2.
I did the same way as sanjit sir did:-)
Problem Loading...
Note Loading...
Set Loading...
We have, x 2 + y 2 x 2 + y 2 + 2 x y = 1 + x 2 + y 2 2 x y Now we know that square of a number is always greater than or equal to 0, ⟹ ( x − y ) 2 ≥ 0 ⟹ x 2 + y 2 ≥ 2 x y Back to our expression, there will be the maximum value if x 2 + y 2 = 2 x y i.e. the maximum value is 1 + 1 = 2