- #36
StoneTemplePython
Science Advisor
Gold Member
- 1,265
- 597
Karol said:I have to prove that ##~c^d+e^d\leq(c+e)^d~##
Newton's binomial's: ##(a+b)^n=C^0_n a^n+C^1_n a^{n-1}b+...+C^n_n b^n##
$$\rightarrow~a^n+b^n\leq(a+b)^n$$
Because ##~a^n+b^n~## are only part of the binomial.
But in this method you can't find Vmin
note that the inequality holds for real non-negative ##c## and ##e## and for any ##d \geq 1##
Your instincts to expand the binomial are good -- but note that ##d## is not positive integer here. There are some generalizations of binomial expansions with non-integer powers but they're kind of ugly.
I'd suggest just squaring each side and simplifying the algebra. (A fancier approach is to re-write it as ##(c^d+e^d)^\frac{1}{d} \leq c+e## which is true by direct application of Minkowki Inequality, but just squaring each side and simplifying gets you there.)
I'll post the minimization approach a bit later today. Your problem was seemingly Taylor made for Lagrange Multipliers. The approach I'll post doesn't use them (though if you know where to look you can see them lurking nearby) and just uses linearity and convexity. The approach is a touch longer but it has a very nice visual component to it which I think could be very beneficial in understanding why the solution you found is correct.