ODEs- How to annihilate ln(x) ?

  • Thread starter Thread starter Roni1985
  • Start date Start date
  • Tags Tags
    Odes
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
6 replies · 5K views
Roni1985
Messages
200
Reaction score
0

Homework Statement



I need to annihilate ln(x)

Homework Equations





The Attempt at a Solution



my try was saying that this is a Euler equation with
r1=r2=0
c1=0 and c2=1
so the annihilator should be D^2
but I don't think it works.

Any other suggestions ?

Thanks.
 
Physics news on Phys.org
gabbagabbahey said:
How about [itex](D+xD^2)[/itex]?

Yep, it works :\
thanks.
But, how did you get it ?

Roni.
 
I got it by inspection, but if you are looking for a general method, I would say begin by finding [itex]Dy(x)[/itex] and [itex]D^2y(x)[/itex] and seeing if they are proportional to each other.

EDIT: Actually, I don't think you can claim that this is a valid annhilator, since it involves [itex]x[/itex] and is not just a polynomial (with constant coefficients) in [itex]D[/itex]
 
gabbagabbahey said:
I got it by inspection, but if you are looking for a general method, I would say begin by finding [itex]Dy(x)[/itex] and [itex]D^2y(x)[/itex] and seeing if they are proportional to each other.

I see...
thanks very much for the help...
 
gabbagabbahey said:
I got it by inspection, but if you are looking for a general method, I would say begin by finding [itex]Dy(x)[/itex] and [itex]D^2y(x)[/itex] and seeing if they are proportional to each other.
...
Would it be accurate to say that we check if a finite amount of derivatives are a linear combination?
 
The method of annihilators is a method for solving constant coefficient DE's. An Euler DE is not that type, but it can be transformed into a constant coefficient DE by a change of variables. Then you can use the method of annihilators on the transformed equation and transform the answer back to solve your original Euler DE. The change of variables you need is t = ln(x). Using a dot for differentiation with respect to t you get, using t = ln(x):

[tex]\frac{dy}{dx}=\frac{dy}{dt}\frac{dt}{dx} = \dot y\frac 1 x[/tex]

[tex]\frac{d^2y}{dx^2}= -\frac 1 {x^2}\dot y + \frac 1 x \frac{d\dot y}{dt}\frac{dt}{dx}<br /> =-\frac 1 {x^2}\dot y+\frac 1{x^2}\ddot y[/tex]

When you substitute these into the left side of your Euler equation you will be left with a constant coefficient equation for y as a function of t. You will need to substitute x = et in the right side too. Solve that by annihilators and substitute t = ln(x) to get your final answer.
 
Last edited: