I am trying to prove:
$$\lim_{x\to c}Ax^k=Ac^k.$$
What I have:
For $k > 0$
For all $\varepsilon >0$ there exists $\delta>0$ such that $0<|x−c|<\delta$ implies $|Ax^k−Ac^k|<\varepsilon$
$|Ax^k−Ac^k|=|A||x^k−c^k|<|A||(\delta-c)^k−c^k|=k.root((((|A||\varepsilon^k−c^k|)/|A|)+c^k))=\varepsilon$
I have doubts that I did this correctly.
If $k$ is an integer, you can use $x^k-c^k =(x-c)\sum_{j=0}^{k-1}x^jc^{k-1-j} $, let $x \to c$, and bound the sum.