I need to calculate $\dfrac{d^3y}{dx^3}$, where $y = t^3$ and $x = e^{-t}$, basically I don't get how to use n-th differential formula when we also have x as function, could someone explain me this ?
2026-03-25 14:19:22.1774448362
Calculate third derivative
68 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Hint
We have that: $$\frac {dy}{dt}=3t^2$$ $$x=e^{-t} \implies x'=\frac {dx}{dt}=-e^{-t}$$ $$\frac {dy}{dx}=\frac {dy}{dt}\frac {dt}{dx}=\frac 1 {-e^{-t}}\frac {dy}{dt} =-{3t^2} {e^{t}} $$ $$\frac {d^2y}{dx^2}=-\frac {d(3t^2e^{t})}{dt}\frac {dt}{dx}=3te^{2t}(t+2) $$ $$.....$$ I let you finish..