Wednesday, March 29, 2017

Determining a limit without L'Hospital's Rule

I'm trying to solve the limit limh0sin(π+h)h(π+h)

without using L'Hospital's rule. It's part of a problem for which I am trying to prove that limh0sin(π+h)|π+h|hπ|h|
exists. After a bit of simplifying and assuming h>0 I have arrived at the first expression.

No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f:AB and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...