Simple analysis proof: x^n -> a^n as x -> a

  • Thread starter Thread starter applegatecz
  • Start date Start date
  • Tags Tags
    Analysis Proof
applegatecz
Messages
14
Reaction score
0

Homework Statement


Prove that x^n approaches a^n as x approaches a.


Homework Equations





The Attempt at a Solution


I understand the concept here ... need to find a delta>0 for epsilon>0 s.t. |x-a|<delta implies |x^n-a^n|<epsilon. For some reason I can't solve this one. Thanks.
 
Physics news on Phys.org
You know you can factor x^n-a^n=(x-a)*(x^(n-1)+x^(n-2)*a+ ... + a^(n-1)), right?
 
Oh! Somehow I missed that. Thank you very much for your help.
 
Dick assumes n is a positive integer, which you did not tell us under "all variables and given/known data" ... so are we to assume n is NOT know to be a positive integer?
 
still, how do you show that (x^(n-1)+x^(n-2)*a+ ... + a^(n-1)) is < epsilon?
 
You don't, and no one has claimed it is. You want |x^n- a^n|= |x- a||x^{n-1}+ ax^{n-2}+ ...+ a^{n-1}|&lt; \epsilon for |x- a| small enough. That is the same as choosing |x- a|&lt; \epsilon/|x^{n-1}+ ax^{n-2}+ ...+ a^{n-1}| and you can do that by finding any positive lower bound on |x^{n-1}+ ax^{n-2}+ ...+ a^{n-1}| for x close to a.
 
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