General solution for homogeneous equation

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
2 replies · 3K views
magnifik
Messages
350
Reaction score
0
i am having trouble finding the general solution for the given homogeneous equation:

x2yy' = (2y2 - x2)
which i made into
x2dy = (2y2 - x2) dx

i turned it into the following:
(2y2 - x2) dx - x2 dy = 0
then i used substitution of y = xv and got
(2(xv)2 - x2 - x2v) dx - x3 dv = 0
then i turned this into the following ... i think this may be the part i did wrong
(2v2 - 1 - v) dx - x dv = 0
then the integrating factor was
1/x(2v2 - 1 - v)
so...
dx/x - dv/(2v2 - 1 - v) = 0
i am stuck here. i know the first part is ln x, but I'm not sure if the second part is [ln (2v2 - 1 - v)]/(4v - 1)...if this part is right then i am stuck again here. i don't know how to get to the final solution which is

y(x) = x + Cx4/1 - 2Cx3

please help. thx.
 
Last edited:
Physics news on Phys.org
magnifik said:
i am having trouble finding the general solution for the given homogeneous equation:

x2dy = (2y2 - x2) dx

i turned it into the following:
(2y2 - x2) dx - x2 dy = 0
then i used substitution of y = xv and got
(2(xv)2 - x2 - x2v) dx - x3 dv = 0
then i turned this into the following ... i think this may be the part i did wrong
(2v2 - 1 - v) dx - x dv = 0
then the integrating factor was
1/x(2v2 - 1 - v)
so...
dx/x - dv/(2v2 - 1 - v) = 0
i am stuck here. i know the first part is ln x, but I'm not sure if the second part is [ln (2v2 - 1 - v)]/(4v - 1)...if this part is right then i am stuck again here. i don't know how to get to the final solution which is

y(x) = x + Cx4/1 - 2Cx3

please help. thx.

Better if you write your final solution as

[tex]y(x) = \frac{x+Cx^4}{1-2Cx^3}[/tex]
 
that doesn't help me :\