Give x , y are real numbers such that x < 1 , y > 1 and
{ x 2 + 1 + x = y − y 2 − 1 ( 1 − x ) x 2 + 1 = y ( y 2 − 1 + 1 )
Find the minimum value of P = x 2 1 + y 2 − 1
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.
Problem Loading...
Note Loading...
Set Loading...
We can make the system equations of the condition more simply by creating 2 new non-negative variables a and b such that a = x 2 + 1 and b = y 2 − 1 Then, we have { a + x = y − b a ( 1 − x ) = y ( b + 1 ) ⇔ { − x + y = a + b a x + ( b + 1 ) y = a To solve this system, we can do with different ways. And here is a solution using Cramer's rule ⎩ ⎪ ⎪ ⎪ ⎪ ⎪ ⎪ ⎨ ⎪ ⎪ ⎪ ⎪ ⎪ ⎪ ⎧ D = ∣ ∣ ∣ ∣ a − 1 b + 1 1 ∣ ∣ ∣ ∣ = a + b + 1 D x = ∣ ∣ ∣ ∣ b + 1 1 a a + b ∣ ∣ ∣ ∣ = b ( a + b + 1 ) D y = ∣ ∣ ∣ ∣ a − 1 a a + b ∣ ∣ ∣ ∣ = a ( a + b + 1 ) ⇒ ⎩ ⎪ ⎨ ⎪ ⎧ x = D D x = b y = D D y = a ⇒ x 2 = y 2 − 1 ( ∗ ) Thus, we can replace x 2 by y 2 − 1 in expression P .
In particular, P = y 2 − 1 1 + y 2 − 1 Moreover, according to A M − G M inequality, we have P ≥ 2 when y 2 − 1 = 1 or y = 2 , thereby determining x = − 1 .
In other words, the minimum of P is 2 and it occurs when x = − 1 , y = 2 .