Implicit Differentiation: Solving for dy/dx

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
la_med12
Messages
4
Reaction score
0
1.
I'm pretty sure I've got this right.. just needing a check. Cheers!

2.
x^2+2xy-y^2+x^2=2

3.
2x+2x(dy/dx)+2y-2y(dy/dx)+2x=0
2x(dy/dx)-2y(dy/dx)=-4x-2y
dy/dx(2x-2y)=-4x-2y
dy/dx=(-4x-2y)/(2x-2y)
 
Physics news on Phys.org
Correct, but you can factorise and multiply top and bottom by -1 to become
[tex]\frac{dy}{dx} = \frac{y+2x}{y-x}[/tex]
which looks nicer. :smile:
 
Last edited:
Thanks for the check.

Cheers!