Is 3^n Greater Than n^4 for All n>=8?

In summary: I'll be back with an actual proof in a little while.EDIT: OK, I'm back. I was going to show that##3n^4=n^4 + n^4 + n^4\,,\ ## and then compare##n^4\ ## with ##\ n^4\,,\ ##and notice that##n^4\ ## grows faster##4n^3\ ## with ##\ 4n^3+4n\,,\ ## and notice that##n^4\ ## grows faster##6n^2+1\ ## with ##\ 6n^2+4n+1\,,\ ## and notice that
  • #1
lolo94
17
0

Homework Statement


Prove that 3^n>n^4 for all n in N , n>=8

Homework Equations


The Attempt at a Solution


Base case: 3^8>8^4

Inductive step
Assume 3^n>n^4. Show 3^n+1>(n+1)^4
I tried a lot of approaches to get from the inductive hypothesis to what I want to show

Ex:
3^n>n^4
3^n+1>3n^4
3n^4>(3n^4)-3=3(n^4-1)=3((n^2)-1)((n^2)+1)=3(n+1)(n-1)(n^2+1)>3(n+1)(n-1)(n^2-1)
=3(n+1)(n-1)(n+1)(n-1)=3((n+1)^4-(n-1)^4)

It looks like I went too far

My other approach is this. It looks a little bit crazy, but I think it works

3^n+1>n^4+2*3^n

I will show that n^4+2*3^n grows faster than (n+1)^4 by using limits and loopitals rule.
 
Last edited:
Physics news on Phys.org
  • #2
lolo94 said:

Homework Statement


Prove that 3^n>n^4 for all n in N , n>=8

Homework Equations


The Attempt at a Solution


Base case: 3^8>8^4

Inductive step
Assume 3^n>n^4. Show 3^n+1>(n+1)^4
I tried a lot of approaches to get from the inductive hypothesis to what I want to show

Ex:
3^n>n^4
3^n+1>3n^4
3n^4>(3n^4)-3=3(n^4-1)=3((n^2)-1)((n^2)+1)=3(n+1)(n-1)(n^2+1)>3(n+1)(n-1)(n^2-1)
=3(n+1)(n-1)(n+1)(n-1)=3((n+1)^4-(n-1)^4)

It looks like I went too far

My other approach is this. It looks a little bit crazy, but I think it works

3^n+1>n^4+2*3^n

I will show that n^4+2*3^n grows faster than (n+1)^4 by using limits and loopitals rule.
Have you tried to expand ##(n+1)^4## with the binomial formula and then substitute the powers of ##n## by your inductive hypothesis? And remember that ##n ≥ 8##.
 
  • #3
lolo94 said:

Homework Statement


Prove that 3^n>n^4 for all n in N , n>=8

Homework Equations


The Attempt at a Solution


Base case: 3^8>8^4

Inductive step
Assume 3^n>n^4. Show 3^n+1>(n+1)^4
I tried a lot of approaches to get from the inductive hypothesis to what I want to show

Ex:
3^n>n^4
3^n+1>3n^4
3n^4>(3n^4)-3=3(n^4-1)=3((n^2)-1)((n^2)+1)=3(n+1)(n-1)(n^2+1)>3(n+1)(n-1)(n^2-1)
=3(n+1)(n-1)(n+1)(n-1)=3((n+1)^4-(n-1)^4)

It looks like I went too far

My other approach is this. It looks a little bit crazy, but I think it works

3^n+1>n^4+2*3^n

I will show that n^4+2*3^n grows faster than (n+1)^4 by using limits and loopitals rule.

From ##3^n > n^4## it does not follow that ##3^n+1 > (n+1)^4##, which is what you wrote. If you mean ##3^{n+1} > (n+1)^4##, then use parentheses, like this: 3^(n+1) > (n+1)^4.
 
  • #4
Ray Vickson said:
From ##3^n > n^4## it does not follow that ##3^n+1 > (n+1)^4##, which is what you wrote. If you mean ##3^{n+1} > (n+1)^4##, then use parentheses, like this: 3^(n+1) > (n+1)^4.
yes sorry, so how do I do it?
 
  • #5
lolo94 said:
yes sorry, so how do I do it?
Read my post. You can as well find an upper bound for ##(n+1)^4## as a lower for ##3^{n+1}##.
I think it works.
 
  • #6
fresh_42 said:
Read my post.
sorry I just scroll down. Ummm so (n+1)^4=n^4+4n^3+6n^2+4n+1. Do I have to go from what I have to show to the inductive hypothesis?
 
  • #7
lolo94 said:
sorry I just scroll down. Ummm so (n+1)^4=n^4+4n^3+6n^2+4n+1. Do I have to go from what I have to show to the inductive hypothesis?
Yes, here you can substitute the powers of ##n## with the inductive hypothesis, e.g. ##4n^3 < 4 \frac{3^n}{n}##. Plus the lower bound on ##n## gives an upper bound on ##\frac{1}{n}##.
 
  • #8
