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

  • Thread starter Thread starter applegatecz
  • Start date Start date
  • Tags Tags
    Analysis Proof
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 2K views
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
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 [itex]|x^n- a^n|= |x- a||x^{n-1}+ ax^{n-2}+ ...+ a^{n-1}|< \epsilon[/itex] for |x- a| small enough. That is the same as choosing [itex]|x- a|< \epsilon/|x^{n-1}+ ax^{n-2}+ ...+ a^{n-1}|[/itex] and you can do that by finding any positive lower bound on [itex]|x^{n-1}+ ax^{n-2}+ ...+ a^{n-1}|[/itex] for x close to a.