Given that 3 x + 4 y = 5 , find the minimum value of x 2 + 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.
Rather than scold the people who only provide a lower bound, I'll applaud you for showing that the lower bound can actually be achieved.
Log in to reply
Yes, one should not assume that the solution exists.
Using Cauchy Schwarz Inequality , we can directly write ( 3 x + 4 y ) 2 ≤ ( 3 2 + 4 2 ) ( x 2 + y 2 ) which ⟹ x 2 + y 2 ≥ 1 .
Equality holds when x = 5 3 and y = 5 4 .
Taking a more coordinate-based approach:
3 x + 4 y = 5
y = − 4 3 x + 4 5
The minimal value for the expression x 2 + y 2 can be interpreted as the least radius r such that the line is tangent to the circle.
Since the radius is perpendicular to the tangent:
m ⊥ = 3 4
Since the normal line goes through the centre of the circle, we can deduce that the normal line has the equation of y = 3 4 x . Substituting back into the original equation to find the coordinates of the point of intersection:
3 x + 4 × 3 4 x = 5
x = 5 3
y = 5 4
x 2 + y 2 = 1
(Sorry for my explanation not being aligned, can someone please say how to align here in the comments? Thanks!)
This approach is how I thought of the problem. (Well, after I took the lazy approach of letting Excel find the best value....and after I thought of using Calculus....this is simpler.)
We can express y in terms of x as y = 4 5 − 3 x . So x 2 + y 2 = x 2 + ( 4 5 − 3 x ) 2 = 1 6 2 5 ( x 2 − 5 6 x + 1 ) = 1 6 2 5 [ ( x − 5 3 ) 2 + 2 5 1 6 ] ≥ 1 . Hence the required minimum value is 1 .
Problem Loading...
Note Loading...
Set Loading...
Similar solution as @Vilakshan Gupta 's. Since it is an algebra problem we should solve it with algebra method.
By Cauchy-Schwarz inequality , we have:
( 3 x + 4 y ) 2 ⟹ x 2 + y 2 ≤ ( 3 2 + 4 2 ) ( x 2 + y 2 ) ≥ 9 + 1 6 ( 3 x + 4 y ) 2 = 2 5 5 2 = 1
Equality occurs when x = 5 3 and y = 5 4 .