Given an integer n ≥ 2 .The minimal value of x 2 + x 3 + … + x n x 1 5 + x 1 + x 3 + … + x n x 2 5 + … + x 1 + … x n − 1 x n 5 ,for positive real numbers x 1 , x 2 , … , x n subject to the condition that sum of their squares is 1 , can be expressed as n ( n − β ) α where α and β are positive integers then what is the value of α + β
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.
thats the way i did it
There's lots of ways to formulate a proof for this... I basically introduced S = sum of all variables and an ordering for reasons of symmetry, applied Chebyshev, then AM-HM (that's how the n-1 factor popped up) and then Chebyshev again twice, introducing the constraint in my very last step. This made it easy to generalize the problem to a constraint like 'sum of k-th powers equal U' and instead of 5, any power P in each numerator for which P - 1 = 0 mod k.
Use the case of n=2 and n=3 in combination with the expression: n × ( n − β ) α It is easy to get: α = β = 1 ⇒ α + β = 2
I wanted to add another solution, but I can't see how. I was using the android app. Maybe @Calvin Lin or @Peter Taylor could help me.
Solution: Define S = x 1 + x 1 + ⋯ + x n and F to be the expression in the problem. By the Cauchy-Schwarz inequality, we get:
( i = 1 ∑ n S − x i x i 5 ) ( i = 1 ∑ n ( S − x i ) ) ≥ ( ∑ x i 2 . 5 )
⇒ F ( n − 1 ) S ≥ ( ∑ x i 2 . 5 )
⇒ F ≥ ( n − 1 ) S ( ∑ x i 2 . 5 ) .
Now using Chebyshev's inequality we get:
⇒ S ( ∑ x i 2 . 5 ) ≥ n ∑ x i 2 = n 1 .
Using these we get the result α + β = 2 . □
u can take the case n=2 and then assign cos x and sin x as the two values . taking x as 45 degrees and applying it in the equation you get a value which on inspection would lead to the answer
Notist that (x1+x2+..x(n-1)) / (n-1) <√( (x1²+x2²+..x(n-1)²) / (n-1) )
so x1+x2+...+x(n-1) <√(n-1)
√(1-x(n)²) A-H inequality
for others also, so whole expression is >= 1/√(n-1) * sum(Xi^5)/√(1-Xi²)
previous equality is achieved when x1=x2=...=x(n)=x
so from sum(xi²)=1 we get nx²=1,x=1/√n,so
=1/√(n-1) *n
(1/√n^5)/√(1-1/n)=1/n(n-1)
so a=1,b=1,a+b=2
I myself used the case of n=2 and n=3 and got the correct answer.
Problem Loading...
Note Loading...
Set Loading...
In this full proof I will use the fact that
x 1 x 2 + x 1 x 3 + ⋯ + x 1 x n + x 1 x 2 + x 2 x 3 + ⋯ + x 2 x n + ⋯ + x 1 x n + x 2 x n + ⋯ + x n − 1 x n = ( x 1 + x 2 + ⋯ + x n ) 2 − ( x 1 2 + x 2 2 + ⋯ + x n 2 ) = ( x 1 + x 2 + ⋯ + x n ) 2 − 1
Here's the proof:
x 2 + x 3 + ⋯ + x n x 1 5 + x 1 + x 3 + ⋯ + x n x 2 5 + ⋯ + x 1 + x 2 + ⋯ + x n − 1 x n 5 = x 1 x 2 + x 1 x 3 + ⋯ + x 1 x n x 1 6 + x 1 x 2 + x 2 x 3 + ⋯ + x 2 x n x 2 6 + ⋯ + x 1 x n + x 2 x n + ⋯ + x n − 1 x n x n 6 ≥ H o ¨ lder n ( x 1 x 2 + x 1 x 3 + ⋯ + x 1 x n + x 1 x 2 + x 2 x 3 + ⋯ + x 2 x n + ⋯ + x 1 x n + x 2 x n + ⋯ + x n − 1 x n ) ( x 1 2 + x 2 2 + ⋯ + x n 2 ) 3 = n ( x 1 x 2 + x 1 x 3 + ⋯ + x 1 x n + x 1 x 2 + x 2 x 3 + ⋯ + x 2 x n + ⋯ + x 1 x n + x 2 x n + ⋯ + x n − 1 x n ) 1 = n ( ( x 1 + x 2 + ⋯ + x n ) 2 − 1 ) 1 = n ( x 1 + x 2 + ⋯ + x n ) 2 − n 1 ≥ Cauchy-Schwarz n 2 ( x 1 2 + x 2 2 + ⋯ + x n 2 ) − n 1 = n ( n − 1 ) 1
Since equality can be reached when x 1 = x 2 = ⋯ = x n = n n , this is the lower bound of the original expression.
Which means α = β = 1 ⟹ α + β = 2 .