I'm working through the book "Asymptotic Analysis and Perturbation Theory" by William Paulsen and am having some trouble with the following problems.
Definition 1.1 p.1. Given two functions, $f(x)$ and $g(x),$ we say that $f(x)$ is similar to $g(x)$ as $x$ approoaches $a,$ written $$f(x)\sim g(x)\quad\text{as}\quad x\to a,$$ if $$\lim_{x\to a}\frac{f(x)}{g(x)}=1.$$
Problems 13, 15, 17, 19 p.8. Find the polynomial $p(x)$ of lowest degree that is similar to the following functions as $x\to a$.
- $x^2,\ a=2$
- $\cos x,\ a=\pi /2$
- $2x^3-3x^2+1,\ a=1$
- $1+\cos x,\ a=\pi$
I thought the answer would be $p(x)=4(x-1)$ but the book tells me it's $4$.
The line tangent to the curve at $x=\pi/2$ is $p(x)=\pi/2-x$, which agrees with the book.
The book tells me $3(x-1)^2$ but I do not know how they ended up there.
The answer is $(x-\pi)^2/2$, but this too I'm not quite sure how they obtained.
Can someone explain? I think I need help finding the order required for $p(x)$.
This polynomial is the first non-zero monomial in $h=x-a$ in the Taylor expansion as $x\to a,$ i.e. $h\to0.$