Prove using the definition of a limit that $$\lim_\limits{x\to0}\sin(x)=0. $$ And $$\lim_\limits{x\to0}\frac{\sin(x)}{x}=1.$$
I need to prove that $\forall\epsilon>0 \,\,\exists \delta >0$ that $$\left|\frac{\sin(x)}{x}-1\right|<\epsilon\quad \text{whenever} \quad |x|<\delta.$$
So $$\left|\frac{\sin(x)}{x}-1\right|=\left|\frac{\sin(x)-x}{x}\right|< \frac{1+|x|}{|x|}=\frac1{|x|}+1<\epsilon $$ So in this case would my $\delta $ be $1/(\epsilon-1)$? But then this would be true for $|x|>\delta$, and it might be negative, so how should I do this?
And for the first: $$|\sin(x)|<1<\epsilon$$ But how would this help me? Since I need it in the form $|x|<f(\epsilon)$ where $f$ is any expression of $\epsilon$.
—-
I know that $\sin(x)$ behaves like $x$ for values close to $0$ but using this argument for the proofs above seems kind of circular.
Also, I am familiar with the geometric proof for the second limit, but I wanted to know how an epsilon-delta proof might look like if I did not have any knowledge of such proof. I should mention that methods more advanced than taking a limit (ex: Taylor series) should not be used.