Prove Inequality: a,b,c ∈R+ | n≥1

  • Thread starter Thread starter Kryna
  • Start date Start date
  • Tags Tags
    Inequality
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
6 replies · 2K views
Kryna
Messages
4
Reaction score
0

Homework Statement



Prove [tex]\frac{a^{n+1}}{b+c}+\frac{b^{n+1}}{a+c}+\frac{c^{n+1}}{a+b}=(\frac{a^{n}}{b+c}+\frac{b^{n}}{a+c}+\frac{c^{n}}{a+b})*\sqrt[n]{\frac{a^{n}+b^{n}+c^{n}}{3}}[/tex]
if n>=1 and a,b,c [tex]\in\textsl{R}_{+}[/tex]

Homework Equations


The Attempt at a Solution


I tried prove it i some ways but i think any of it don't approach me to solution. I need a clue, don't give me solution.

PS sorry for my english
 
Physics news on Phys.org
Mathematical Induction is a method of proving a series of mathematical statement labelled by natural numbers
 
I get

[tex]a^{2}+b^{2}+c^{2}\geq ab+bc+ac[/tex] for n=1
is it true?
what is next step(i never used mathematical induction before)

if i do it for n=2 it will be proved?
 
Last edited:
For n = 1 you have to show that
[tex]\frac{a^{2}}{b+c}+\frac{b^{2}}{a+c}+\frac{c^{2}}{a+b}=(\frac{a^{1}}{b+c}+\frac{b^{1}}{a+c}+\frac{c^{1}}{a+b})*\frac{a^{1}+b^{1}+c^{1}}{3}[/tex]

It is not sufficient to quit after showing that the original statement is true for n = 2.

In mathematical induction, you assume that the statement is true for n = k, and use that to show that the statement is also true for n = k + 1.