Tell me more ×
Mathematics Stack Exchange is a question and answer site for people studying math at any level and professionals in related fields. It's 100% free, no registration required.

I needed some help finding the derivative of the following at $m=15$ $$r = \left(\frac{m^2}{a}\right)\left(\frac{1}{b}-\frac{m}{c}\right)$$

Where $a,b,c$ are constants

I have no idea where to start. Can someone please point me in the correct direction?

Thanks!

share|improve this question
use $(f(m)g(m))'=f'(m)g(m)+f(m)g'(m)$ – Tong Zhang Feb 21 at 19:18
@TongZhang I looked at that but how would you find the derivative of the inside of the second portion? – gekkostate Feb 21 at 19:20

1 Answer

up vote 3 down vote accepted

$$r =\frac{m^2}{a}\left(\frac{1}{b}-\frac{m}{c}\right)$$ $$r' =\frac{2m}{a}\left(\frac{1}{b}-\frac{m}{c}\right)+\frac{m^2}{a}\left(-\frac{1}{c}\right)$$ $$r'(15) =\frac{2\cdot 15}{a}\left(\frac{1}{b}-\frac{15}{c}\right)+\frac{15^2}{a}\left(-\frac{1}{c}\right)$$ $$r'(15) =\frac{30}{a}\left(\frac{1}{b}-\frac{15}{c}\right)+\frac{225}{a}\left(-\frac{1}{c}\right)$$

share|improve this answer
Hi Adi, miss you at FB. – Babak S. Feb 21 at 19:24

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.