Bassalisk
- 946
- 2
Hello,
I am currently trying to understand some limits. |x| is not differentiable because left and right limits are different.
I also learned that |x|/x=sgn(x) (signum)
But
\lim_{\substack{x\rightarrow 0}} sgn(x)
is not defined, ergo function abs(x) is not differentiable in 0.
But isn't sgn(x) defined to be 0 if x=0, or am I misinterpreting the term "approaching".
Another example:
let
g(y) = \begin{Bmatrix} <br /> 1, & y \not= 0 \\ 0, & y=0 \end{Bmatrix}
and f(x)=0 for all x.
\lim_{\substack{y\rightarrow 0}} g(y)=1
\lim_{\substack{x\rightarrow 0}} f(x)=0
but
\lim_{\substack{x\rightarrow 0}} (g \circ f) (x) =0
This is example where composition of functions doesn't work as they should.
I don't understand how this composition of functions, doesn't work. Can anybody explain to me how this works? ( I found the example on the internet, but not as good explanation)
I am currently trying to understand some limits. |x| is not differentiable because left and right limits are different.
I also learned that |x|/x=sgn(x) (signum)
But
\lim_{\substack{x\rightarrow 0}} sgn(x)
is not defined, ergo function abs(x) is not differentiable in 0.
But isn't sgn(x) defined to be 0 if x=0, or am I misinterpreting the term "approaching".
Another example:
let
g(y) = \begin{Bmatrix} <br /> 1, & y \not= 0 \\ 0, & y=0 \end{Bmatrix}
and f(x)=0 for all x.
\lim_{\substack{y\rightarrow 0}} g(y)=1
\lim_{\substack{x\rightarrow 0}} f(x)=0
but
\lim_{\substack{x\rightarrow 0}} (g \circ f) (x) =0
This is example where composition of functions doesn't work as they should.
I don't understand how this composition of functions, doesn't work. Can anybody explain to me how this works? ( I found the example on the internet, but not as good explanation)
Last edited: