How Can I Solve x^2y'' + 2xy' +(2x+1)y = 1 Using Laplace Transforms?

  • Context: Graduate 
  • Thread starter Thread starter atomqwerty
  • Start date Start date
Click For Summary

Discussion Overview

The discussion revolves around solving the ordinary differential equation (ODE) x^2y'' + 2xy' + (2x+1)y = 1 using Laplace transforms. Participants explore various methods for addressing both the homogeneous and non-homogeneous parts of the equation, including the potential connection to Bessel functions and the implications of using complex solutions in practical applications.

Discussion Character

  • Exploratory
  • Technical explanation
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • One participant questions how to handle the 'x^2' term in the Laplace transform of the ODE.
  • Another participant expresses confusion about the relationship between the ODE and Bessel functions, noting that Mathematica provides a solution in terms of Bessel functions.
  • A suggestion is made to first solve the homogeneous equation using power series, with a reference to Mathematica's DSolve function for obtaining solutions.
  • Some participants propose that the ODE can be related to a more general form involving Bessel functions, while others express skepticism about the applicability of complex-order Bessel functions in real-world scenarios.
  • Concerns are raised about the use of imaginary solutions in practical applications, particularly in engineering contexts, and the need for real solutions in initial value problems (IVPs).
  • Discussion includes the notion that numerical methods are commonly used in engineering for real-life projects, while analytical solutions may yield complex expressions involving special functions.
  • Participants discuss the potential advantages of using special functions, such as Bessel or Struve functions, in understanding the broader context of the problem.

Areas of Agreement / Disagreement

Participants express differing views on the relationship between the ODE and Bessel functions, the validity of complex solutions, and the appropriate methods for solving the equation. The discussion remains unresolved with multiple competing perspectives on these issues.

Contextual Notes

Participants highlight the complexity of the ODE and the challenges in finding solutions, particularly regarding the transition from the original equation to a form suitable for applying known methods like Laplace transforms or relating it to Bessel functions. There are also mentions of potential typos and the need for careful notation in mathematical expressions.

atomqwerty
Messages
89
Reaction score
0
Hello,

it goes like this: x^2y'' + 2xy' +(2x+1)y = 1

If I use Laplace Transform... I know that L(y'') = s^2F(s) - sy(0) - y'(0), but... what do I do with the 'x^2' in the L(x^2y'')?

Thanks!
 
Physics news on Phys.org
How in the world is that a Bessel function? I just don't see it. Was a thread in here recently about that. I don't get it. How about the homogeneous part? Yeah, I'll try little of this, little of that, but then, I'm going to Mathematica's DSolve. That's not cheating. Anyway, it gives me the homogeneous solution in terms of Bessel functions. Can I get that into a Bessel DE then? Don't see it initially. Maybe you can. Alright, suppose we got that solution. Can we then find the non-homogeneous solution via reduction of order or variation of parameter? Yeah, me neither. But I do know trying to find out is the true art of problem solving. :)
 
Last edited:
What do you mean?
 
atomqwerty said:
What do you mean?

. . . I have utterly failed completely then in my attempt to teach. My fault, not yours.

I can give you some suggestions but there is always a chance of an easier way. I'm no expert. How about this then: let's look only at the homogeneous equation first:

[tex]x^2 y''+2 x y'+(2x+1)y=0[/tex]

We could solve it via power-series and that looks like a good problem for that if you need practice with that method. Me, I just used Mathematica's DSolve function to solve it just to get a handle on a solution. Mathematica gives the solution in terms of Bessel functions which are solutions to the Bessel DE:

[tex]t^2 w''+t w'+(t^2-n^2)w=0[/tex]

I'm pretty sure that's the Bessel DE. Look it up to make sure. But does that mean the equation in x can be converted to a Bessel DE in terms of t? I think so.

Ok then, these are starts. That's what it takes in math, starts, little of this, little of this, try this try that and learn to expect that often what you try doesn't work so you try some more: good cooks try again.
 
Last edited:
Hi !

