How can I find numerical solutions to a PDE involving BiLaplace operator?

  • Thread starter mariuspop
  • Start date
  • Tags
    Pde
In summary, you have a partial differentiation equation with a bilaplace operator and source term. You are working on finding a numerical solution using polynomial approximation and are looking for resources on how to handle certain derivatives. You can use similar formulas to find these derivatives and there are many books available to help you with your approach. Best of luck with your research!
  • #1
mariuspop
2
0
well,
i have a partial differentiation equation that look like this:

[tex]c_{1}\frac{\partial^{4}u}{\partial x^{4}}+c_{2}\frac{\partial^{4}u}{\partial x^{3}\partial y}+c_{3}\frac{\partial^{4}u}{\partial x^{2}\partial y^{2}}+c_{4}\frac{\partial^{4}u}{\partial x\partial y^{3}}+c_{5}\frac{\partial^{4}u}{\partial y^{4}} = s[/tex]as u can se we have the bilaplace operator in 2 directions and those two terms that makes the eq. a bit heavier
s - is the source, c 1...5 - constants,
also we have boundary conditions
but
at this moment i m interested in finding a numerical solution to the above eq.
i tried with polynomial approximation, but i got stuck while concerning
[tex]\frac{\partial^{4}u}{\partial x^{3}\partial y}[/tex]
and
[tex]\frac{\partial^{4}u}{\partial x\partial y^{3}}[/tex]

can someone help?
or
if possible can u recommend some books
thanks in advance

ps: my approach was done considering a 4 degree polynomial eq:
[tex]u = a+bx+cx^{2}+dx^{3}+ex^{4}[/tex]
in the [tex]u_{i}[/tex] 's vicinity
therefore we have [tex]u_{i-2}, u_{i-1}, u_{i+1}, u_{i+2}[/tex] as neighbors

[tex]u_{xxxx} = 24e[/tex]
and
[tex]e = \frac{1}{24h^{4}}(u_{i+2}-8u_{i+1}+14u_{i}-8u_{i-1}+u_{i-2})[/tex]

so [tex]u_{xxxx} = \frac{1}{h^{4}}(u_{i+2}-8u_{i+1}+14u_{i}-8u_{i-1}+u_{i-2})[/tex]

how can i find [tex]u_{xxxy}, u_{xyyy} & u_{xxyy} [/tex] ?
 
Last edited:
Physics news on Phys.org
  • #2

Thank you for sharing your partial differentiation equation and your approach to finding a numerical solution. It seems like you have a good understanding of the problem and have made some progress already.

To find the derivatives \frac{\partial^{4}u}{\partial x^{3}\partial y}, \frac{\partial^{4}u}{\partial x\partial y^{3}}, and \frac{\partial^{4}u}{\partial x^{2}\partial y^{2}}, you can use a similar approach to what you did for \frac{\partial^{4}u}{\partial x^{4}}. For example, to find \frac{\partial^{4}u}{\partial x^{3}\partial y}, you can use the following formula:

\frac{\partial^{4}u}{\partial x^{3}\partial y} = \frac{1}{h^{3}}(u_{i+2,j}-3u_{i+1,j}+3u_{i-1,j}-u_{i-2,j})

where h is the step size in the x-direction and j is the index in the y-direction. Similarly, you can find \frac{\partial^{4}u}{\partial x\partial y^{3}} and \frac{\partial^{4}u}{\partial x^{2}\partial y^{2}} using similar formulas.

As for books, there are many resources available for numerical methods for partial differential equations. Some good ones to start with are "Numerical Methods for Partial Differential Equations" by George F. Pinder and "Numerical Solution of Partial Differential Equations: An Introduction" by K. W. Morton and D. F. Mayers. These books provide a good overview of numerical methods for solving partial differential equations and can help you with your approach.

I hope this helps and good luck with your research!
 

FAQ: How can I find numerical solutions to a PDE involving BiLaplace operator?

What is a PDE involving BiLaplace?

A PDE (partial differential equation) involving BiLaplace is a type of differential equation that involves the biharmonic operator, which is the Laplacian operator applied twice. It is commonly used in mathematical models for elasticity, fluid mechanics, and other physical phenomena.

What is the general form of a PDE involving BiLaplace?

The general form of a PDE involving BiLaplace is: ∆²u = f(x,y), where ∆² is the biharmonic operator and f(x,y) is a function of the independent variables x and y.

How is a PDE involving BiLaplace solved?

Solving a PDE involving BiLaplace typically involves using techniques such as separation of variables, Fourier transforms, or Green's functions. The specific method used depends on the boundary conditions and the nature of the problem.

What are some applications of PDEs involving BiLaplace?

PDEs involving BiLaplace are commonly used to model physical phenomena such as the bending of elastic plates, the flow of fluids in porous media, and the behavior of thin films. They are also used in image processing and computer vision algorithms.

How are PDEs involving BiLaplace related to other types of PDEs?

PDEs involving BiLaplace are a specialized type of PDE, as they involve the application of the Laplacian operator twice. They are closely related to other types of PDEs, such as the heat equation and the wave equation, which also involve the Laplacian operator.

Similar threads

Back
Top