Find the general solution to this ODE (with generalization)

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 · 4K views
mathwizarddud
Messages
25
Reaction score
0
[tex]y''+xy'+y=0[/tex]

PS:
Is there a way to prove that one has found the "most" general solution by only using a particular method (e.g., integrating factors), with the possiblity of obtaining a different general solution using a different method?

For example, using integrating factor in the ODE

y' + x²y = x

exp(x³/3) y' + exp(x³/3) x²y = exp(x³/3) x
d(exp(x³/3) y) = exp(x³/3)x dx

Integrate both sides:

[tex]exp(x^3/3) y = \int \exp(x^3/3)x\ dx[/tex] or

[tex]y = \frac{\int \exp(x^3/3)x\ dx}{\exp(x^3/3)}[/tex]

The integral on the LHS does not have an elementary antiderivative, so how do one prove that this is the "most general" solution since there's a possibility of obtaining a different general solution only in terms of elementary solution using a different method?
 
Physics news on Phys.org
mathwizarddud said:
[tex]y''+xy'+y=0[/tex]

PS:
Is there a way to prove that one has found the "most" general solution by only using a particular method (e.g., integrating factors), with the possiblity of obtaining a different general solution using a different method?

For example, using integrating factor in the ODE

y' + x²y = x

exp(x³/3) y' + exp(x³/3) x²y = exp(x³/3) x
d(exp(x³/3) y) = exp(x³/3)x dx

Integrate both sides:

[tex]exp(x^3/3) y = \int \exp(x^3/3)x\ dx[/tex] or

[tex]y = \frac{\int \exp(x^3/3)x\ dx}{\exp(x^3/3)}[/tex]

The integral on the LHS does not have an elementary antiderivative, so how do one prove that this is the "most general" solution since there's a possibility of obtaining a different general solution only in terms of elementary solution using a different method?

Hi mathwizarddud! :smile:

Define w = exp(x³/3) y.

Then dw/dx = xp(x³/3) x.

If there are two solutions for y, then w1 and w2, then d(w1 - w2)/dx = 0, and so w1 = w2 + constant,

so y1 = y2 + constant*exp(-x³/3), as expected. :smile:
 
tiny-tim said:
Hi mathwizarddud! :smile:

Define w = exp(x³/3) y.

Then dw/dx = xp(x³/3) x.

If there are two solutions for y, then w1 and w2, then d(w1 - w2)/dx = 0, and so w1 = w2 + constant,

so y1 = y2 + constant*exp(-x³/3), as expected. :smile:


Hello!

I don't see how this is true:

"Define w = exp(x³/3) y.

Then dw/dx = xp(x³/3) x."

dw/dx should be exp(x³/3) y' + x²exp(x³/3) y.
Note that y = y(x).
 
I believe there is some existence & uniqueness theorem for ODEs that could tell you whether a solution is "general" or not.