What is the derivative of # y= 1/ (sinx+cosx)#?

1 Answer
Jul 28, 2015

#y^' =-(cosx - sinx)/(sinx + cosx)^2#

Explanation:

Notice that your function is actually the quotient of two other functions, which means that you can use the quotient rule to determine its derivative.

More specifically, those two functions are

#f(x) = 1# and #g(x) = sinx + cosx#

such that your function can be written as

#y = f(x)/g(x) = 1/(sinx + cosx)#

Now, the quotient rule says that th derivative of a quotient of two functions is equal to

#d/dx[f(x)/g(x)] = (f^'(x) * g(x) - f(x) * g^'(x))/[g(x)]^2#, where #g(x) !=0#

You also know that

#d/dx(sinx) = cosx#

#d/dx(cosx) = -sinx#

and that the derivative of a constant is equal to zero

#d/dx(a) = 0#

which means that you have

#y^' = [(d/dx(1)) * (sinx + cosx) - 1 * d/dx(sinx + cosx)]/(sinx + cosx)^2#

#y^' = [ 0 * (sinx + cosx) - d/dx(sinx) - d/dx(cosx)]/(sinx + cosx)^2#

#y^' = [ - (cosx) - (-sinx)]/(sinx + cosx)^2#

#y^' = color(green)(- (cosx - sinx)/(sinx + cosx)^2)#

SIDE NOTE You could also use the reciprocal rule, which deals with the special case of #f(x) =1#

#d/dx(1/g(x)) = (-g'(x))/[g(x)]^2#, where once again #g(x) !=0#.