⎩ ⎨ ⎧ x + y + z = 4 x 2 + y 2 + z 2 = 6
If x , y and z are reals numbers that satisfy the system of equations above, find the sum of the maximum and the minimum value of A = x 6 + y 6 + z 6 .
Round your answer to the nearest integer.
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.
I found the last part a bit complicated...................can you explain it without the use of calculus.
Relevant wiki: Classical Inequalities - Problem Solving - Advanced
Because ( x + y + z ) 2 = x 2 + y 2 + z 2 + 2 ( x y + x z + y z ) , then x y + x z + y z = 5 .
Let f ( X ) be a monic cubic polynomial with roots x , y and z . Then, by Vieta's formula , f ( X ) = X 3 − 4 X + 5 X + D , where D = − x y z .
Since x , y and z are real numbers, then f ( X ) has all real roots, so its cubic discriminant is non-negative:
b 2 c 2 − 4 a c 3 − 4 b 3 d − 2 7 a 2 d 2 + 1 8 a b c d ≥ 0 ,
where a = 1 , b = − 4 , c = 5 , d = D . Substituting these values and solving this inequality yields − 2 ≤ D ≤ − 2 7 5 0 .
Let P n = x n + y n + z n , then P 1 = 4 , P 2 = 6 and we want to find max ( P 6 ) + min ( P 6 ) .
Using the algebraic identity, x 3 + y 3 + z 3 − 3 x y z = ( x + y + z ) ( x 2 + y 2 + z 2 − x y − x z − y z ) , we get P 3 = − 3 D + 4 .
By Newton's sum , we have
P 4 − 4 P 3 + 5 P 2 + D P 1 = 0 ⇒ P 4 = − 1 6 D − 1 4 P 5 − 4 P 4 + 5 P 3 + D P 2 = 0 ⇒ P 5 = − 5 5 D − 7 6 P 6 − 4 P 5 + 5 P 4 + D P 3 = 0 ⇒ P 6 = 3 ( D 2 − 4 8 D − 7 8 ) = 3 ( ( D − 2 4 ) 2 − 6 5 4 ) .
Since g ( D ) = 3 ( ( D − 2 4 ) 2 − 6 5 4 ) is a strictly decreasing function in the interval − 2 ≤ D ≤ − 2 7 5 0 , then max ( P 6 ) = max ( g ( D ) ) = g ( − 2 ) = 6 6 and min ( P 6 ) = min ( g ( D ) ) = g ( − 2 7 5 0 ) = 4 2 2 4 3 2 3 2 .
Hence, our answer is ⌊ 6 6 + 4 2 2 4 3 2 3 2 ⌉ = 1 0 9 .
To find the values of a , b and c when min/max is obtained, just substitute the value of D into f ( X ) and solve f ( X ) = 0 by rational root theorem .
We should get
min
(
A
)
=
4
2
2
4
3
2
3
2
when the
unordered solution
for
(
x
,
y
,
z
)
to be
(
3
2
,
3
5
,
3
5
)
,
max
(
A
)
=
6
6
when the
unordered solution
for
(
x
,
y
,
z
)
to be
(
1
,
1
,
2
)
.
Alternatively, we can use calculus to find the range of D .
With f ( X ) = X 3 − 4 X 2 + 5 X + D . Since f ( X ) has 3 real roots, then f ( X ) has two turning points. Let x 1 < x 2 denote the x -coordinate of these turning points, then they satisfy f ′ ( X ) = 3 X 2 − 8 X + 5 = 0 . Solving this equation gives x 1 = 1 , x 2 = 3 5 .
Since f ( X ) has a positive leading coefficient, then f ( x 1 ) ≥ 0 ≥ f ( x 2 ) , or equivalently:
f ( 1 ) ≥ 0 ≥ f ( 3 5 ) ⇔ 2 + D ≥ 0 ≥ 2 7 5 0 + D ⇒ − 2 ≤ D ≤ − 2 7 5 0 .
@Mark Hennings , I'm so happy right now!
Problem Loading...
Note Loading...
Set Loading...
Let a function f ( p ) = p 3 + A p 2 + B p + C have roots x , y , and z .
By Vieta's Formulas , we know that
− A = x + y + z = 4 ⇒ A = − 4
and
( x + y + z ) 2 = 4 2 x 2 + y 2 + z 2 + 2 ( x y + x z + y z ) = 1 6 6 + 2 B = 1 6 ⇒ B = 5
x 6 + y 6 + z 6 will have extrema when f ( p ) has a multiple root. This will occur when f ( p ) has a critical point with an ordinate of 0.
f ′ ( p ) = 3 p 2 − 8 p + 5 = 0 p = 1 a n d 3 5
Since those are double roots, the other roots must be 2 and 3 2 respectively.
m a x ( x 6 + y 6 + z 6 ) = 1 6 + 1 6 + 2 6 = 6 6 m i n ( x 6 + y 6 + z 6 ) = ( 3 5 ) 6 + ( 3 5 ) 6 + ( 3 2 ) 6 = 4 2 2 4 3 2 3 2 6 6 + 4 2 2 4 3 2 3 2 = 1 0 8 2 4 3 2 3 2 ≈ 1 0 9