How to differentiate 2x/(x+y) = y, implicitly?

  • Thread starter Thread starter gillgill
  • Start date Start date
  • Tags Tags
    Differentiate
AI Thread Summary
The discussion focuses on differentiating the equation 2x/(x+y) = y using implicit differentiation. Two methods are presented: the first rearranges the equation to isolate terms, while the second applies the quotient rule, which is deemed less clear. Participants also discuss differentiating the equation x^3 + y^3 = 6xy, emphasizing the use of the product rule. Clarifications are made regarding the differentiation process, particularly when dealing with multiple terms and constants. Overall, both methods of implicit differentiation are valid, but the second method is criticized for its complexity.
gillgill
Messages
128
Reaction score
0
differentiate
2x/(x+y)=y

Method1:
2x=xy+y^2
d/dx(2x)=d/dx(xy+y^2)
2=y+xy'+2y(y')
y'=(2-y)/(x+2y)

Method2:
2x/(x + y) = y
y' = [2(x + y) - (2x)(1 + y')]/(x + y)^2
[(x + y)^2 + 2x]y' = 2(x + y) - 2x
y' = 2y/[(x + y)^2 + 2x]

Which method is using "implicit" differentiation?
 
Physics news on Phys.org
Both are, but the second is a lot sloppier.
 
another question:
x^3+y^3=6xy

3x^2+(3y^3)y'=...?
how do u differentiate 6xy?
 
product rule
 
gillgill said:
how do u differentiate 6xy?
Product rule! :wink:
 
i only learned how to differentiate using prodct rule with two terms...is it the same with 3 terms?
 
6 is a constant, don't even worry about it.
 
so...(6xy')+(6y)...?
 
6xy

u(x) = 6x, v(x) = y

(u(x)v(x))' = u'(x)v(x) + v'(x)u(x)
 
  • #10
did i start this right?
x^2+y^2+2x-4y-20=0
2x+(2y)(y')+2+4y'=0
 
  • #11
did i start this right?
x^2+y^2+2x-4y-20=0
2x+(2y)(y')+2+4y'=0

you seem to have made a sign error, but other than that it's okay.
 
  • #12
o..i see it...thanks
 
Back
Top