Question
Question: If $y^2(y^2-6)+x^2-8x+24=0$ and the minimum value of $x^2+y^4$ is $m$ and maximum value is $M$, then...
If y2(y2−6)+x2−8x+24=0 and the minimum value of x2+y4 is m and maximum value is M, then find the value of 6mM
83
Solution
Solution:
We start with the given equation:
y2(y2−6)+x2−8x+24=0.Let u=y2; then the equation becomes:
u(u−6)+x2−8x+24=0⟹u2−6u+x2−8x+24=0.Complete the square in x:
x2−8x=(x−4)2−16,which gives:
u2−6u+(x−4)2−16+24=0⟹u2−6u+(x−4)2+8=0.Next, complete the square in u:
u2−6u=(u−3)2−9.Thus, we have:
(u−3)2−9+(x−4)2+8=0⟹(u−3)2+(x−4)2=1.This represents a circle centered at (4,3) in the (x,u)-plane with radius 1.
We need to optimize:
x2+y4=x2+u2.Shift coordinates by setting:
X=x−4,V=u−3.Then the constraint becomes:
X2+V2=1,and
x=X+4,u=V+3.So the objective function is:
x2+u2=(X+4)2+(V+3)2=X2+8X+16+V2+6V+9.Since X2+V2=1, we obtain:
x2+u2=1+8X+6V+25=26+8X+6V.Now, to maximize or minimize 26+8X+6V subject to X2+V2=1, note that the extreme values occur when the linear term 8X+6V is maximized or minimized, which is a dot-product with the vector (8,6). The maximum value is:
max(8X+6V)=82+62=10,and the minimum is −10. Thus:
Maximum=26+10=36,Minimum=26−10=16.Given m=16 and M=36, the desired value is:
6mM=6×1636=9636=83.Final Answer: 83
Core Explanation:
- Substitute u=y2 and complete the squares to transform the equation into a circle: (x−4)2+(u−3)2=1.
- Change variables: X=x−4 and V=u−3.
- Express x2+y4=(X+4)2+(V+3)2 which simplifies to 26+8X+6V.
- The extrema on the unit circle are obtained by dot product leading to values 36 (max) and 16 (min), thereby 6×1636=83.