Proving Induction: n4 <= 4n + 17 | Math Algebra Homework

  • Thread starter Thread starter lovemake1
  • Start date Start date
AI Thread Summary
The discussion revolves around proving the inequality n^4 <= 4n + 17 for all natural numbers n using mathematical induction. The user has established the base case and is attempting to prove the inductive step, specifically showing that 4n^4 >= (n+1)^4. There is confusion regarding the correct formulation of the inequality, as the user initially misstated it, leading to further clarification requests from others. Participants emphasize the importance of clearly stating the problem and the steps taken so far to facilitate assistance. The conversation highlights the challenges of induction proofs and the need for precise mathematical expressions.
lovemake1
Messages
147
Reaction score
1

Homework Statement

The induction question is. for all natural n, n4 <= 4n + 17Base case: 0 Works, since 0 < 1 + 17 then,
I assume that for all n in natural, n4 <= 4n + 17 holds.Now I believe I need to show that, 4(n4) <= 4(4n + 17)
that is, 4n+1 + 17 >= (n+1)4
To do so, I prove, 4n4 >= (n+1)4,
which proves that 4n+1 + 17 >= (n+1)4How would I prove.. 4n4 >= (n+1)4 = n4 + 4n3 + 6n2 + 4n + 1

This step is in the middle of my induction proof and it is neccesary part of my induction step.

How would I go about doing this?
Some easier version similar to this deals with power of 2 or n, which seems rather simple. but, this one I am having hard time.
Help is much appreciated.

Homework Equations


The Attempt at a Solution



I tried starting from n4 = n4 and start adding things to both sides but the onlything I can add to left is n4 so I am not entirely sure how to go about doing this type of math. please some tricks and help is appreciated.
 
Last edited:
Physics news on Phys.org
lovemake1 said:

Homework Statement



I am working on an induction problem but somehow I need to prove.
using algebra and such. 4n4 > (n+1)4 = n4 + 4n3 + 6n2 + 4n + 1

This step is in the middle of my induction proof and it is necessary part of my induction step.

How would I go about doing this?

Homework Equations



The Attempt at a Solution



I tried starting from n4 = n4 and start adding things to both sides but the only thing I can add to left is n4 so I am not entirely sure how to go about doing this type of math. please some tricks and help is appreciated.
Please state the whole problem as it was given to you.

You're more likely to get help that way.

Also, at least sketch out your solution up to the point you're having trouble. It's hard for us to guess what you're trying to accomplish otherwise.
 
Agreed, for example this expression certainly isn't true for n=1, so for the induction to take place, where are you starting from?
 
oay said:
Agreed, for example this expression certainly isn't true for n=1, so for the induction to take place, where are you starting from?


I added the full question with my understandings.
 
oay said:
Agreed, for example this expression certainly isn't true for n=1, so for the induction to take place, where are you starting from?

sorry I fixed the problem. it's >= instead of >
thanks,
 
lovemake1 said:
I added the full question with my understandings.

But you've changed the whole question since you last asked it. It is now a mess. Unless you yet again change it.

And n4+1 is not the same as 4n4 which is how you have it written here, before you change it again!
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top