$$ \ \lim_{x \to 0}\frac{e^x + e^{-x} }{x} $$
is the problem.
It does not exist.
But if I break up the problem and apply LHospital's to one part ( is it okay to apply the rule to part of the problem ) , I get a finite answer.
For example, $$ \ \lim_{ x \to 0}\frac{e^x + 1 + e^{-x} -1 }{x} $$ which is equal to $$ \ \lim_{ x \to 0}\ 1 + \frac{ e^{-x} +1 }{x} $$ So applying Lhospitals' to only the second part $$ \ \lim_{ x \to 0}\ \frac{ e^{-x} +1 }{x} $$ We get $$ \ \lim_{ x \to 0}\ \frac{-e^{-x}}{1} - \frac{0}{1} = -1 $$
So adding $$1 + (-1) = 0 $$ is the answer . So how can the limit not exist. Same procedure can be done to $$ \ \lim_{ x \to 0}\frac{\cos(x)}{x} $$ , applying LHospitals', you get $$ \ \lim_{x \to 0}\frac{-\sin(x)}{1} = 0 $$ But $$ \ \lim_{ x \to 0}\frac{\cos(x)}{x} $$ also is non-existent. Can someone please explain this to me ?