sharp said:
Hey guys, I have to know how to Differentiate Inverse Trigonometric Functions in my next exam and need somewhere to study up on them. Do you know of any web sites I could read? Can't find anything on Karl's Calculus.
Thanks
Consider for example y =arcsin(x).
The way to do this is to rewrite this as sin(y) =x and to differentiate both sides so that cos(y) dy = dx, so you get dy/dx= 1/cos(y)
Now, you need to rewrite cos(y) in terms of x. The trick is this: we started from y =arcsin(x) or, equivalently, sin(y) =x. So think of y as an angle in arigt angle triangle. Then x would have to be the side opposite to that angle divided by the hypothenuse of the triangle, right?
so y = angle and x = opposite side/hypothenuse.
Just with that we cannot fix the opposite side or the hypothenuse separately but might as well take the easiest possibility: let's say that the opposite side *is* x and that the hypothenuse is equal to one.
So we have a right angle triangle with an hypothenuse of 1 and one side of length x and an angle y which is opposite to the side of length x. So far so good?
Now, what is cos (y) in that triangle? It is the adjacent side to the angle y divided by the hypothenuse. The hypothenuse is 1 and the adjacent side is obviously sqrt(hyp^2 -opp^2) = sqrt(1 - x^2).
So cos(y) =sqrt(1-x^2)
so finally, dy/dx = 1/cos(y) = 1/sqrt(1-x^2)
You can look up the results for any other inverse trig function and rederive them using the same approach.
Hope this helps.
Patrick