Doug C. answered 07/21/17
Tutor
5.0
(1,558)
Math Tutor with Reputation to make difficult concepts understandable
Hi John,
In order to do this problem using the limit of a difference quotient you need to be aware of two theorems on limits involving sin and cos.
1. limt->0 (sin t)/t = 1
2. limt->0 (1 - cos t)/t = 0
Assuming you have those theorems available for your use:
limh->0(sin(2+h)-sin(2))/h
At this point use the trig identity for the sum of two angles to expand the sin(2+h) = sin2cosh + cos2sinh.
limh->0 (sin2cosh + cos2sinh - sin2)/h: rearrange terms in the numerator and separate into separate fractions (with h in the denominator)
limh->0 (sin2cosh-sin2)/h + limh->0(cos2sinh)/h
At this point we can do something like this:
limh->0 sin2 (cosh-1)/h + limh->0 cos2 (sinh)/h
The last two factors on either side of the + sign are where the two limit theorems are applied.
Without being overly precise we get something like:
sin2 (0) + cos2 (1) = cos 2. At that point evaluate the cos2 using a caculator where your calculator is in radian mode.
Eventually you will learn that the limit of a difference quotient is the derivative of the given function. The above specific problem is that pattern that is used to prove that the derivative of sin x = cos x.