.
Let x and y be nonnegative real numbers. If x^2 + 5y^2 = 30, then find the maximum value of x + y.
~~~~~~~~~~~~~~~~~~
Equation
x^2 + 5y^2 = 30 (1)
represents an ellipse, centered at the origin of the coordinate system.
Equation
x + y = c (2)
represents straight line with the slope -1.
They want you find a point on the ellipse with the maximum value x + y = c.
The value of "c" defines the position of the line in the plane: different values of "c"
produce parallel lines, and changing of the value of "c" moves/translates the lines
vertically up or down, leaving them parallel.
So, they actually want you find the tangent line to the given ellipse with maximum value of "c",
which corresponds to the most high possible position of the tangent line.
Next, since the slope of the line is -1, from geometry intuition, it is clear that
the tangency point on the ellipse lies in the first quadrant.
There is another parallel tangent line, but for this second line the tangency point
is in the third quadrant.
OK. This preface reveals the geometric essence of the problem.
Now I move on to the solution.
All lines x + y = c have the slope -1.
So, we are looking and searching for the points on the ellipse in QI and QIII, where
the tangent line to the ellipse has the slope -1.
For it, I differentiate equation (1)
2x*dx + 10y*dy = 0.
which is the same as
2x*dx = - 10y*dy.
From this equation in differentials, I find the derivative
= =
This derivative represents the slope of the tangent line to the ellipse in point (x,y).
I want the slope of the tangent line be -1, the same as for the family of lines (2).
So, I write this equation
= -1. (3)
Square both sides. You will get
= 1, or x^2 = 25y^2.
I transform the last equation this way, using equation (1)
x^2 = 5*(5y^2) = 5*(30-x^2) = 150 - 5x^2,
x^2 + 5x^2 = 150,
6x^2 = 150,
x^2 = 150/6 = 25,
x = +/- = +/- 5.
Thus for x= 5, the value of y in the first quadrant is (from equation (1))
5^2 + 5y^2 = 30, ---> 25 + 5y^2 = 30, ---> 5y^2 = 30-25 = 5, y^2 = 5/5 = 1, y = = 1.
For x= -5, the value of y in the third quadrant is (from equation (1))
5^2 + 5y^2 = 30, ---> 25 + 5y^2 = 30, ---> 5y^2 = 30-25 = 5, y^2 = 5/5 = 1, y = - = -1.
Thus, two tangency points are (5,1) in the first quadrant and (-5,-1) in the third quadrant.
For the first point c = x + y = 5 + 1 = 6.
For the second point c = x + y = -5 - 1 = -6.
We want the maximum "c", so we choose the first point with the value of c = 6.
ANSWER. The maximum value of "c" is 6.
Solved.