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
 
Thread 'Direction Fields and Isoclines'
I sketched the isoclines for $$ m=-1,0,1,2 $$. Since both $$ \frac{dy}{dx} $$ and $$ D_{y} \frac{dy}{dx} $$ are continuous on the square region R defined by $$ -4\leq x \leq 4, -4 \leq y \leq 4 $$ the existence and uniqueness theorem guarantees that if we pick a point in the interior that lies on an isocline there will be a unique differentiable function (solution) passing through that point. I understand that a solution exists but I unsure how to actually sketch it. For example, consider a...

Similar threads

Back
Top