0

I want to derivate this function : $$f(t) = \frac{3}{\sin(t)}$$ I know that the derivative of $\frac{u(x)}{v(x)}$is$\frac{u'v-uv'}{v^{2}}$ in general and that in this fraction : $$u'(t) = 0$$ $$v'(t) = \cos(t)$$
So I do :
$$\frac{0\times sin(t)-0\times cos(t)}{\sin(t)^{2}} = 0$$
But Wolfram Alpha gives me another result :
enter image description here

Jasser
  • 1,976
Pop Flamingo
  • 807
  • 1
  • 8
  • 17

2 Answers2

2

$$\frac{u'v-\color{red}{u}v'}{v^{2}}$$

UserX
  • 4,930
2

There's an error somewhere in your calculations

$$ \frac{d}{dt} \left(\frac {3}{\sin(t)} \right) = \frac {\frac{d}{dt}3 \sin(t)-3\frac{d}{dt}\sin(t)}{\sin^2(t)} = \frac {0 \sin(t)-3\cos(t)}{\sin^2(t)} = -\frac {3cos(t)}{\sin^2(t)} $$