$ n \in \mathbb{N},\ n\ge 2$
$ c_1, c_2, a, b \in \mathbb{R} $
For $ \forall a,b $ determine the maximum value of $ c_1 $ and the minimum value of $ c_2 $ that makes true the following inequation:
$ c_1(a+b)\le(\sqrt[\leftroot{-1}\uproot{3}n]{a} + \sqrt[\leftroot{-1}\uproot{3}n]{b})^n \le c_2(a+b) $
My doubts are:
1° there are two variables, how can I maximize $ c_1 $ if depends from $ a, b $ ?
A my idea was to set a function $ c_1 = f(a,b) = \frac{(\sqrt[\leftroot{-1}\uproot{3}n]{a} + \sqrt[\leftroot{-1}\uproot{3}n]{b})^n}{a+b} $, and maximize that function, but I don't think it's the right way...
2° Since $ n $ is any number, I can't expand the binomial and simplify the expression.
I thought to simplify using Bernoulli inequality, but I think it doesn't works.
If I use newton expansion, instead it becomes more complicate.
Do you have any idea or tips on how to proceed?