I am self-teaching calculus and have been looking at the related rates practice problems here: https://www.whitman.edu/mathematics/calculus_online/section06.02.html
I am having trouble with the last problem, which relates to the rate at which a piece of paper will be cut by a pair of scissors. We are given the rate $\dot{\theta}$ at which the angle of a pair of open scissors ($\theta$) changes with respect to time ($t$) and also some other numbers based on the diagram provided and a fixed point when the scissors are closing.
I'm happy that $x = (\alpha \sin \beta)\cdot \sin(\beta+\theta)^{-1}$ as stated in the provided solution, which I arrived at by the law of sines. However, when I implicitly differentiate this and plug in the provided values, my answer is way off.
The task is to find the derivative of $x$ with respect to time, $\dot{x}$. $\alpha$ and $\beta$ are constants, 20cm and 5 degrees respectively. $\theta$ varies, but we know that its derivative with respect to time, $\dot{\theta}$, is -50 degrees per second.
My approach to differentiation has been to start off with the angle addition identity for $\sin(a+b)$ to say that
$$\dot{x} = (\alpha \sin\beta) \cdot \frac{d}{dt} \sin(\beta+\theta)^{-1} = (\alpha \sin\beta) \cdot \frac{d}{dt} (\sin(\theta)\cos(\beta)+\cos(\theta)\sin(\beta))^{-1}$$
I'm then using the chain rule to find $\frac{d}{dt}(\sin(\theta)\cos(\beta)+\cos(\theta)\sin(\beta))^{-1}$, and I'm ending up with:
$$-1\cdot(\sin(\theta)\cos(\beta)+\cos(\theta)\sin(\beta))^{-2}\cdot(\cos(\beta)\cos(\theta)-\sin(\theta)\sin(\beta))\cdot\dot{\theta}$$
I then simplify this a bit, but I suspect I have done it wrong as plugging in the provided values doesn't get me to the right answer (~$3.79$cm/s)!
Can you see what I'm doing wrong? Any help is greatly appreciated.