Short Answer:
Given a function $f(x)$ defined as:
$$f(x)=\left\\{\begin{array}{ll}
3 x-4 & \text { if } x<0 \\\
2 x-4 & \text { if } x \geq 0
\end{array}\right.$$
We proved the right-hand limit, left-hand limit, and overall limit when $x \rightarrow 0$ to be $-4$. We used the ε-δ definition of limits to show that the right-hand limit exists when $x \geq 0$ for the function $2x-4$, selecting $\delta=\varepsilon/2$. Similarly, we showed that the left-hand limit exists when $x < 0$ for the function $3x-4$, selecting $\delta=\varepsilon/3$. Since both the right-hand and left-hand limits exist and are equal to $-4$, the overall limit when $x \rightarrow 0$ is $-4$.
1Step 1: 1. Function for x ≥ 0
Since \(x\geq0\), we will only consider the part of the function which says \(f(x)=2x-4\).
2Step 2: 2. ε-δ Definition
According to the ε-δ definition of right-hand limit, \(\lim _{x \rightarrow 0^{+}} f(x)=-4\) if for any \(\varepsilon>0\) there exists a \(\delta>0\) such that whenever \(0 < x-0 < \delta\), we have \(|f(x)-(-4)|<\varepsilon\).
3Step 3: 3. Substitute f(x)
Now, substitute f(x) with \(2x-4\), and show that \(|2x-4-(-4)|<\varepsilon\) whenever \(0 < x < \delta\).
4Step 4: 4. Simplify and Solve for δ
Simplify the inequality as follows:
$$|2x-4+4| = |2x| < \varepsilon$$
To find a suitable \(\delta\), set \(\delta=\varepsilon/2\). So, whenever \(0 < x < \delta=\frac{\varepsilon}{2}\), we have \(|2x|<\varepsilon\). Thus, the limit is proven: \(\lim _{x \rightarrow 0^{+}} f(x)=-4\).
b. Prove that \(\lim _{x \rightarrow 0^{-}} f(x)=-4\)
5Step 5: 1. Function for x < 0
Since \(x<0\), we will only consider the part of the function which says \(f(x)=3x-4\).
6Step 6: 2. ε-δ Definition
According to the ε-δ definition of left-hand limit, \(\lim _{x \rightarrow 0^{-}} f(x)=-4\) if for any \(\varepsilon>0\) there exists a \(\delta>0\) such that whenever \(0 < 0-x < \delta\), we have \(|f(x)-(-4)|<\varepsilon\).
7Step 7: 3. Substitute f(x)
Now, substitute f(x) with \(3x-4\), and show that \(|3x-4-(-4)|<\varepsilon\) whenever \(0 < -x < \delta\).
8Step 8: 4. Simplify and Solve for δ
Simplify the inequality as follows:
$$|3x-4+4| = |3x| < \varepsilon$$
To find a suitable \(\delta\), set \(\delta=\varepsilon/3\). So, whenever \(0 < -x < \delta=\frac{\varepsilon}{3}\), we have \(|3x|<\varepsilon\). Thus, the limit is proven: \(\lim _{x \rightarrow 0^{-}} f(x)=-4\).
c. Prove that \(\lim _{x \rightarrow 0} f(x)=-4\)
9Step 9: 1. Right-hand and Left-hand Limits
The right-hand limit for \(x \rightarrow 0\) was proven as \(-4\) in part a, and the left-hand limit for \(x \rightarrow 0\) was proven as \(-4\) in part b.
10Step 10: 2. Equality of Right-hand and Left-hand limits
According to the definition of a function's limit, if the right-hand limit and the left-hand limit are equal, then the limit exists. In this case, both limits are equal to \(-4\). Thus, the limit exists: \(\lim _{x \rightarrow 0} f(x)=-4\).