Conditions of the Euler Equation

  • Thread starter Thread starter jonneh
  • Start date Start date
  • Tags Tags
    Conditions Euler
jonneh
Messages
5
Reaction score
0
Hi everyone :D

This is my problem:
Find conditions on \alpha and \beta in the Euler equation x^{2}y'' + \alphaxy' + \betay = 0 such that:

a) All solutions approach zero as x \rightarrow 0
b) All solutions are bounded as x \rightarrow 0
c) All solutions approach zero as x \rightarrow\infty

I don't really know where to start with this, actually, I have no clue where to start.

Also, what does it really mean for a solution to be bounded? I've been scouring some textbooks for a simple explanation but I can't seem to find it. Does it just mean that the function is constrained to some region?

Any help would be greatly appreciated :D
 
Physics news on Phys.org
jonneh said:
Hi everyone :D

This is my problem:
Find conditions on \alpha and \beta in the Euler equation x^{2}y'' + \alphaxy' + \betay = 0 such that:

a) All solutions approach zero as x \rightarrow 0
b) All solutions are bounded as x \rightarrow 0
c) All solutions approach zero as x \rightarrow\infty

I don't really know where to start with this, actually, I have no clue where to start.
Do you know how to find the general solution to an Euler equation? There are two standard ways. One, the simpler, is to try "y= xr" and get a polynomial equation for r. The other, more complicated, is to make the substitution u= ln(x) which converts the equation into one with constant coefficients.

Also, what does it really mean for a solution to be bounded? I've been scouring some textbooks for a simple explanation but I can't seem to find it. Does it just mean that the function is constrained to some region?
It means that the function value has some upper and lower bounds. I would not say "the function is constrained to some region" because that would mean x can only be between two limits. If a function is bounded, then its values do not go to plus or minus infinity. In particular a 'power of x', xr, is bounded as x goes to 0 if and only if r is not negative.

Any help would be greatly appreciated :D
 
Last edited by a moderator:
Thank you HallsofIvy for your help!

The polynomial equation for r that you get when you plug in y = x^{r} and try to solve the differential equation is:

r_{1}, r_{2} = \frac{-(\alpha-1) \pm \sqrt{(\alpha-1)^{2}-4\beta}}{2}

where r1 and r2 can be real and different, real and equal, or complex conjugates.

Am I supposed to use limits or something to show what is asked in the problem statement?

Also, would it be fair to say that (a) all solutions approach zero as x\rightarrow 0 and (b) all solutions are bounded as x\rightarrow 0 are roughly the same thing?
 
Last edited:
a implies b, but not the other way around, I believe. So, I suppose if you don't need the weakest possible conditions on alpha and beta, you could just give the same answer, though that seems like a bit of a copout.

But I completely suck at differential equations, so I should probably stay out of this.
 
jonneh said:
Thank you HallsofIvy for your help!

The polynomial equation for r that you get when you plug in y = x^{r} and try to solve the differential equation is:

r_{1}, r_{2} = \frac{-(\alpha-1) \pm \sqrt{(\alpha-1)^{2}-4\beta}}{2}

where r1 and r2 can be real and different, real and equal, or complex conjugates.

Am I supposed to use limits or something to show what is asked in the problem statement?
Basically, it is a matter of looking at the sign of the powers of x. If all powers of x have positive sign, the solution goes to 0 as x goes to 0 but goes to infinity as x goes to infinity. If all powers of x have negative sign, the solution goes to infinity as as x goes to 0 but goes to 0 as x goes to positive infinity. I'll let you think about what happens if one root is positive and the other negative.

Also, would it be fair to say that (a) all solutions approach zero as x\rightarrow 0 and (b) all solutions are bounded as x\rightarrow 0 are roughly the same thing?
For powers of x, yes. More generally however, the function cos(x) is bounded for all x and so as x goes to 0 but does not approach 0 there.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top