Proving (n+1)^4 < 4n^4 for n >= 3

  • Thread starter Thread starter kmeado07
  • Start date Start date
  • Tags Tags
    Induction Proof
kmeado07
Messages
40
Reaction score
0

Homework Statement


Show that (n+1)^4 < 4n^4 whenever n >= 3


Homework Equations





The Attempt at a Solution



I need to prove this by induction, so i assume it is true and then prove that when n=n+1 it is also true.

so it would become (n+2)^4 < 4(n+1)^4

Im not sure how to continue this though.
 
Physics news on Phys.org
The first step is to check it for n = 3. Then assume it is true for n. I haven't tried this, but I would start by something like:
((n + 1) + 1)^4 = (n + 1)^4 + 4 (n + 1)^3 + ...
Then use the induction hypothesis.

Note that, because your question is "show that ... is STRICTLY SMALLER than ... " you can always throw away terms you know are positive. For example, for n >= 3, if you have that (n + 1)^4 < 4 n^4 then you also have that (n + 1)^4 + 14n + 3 < 4 n^4, because you are only adding terms which make the left hand side bigger so the inequality will keep holding. Watch out however, that the terms have to be positive, if (n + 1)^4 < 4 n^4 then it needn't be true that (n + 1)^4 - 20 < 4 n^4.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top