meatpuppet
- 5
- 0
I've tried and failed to search for this on the forum, so apologies if this has been answered many times before.
Given a variable u which is a function of x and y:
u = u\left(x,y\right)\\
is it possible to solve the pde:
Au_{xx} + 2Bu_{xy} + Cu_{yy} = D\\
The knowns are:
The real coefficients:
A,~B,~C,~D
the initial values
u(x_0,y_0)
u_x(x_0,y_0)
u_y(x_0,y_0)
u_{xx}(x_0,y_0)
and the values of the following along the line y=y0:
u(x,y_0)
u_x(x,y_0)
u_{xx}(x,y_0)
The coefficents A,~B,~C are such that the equation is parabolic ie B^2 - AC = 0
The quantities I am trying to obtain are u_{xy},u_{yy}, but these can be back derived from the function u if it can be obtained.
Given a variable u which is a function of x and y:
u = u\left(x,y\right)\\
is it possible to solve the pde:
Au_{xx} + 2Bu_{xy} + Cu_{yy} = D\\
The knowns are:
The real coefficients:
A,~B,~C,~D
the initial values
u(x_0,y_0)
u_x(x_0,y_0)
u_y(x_0,y_0)
u_{xx}(x_0,y_0)
and the values of the following along the line y=y0:
u(x,y_0)
u_x(x,y_0)
u_{xx}(x,y_0)
The coefficents A,~B,~C are such that the equation is parabolic ie B^2 - AC = 0
The quantities I am trying to obtain are u_{xy},u_{yy}, but these can be back derived from the function u if it can be obtained.
Last edited: