Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pages/writing/blog/calc_squeeze/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Since $x$ is positive in this case, we can replace it with $|x|$ wherever we wan
\begin{align}
-|x| \leq x\sin(x) \leq |x|.
\end{align}
If that last step confused you, try to explain it to yourself: why does $-x \leq x\sin(x) \leq x$ imply that $-|x| x\leq \sin(x) \leq |x|$ when $x \geq 0$? If you're wondering why we use $|x|$ at all, read through the next case.
If that last step confused you, try to explain it to yourself: why does $-x \leq x\sin(x) \leq x$ imply that $-|x| \leq x\sin(x) \leq |x|$ when $x \geq 0$? If you're wondering why we use $|x|$ at all, read through the next case.
@@

@@revindentparagraph \thmtitle{Case 2}{($x < 0$)}  If $x < 0$, then we need to flip the inequalities:
Expand Down