Calculating Derivatives of a Complex Function: M'(t) and M''(t) Computation

  • Thread starter Thread starter Taylor1234
  • Start date Start date
  • Tags Tags
    Derivative
Taylor1234
Messages
3
Reaction score
0
Derivative... PLEASE help!

Please compute M'(t) and M''(t)?

M(t) =

(pe^t)^r
------------
(1-qe^t)^r



Can use R(t) = ln M(t) if you choose to.

Any help is greatly appreciated!
 
Physics news on Phys.org


Are p,q, and r constants or functions of t?
Do you know the derivative of e^t?
The chain rule?
The power rule?
The quotient rule?
 


lurflurf said:
Are p,q, and r constants or functions of t?
Do you know the derivative of e^t?
The chain rule?
The power rule?
The quotient rule?

p, q, and r are constants. Yes, I know that the derivative of e^t is e^t and all of the derivative rules, but after performing the quotient rule one time I got a huge mess that I could not seem to condense down. That is what I need help with.

Ultimately, I am trying to come up with M'(t) = r(1/p) but I cannot seem to arrive at that conclusion on my own.
 


Try to simplify M before differentiation.
It is not possible that M'(t) = r(1/p), if that were so M(t) would have to be r(1/p)t.
If you know about implicit differentiation you could differentiate
M(t)*(1-qe^t)^r=(pe^t)^r
 


Taylor1234 said:
Please compute M'(t) and M''(t)?

M(t) =

(pe^t)^r
------------
(1-qe^t)^r



Can use R(t) = ln M(t) if you choose to.

Any help is greatly appreciated!

Well, we have:
M&#039;(t)=\frac{r*(pe^{t})^{r-1}*(pe^{t})}{(1-qe^{t})^{r}}-\frac{(pe^{t})^{r}}{<br /> (1-qe^{t})^{r}}*\frac{r(1-qe^{t})^{r-1}*(-qe^{t})}{(1-qe^{t})^{r}}=rM(t)+M(t)*\frac{rqe^{t}}{1-qe^{t}}=\frac{rM(t)}{1-qe^{t}}

Then, we get:
M&#039;&#039;(t)=\frac{rM&#039;(t)}{1-qe^{t}}+\frac{rM(t)qe^{t}}{(1-qe^{t})^{2}}=\frac{r^{2}M(t)}{(1-qe^{t})^{2}}+\frac{rM(t)qe^{t}}{(1-qe^{t})^{2}}=\frac{rM(t)}{(1-qe^{t})^{2}}(r+qe^{t})

Unless I've done something wrong, that is. :smile:
 
Last edited:


An alternative would be to simplify as follows:
M(t)=\frac{(pe^{t})^{r}}{(1-qe^{t})^{r}}=(\frac{pe^{t}}{1-qe^{t}})^{r}=\frac{p^{r}}{(e^{-t}-q)^{r}}

You might use this as your basic expression prior to differentiation.
 
Back
Top