If real numbers satisfy the expression (x+5)^2 + (y-12)^2=14^2, find the minimum of x^2 + y^2?
The numbers x and y are real and the expression is:
#(x+5)^2+(y-12)^2=14^2#
The minimal value of #x^2+y^2# for this equation has to be calculated. But how?
The numbers x and y are real and the expression is:
The minimal value of
1 Answer
The smallest possible value of
Explanation:
If we convert everything to polar coordinates, we see that:
#x^2+y^2 = r^2#
So if we find the smallest possible radius (the point on the graph closest to the origin), squaring that value will give us the smallest possible value for
We can already tell that this graph is a circle by looking at the equation's form. Therefore, the closest point to the origin will lie on a line passing through the center of the circle and the origin.
We can be sure of this, because any line passing through the center must be normal to the circle, and since that line also passes through the origin, it will intersect the circle at the point closest to the origin.
The line passing through the center of the circle
#(-5, 12)# and the origin of the graph#(0,0)# is given by the equation:
#y = -12/5x#
If some of this is starting to sound confusing, here's a graph to explain visually what's happening.
The red line is the line passing through the center and the origin.
The green dot is where that line intersects the circle, which is also the closest point to the origin on the circle.
Here is how to find the coordinates of that green dot:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
We can find where the circle and the line intersect using the system of equations:
#(x+5)^2 + (y-12)^2 = 14^2 " "" "and" "" "y = -12/5x#
Substituting in
#(x+5)^2 + (-12/5x-12)^2 = 14^2#
#(x^2 + 10x + 25) + (144/25x^2+288/5x + 144) = 196#
#169/25x^2 + 338/5x + 169 = 196#
Multiply both sides by
#x^2 + 10x +25 = 196(25/169)#
#(x+5)^2 = (14^2)(5^2/13^2)#
#x+5 = +- 14*(5/13)#
#x = -5 +- 70/13#
#x = -135/13 " "" "or" "" "x=5/13#
We want the smallest value of
#x = 5/13#
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Now to find the y-value:
#y = -12/5x#
#y = -12/5(5/13)#
#y = -12/13#
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Therefore, the smallest value of
#x^2+y^2 = (5/13)^2 + (-12/13)^2#
#color(white)".."= 25/169 + 144/169#
#color(white)".."= 169/169 = 1#
Final Answer