Using $\lim_{x \rightarrow 0}\frac{f(x)}{x^2}=1$ to find $\lim_{x \rightarrow 0}f(x)$ and $\lim_{x \rightarrow 0}\frac{f(x)}{x}$

373 Views Asked by At

I'm trying to find $\lim_{x \rightarrow 0}f(x)$ and $\lim_{x \rightarrow 0}f(x)$ and $\lim_{x \rightarrow 0}\frac{f(x)}{x}$ using $\lim_{x \rightarrow 0}\frac{f(x)}{x^2}=1$. To find $\lim_{x \rightarrow 0}f(x)$ what I did was $$\lim_{x \rightarrow 0}f(x)=\lim_{x \rightarrow 0}\frac{f(x)}{x^2}\cdot\lim_{x \rightarrow 0}x^2=1\cdot \lim_{x \rightarrow 0}x^2=1\cdot 0=0$$ However I'm not so sure of finding $\lim_{x \rightarrow 0}\frac{f(x)}{x}$. What I tried doing was saying $$\lim_{x \rightarrow 0}\frac{f(x)}{x}=\lim_{x \rightarrow 0}\frac{f(x)}{x^2}\cdot \lim_{x \rightarrow 0}x=1\cdot 0=0$$ My solutions for both limits seems right but I'm just not sure how justified I am by multiplying the limits in both parts, respectively, by $\frac{\lim_{x \rightarrow 0}x^2}{\lim_{x \rightarrow 0}x^2}$ and $\frac{\lim_{x \rightarrow 0}x}{\lim_{x \rightarrow 0}x}$ even though they let me simplify the limits into the limits of functions whose limits I know.

1

There are 1 best solutions below

0
On BEST ANSWER

It's a fact of limits that if $\lim_{x\to a} g(x)$ exists and $\lim_{x\to a} h(x)$, then $\lim_{x \to a} g(x)h(x)$ exists and is equal to the product $(\lim_{x\to a}g(x))(\lim_{x\to a}(h(x))$. That is the fact you are using for both problems. In the first case, you have $g(x)=\frac{f(x)}{x^2}$ and $h(x)=x^2$; in the second problem you have $g(x)=\frac{f(x)}{x^2}$ and $h(x)=x$.