What is the maximum value of x + y such that x 2 + y 2 = 2 5 .
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.
Given that x 2 + y 2 = 2 5 we can parameterize x , y as x = 5 cos ( θ ) , y = 5 sin ( θ ) , 0 ≤ θ ≤ 2 π . Then
x + y = 5 cos ( θ ) + 5 sin ( θ ) ) = 5 2 ( 2 1 cos ( θ ) + 2 1 sin ( θ ) ) = 5 2 ( sin ( 4 5 ∘ ) cos ( θ ) + cos ( 4 5 ∘ ) sin ( θ ) ) = 5 2 sin ( θ + 4 5 ∘ ) .
As − 1 ≤ sin ( θ + 4 5 ∘ ) ≤ 1 we see that the maximum possible value of x + y is 5 2 ≈ 7 . 0 7 .
This problem can also be solved via Lagrange Multipliers.
Since x x + y y = 25, rewrite x+y as x + sqrt(25-x x). So let us state that f(x) = x + sqrt(25-x x). For either a maximum or minimum value of f(x) to occur df(x)/dx = 0. df(x)/dx = 1-x/sqrt(25-x^2) = 0 occurs when 25-x^2 = x^2 or when x = +/- 5/sqrt(2). y is hence equal to +/- 5/sqrt(2). The maximum value of x+y is hence 10/sqrt(2) = 7.07. We can also investigate the second derivative when x and y are equal to 5/sqrt(2) Second derivative is equal to -25/(25-x^2)^(3/2) and is < 0 which means that x + y has a local maximum at x and y equal to 5/sqrt(2).
Problem Loading...
Note Loading...
Set Loading...
Given x 2 + y 2 = 2 5 , by the Cauchy-Schwarz inequality, ( x 2 + y 2 ) ( 1 2 + 1 2 ) ≥ ( x + y ) 2 .
Then, ( 2 5 ) ( 2 ) ≥ ( x + y ) 2 . Therefore, ( x + y ) ≤ 5 0 ≈ 7 . 0 7 .