fresh_42 said:
Yes, here you can substitute the powers of ##n## with the inductive hypothesis, e.g. ##4n^3 < 4 \frac{3^n}{n}##. Plus the lower bound on ##n## gives an upper bound on ##\frac{1}{n}##.
how does that maintain the inequality?. For example, 3^(n+1)>n^4+4n^3+6n^2+4n+1. I am just allowed to replace values smaller than n.
 
  • #9
lolo94 said:
how does that maintain the inequality?. For example, 3^(n+1)>n^4+4n^3+6n^2+4n+1. I am just allowed to replace values smaller than n.
But you can as well start with ##(n+1)^4## and make it bigger as long as you stay below ##3^{n+1}##, don't you?
 
  • #10
fresh_42 said:
But you can as well start with ##(n+1)^4## and make it bigger as long as you stay below ##3^{n+1}##, don't you?
4n^3<4*3^n/n
n^4<3^n
6n^2<6*3^n/n^2
4n<4*3^n/n^3
1<3^n/n^4
and then you add them, but how do I show that 3^n+1 is greater than the resulting inequality.
 
  • #11
lolo94 said:
4n^3<4*3^n/n
n^4<3^n
6n^2<6*3^n/n^2
4n<4*3^n/n^3
1<3^n/n^4
and then you add them, but how do I show that 3^n+1 is greater than the resulting inequality.
Already said. You have an upper bound for ##\frac{1}{n}##, too. Now go ahead and really add the terms. Is there a common factor? How big are the remaining terms? (Hint: leave the 1 alone there's space enough.)
 
  • #12
lolo94 said:
yes sorry, so how do I do it?

When you go from ##3^n## to ##3^{n+1}## you multiply by 3; when you go from ##n^4## to ##(n+1)^4## you multiply by ##(\frac{n+1}{n})^4 = ( 1 + \frac{1}{n})^4##. As long as you have ##3 \geq (1 + \frac{1}{n})^4## your induction step should be OK.
 
  • #13
lolo94 said:
sorry I just scroll down. Ummm so (n+1)^4=n^4+4n^3+6n^2+4n+1. Do I have to go from what I have to show to the inductive hypothesis?
It looks using this should work nicely.

##3n^4=n^4+n^4+n^4\ ## Yes, that's pretty much trivial.

Then to show that ##\ 3n^4 > n^4+4n^3+6n^2+4n+1 \,,\ ## compare the following:
##n^4\ ## and ##\ n^4\,,\ ## trivial
##n^4\ ## and ##\ 4n^3+4n\,,\ ## remembering n ≥ 8 .
##n^4\ ## and ##\ 6n^2+1\,,\ ## remembering n ≥ 8 .​
.
 

Related to Is 3^n Greater Than n^4 for All n>=8?

1. How does induction work in mathematical proofs?

Induction is a method of mathematical proof that involves proving a statement for a base case, typically the smallest possible value, and then showing that if the statement holds for a particular value, it also holds for the next value. This process is repeated until the statement is proven to hold for all values.

2. What is the statement being proved in "Proving 3^n>n^4 by Induction"?

The statement being proved is that for all positive integers n, 3^n is greater than n^4.

3. What is the base case for this proof?

The base case for this proof is n=1, where 3^1=3 and 1^4=1, and 3^1 is indeed greater than 1^4.

4. How is the inductive step performed in this proof?

The inductive step in this proof involves assuming that the statement holds for a particular value of n, and then using this assumption to prove that it also holds for n+1. In this case, we assume that 3^k>k^4 for some positive integer k, and then use this to show that 3^(k+1)>(k+1)^4.

5. How is the proof concluded?

The proof is concluded by showing that the statement holds for the base case and that the inductive step holds for all values of n. This proves that the statement is true for all positive integers, and therefore, 3^n is indeed greater than n^4 for all n>0.

Similar threads

  • Precalculus Mathematics Homework Help
Replies
17
Views
374
  • Precalculus Mathematics Homework Help
Replies
6
Views
1K
  • Precalculus Mathematics Homework Help
Replies
27
Views
2K
  • Precalculus Mathematics Homework Help
Replies
6
Views
1K
  • Precalculus Mathematics Homework Help
Replies
4
Views
1K
  • Precalculus Mathematics Homework Help
Replies
8
Views
1K
  • Precalculus Mathematics Homework Help
Replies
4
Views
2K
  • Precalculus Mathematics Homework Help
Replies
3
Views
2K
  • Precalculus Mathematics Homework Help
Replies
11
Views
4K
  • Precalculus Mathematics Homework Help
Replies
12
Views
2K
Back
Top