Whenever you see a limit question, the first thing you should always do is try the value in the expression.
03 + sin 0 0 0
-------------- = ----- = -----
cos 0 - (0 - 1)2 1 - 1 0
But we all know that this won't do.
This limit question seems to be a job for L'Hopital's Rule. Before applying L'Hopital's Rule, you must always confirm that it meets the conditions:
- Both the numerator and the denominator must equal 0 when the limit value is substituted.
- Both the numerator and the denominator must be differentiable at the limit value.
Our expression meets both conditions. So we differentiate the numerator and denominator separately and try again.
x3 + sin x becomes 3x2 + cos x
cos x - (x - 1)2 becomes -sin x - 2(x - 1)
We try to substitute 0 again---
Numerator = 3 • 02 + cos 0 = 0 + 1 = 1
Denominator = -sin 0 - 2(0 - 1) = 0 - 2(-1) = 2
Put it together, and the limit equals 1/2.