Optimization problem - Trouble differentiating function

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 3K views
Eonfluxx
Messages
5
Reaction score
0
Optimization problem -- Trouble differentiating function

Homework Statement


The efficiency of a screw, E, is given by
E=[tex]\frac{(\Theta - \mu\Theta^{2})}{\mu + \Theta} , \Theta > 0[/tex]
where [tex]\Theta[/tex] is the angle of pitch of the thread and [tex]\mu[/tex] is the coefficient of friction of the material, a (positive) constant. What value of [tex]\Theta[/tex] maximizes E?


Homework Equations


[tex]\frac{f'g-g'f}{g^{2}}[/tex]


The Attempt at a Solution


I know what to do once I have the derivative of the function, but for this particular function I've had trouble using the quotient rule (I didn't know how to turn it into the product rule, that would have been nice too). I came up with two possibilities and any help would be appreciated:
[tex]\frac{dE}{d\Theta}[/tex] = [tex]\frac{\mu - \mu^{2}2\Theta - \mu2\Theta^{2} - \Theta + \mu\Theta^{2}}{(\mu + \Theta)^{2}}[/tex]

and I also came up with

[tex]\frac{dE}{d\Theta}= \frac{-\mu2\Theta - 2\Theta^{2}}{(\mu + \Theta)^{2}}[/tex]

any help on which could be correct (or both wrong) would be greatly appreciated. I've read these forums a lot before and finally have a question of my own. Thanks for reading/help.
 
Physics news on Phys.org


I don't get either one.
[tex]\frac{d}{d\theta}\left(\frac{\theta - \mu \theta ^2}{\mu + \theta}\right)~=~\frac{(\mu + \theta)(1 - 2\mu \theta) - (\theta - \mu \theta ^2)(1)}{(\mu + \theta)^2}~=~\frac{\mu - 2\mu^2 \theta - \mu \theta^2}{(\mu + \theta)^2}[/tex]

Man, that's a lot of work to get all those Greek letters looking good!
 


Bah, I made a distributing error which would result in a -[tex]\Theta[/tex] and +[tex]\Theta[/tex] canceling out, thanks a lot!
And thanks, it makes it easier to read

Now when setting [tex]\frac{dE}{d\Theta}[/tex] equal to zero I came up with:

[tex]\Theta[/tex] = [tex]\frac{-\mu}{-2\mu^{2} - \mu\Theta}[/tex]

Is this correct? Thanks again for reading/help
 


No, for the reason that you haven't really solved for theta - it's still present on the right side of your equation.
[tex]\mu - 2\mu^2 \theta - \mu \theta^2~=~ 0[/tex]
[tex]\Rightarrow \mu (1 - 2\mu \theta - \theta^2)~=~ 0[/tex]

So either [itex]\mu[/itex] = 0 or the quadratic is 0. Use the quadratic formula to solve
[tex]\theta^2 + 2\mu \theta - 1 ~=~ 0[/tex]
(I switched the signs to make solving it easier. Both equations have the same solutions.)
 


Got it, thanks again! I'll be back in the future