0

How do I take the derivative of:

$\left ( \frac{1}{T^4} \right ) \left (\frac{1}{K-T} \right )$

Can I just use the product rule? IT seems like it get pretty complicated pretty fast

Ozera
  • 2,050
Jackson Hart
  • 1,600

2 Answers2

0

Using the product rule it has to be: $$ -\frac{4}{(K-T)T^{5}} + \frac{1}{(K-T)^{2}T^{4}} $$

nullgeppetto
  • 3,006
0

$d(fg)/dx= g*df/dx+f*dg/dx$

$f=1/T^4$ , $g=1/(k-T)$

$df/dT=-4/T^5$ , $dg/dT=1/(k-T)^2$

I am sure you can carry out from here.

Jasser
  • 1,976