Calculating 3-Variable Derivative: Solving for dz/dt with x^2 + 3xt + 2t^2 = 1

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 3K views
Shredface
Messages
6
Reaction score
0

Homework Statement



Find dz/dt where z = (x^2)(t^2) and x^2 + 3xt + 2t^2 = 1.

2. The attempt at a solution

I really have no idea how to go about this, I've tried rearranging the second expression in terms of x but it's no help.
 
Physics news on Phys.org
Use the impllicit differentiation.

Differentiating the first equation, with respect to t,
[tex]dz/dt= 2tx^2+ 2t^2x dx/dt[/tex]

Differentiating the second equation, with respect to t,
[tex]2x dx/dt+ 3t dx/dt+ 3x+ 4t= 0[/tex]
so
[tex](2x+ 3t)dx/dt= -(3x+ 4t)[/tex]
and
[tex]dx/dt= -(3x+4t)/(2x+ 3t)[/tex]
Replace dx/dt in the first equation by that.