How can I simplify a PDE with variable coefficients?

  • Thread starter Thread starter vargasjc
  • Start date Start date
  • Tags Tags
    Interesting
vargasjc
Messages
27
Reaction score
0
I have spent hours and hours trying to solve a problem until reaching a dead point. I don't know how to solve, simplify, or proceed next with the following PDE:

m \frac{\partial^2 x}{\partial t^2} + 2 \frac{\partial m}{\partial t} \frac{\partial x}{\partial t} + x \frac{\partial^2 m}{\partial t^2}=0

Or, in other words: mx_tt + 2m_tx_t + xm_tt = 0

m x_{tt} + 2 m_{t} x_{t} + x m_{tt}

I thought it'd be easier but I don't seem to be able to simplify it. Maybe it is a form I don't recognize.

JC
 
Physics news on Phys.org
What are you trying to solve for? x and m are both unknown functions?
 
Your equation can be written as:

\frac{\partial ^2(m x)}{\partial t^2}=0

And this can be solved easily. Hope it helps you.
 
Thanks.

It helped me solve the differential equation, and it also made me realize that the solution is not what I expected it to be. I believe I need to revisit the formulation.

Thanks again,

JC
 
You are welcome. Update us with your problem if you want.
 
I've ended up with a variable coefficient wave equation, so I'm browsing for numerical solutions of similar problems at ScienceDirect.

A closed form solution at this point is like asking Santa Claus for Dominion Over the Universe (yeah, um... not going to happen).

JC
 
Are there any good visualization tutorials, written or video, that show graphically how separation of variables works? I particularly have the time-independent Schrodinger Equation in mind. There are hundreds of demonstrations out there which essentially distill to copies of one another. However I am trying to visualize in my mind how this process looks graphically - for example plotting t on one axis and x on the other for f(x,t). I have seen other good visual representations of...

Similar threads

Back
Top