Find the minimum value of x 2 + y 2 when 5 x + 1 2 y = 6 0 .
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.
In the last line within mod sign, you have taken 60-12-5, should it be really so? Shouldn't it be only 60???
I have taken 60-12.0-5.0 Please don't overlook the 'dots' . They imply multiplication. I thought by doing so people can understand that I have replaced (x,y) by (0,0) in the distance formula.
Did I do anything wrong? @Shubham Kundu .
Nice problem and solution !
To denote multiplication, it is better to use \times or \cdot, as it avoids confusion.
@Pranshu Gaba – Thanks.
I will replace them with multiplication sign.
Absolutely not...I took them as 'point's, not multiplication signs!! misunderstanding
@Shubham Kundu – It happens sometimes... by the way I have replaced them with multiplication sign now as per @Pranshu Gaba 's suggestion.
Thought of it this way after getting the answer using calculus . Nice solution ! :D
Another approach is to use Cauchy-Schwarz inequality:
( 5 2 + 1 2 2 ) ( x 2 + y 2 ) ≥ ( 5 x + 1 2 y ) 2 1 3 2 ( x 2 + y 2 ) ≥ 6 0 2 x 2 + y 2 ≥ 1 3 2 6 0 2 x 2 + y 2 ≥ 1 3 6 0
Actually same concept used as by Math Philic.
You used, (a^2+b^2)(x^2+y^2)>=(ax+by)^2 = c^2
and Math Philic used sqrt(x^2+y^2)>= c/sqrt(a^2+b^2)
That's a wonderful idea! But you also have to argue why equality holds at some point of the line 5 x + 1 2 y = 6 0 .
Nice solution!
can we interpret the the first equation in this solution for all questions of this type?
The equation can be rewritten as 1 2 x + 5 y = 1 , which represents a line with x -intercept 1 2 and y -intercept 5 . So the line and the axes form a 5 − 1 2 − 1 3 right triangle. The minimum value h of x 2 + y 2 is the height of the triangle with base 1 3 . Equating twice the area of the triangle in two different ways,
1 3 h = 5 × 1 2 ,
h = 1 3 6 0 .
[Latex edits - moderator]
I used a similar method. Did you do the same? See my solution.
You have a different perspective though, that is good.
I really like this solution as it encourages visual thinking.
I recently learned Lagrange multipliers in my multivariable class. I decided to have fun with it. Lagrange multipliers find the relative maxes and mins based on a constraint on an expression.
The constraint is 5 x + 1 2 y = 6 0 , and we want to minimize x 2 + y 2
The partial derivatives of the expression and the constraint gives these two equations, where λ is the multiplier:
2 × x 2 + y 2 1 × 2 x = λ × 5
2 × x 2 + y 2 1 × 2 y = λ × 1 2
2 × x 2 + y 2 1 can be referred to as f(x,y). Thus: 1 2 × f ( x , y ) × 2 x = 5 × f ( x , y ) × 2 y
f(x,y) cannot equal zero, so the equation simplifies to: 1 2 x = 5 y Plugging this back in, we can solve for either y or x. Substituting for x, 1 2 2 5 y + 1 2 y = 6 0 .
y = 1 6 9 7 2 0 and x = 1 6 9 3 0 0 .
When plugged into the expression x 2 + y 2 , the answer comes out to be 60/13.
To be honest I have no idea where the max is. Thank god for multiple choice questions.
EDIT: After reading other solutions, it seems pretty easy now that it is the distance from the line. Creativity takes effort, and I don't like effort when I wake up. Mindlessly calculating is much easier. In this case, there wouldn't be a max because the maximum value is infinity.
another solution can be putting x=a which gives y= (60-5a)/12. plugging this in other equation which will be a quadratic in 'a' and the min(quadratic) is a well known exercise for mathsies.. !! :D
Problem Loading...
Note Loading...
Set Loading...
Before reading further it would be good to have a look at this wiki .
x 2 + y 2 represents the distance between Origin ( 0 , 0 ) and the point ( x , y ) . This point, i.e ( x , y ) , also lies on the line 5 x + 1 2 y = 6 0 .Now the minimum distance of a point from a line is the perpendicular distance from it. Hence, x 2 + y 2 represents the perpendicular distance of Origin ( 0 , 0 ) from the line 5 x + 1 2 y = 6 0 . Which is equal to 5 2 + 1 2 2 ∣ 6 0 − 5 × 0 − 1 2 × 0 ∣ = 1 3 6 0 . Hence the answer.