Sample problems; Simple Limit (Epsilon - Delta proofs) Latex code included

Click For Summary
SUMMARY

This discussion focuses on the implementation of Epsilon-Delta proofs in LaTeX, specifically for mathematical limits. Participants provided examples of limits to be proven, such as $\lim_{x \to 2} \frac{1}{2} x = 1$ and $\lim_{x \to -2} (-3x + 1) = 7$. Additionally, the importance of including the appropriate LaTeX packages for rendering documents was emphasized, with references to the amsmath package and custom class files for specific formatting needs. The conversation also touched on creating unique style files for academic requirements.

PREREQUISITES
  • Understanding of Epsilon-Delta definitions in calculus
  • Familiarity with LaTeX typesetting, particularly the amsmath package
  • Basic knowledge of continuity in functions
  • Experience with creating and managing custom LaTeX class and style files
NEXT STEPS
  • Research the amsmath package for advanced mathematical typesetting in LaTeX
  • Explore Epsilon-Delta proofs in greater depth, focusing on continuity and limits
  • Learn how to create and manage custom LaTeX class files for specific formatting needs
  • Investigate examples of functions that are continuous nowhere but have continuous absolute values
USEFUL FOR

Students and educators in mathematics, particularly those studying calculus and LaTeX typesetting, as well as researchers needing to format documents according to specific academic guidelines.

DrWahoo
Messages
45
Reaction score
0
Remember to use the appropriate packages; these are in similar post if a mod wants to add the link if you choose to use Latex.

Here is the PDF View attachment 7596
Code:
\begin{document}
\begin{center}
	{\LARGE Epsilon-Delta Proofs \\[0.25em]  Practice} \\[1em]
	{\large  Just for practice, don't use Google to cheat!}
\end{center}
\bigskip

\begin{problem}[1.]  Use an $\epsilon$-$\delta$ proof to prove 
		$\ds \lim_{x \to 2} \, \frac{1}{2}  x = 1$.
\end{problem}

\begin{problem}[2.] Use an $\epsilon$-$\delta$ proof to prove 
	$\ds \lim_{x \to -2} \, (-3x + 1) = 7$.
\end{problem} 

\begin{problem}[3.] Use an $\epsilon$-$\delta$ proof to prove 
	$\ds \lim_{x \to 3} \, (6x - x^2) = 9$.
\end{problem} 

\begin{problem}[4.]  Consider the function $f:\RR \to \RR$ defined as 
\[	
	f(x) = \begin{cases} 1 & \text{if $x$ is rational} \\ 
				 0 & \text{if $x$ is irrational.}  \end{cases}
\]
At which values of $x$ is $f(x)$ continuous?  You can assume without proof 
the fact that between every two rationals, there is an irrational and between every two 
irrationals, there is a rational. 

\end{problem}

\begin{problem}[5.]  Give an example of a function $f$ such that $f$ is continuous nowhere, but $|f|$ 
	is continuous everywhere.  \emph{Hint:} Think about problem 4.
\end{problem}\end{document}
 

Attachments

Physics news on Phys.org
DrWahoo said:
Remember to use the appropriate packages; these are in similar post if a mod wants to add the link if you choose to use Latex.

Hi DrWahoo,

Shouldn't we just include the appropriate packages in the latex code?
That's what for instance https://tex.stackexchange.com requires, so that any documents can be rendered without ambiguity.
 
In the preable you have to dedicate packages to run.
So yes, for this problem some simple packages from ams work.

Most are included in the miktex and other repositories, however, some packages I have made are not on CTAN(mirrors) or in any package manage, so I simply include the "class" or "style" I created in the same directory as my file path so when I choose to compile, it picks up that code.

For instance, I had to make my own thesis style page that had strick guidelines from my graduate school. I had to create my own style and class files to get the format to fit the guidelines. This includes macros and graphing vector fields, and stable manifolds.

I can include some examples in a zip file if anyone wants them.
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 31 ·
2
Replies
31
Views
2K
  • · Replies 20 ·
Replies
20
Views
2K
  • · Replies 11 ·
Replies
11
Views
8K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 9 ·
Replies
9
Views
6K
  • · Replies 9 ·
Replies
9
Views
4K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 9 ·
Replies
9
Views
3K