This is problem 2.
Over all reals x , y such that 3 x + 4 y = P 1 , find the minimum value of x 2 + y 2 .
If you are lost, look here
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.
For question 2, you could have used Cauchy Schwarz inequality too.
( 3 2 + 4 2 ) ( x 2 + y 2 ) ≥ ( 3 x + 4 y ) 2 and there is a typo too - P 2 = 2 5 P 1 2 .
And how you make that box in latex(at the end)? And of course, @Joel Tan nice concept!
Log in to reply
Well, little overrated cycle!
Log in to reply
For a box around something, use this: \boxed{BLAH} B L A H
So, if you want many boxes, all you have to do is bake boxes around boxes like t his
Log in to reply
@Julian Poon – Oh, of course I knew it but just forgot!
Problem Loading...
Note Loading...
Set Loading...
Since these 3 questions need to be solved simultaneously, im putting all 3 solutions here:
Question 1 : Find the minimum value of x 2 + P 3 x + 1 . x ranges over the reals.
The minimum occurs when x = 2 − P 3 from the formula 2 a − b . There are many ways to prove it. See this
So, the minimum value of x 2 + P 3 x + 1 is:
x 2 + P 3 x + 1 = 4 P 3 2 − 2 P 3 2 + 1 = 1 − 4 P 3 2
Question 2 : This problem
This problem is very interesting. It can be solved with geometry.
Observe that x 2 + y 2 = r 2 is the equation of a circle and that 3 x + 4 y = P 1 is the equation of a line.
This makes the problem a whole lot easier and you can easily derive that P 2 = 2 5 P 1 2 Take a look at this if you don't understand.
Question 3 : Let a real x be such that sec x = P 2 .
Find A B where
A = 1 − sin x sin x
B = 1 + sin x sin x
First thing first, let's find A B :
A B = 1 − sin x sin x × 1 + sin x sin x = 1 − sin 2 x sin 2 x
Now, lets find sin ( x ) :
cos ( x ) 1 = P 2 sin 2 x + cos 2 x = 1 sin x = 1 − cos 2 x = 1 − P 2 1
So therefore:
A B = 1 − sin 2 x sin 2 x = P 2 − 1
Now for the most exciting part, solving for the 3 question simultaneously:
We have here 3 equations:
P 1 = 1 − 4 P 3 2
P 2 = 2 5 P 1 2
P 3 = P 2 − 1
Solving them gives:
P 1 = − 1 5 P 2 = 9 P 3 = 8
Since the last step needs quartics, here is a method (Newton's method) to bash it through quickly and very accurately.