The question I am solving says "2 sides of a triangle have lengths 9 ft and 18 ft. The angle between them is increasing at a rate of 2 degrees per minute. How fast is the length of the 3rd side increasing in ft/min when the angle between the 2 fixed sides is 60 degrees?"
Given the Law of Cosines: $c^2 = a^2 + b^2 - 2ab\cos(\theta)$ , taking the derivative with respect to $t$, plugging in the known side lengths for a and b, and setting equal to $\frac{dc}{dt}$ gives us $\frac{dc}{dt} = \frac{324\sin(\theta)\frac{d\theta}{dt}}{2c}$.
at 60 degrees, $c = \sqrt{18^2+9^2-2(18)(9)\cos(60)} \approx 15.59$ , so simplifying: $\frac{dc}{dt} \approx 10.4\sin(60)\frac{d\theta}{dt}$
When plugging in 2 for $\frac{d\theta}{dt}$, it gives me the wrong answer, because I need to use radians for $\frac{d\theta}{dt}$. I don't understand why this is the case, because the law of cosines would give the same answer if I used radians or degrees, and so would the derivative of cosine. I understand that my function couldn't accept both, but where did the requirement of radians come from in this problem?
Apologies if I have formatted anything incorrectly, this is my first time posting.
This is because the derivative of cosine is minus sine, but only if defined with radians. If you use degrees you get $$ \frac{\mathrm d}{\mathrm dx} \mathrm{cos}_\text{degrees}\, x = \frac{\mathrm d}{\mathrm dx} \mathrm{cos}\bigg(\frac{2\pi}{360}\, x\bigg) =-\frac{2\pi}{360}\,\mathrm{sin}\bigg(\frac{2\pi}{360}\, x\bigg) = -\frac{2\pi}{360}\mathrm{sin}_\text{degrees}\, x. $$