I just want to make sure that is this idea is true for all $y=mx+b$ cases: for a line of slope $m$, then $\delta=\frac{\epsilon}{\left|m\right|}$ (or "could at most equal").
In other words, the steeper the line, the smaller $\delta$ is to $\epsilon$
I just want to make sure that is this idea is true for all $y=mx+b$ cases: for a line of slope $m$, then $\delta=\frac{\epsilon}{\left|m\right|}$ (or "could at most equal").
In other words, the steeper the line, the smaller $\delta$ is to $\epsilon$
Assuming the slope $m \in \mathbb{R}$ is non-zero and $b\in \mathbb{R}$, your postulate follows directly from the definition since you given $\varepsilon >0$ and some $x_0\in \mathbb{R}$ want to find $\delta>0$ s.t. for all $x\in \mathbb{R}$ where $|x-x_0|<\delta$ it holds that $$ |(mx+b)-(mx_0+b)|<\varepsilon. $$ Evaluting the lhs we see that $$ |(mx+b)-(mx_0+b)|=|mx+b-mx_0-b|=|mx+mx_0|=|m(x-x_0)|=|m||x-x_0|<\varepsilon. $$ Dividing by $|m|$ obtains your result.