In calculus, the limit is a way to describe the behavior of a function as its input approaches a certain value. The proof of a limit using the epsilon-delta definition is the formal method to do this. For the function \( \lim_{x \to 4} \sqrt{x} \), our task is to demonstrate that as \(x\) gets closer to \(4\), \(\sqrt{x}\) gets closer to \(2\).
- First, find the limit \(L\) by direct substitution: \( L = \sqrt{4} = 2 \).
- To prove that \(L\) is actually the limit, we use the epsilon-delta definition.
You define \( \epsilon \) as any positive number that represents how close you want \(\sqrt{x}\) to be to \(2\). Next, you find a corresponding \(\delta\), such that whenever \(0 < |x - 4| < \delta\), it leads to \(|\sqrt{x} - 2| < \epsilon\). This involves squaring both sides as shown in the solution, resulting in our choice for \(\delta\): \((\epsilon/2)^2\).