Not Understanding This Simplification

  • Context: Undergrad 
  • Thread starter Thread starter snowJT
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
7 replies · 2K views
snowJT
Messages
117
Reaction score
0
I feel dumb because I can't see how you get from this:

[tex]x \frac{dy}{dx}+x^2y+y=0[/tex]

to this

[tex]\frac{dy}{dx}+(x+\frac{1}{x})y=0[/tex]

this is what I would of thought it would be...

[tex]\frac{dy}{dx}+(x+\frac{y}{x})+\frac{y}{x}=0[/tex]

no?
 
Physics news on Phys.org
Why do you think it should be [tex]\frac{dy}{dx}+(x+\frac{y}{x})+\frac{y}{x}=0[/tex]?

Divide the original equation by x; what do you get?
 
Factorize [itex]x^{2}y+y[/itex] in the simplest manner.
What do you get?
 
cristo said:
Why do you think it should be [tex]\frac{dy}{dx}+(x+\frac{y}{x})+\frac{y}{x}=0[/tex]?

Divide the original equation by x; what do you get?

you get [tex]\frac{dy}{dx}+(\frac{x^2}{x}+\frac{y}{x})+\frac{y}{x}=0[/tex]

arildno said:
Factorize [itex]x^{2}y+y[/itex] in the simplest manner.
What do you get?

you get [tex]\frac{x^2}{y}+1[/tex]
 
No, you don't.

What does it mean to FACTORIZE?
 
[tex]y(x^2+1)[/tex]

oh I see now... thanks

but why are you not dividing the y that's on the most right side of the LHS by x?
 
So, you have now your diff.eq in the form:
[tex]x\frac{dy}{dx}+(x^{2}+1)y=0[/tex]
Multiply this equation with 1/x; what do you get?
 
sorry, I see it now... I'm just really bad at these things...