Is it in general true that $O((x-a)^n) = O(x^n)$? I have the feeling that the answer is no because I can only make the following be true if $x\geq a$:
$f(x) = O((x-a)^n) => |f(x)|\leq K|(x-a)^n|\leq K|x^n|$
If someone can confirm or say otherwise, that would be great. Thanks!