The problem is:
Find the slope of the tangent line at x = 30 degrees for f(x) = sin(x).
Using the derivatives formula, I got:
lim h->0 = [sin(x+h) - sin(x)]/h
If I plug in 30 for x I get [sin(30+0) - sin(30)]/0 which is basically 0/0. Usually that means you can do more within the problem, how do I continue?
Thanks!
Hi PM123
A couple of points:
1) The argument that goes to a trigonometric function is always a dimensionless number (a number with no units). Think back to the original definitions of sine/cosine in terms of the unit circle to see why this is the only thing that makes sense. Therefore, the only type of angle you can supply as an argument to a trigonometric function is the angle in
radians. Although a radian is a unit, it's a dimensionless one, because it is defined as the ratio of two lengths. Therefore angles in radians are just numbers. Writing \(\displaystyle \sin\left(30^\circ\right)\) is actually just a shorthand for writing \(\displaystyle \sin\left(30^\circ \cdot \frac{\pi}{180^\circ}\right)\) where the thing left in parentheses is a pure number, as it must be. Long story short: convert your angles to radians before passing them as arguments to trigonometric functions. Your calculator will do it for you if you're in degree mode, but if you're doing algebra you will get into trouble, is what I'm saying.
2) Do you really have to use the formal definition of a derivative in terms of limits, in order to solve this problem? Have you learned other techniques for differentiating functions yet? What
function is the derivative of the sine function? If you don't know the answer to that yet, or the question doesn't make sense, then the only way I can think of for you to solve this problem is to plug in successively smaller and smaller values of h and see what your answer is tending towards. Remember that \(\displaystyle \lim_{h\rightarrow 0}f(h) \) does not mean the same thing as just \(\displaystyle f(h=0)\). The limit can exist even if the function is not defined there...it refers to what your values are
tending towards as h
tends towards 0.
EDIT: I think I said all the same things as DrPeterson, only slower and more verbosely, LOL