Jackmell is right : The ODE if of the Bessel kind, but in fact not in a standard Bessel form.
So, we look if there are solutions on a more general form :
y(x) = g(x)*f( h(x) )
where g might be an elementary function, f a Bessel function and h an elementary function.
If no, we will have to search for something else.
If yes, OK, the problem is solved. Fortunately, that is the case
(In attachment, i will not detail in order to avoid receiving a warning and have my post deleted as it happened recently in a similar case)
 

Attachments

  • Bessel kind.JPG
    Bessel kind.JPG
    33.6 KB · Views: 528
Ok, that's beautiful Jacquelin really, but if I'm teachin' it, that just won't do. I mean what's a complex-order Bessel function anyway (I think you need the conjugate form the [itex]-i\sqrt{3}[/itex] in the final expression also). Suppose I'm workin' on a real-life project, a dam, a rocket, a building, whatever with real stuf in it and I got this equation. Surely can't just use an imaginary solution for the length of a beam right? Suppose I have a IVP with real initial conditions, what's the (real) solution then? And that's just the homogeneuous part. Suppose the assignment was to derive an "expression" for the non-homogeneous equation, even if it's ugly, can he?

I'm just sayin' ok. It's a whole new problem good enough for a new thread. All I mean is if we stop here, we're just lookin' at the shadow of the object and not seein' the object itself. :)
 
Last edited:
OK, there is a typo in the last formula : the sign - is missing in the order of the second Bessel. The formuia is corrected in next attachment.
Don't be afraid by the notation "imaginary order". In the standard Bessel ODEs, there is a parameter which, centuries ago, has been noted n². So, if this parameter is negative, now we say "imaginary order". But real solutions exist as well (attachment).
If you use softwares such as Matematica, WolframAlpha, or others, you can compute Bessel functions of real or imaginary orders exactly on the same manner.
 

Attachments

  • Imaginary orders.JPG
    Imaginary orders.JPG
    10.3 KB · Views: 495
JJacquelin said:
But real solutions exist as well

Aren't all the solutions complex:

[tex]z^2 \frac{d^2 w}{dz^2}+2z \frac{dw}{dz}+(2z+1)w=0[/tex]
 
jackmell said:
Aren't all the solutions complex:
[tex]z^2 \frac{d^2 w}{dz^2}+2z \frac{dw}{dz}+(2z+1)w=0[/tex]
No. The sum of a complex solution with the conjugate complex solution is a real solution of the equation.
 
  • #10
jackmell said:
Suppose I'm workin' on a real-life project, a dam, a rocket, a building, whatever with real stuf in it and I got this equation. Surely can't just use an imaginary solution for the length of a beam right? Suppose I have a IVP with real initial conditions, what's the (real) solution then? And that's just the homogeneuous part. Suppose the assignment was to derive an "expression" for the non-homogeneous equation, even if it's ugly, can he?

If one is working on a real-life project, a dam, a rocket, a building, whatever with real stuf in it and got this equation, he will probably use numerical methods. That is the common way in engeenering.
If he is more theoricien, he will analytically solve it and obtain awfull formulas with a lot of beautiful special functions (which is smart in a report). Then, in practice, he will have to compute those functions thanks to numerical means. Well, in any case all ends with numerical computation. Is there an advantage to appeal to special functions ?
They are several. A very important one is that, knowing the name of a convenient special function gives access to a large background well related to the problem.
For example, in the case of the non-homogeneous equation, if I say that a particular solution is related to the Struve functions (attachment), I bet that searching in the litterature related to the Struve functions will show that someone else already had worked on problems similar to the atomqwerty's problem and, may be, had already solved his problem.
Note : I suggest to make the same study in the case x<0. Then, sqrt(8x) is replaced by sqrt(-8x). With some other little changes in the equations. And why not real order sqrt(3) instead of complex order i*sqrt(3) ? :redface:
In all cases, x<0 or x>0, of course, the real solutions will be the same solutions than whose obtained by direct numerical solving of the ODE.
 

Attachments

  • Struve.JPG
    Struve.JPG
    4.8 KB · Views: 491

Similar threads

  • · Replies 7 ·
Replies
7
Views
5K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 1 ·
Replies
1
Views
4K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 9 ·
Replies
9
Views
9K
Replies
9
Views
2K