Why Does Rewriting an Equation Change the Implicit Derivative Result?

  • Context: Undergrad 
  • Thread starter Thread starter thharrimw
  • Start date Start date
  • Tags Tags
    Derivative Implicit
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
7 replies · 3K views
thharrimw
Messages
114
Reaction score
0
when i took the derivative of X^2*Y^2-2x=6 i didn't get the same thing that i got when i took the derivative of y^2=(6+2x)/x^2 and all i did was rewrite the original equation. why did rewriting the equation change my answer?
 
Physics news on Phys.org
thharrimw said:
when i took the derivative of X^2*Y^2-2x=6 i didn't get the same thing that i got when i took the derivative of y^2=(6+2x)/x^2 and all i did was rewrite the original equation. why did rewriting the equation change my answer?

Could you show us your work? That would make it easier for us to help.
 
not rewritting i gou
(x^2)(Y^2)-2x=3
(x^2)(2y)(y')+2x(y^2)-2=0
(x^2)(2y)(y')=2-(2x)(Y^2)
y'=(1-x(y^2))/((x^2)2y))
 
when i rewrote it i got y^2=(3+2x)/(x^2)
and my derivative was (x-3)/(y(x^3))
 
thharrimw said:
not rewritting i gou
(x^2)(Y^2)-2x=3
(x^2)(2y)(y')+2x(y^2)-2=0
(x^2)(2y)(y')=2-(2x)(Y^2)
y'=(1-x(y^2))/((x^2)2y))
Okay, [itex]x^2y^2- 2x= 3 has derivative [itex]2xy^2+ 2x^2y y'- 2= 0 so [itex]2x^2y y'= 2- 2xy^2[/itex] [itex]y'= (2-2xy^2)/(2x^2y)[/itex], the "2"s cancel and y'= (1- xy^2)/(x^2y). You seem to have lost the "2" in the numerator.<br /> <br /> <blockquote data-attributes="" data-quote="thharrimw" data-source="post: 1951521" cite="https://www.physicsforums.com/goto/post?id=1951521" class="bbCodeBlock bbCodeBlock--expandable bbCodeBlock--quote js-expandWatch"> <div class="bbCodeBlock-title"> thharrimw said: </div> <div class="bbCodeBlock-content"> <div class="bbCodeBlock-expandContent js-expandContent "> when i rewrote it i got y^2=(3+2x)/(x^2) and my derivative was (x-3)/(y(x^3)) </div> </div> </blockquote> No, solving for y<sup>2</sup> gives [itex]x^2 y^2=6+ 2x[/itex] so [itex]y^2= (6+ 2x)/x^2[/itex] The derivative of [itex]y^2[/itex], with respect to x, is 2y y' and the derivative of [itex](6+2x)/x^2[/itex] using the quotient rule is [itex][(2)x^2- (6+2x)(2x)]/(x^4)= [-2x^2- 12x]/(x^4)= -(2x^2+ 12x)/(x^4)= -2(x+ 6)/(x^3)[/itex]. [itex]2yy'= -2(x+6)/x^3[/itex] gives [itex]y'= -(x+1)/yx^3[/itex].<br /> <br /> Think those aren't the same? Replace the y<sup>2</sup> in the numerator of the first derivative above with (2x+6)/x<sup>2</sup> and simplify.[/itex][/itex]
 
Last edited by a moderator:
[itex]2yy'= -2(x+6)/x^3[/itex] gives [itex]y'= -(x+1)/yx^3[/itex].

wouldn't that simplify to [itex]y'= -(x+6)/yx^3[/itex].
 
thharrimw said:
when i rewrote it i got y^2=(3+2x)/(x^2)
and my derivative was (x-3)/(y(x^3))

When I rewrite this I get (-x-3)/(y*x^3). Could that be the problem