Implicit Differentiation: Solving for dx/dy in an Example Problem

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
A_Munk3y
Messages
72
Reaction score
0
Let me first say i just learned implicit differentiation (earlier today) and i am also new in general to derivatives. I am finding implicit differentiation difficult but i want to understand it before we go over it in class.

Homework Statement


This is a example in my book. I have been trying to solve it for a while now, but I'm not sure i am doing it right and the book does not have answers so i can not check if i am even close to the right answer.
Find dx/dy by implicit differentiation (x2+y)2+x2+xy2=100

The Attempt at a Solution


(x2+y)2+x2+xy2=100
=(x2+y)(x2+y)+x2+xy2=100
=(x4+2x2y+y2)+x2+(xy2)=100
4x3+(2x2*1)(dy/dx))+y*4x+2y(dy/dx)+2x+(x*2y(dy/dx))+(1*y2)=0
-(4x3+y*4x+2x+1*y2)=(dy/dx)(2x2+2y+x*2y)
dy/dx=-(4x3+y*4x+2x+1*y2)/(2x2+2y+x*2y)
I don't think that is right is it?
 
Last edited:
Physics news on Phys.org
See attached JPEG. If you need more help, just ask.
 

Attachments

  • corrected.JPG
    corrected.JPG
    33.9 KB · Views: 477
fixed it up... is that better now?
i removed the equal sign too, but didn't right anything on here (makes it confusing) :)
(x2+y)2+x2+xy2=100
=(x2+y)(x2+y)+x2+xy2=100
=(x4+2x2y+y2)+x2+(xy2)=100
4x3+(2x2*1)(dy/dx))+y*4x+2y(dy/dx)+2x+(x*2y(dy/dx))+(1*y2)=0
-(4x3+y*4x+2x+1*y2)=(dy/dx)(2x2+2y+x*2y)
dy/dx=-(4x3+y*4x+2x+1*y2)/(2x2+2y+x*2y)
 
Yes, that is correct. You could also do this without multiplying out the squares, using the chain rule:
[tex]((x^2+ y)^2)'= 2(x^2+ y)(x^2+ y)'= 2(x^2+y)(2x+ y')[/tex]
while the derivative of [itex]x^2+ xy^2[/itex], with respect to x, is [itex]2x+ y^2+ 2xyy'[/itex].

The derivative of [itex](x^2+ y)^2+ x^2+ xy^2= 100[/itex], with respect to x, is [itex]2(x^2+ y)(2x+y')+ 2x+ y^2+ 2xyy'= 0[/math].<br /> <br /> Notice that I say "is given by". To find the actual derivative of <b>y</b> with respect to x, you solve for y' as you did.[/itex]
 
Ahh... the chain rule :) I have such a hard time with that rule! lol
But thanks for the info. I don't really understand how you did that, but i will look up the rule again and then come back and see how you went about doing what you did.

Thanks a lot!
 
Last edited: