Questions tagged [linear-pde]

This tag is for questions relating to linear partial differential equations, in which the dependent variable (and its derivatives) appear in terms with degree at most one

Definition: A partial differential equation is said to be linear if the dependent variable and its partial derivatives occur only in the first degree and are not multiplied.

  • A first-order PDE for an unknown function $~u(x,y)~$ is said to be linear if it can be expressed in the form $$a(x,y)~\frac{\partial}{\partial x}u(x,y)+b(x,y)~\frac{\partial}{\partial y}u(x,y)+c(x,y)~u(x,y)=d(x,y)$$
  • The general linear second-order PDE in two independent variables has the form $$Au_{xx}+2Bu_{xy}+Cu_{yy}+\cdots\text{(lower order terms)}=0$$where the coefficients $~A,~ B, ~C,\cdots~$ may depend upon $~x~$ and $~y~$.
  • Linear PDEs can be reduced to systems of ordinary differential equations by the important technique of separation of variables.

Examples: Common examples of linear PDEs include the heat equation, the wave equation, Laplace's equation, Helmholtz equation, Klein–Gordon equation, and Poisson's equation.

Reference:

https://en.wikipedia.org/wiki/Partial_differential_equation

516 questions
2
votes
0 answers

How to solve Linear 4th order PDE

I would like to know if there is any way to solve (both analytically and numerically) a 4th order PDE of the kind: $$\phi_{xxxx}-\alpha(t)\ \phi_{xx} +\beta\ \phi\ - \gamma\ \phi_{t}=0$$ in the unknown $\phi(x,t)$; with suitable boundary conditions…
1
vote
0 answers

Is it possible to approximate some PDE semigroups by explicit methods?

I'm concerned with numerical methods for the approximation of semigroup associated to following Cauchy problems (which typically involves unbounded operators): $$ \begin{cases} \dfrac{du}{dt} + Au = 0 \\ \\ u(0) = u_0…
1
vote
1 answer

Partial differential equation in Lagrange form.

Solve the pde. $$(my(x+y)-nz^2)p-(lx(x+y)-nz^2)q=(lx-my)z$$ Using method of multipliers$(1,1,(x+y)/z)$ I got one of the solutions $$(x+y)z=c_1$$ I can't figure out what the other solution might be. PS: $p$ and $q$ are pde wrt to x and y.
Sonal_sqrt
  • 4,711
1
vote
0 answers

Solving this equation with Laplace transform?

Can this equation be solved or at least put into a form of $$F( L(u,t,s), L(u,x,s), L(u,y,s))=0$$ Using Laplace Transforms? The equation: ${u}_{t}={u}_{x} + {u}_{y}~cos(y)$ B.Cs: $u(x,y,0)=0$ $u(x,0,t)=f(x,t)$ $u(0,y,t)=g(y,t)$
0
votes
0 answers

Find the solution of $x(x^2-y^2-z^2)dx-2xydy+2xz=0$

Solve $ x(x^2-y^2-z^2)dx-2xydy+2xz=0$ using Lagrange multipliers. I was able to find only one solution by making use of the last two fractions in Lagrange auxiliary equations.
Rag
  • 23
0
votes
1 answer

particular solution of linear PDE

I have a question I want to solve the following $xu_x+yu_y= xy\sin(xy)$ and $2u_x+3u_y= 4x-9y^2$ These are linear PDEs. So the solution would be a sum of the homogeneous solution and particular solution. I just dont know how to get the particular…
Jama
  • 541
0
votes
1 answer

Transform the Gordon-Klein equation to a system of first order PDEs but not using Dirac's approach

This is the Gordon-Klein equation: $\frac{\partial^2 \psi }{\partial t^2} - c^2 (\frac{\partial^2 \psi }{\partial x^2} +\frac{\partial^2 \psi }{\partial y^2} + \frac{\partial^2 \psi }{\partial z^2} ) +m^2c^4 \psi =0$ , where the reduced Planck…
Damon
  • 1
0
votes
1 answer

Two independent solutions for diffussion equation?

I have this equation to solve \begin{equation} \partial_t F = \partial^2_y F \end{equation} and got two independent solutions through some trial and error. \begin{equation} F_1 = erf\left(\frac{y}{2\sqrt{t}}\right) \\ F_2 =…
Tuneer
  • 161
0
votes
2 answers

What is a good way to show that PDE is linear

I just entering new world called Partial Differential Equations , now i just start with Classification PDE , in my Stanley J. Farlow's Text book there are six classification of PDE . But now I little bit struggle with linear or non-linear PDE…
-3
votes
1 answer

multiplying a $L^2(\Omega)$ function by a test-function

Suppose we have $f \in L^2(\Omega)$ and $v \in D(\Omega)$ a test-function. If we multiply $f$ by $v$, the $(fv)$ function belongs to which space?
kayzo
  • 1