Disproving Homework Statement | Homework Equations | Attempt at Solution

  • Thread starter Thread starter Melodia
  • Start date Start date
Melodia
Messages
18
Reaction score
0

Homework Statement



Thanks for the help on the last problem. Here is the final problem set I'm stuck on:


SYPzV.jpg


Homework Equations





The Attempt at a Solution



To me it seems that there will always be a positive c so that cg(n) is greater or equal to f(n). No matter how large n is, since there's no limit to how large c can be (can even be a decimal), wouldn't that always be possible?

Thanks.
 
Physics news on Phys.org
First off, g is not a polynomial, as it is not the sum of multiples of integral powers of n. It might be helpful for you to graph the two functions, because you would see that for n larger than about 20, the linear function dominates the other function. Although f(n) = 2n + 3 is a linear function and grows at only a constant rate, that rate is larger than that of the other function, for large enough n.
 
Oooh I see. Since c is fixed and chosen before the n, then there will always be an n that contradicts the statement right?

I'm guessing the same thing applies to this other problem right?

8cBSM.jpg
 
Last edited:
Yes, essentially. For the first problem, there's no fixed value of c that works because you can always make n large enough so that the inequality doesn't hold. In other words, no such c exists.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top