I use to simplify the functions to eliminate factors when I want to find their limit at a specific value. Like in this post
But what do you do when the limit is something like this:
$$\lim_{x \to 0} \frac{|x|}{x}?$$
IS there a way to formally evaluate this? Or do you just rely on intuition? This function can't really be algebraically turned into another function like the one in my other post and so you can't get rid of its indeterminate form. It seems like you just have to evaluate it by looking at the two one sided limits and figuring out what $|x|$ is equal to when $x < 0$ or when $x > 0.$
When $x < 0,$ $$\frac{|h|}{h} = \frac{-h}{h} = - 1$$ while when $x > 0,$ it is $1.$ So the limit does not exist. But is there any way other than this to evaluate formally this limit?