If x and y are real numbers such that 5 x + 1 2 y = 6 0 and the minimum value of x 2 + y 2 is equal to b a for coprime positive integers a and b , find the value of a + b .
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.
Applying solutions different branch in different questions is very great thing.
I liked the solution of Brandon Monsen sir but here is an algebraic way
By Cauchy-Scwarz Inequality
( x 2 + y 2 ) ( 5 2 + 1 2 2 ) ≥ ( 5 x + 1 2 y ) 2 ( x 2 + y 2 ) ≥ ( 1 3 2 ) ( 5 x + 1 2 y ) 2 ( x 2 + y 2 ) ≥ 1 3 6 0
This gives A + B = 7 3
Did the same ;)
Applying Cauchy-Schwarz lets you state only that, if the function actually gets its minimun m , then m = 1 3 6 0 . You have first to prove that the function has a minimum (using for example the continuity of the function on compact sets or, at least, stating that the existence of the minimum is guaranteed by the text of the problem)
The minimum value of x 2 + y 2 is the distance from the origin to the line 5 x + 1 2 y = 6 0 along the line perpendicular to this line that crosses through ( 0 , 0 ) . This line is 1 2 x − 5 y = 0 . Plugging in y = 5 1 2 x into the original line and solving yields x = 1 6 9 3 0 0 and y = 1 6 9 7 2 0 , which yields a minimum value of 1 3 6 0 , so the answer is 7 3 .
don't ask simple questions please,even a child can do this one ...
This is the first time i have successfully applied cauchy-schwarz
The minimum of sqrt(x^2 + y^2) is the same as minimizing x^2 + y^2, Since 12y = 60 - 5x, y = 5 - (5/12)x, and x^2 + y^2 = 169x^2/144 - 25x/6 + 25, Defining the latter as f(x), f'(x) =0 implies 169x/72 = 25/6, or x = 300/169. then y = 720/169, x^2 + y^2 = 608400/(169^2),and sqrt(x^2 + y^2) = 780/169 = 60/13, whence a + b = 73. Ed Gray
Problem Loading...
Note Loading...
Set Loading...
Another way of writing x 2 + y 2 would be the distance from the origin to the point ( x , y ) on a function f ( x ) .
The shortest distance from a point ( p , q ) to the line a x + b y + c = 0 is given by the formula a 2 + b 2 ∣ a p + b q + c ∣
In this case, out point is ( 0 , 0 ) and our line is 5 x + 1 2 y − 6 0 = 0 , so after plugging those values in we get our distance is 1 3 6 0 .
1 3 is a prime number, and 6 0 is not a multiple of 1 3 , so we cannot reduce our fraction. Our answer is then 6 0 + 1 3 = 7 3