practice problems pending
Q1) Determine real x,y s.t. x^8 + y^8 = 8xy - 6
S1)
LHS increases much faster than RHS, so only for some small values both sides will equal.
Also when we have number of equations less than variables, here are few possible approaches:
1. make perfect squares
2. Some inequalities
3. Some useful substitutions.
This problem does look like AM GM case since we have power of 8 and 8 terms: x^8,y^8,1....1(6 times).
Also AM GM works only for non-negative numbers, which is true here.
x^8 + y^8 + 1 ... 1)/8 >= (x^8.y^8.1 ... 1)^(1/8) = |xy|
=> x^8 + y^8 + 1 ... 1 >= 8|xy| >= 8xy
But our question says they are equal which is only possible when all individual numbers are equal.
So x^8 = y^8 = 1
=> x,y = -+1 and upon checking they do satisfy. Answer.
Q2.
S2.
x^2.y.z = 4^2
y^2.zx = 9^2
z^2.xy = 16^2
=>
x^4.y^4.z^4 = 4^2.9^2.16^2 = 2^4.3^4.4^4
=>
xyz = 2.3.4 = 24
=> x = 16/24 = 2/3
y = 81/24 = 27/8
z = 256/24 = 32/3
Comments
Post a Comment