Superior implicit differentiation, prove answer.

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
4 replies · 2K views
Sakha
Messages
297
Reaction score
0

Homework Statement


[tex]2XY = Y^2 prove that y''2 = \frac{y^{2}-2xy}{(y-x)^3}[/tex]
EDIT: Sorry, don't know how to insert a space in Latex.

Homework Equations


The Attempt at a Solution


[tex]2y+2x \frac{dy}{dx} = 2y \frac{dy}{dx}[/tex]
[tex]\frac{dy}{dx}(2y-2x) = 2y[/tex]
[tex]\frac{dy}{dx}= \frac{y}{y-x}[/tex]
[tex]\frac{d^2y}{dx^2}=\frac{\frac{dy}{dx}(y-x)-(\frac{dy}{dx}-1)y}{(y-x)^2}[/tex]
[tex]\frac{d^2y}{dx^2}= \frac{y^2}{(y-x)^3}[/tex]Is my work correct? If yes, then the question itself is wrong.
In the original equation (2XY = Y2) does it matters that the letters are caps?
 
Physics news on Phys.org
Your work is correct up to the last line. But the given solution is the correct one. Looks like something went wrong when you substituted your expression for dy/dx in and simplified.
 
Plugging in gives me:
((y/y-x)(y-x)-((y/y-x)-1)y)/((y-x)2)
Simplifiying:
(y-(y2/(y-x))-y))/((y-x)2)
(-y2/(y-x))/((y-x)2)

Different than my first try (now it's negative), but still I don't know how to the the -2xy in there.
 
Sakha said:
Plugging in gives me:
((y/y-x)(y-x)-((y/y-x)-1)y)/((y-x)2)
Simplifiying:
(y-(y2/(y-x))-y))/((y-x)2)
(-y2/(y-x))/((y-x)2)

Different than my first try (now it's negative), but still I don't know how to the the -2xy in there.

In y-(y^2/(y-x)-y) the y's don't cancel. It's minus of a minus.
 
Got it, my mistake was that I moved the (y-x) that was in the numerator as a denumerator before adding fractions. And the wrong minus of a minus that you pointed.
Thanks.