
William W. answered 02/22/22
Experienced Tutor and Retired Engineer
You use the chain rule to perform this differentiation. Think of "x" as a function having the variable "t" imbedded in it. You are unaware of what the derivative of "x" with respect to "t" is (because you don't know the exact function rule) so you just call the derivative "dx/dt". So, for instance, for the first term, x7, the derivative is 7x6•(the derivative of "x" with respect to "t") or 7x6•(dx/dt).
For the 2nd term, 5xy3, use the product rule and chain rule. The product rule is (u•v)' = u'v + uv' where u = 5x and v = y3 so u' = 5•dx/dt and v' = 3y2•dy/dt
So the derivative of 5xy3 with respect to t is (5•dx/dt)(y3) + (5x)•(3y2•dy/dt)
The derivative of the constant 5 is zero so taking the derivative of x7 + 5xy3 = 5 with respect to "t" gives us:
7x6•(dx/dt) + (5•dx/dt)(y3) + (5x)•(3y2•dy/dt) = 0
then substituting D = dx/dt gives:
7x6•D + (5•D)(y3) + (5x)•(3y2•dy/dt) = 0
7Dx6 + 5Dy3 + 15xy2•dy/dt = 0
15xy2•dy/dt = -7Dx6 - 5Dy3
dy/dt = (-7Dx6 - 5Dy3)/(15xy2)