Differentiation with trig functions

Asphyxiated
Messages
263
Reaction score
0

Homework Statement



An object with weight W is dragged along a horizontal plane by a force acting along a rope attached to the object. If the rope makes an angle θ with the plane, then the magnitude of the force is given by the following equation, where μ is a constant called the coefficient of friction.

F = \frac {\mu W} {\mu sin(\theta) + cos(\theta)}

Find the rate of change of F with respect to theta.

Homework Equations



Quotient Rule for Differentiation

\frac {d}{dx} \frac {f(x)}{g(x)} = \frac {g(x)*f'(x)-f(x)*g'(x)}{(g(x))^{2}}

The Attempt at a Solution



So i assumed that μW is the same as something like 2x so I took its derivative to be μ and I think that's all I need to explain so...

\frac {dF}{d\theta} = \frac { (\mu sin(\theta) + cos (\theta))(\mu) - (\mu W) (\mu cos (\theta)-sin(\theta))} { (\mu sin(\theta) + cos (\theta))^{2}}


\frac {dF}{d\theta} = \frac {\mu^{2} sin(\theta) + \mu cos (\theta) - (\mu^{2}Wcos(\theta)-\mu W sin(\theta))} { (\mu sin(\theta) + cos (\theta))^{2}}


\frac {dF}{d\theta} = \frac {\mu^{2} sin(\theta) + \mu cos (\theta) - \mu^{2}Wcos(\theta)+\mu W sin(\theta)} { (\mu sin(\theta) + cos (\theta))^{2}}

Thats what I get, which is wrong according to the program we use for my class but it will never tell me what the right answer is so I am kind of at a loss here until monday unless someone can point out where I went wrong. I also re-did it while assuming μW to be a total constant with a derivative of just 1 and the only thing that changes is then:

\frac {dF}{d\theta} = \frac {\mu sin(\theta) + cos (\theta) - \mu^{2}Wcos(\theta)+\mu W sin(\theta)} { (\mu sin(\theta) + cos (\theta))^{2}}

Which is also wrong... thanks for any help in advance!
 
Physics news on Phys.org
Asphyxiated said:
I also re-did it while assuming μW to be a total constant with a derivative of just 1

The derivative of a constant is 0.
 
heh... yes it is, that's funny... i wonder where i got the 1 from... anyway that fixes it... thanks for pointing out my dumb mistake
 
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