Arithmetic Question for Finding Derivative using Quotient Rule

Joe_K
Messages
32
Reaction score
0

Homework Statement



Find dy/dx for the following function:

y = (11-cos(x))/(2+cos(x))


Homework Equations



Quotient Rule:

y'= ((g(x))(f'(x)) - (f(x))(g'(x)))/ (g(x)^2)

The Attempt at a Solution



I used the quotient rule to come up with this:

y'= ((2+cos(x))(sin(x)) - (11-cos(x))(-sin(x))) / ((2+cos(x))^2)


Now, the trouble that I am having is simplifying this.

The final answer should turn out to be :

(13sin(x))/(cos(x)+2)^2

I am overlooking some basic arithmetic here, but I can't seem to find out what I am missing. Am I supposed to multiply out the expressions first and then combine like terms? Basically, how do I go from the expanded version to the simplified version? Thank you
 
Physics news on Phys.org
Yes try expanding it; simplifying it to the required expression is just a matter of collecting like terms
 
Your denominator looks to be in the same form as the desired answer.

Play around with the numerator.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top