In a math question I had such as the limit approaches $3$ in $x^4-x^2+1$ (help with formatting please I'm new), the answer was that $\delta$ equals $\left(1, \frac{\epsilon}{168}\right)$.
In another question, I have a limit approaching $5$ in $\frac{x+4}{x-4}$ and the answer equals $\left(\frac{1}{2}, \frac{\epsilon}{16}\right)$.
I can get the $\varepsilon$ answers pretty well but what do the $1$ and $\frac{1}{2}$ mean and how do you go about getting them?
Finding a suitable $\delta$ as a function of $\epsilon$ is by no means a straightforward process. Infinitely many suitable choices exist! It all depends on your strategy. One popular strategy that I like to use is to set $\delta = \min\{1, \epsilon/M\}$ for some suitable constant $M$. Note that the $1$ here is completely arbitrary; I could also have picked $2$, or $0.7$, or $1/2$, or $42$; I just prefer $1$ because it's a nice, small, round number. That seems to be the strategy used in your first example.
Given any $\epsilon > 0$, let $\delta = \min\{1, \epsilon/M\}$. [Note: The $M$ here is just a placeholder; we're going to go back and replace it with a concrete number once we figure out what it should be later.] Then observe that if $0 < |x - 3| < \delta$, then: \begin{align*} &|(x^4 - x^2 + 1) - 73| \\ &= |x^4 - x^2 - 72| \\ &= |x - 3||x^3 + 3x^2 + 8x + 24| \\ &< \frac{\epsilon}{M}|x^3 + 3x^2 + 8x + 24| &\text{since } |x - 3| < \delta \leq \frac{\epsilon}{M}\\ &= \frac{\epsilon}{M}|(x - 3)^3 + 12(x - 3)^2 + 53(x - 3) + 102| \\ &\leq \frac{\epsilon}{M}(|x - 3|^3 + 12|x - 3|^2 + 53|x - 3| + 102) &\text{by the triangle inequality} \\ &< \frac{\epsilon}{M}((1)^3 + 12(1)^2 + 53(1) + 102) &\text{since } |x - 3| < \delta \leq 1 \\ &= \frac{\epsilon}{M}(168) \\ &= \epsilon \end{align*} provided that $M = 168$. [Now we can go back in our proof and replace each $M$ with $168$.]