I am not understanding what I'm doing wrong with the following question.
Suppose $w = \dfrac{x}{y} + \dfrac{y}{z}, x = e^t, y = 2 + \sin(t), z = 2 + \cos(4t)$. Find $\dfrac{dw}{dt}$ as a function of $x,y,z$ and $t$ and do no write $x,y,$ and $z$ in terms of $t$ nor rewrite $e^t$ as $x$.
My answer is $\dfrac{et}{y} - \dfrac{x\cos(t)}{y^2} + \dfrac{4y\sin(4t)}{z^2}$ which is the result of calculating $\dfrac{dw}{dt} = \dfrac{dw}{dx}\dfrac{dx}{dt} + \dfrac{dw}{dy}\dfrac{dy}{dt} + \dfrac{dw}{dz}\dfrac{dz}{dt}$.
Any help would be much appreciated. Thanks in advance.