|
16
|
|
edited Aug 4 2011 at 21:52
|
Hello,
I have the following 4 PDEs which I am trying to solve for $G(x,y,z)$ :
(1) $G_{xy}=0$
(2) $G_{xz}=0$
(3) $G_{yz}=0$
(4) $G_{xx}-G_{yy}=0$.
It is not hard to see that the general solution is:
$$G(x,y,z)=C_1+C_2x+C_3y+C_4(x^2+y^2)+F_1(z).$$
Here $C$ represents constants and $F_1$ a function.
I am trying to approach this solution as follows: Do $(1)_{x}$-$(4)_{y}$ to get $G_{yyy}(x,y,z)=0$. Now consider this along the $y$-axis, i.e. $G_{yyy}(0,y,0)=0$. This in a third order ODE so its solution $G(0,y,0)$ involves 3 constants. Next integrate (1) w.r.t $y$ and get an arbitrary function of $x$ and $z$. Consider this function along the $y$-axis $(x=z=0)$ and it becomes an arbitrary constant i.e. $G_x(0,y,0)$ is a constant. So we end up with Cauchy data along the $y$ axis in terms of 4 constants. This Cauchy data together with equation (4) allows us to solve for $G(x,y,0)$, that is, to get the solution on the $x$-$y$ plane.
My next step was to extend this to the $z$ axis to get $G(x,y,z)$. Now for Cauchy data I need $G(x,y,0)$ which I already have, and the normal derivative $G(x,y,0)_z$ . Using equations (2) and (3) we can get $G(x,y,0)_z$ in terms of one additional constant, to a total of 5 constants. Now (finally...) to my question!
Given $G(x,y,0)$ and $G(x,y,0)_z$ I have Cauchy data in the $x$-$y$ plane that can be used to solve a PDE for $G(x,y,z)$, but I guess non of equations (1)..(4) or their combinations are that (hyperbolic) PDE since the general solution contains an arbitrary function $F_1(z)$. Are equations (1)..(4) parabolic? is the problem that the Cauchy data is on a charateristic surface?? I need a little help explaining this. Finally, please note that if I add a fifth equation (5) $G_{xx}-G_{zz}=0$ we get:
$$G(x,y,z)=C_1+C_2x+C_3y+C_4z+C_5(x^2+y^2+z^2)$$
that is, no arbitrary functions, just constants.
Is it trivial to conclude that $z=0$ is a charateristic plane to equations (1)-(4) but not to the fifth one? Here is a procedure I found which does not seem so trivial:
(a) Consider a charateristic surface $P(x,y,z)$.
we have:$A_{ij}P_iP_j=0$ where $A$ is a 3X3 matrix containing the coefficients of the second order derivatives. The subscripts of$P$ denote differentiation and the summation is implied.
(b) Consider eq. $G_{yz}=0$ and a characteristic surface $z=N(x,y)$. Using (a) we get $A_{23}=A_{32}=1$ yielding $2N_x=0$2N_y=0$. We get $N(x,y)=F(y)=z$ N(x,y)=F(x)=z$ with $F$ arbitrary function. Take $F=0$ and get $z=0$ char surface.
(c) $G_{xz}$ gives $z=0$ char surface the same way.
(d) For $G_{xy}$ I got $F(z)=x$ with $F$ arbitrary. Choosing it large can take us as close as we want to $z=0$, e.g. take $F(z)=10^{10}z$. So, again $z=0$ is a charactristic.
(e) Similar arguments apply for $G_{xx}-G_{yy}$
(f) Finally regarding the fifth equation: Using this procedure, the equation $G_{xx}-G_{zz}$ does not give $z=0$ as characteristic surface, and therefore we can use the Cauchy data there to generate the full space solution.
Does this make sense or is this over complicating things?
Thanks
Uri
|
|
|
|
15
|
|
edited Aug 4 2011 at 21:41
|
Hello,
I have the following 4 PDEs which I am trying to solve for $G(x,y,z)$ :
(1) $G_{xy}=0$
(2) $G_{xz}=0$
(3) $G_{yz}=0$
(4) $G_{xx}-G_{yy}=0$.
It is not hard to see that the general solution is:
$$G(x,y,z)=C_1+C_2x+C_3y+C_4(x^2+y^2)+F_1(z).$$
Here $C$ represents constants and $F_1$ a function.
I am trying to approach this solution as follows: Do $(1)_{x}$-$(4)_{y}$ to get $G_{yyy}(x,y,z)=0$. Now consider this along the $y$-axis, i.e. $G_{yyy}(0,y,0)=0$. This in a third order ODE so its solution $G(0,y,0)$ involves 3 constants. Next integrate (1) w.r.t $y$ and get an arbitrary function of $x$ and $z$. Consider this function along the $y$-axis $(x=z=0)$ and it becomes an arbitrary constant i.e. $G_x(0,y,0)$ is a constant. So we end up with Cauchy data along the $y$ axis in terms of 4 constants. This Cauchy data together with equation (4) allows us to solve for $G(x,y,0)$, that is, to get the solution on the $x$-$y$ plane.
My next step was to extend this to the $z$ axis to get $G(x,y,z)$. Now for Cauchy data I need $G(x,y,0)$ which I already have, and the normal derivative $G(x,y,0)_z$ . Using equations (2) and (3) we can get $G(x,y,0)_z$ in terms of one additional constant, to a total of 5 constants. Now (finally...) to my question!
Given $G(x,y,0)$ and $G(x,y,0)_z$ I have Cauchy data in the $x$-$y$ plane that can be used to solve a PDE for $G(x,y,z)$, but I guess non of equations (1)..(4) or their combinations are that (hyperbolic) PDE since the general solution contains an arbitrary function $F_1(z)$. Are equations (1)..(4) parabolic? is the problem that the Cauchy data is on a charateristic surface?? I need a little help explaining this. Finally, please note that if I add a fifth equation (5) $G_{xx}-G_{zz}=0$ we get:
$$G(x,y,z)=C_1+C_2x+C_3y+C_4z+C_5(x^2+y^2+z^2)$$
that is, no arbitrary functions, just constants.
Is it trivial to conclude that $z=0$ is a charateristic plane to equations (1)-(4) but not to the fifth one? Here is a procedure I found which does not seem so trivial:
(a) Consider a charateristic surface $P(x,y,z)$.
we have:$A_{ij}P_iP_j=0$ where $A$ is a 3X3 matrix containing the coefficients of the second order derivatives. The subscripts of$P$ denote differentiation and the summation is implied.
(b) Consider eq. $G_{yz}=0$ and a characteristic surface $z=N(x,y)$. Using (a) we get $A_{23}=$A_{32}=1$A_{23}=A_{32}=1$ yielding $2N_x=0$. We get $N(x,y)=F(y)=z$ with $F$ arbitrary function. Take $F=0$ and get $z=0$ char surface.
(c) $G_{xz}$ gives $z=0$ char surface the same way.
(d) For $G_{xy}$ I got $F(z)=x$ with $F$ arbitrary. Choosing it large can take us as close as we want to $z=0$, e.g. take $F(z)=10^{10}z$. So, again $z=0$ is a charactristic.
(e) Similar arguments apply for $G_{xx}-G_{yy}$
(f) Finally regarding the fifth equation: Using this procedure, the equation $G_{xx}-G_{zz}$ does not give $z=0$ as characteristic surface, and therefore we can use the Cauchy data there to generate the full space solution.
Does this make sense or is this over complicating things?
Thanks
Uri
|
|
|
|
14
|
|
edited Aug 4 2011 at 21:30
|
Hello,
I have the following 4 PDEs which I am trying to solve for $G(x,y,z)$ :
(1) $G_{xy}=0$
(2) $G_{xz}=0$
(3) $G_{yz}=0$
(4) $G_{xx}-G_{yy}=0$.
It is not hard to see that the general solution is:
$$G(x,y,z)=C_1+C_2x+C_3y+C_4(x^2+y^2)+F_1(z).$$
Here $C$ represents constants and $F_1$ a function.
I am trying to approach this solution as follows: Do $(1)_{x}$-$(4)_{y}$ to get $G_{yyy}(x,y,z)=0$. Now consider this along the $y$-axis, i.e. $G_{yyy}(0,y,0)=0$. This in a third order ODE so its solution $G(0,y,0)$ involves 3 constants. Next integrate (1) w.r.t $y$ and get an arbitrary function of $x$ and $z$. Consider this function along the $y$-axis $(x=z=0)$ and it becomes an arbitrary constant i.e. $G_x(0,y,0)$ is a constant. So we end up with Cauchy data along the $y$ axis in terms of 4 constants. This Cauchy data together with equation (4) allows us to solve for $G(x,y,0)$, that is, to get the solution on the $x$-$y$ plane.
My next step was to extend this to the $z$ axis to get $G(x,y,z)$. Now for Cauchy data I need $G(x,y,0)$ which I already have, and the normal derivative $G(x,y,0)_z$ . Using equations (2) and (3) we can get $G(x,y,0)_z$ in terms of one additional constant, to a total of 5 constants. Now (finally...) to my question!
Given $G(x,y,0)$ and $G(x,y,0)_z$ I have Cauchy data in the $x$-$y$ plane that can be used to solve a PDE for $G(x,y,z)$, but I guess non of equations (1)..(4) or their combinations are that (hyperbolic) PDE since the general solution contains an arbitrary function $F_1(z)$. Are equations (1)..(4) parabolic? is the problem that the Cauchy data is on a charateristic surface?? I need a little help explaining this. Finally, please note that if I add a fifth equation (5) $G_{xx}-G_{zz}=0$ we get:
$$G(x,y,z)=C_1+C_2x+C_3y+C_4z+C_5(x^2+y^2+z^2)$$
that is, no arbitrary functions, just constants. Thanks!!
Uri
Is it trivial to conclude that $z=0$ is a charateristic plane to equations (1)-(4) but not to the fifth one? Here is a procedure I found which does not seem so trivial:
(a) Consider a charateristic surface $P(x,y,z)$.
we have:$A_{ij}P_iP_j=0$ where $A$ is a 3X3 matrix , $P$ containing the coefficients of the second order derivatives. The subscripts of$P$ denote differentiation and the summation is implied.
(b) Consider eq. $G_{yz}=0$ and a char characteristic surface $z=N(x,y)$. Using (a) we get $A_{23}=$A_{32}=1$ yielding $2N_x=0$ so we have . We get $N(x,y)=F(y)=z$ with $F$ arbitrary function. Take $F=0$ and get $z=0$ char surface.
(c) $G_{xz}$ gives $z=0$ char surface the same way.
(d) For $G_{xy}$ I got $F(z)=x$ with $F$ arbitrary. Choosing it large can take us as close as we want to $z=0$, e.g. take $F(z)=10^{10}z$. So, again $z=0$ is a charactristic.
(e) Similar arguments apply for $G_{xx}-G_{yy}$
(f) Finally regarding the fifth equation: Using this procedure, the equation $G_{xx}-G_{zz}$ does not give $z=0$ as characteristic surface, and therefore we can use the Cauchy data there to generate the full space solution.
Does this make sense or is this over complicating things?
Thanks
Uri
|
|
|
|
13
|
|
edited Aug 4 2011 at 21:18
|
Is it trivial to conclude that $z=0$ is a charateristic plane to equations (1)-(4) but not to the fifth one? Here is a procedure I found which does not seem so trivial: (a) Consider a charateristic surface $P(x,y,z)$. we have:$A_{ij}P_iP_j=0$ where $A$ is a 3X3 matrix, $P$ subscripts denote differentiation and summation is implied. (b) Consider eq. $G_{yz}=0$ and a char surface $z=N(x,y)$. Using (a) we get $2N_x=0$ so we have $N(x,y)=F(y)=z$ with $F$ arbitrary function. Take $F=0$ and get $z=0$ char surface. (c) $G_{xz}$ gives $z=0$ char surface the same way. (d) For $G_{xy}$ I got $F(z)=x$ with $F$ arbitrary. Choosing it large can take us as close as we want to $z=0$, e.g. take $F(z)=10^{10}z$. So, again $z=0$ is a charactristic. (e) Similar arguments apply for $G_{xx}-G_{yy}$ (f) Finally regarding the fifth equation: Using this procedure, the equation $G_{xx}-G_{zz}$ does not give $z=0$ as characteristic surface, and therefore we can use the Cauchy data there to generate the full space solution. Does this make sense or is this over complicating things? Thanks Uri
|
|
|
|
12
|
|
edited Aug 4 2011 at 6:19
|
Hello,
I have the following 4 PDEs which I am trying to solve for $G(x,y,z)$ :
(1) $G_{xy}=0$
(2) $G_{xz}=0$
(3) $G_{yz}=0$
(4) $G_{xx}-G_{yy}=0$.
It is not hard to see that the general solution is:
$$G(x,y,z)=C_1+C_2x+C_3y+C_4(x^2+y^2)+F_1(z).$$
Here $C$ represents constants and $F_1$ a function.
I am trying to approach this solution as follows: Do $(1)_{x}$-$(4)_{y}$ to get $G_{yyy}(x,y,z)=0$. Now consider this along the $y$-axis, i.e. $G_{yyy}(0,y,0)=0$. This in a third order ODE that so its solution $G(0,y,0)$ involves 3 constants. Next integrate (1) w.r.t $x$ y$ and get an arbitrary function of $x$ and $z$. Consider this function along the $y$-axis $(x=z=0)$ and it becomes an arbitrary constant i.e. $G_x(0,y,0)$ is a constant. So we end up with Cauchy data along the $y$ axis in terms of 4 constants. This Cauchy data together with equation (4) allows us to solve for $G(x,y,0)$, that is, to get the solution on the $x$-$y$ plane.
My next step was to extend this to the $z$ axis to get $G(x,y,z)$. Now for Cauchy data I need $G(x,y,0)$ which I already have, and the normal derivative $G(x,y,0)_z$ . Using equations (2) and (3) we can get $G(x,y,0)_z$ in terms of one additional constant, to a total of 5 constants. Now (finally...) to my question!
Given $G(x,y,0)$ and $G(x,y,0)_z$ I have Cauchy data in the $x$-$y$ plane that can be used to solve a PDE for $G(x,y,z)$, but I guess non of equations (1)..(4) or their combinations are that (hyperbolic) PDE since the general solution contains an arbitrary function $F_1(z)$. Are equations (1)..(4) parabolic? is the problem that the Cauchy data is on a charateristic surface?? I need a little help explaining this. Finally, please note that if I add a fifth equation (5) $G_{xx}-G_{zz}=0$ we get:
$$G(x,y,z)=C_1+C_2x+C_3y+C_4z+C_5(x^2+y^2+z^2)$$
that is, no arbitrary functions, just constants.
Thanks!!
Uri
|
|
|
|
11
|
|
edited Aug 4 2011 at 5:52
|
charateristic characteristic surface
|
|
|
|
10
|
|
edited Aug 4 2011 at 4:58
|
Hello,
I have the following 4 PDEs which I am trying to solve for $G(x,y,z)$ :
(1) $G_{xy}=0$
(2) $G_{xz}=0$
(3) $G_{yz}=0$
(4) $G_{xx}-G_{yy}=0$.
It is not hard to see that the general solution is:
$$G(x,y,z)=C_1+C_2x+C_3y+C_4(x^2+y^2)+F_1(z).$$
Here $C$ represents constants and $F$ F_1$ a function.
I am trying to approach this solution as follows: Do $\partial_x(G_{xy}) (1)_{x}$-\partial_y (G_{xx}-G_{yy})
$(4)_{y}$ to get $G_{yyy}(x,y,z)=0$. Now consider this along the $y$-axis, i.e. $G_{yyy}(0,y,0)=0$. This in a third order ODE that involves 3 constants. Next integrate (1) w.r.t $x$ and get an arbitrary function of $x$ and $z$. Consider this function along the $y$-axis $(x=z=0)$ and it becomes an arbitrary constant. So we end up with Cauchy data along the $y$ axis in terms of 4 constants. This Cauchy data together with equation (4) allows us to solve for $G(x,y,0)$, that is, to get the solution on the XY $x$-$y$ plane.
My next step was to extend this to the $z$ axis to get $G(x,y,z)$. Now for Cauchy data I need $G(x,y,0)$ which I already have, and the normal derivative $G_z(x,y,0)$ G(x,y,0)_z$ . Using equations (2) and (3) we can get $G_z(x,y,0)$ G(x,y,0)_z$ in terms of one additional constant, to a total of 5 constants. Now (finally...) to my question!
Given $G(x,y,0)$ and $G_z(x,y,0) $G(x,y,0)_z$ I have Cauchy data in the XY $x$-$y$ plane that can be used to solve a PDE for $G(x,y,z)$, but I guess non of equations (1)..(4) or their combinations are that (hyperbolic) PDE since the general solution contains an arbitrary function F1(z). $F_1(z)$. Are equations (1)..(4) parabolic? is the problem that the Cauchy data is on a charateristic surface?? I need a little help explaining this. Finally, please note that if I add a fifth equation (5) $G_{xx}-G_{zz}=0$ we get:
$G(x,y,z)=C_1+C_2x+C_3y+C_4z+C_5(x^2+y^2+z^2)$ - $G(x,y,z)=C_1+C_2x+C_3y+C_4z+C_5(x^2+y^2+z^2)$$
that is, no arbitrary functions, just constants.
Thanks!!
Uri
|
|
|
|
9
|
|
edited Aug 4 2011 at 4:56
|
Hello,
I have the following 4 PDEs which I am trying to solve for $G(x,y,z)$ :
(1)
- $G_{xy}=0$
(2)
- $G_{xz}=0$
(3)
- $G_{yz}=0$
(4)
- $G_{xx}-G_{yy}=0$.
It is not hard to see that the general solution is:
$$G(x,y,z)=C_1+C_2x+C_3y+C_4(x^2+y^2)+F_1(z).$$
Here $C$ represents constants and $F_1$ F$ a function.
I am trying to approach this solution as follows: Do
$
(1)_{x}$\partial_x(G_{xy}) - \partial_y (G_{xx}-G_{yy})
$
(4)_{y}$to get $G_{yyy}(x,y,z)=0$. Now consider this along the $y$-axis, i.e. $G_{yyy}(0,y,0)=0$. This in a third order ODE that involves 3 constants. Next integrate (1) w.r.t $x$ and get an arbitrary function of $x$ and $z$. Consider this function along the $y$-axis $(x=z=0)$ and it becomes an arbitrary constant. So we end up with Cauchy data along the $y$ axis in terms of 4 constants. This Cauchy data together with equation (4) allows us to solve for $G(x,y,0)$, that is, to get the solution on the $x$-$y$ XY plane.
My next step was to extend this to the $z$ axis to get $G(x,y,z)$. Now for Cauchy data I need $G(x,y,0)$ which I already have, and the normal derivative $G(x,y,0)_z$ G_z(x,y,0)$ . Using equations (2) and (3) we can get $G(x,y,0)_z$ G_z(x,y,0)$ in terms of one additional constant, to a total of 5 constants.
Now (finally...) to my question!
Given $G(x,y,0)$ and $G(x,y,0)_z$G_z(x,y,0) $ I have Cauchy data in the $x$-$y$ XY plane that can be used to solve a PDE for $G(x,y,z)$, but I guess non of equations (1)..(4) or their combinations are that (hyperbolic) PDE since the general solution contains an arbitrary function $F_1(z)$. F1(z). Are equations (1)..(4) parabolic? is the problem that the Cauchy data is on a charateristic surface?? I need a little help explaining this. Finally, please note that if I add a fifth equation (5) $G_{xx}-G_{zz}=0$ we get:
$$G(x,y,z)=C_1+C_2x+C_3y+C_4z+C_5(x^2+y^2+z^2)$$ G(x,y,z)=C_1+C_2x+C_3y+C_4z+C_5(x^2+y^2+z^2)$ - that is, no arbitrary functions, just constants.
Thanks!!
Uri
|
|
|
|
8
|
|
edited Aug 4 2011 at 4:51
|
Hello,
I have the following 4 PDEs which I am trying to solve for $G(x,y,z)$ :
(1) $G_{xy}=0$
(2) $G_{xz}=0$
(3) $G_{yz}=0$
(4) $G{xx}-G_{yy}=0$.G_{xx}-G_{yy}=0$.
It is not hard to see that the general solution is:
$G(x,y,z)=C_1+C_2*x+C_3*y+C_4*(x^2+y^2)+F_1(z)$. $G(x,y,z)=C_1+C_2x+C_3y+C_4(x^2+y^2)+F_1(z).$$
Here $C$ represents constants and $F$ F_1$ a function.
I am trying to approach this solution as follows: Subtract Do $(1)_{x}$-$(4)_{y}$ to get $G_{yyy}(x,y,z)=0$. Now consider this along the $y$-axis, i.e. $G_{yyy}(0,y,0)=0$. This in a third order ODE that involves 3 constants. Next integrate (1) w.r.t $x$ and get an arbitrary function of $x$ and $z$. Consider this function along the $y$-axis $(x=z=0)$ and it becomes an arbitrary constant. So we end up with Cauchy data along the $y$ axis in terms of 4 constants. This Cauchy data together with equation (4) allows us to solve for $G(x,y,0)$, that is, to get the solution on the XY $x$-$y$ plane.
My next step was to extend this to the $z$ axis to get $G(x,y,z)$. Now for Cauchy data I need $G(x,y,0)$ which I already have, and the normal derivative $G(x,y,0)_z$ . Using equations (2) and (3) we can get $G(x,y,0)_z$ in terms of one additional constant, to a total of 5 constants. Now (finally...) to my question!
Given $G(x,y,0)$ and $G(x,y,0)z$ G(x,y,0)_z$ I have Cauchy data in the XY $x$-$y$ plane that can be used to solve a PDE for $G(x,y,z)$, but I guess non of equations (1)..(4) or their combinations are that (hyperbolic) PDE since the general solution contains an arbitrary function F1(z). $F_1(z)$. Are equations (1)..(4) parabolic? is the problem that the Cauchy data is on a charateristic surface?? I need a little help explaining this. Finally, please note that if I add a fifth equation (5) $G{xx}-G_{zz}=0$ G_{xx}-G_{zz}=0$ we get:
$G(x,y,z)=C_1+C_2*x+C_3*y+C_4*z+C_5*(x^2+y^2+z^2)$ - $G(x,y,z)=C_1+C_2x+C_3y+C_4z+C_5(x^2+y^2+z^2)$$
that is, no arbitrary functions, just constants.
Thanks!!
Uri
|
|
|
|
7
|
|
edited Aug 4 2011 at 4:51
|
Hello,
I have the following 4 PDEs which I am trying to solve for $G(x,y,z)$ :
(1) $G_{xy}=0$ (2) $G_{xz}=0$ (3) $G_{yz}=0$ (4) $G_{xx}-G_{yy}=0$. G{xx}-G_{yy}=0$.
It is not hard to see that the general solution is: $$G(x,y,z)=C_1+C_2x+C_3y+C_4(x^2+y^2)+F_1(z).$$ G(x,y,z)=C_1+C_2*x+C_3*y+C_4*(x^2+y^2)+F_1(z)$. Here $C$ represents constants and $F_1$ F$ a function.
I am trying to approach this solution as follows: Do $(1)_{x}$-$(4)_{y}$Subtract to get $G_{yyy}(x,y,z)=0$. Now consider this along the $y$-axis, i.e. $G_{yyy}(0,y,0)=0$. This in a third order ODE that involves 3 constants. Next integrate (1) w.r.t $x$ and get an arbitrary function of $x$ and $z$. Consider this function along the $y$-axis $(x=z=0)$ and it becomes an arbitrary constant. So we end up with Cauchy data along the $y$ axis in terms of 4 constants. This Cauchy data together with equation (4) allows us to solve for $G(x,y,0)$, that is, to get the solution on the $x$-$y$ XY plane.
My next step was to extend this to the $z$ axis to get $G(x,y,z)$. Now for Cauchy data I need $G(x,y,0)$ which I already have, and the normal derivative $G(x,y,0)_z$ . Using equations (2) and (3) we can get $G(x,y,0)_z$ in terms of one additional constant, to a total of 5 constants. Now (finally...) to my question!
Given $G(x,y,0)$ and $G(x,y,0)_z$G(x,y,0)z$ I have Cauchy data in the $x$-$y$ XY plane that can be used to solve a PDE for $G(x,y,z)$, but I guess non of equations (1)..(4) or their combinations are that (hyperbolic) PDE since the general solution contains an arbitrary function $F_1(z)$. F1(z). Are equations (1)..(4) parabolic? is the problem that the Cauchy data is on a charateristic surface?? I need a little help explaining this. Finally, please note that if I add a fifth equation (5) $G_{xx}-G_{zz}=0$ G{xx}-G_{zz}=0$ we get:
$$G(x,y,z)=C_1+C_2x+C_3y+C_4z+C_5(x^2+y^2+z^2)$$ G(x,y,z)=C_1+C_2*x+C_3*y+C_4*z+C_5*(x^2+y^2+z^2)$ - that is, no arbitrary functions, just constants.
Thanks!!
Uri
|
|
|
|
6
|
|
edited Aug 4 2011 at 4:51
|
Hello,
I have the following 4 PDEs which I am trying to solve for $G(x,y,z)$ :
(1) $G_{xy}=0$
(2) $G_{xz}=0$
(3) $G_{yz}=0$
(4) $G{xx}-G_{yy}=0$.G_{xx}-G_{yy}=0$.
It is not hard to see that the general solution is:
$G(x,y,z)=C_1+C_2*x+C_3*y+C_4*(x^2+y^2)+F_1(z)$. $G(x,y,z)=C_1+C_2x+C_3y+C_4(x^2+y^2)+F_1(z).$$
Here $C$ represents constants and $F$ F_1$ a function.
I am trying to approach this solution as follows: Subtract Do $(1)_{x}$-$(4)_{y}$ to get $G_{yyy}(x,y,z)=0$. Now consider this along the $y$-axis, i.e. $G_{yyy}(0,y,0)=0$. This in a third order ODE that involves 3 constants. Next integrate (1) w.r.t $x$ and get an arbitrary function of $x$ and $z$. Consider this function along the $y$-axis $(x=z=0)$ and it becomes an arbitrary constant. So we end up with Cauchy data along the $y$ axis in terms of 4 constants. This Cauchy data together with equation (4) allows us to solve for $G(x,y,0)$, that is, to get the solution on the XY $x$-$y$ plane.
My next step was to extend this to the $z$ axis to get $G(x,y,z)$. Now for Cauchy data I need $G(x,y,0)$ which I already have, and the normal derivative $G(x,y,0)_z$ . Using equations (2) and (3) we can get $G(x,y,0)_z$ in terms of one additional constant, to a total of 5 constants. Now (finally...) to my question!
Given $G(x,y,0)$ and $G(x,y,0)z$ G(x,y,0)_z$ I have Cauchy data in the XY $x$-$y$ plane that can be used to solve a PDE for $G(x,y,z)$, but I guess non of equations (1)..(4) or their combinations are that (hyperbolic) PDE since the general solution contains an arbitrary function F1(z). $F_1(z)$. Are equations (1)..(4) parabolic? is the problem that the Cauchy data is on a charateristic surface?? I need a little help explaining this. Finally, please note that if I add a fifth equation (5) $G{xx}-G_{zz}=0$ G_{xx}-G_{zz}=0$ we get:
$G(x,y,z)=C_1+C_2*x+C_3*y+C_4*z+C_5*(x^2+y^2+z^2)$ - $G(x,y,z)=C_1+C_2x+C_3y+C_4z+C_5(x^2+y^2+z^2)$$
- that is, no arbitrary functions, just constants.
Thanks!!
Uri
|
|
|
|
5
|
|
edited Aug 4 2011 at 4:47
|
Hello,
I have the following 4 PDEs which I am trying to solve for $G(x,y,z)$ :
(1) $G_{xy}=0$ (2) $G_{xz}=0$ (3) $G_{yz}=0$ (4) $G{xx}-G_{yy}=0$.
It is not hard to see that the general solution is: $$G(x,y,z)=C_1+C_2x+C_3y+C_4(x^2+y^2)+F_1(z).$$ G(x,y,z)=C_1+C_2*x+C_3*y+C_4*(x^2+y^2)+F_1(z)$. Here $C$ represents constants and $F$ a function.
I am trying to approach this solution as follows: Do $(1)_x-(4)_y$ Subtract to get $$G_{yyy}(x,y,z)=0.$$G_{yyy}(x,y,z)=0$. Now consider this along the $y$-axis, i.e. $G_{yyy}(0,y,0)=0$. This in a third order ODE that involves 3 constants. Next integrate (1) w.r.t $x$ and get an arbitrary function of $x$ and $z$. Consider this function along the $y$-axis $(x=z=0)$ and it becomes an arbitrary constant. So we end up with Cauchy data along the $y$ axis in terms of 4 constants. This Cauchy data together with equation (4) allows us to solve for $G(x,y,0)$, that is, to get the solution on the $x$-$y$ XY plane.
My next step was to extend this to the $z$ axis to get $G(x,y,z)$. Now for Cauchy data I need $G(x,y,0)$ which I already have, and the normal derivative $G(x,y,0)_z$ . Using equations (2) and (3) we can get $G(x,y,0)_z$ in terms of one additional constant, to a total of 5 constants. Now (finally...) to my question!
Given $G(x,y,0)$ and $G(x,y,0)_z$, G(x,y,0)z$ I have Cauchy data in the $x$-$y$ XY plane that can be used to solve a PDE for $G(x,y,z)$, but I guess none non of equations (1)..(4) or their combinations are that (hyperbolic) PDE since the general solution contains an arbitrary function $F_1(z)$. F1(z). Are equations (1)..(4) parabolic? is the problem that the Cauchy data is on a characteristic charateristic surface?? I need a little help explaining this. Finally, please note that if I add a fifth equation (5) $G_{xx} - G_{zz}=0$ G{xx}-G_{zz}=0$ we get:
$$G(x,y,z)=C_1+C_2x+C_3y+C_4z+C_5(x^2+y^2+z^2)$$G(x,y,z)=C_1+C_2*x+C_3*y+C_4*z+C_5*(x^2+y^2+z^2)$ - that is, no arbitrary functions, just constants.
Thanks!!
Uri
|
|
|
|
4
|
|
edited Aug 4 2011 at 4:47
|
Hello,
I have the following 4 PDEs which I am trying to solve for $G(x,y,z)$ :
(1) $G_{xy}=0$
(2) $G_{xz}=0$
(3) $G_{yz}=0$
(4) $G{xx}-G_{yy}=0$.
It is not hard to see that the general solution is:
$G(x,y,z)=C_1+C_2*x+C_3*y+C_4*(x^2+y^2)+F_1(z)$. $G(x,y,z)=C_1+C_2x+C_3y+C_4(x^2+y^2)+F_1(z).$$
Here $C$ represents constants and $F$ a function.
I am trying to approach this solution as follows: Do $(1){x}-(4){y}$ (1)_x-(4)_y$ to get
$G_{yyy}(x,y,z)=0$. $G_{yyy}(x,y,z)=0.$$
Now consider this along the $y$-axis, i.e. $G_{yyy}(0,y,0)=0$. This in a third order ODE that involves 3 constants. Next integrate (1) w.r.t $x$ and get an arbitrary function of $x$ and $z$. Consider this function along the $y$-axis $(x=z=0)$ and it becomes an arbitrary constant. So we end up with Cauchy data along the $y$ axis in terms of 4 constants. This Cauchy data together with equation (4) allows us to solve for $G(x,y,0)$, that is, to get the solution on the XY $x$-$y$ plane.
My next step was to extend this to the $z$ axis to get $G(x,y,z)$. Now for Cauchy data I need $G(x,y,0)$ which I already have, and the normal derivative $G(x,y,0)_z$ . Using equations (2) and (3) we can get $G(x,y,0)_z$ in terms of one additional constant, to a total of 5 constants. Now (finally...) to my question!
Given $G(x,y,0)$ and $G(x,y,0)z$ G(x,y,0)_z$, I have Cauchy data in the XY $x$-$y$ plane that can be used to solve a PDE for $G(x,y,z)$, but I guess non none of equations (1)..(4) or their combinations are that (hyperbolic) PDE since the general solution contains an arbitrary function F1(z). $F_1(z)$. Are equations (1)..(4) parabolic? is the problem that the Cauchy data is on a charateristic characteristic surface?? I need a little help explaining this. Finally, please note that if I add a fifth equation (5) $G{xx}-G_{zz}=0$ G_{xx} - G_{zz}=0$ we get:
$G(x,y,z)=C_1+C_2*x+C_3*y+C_4*z+C_5*(x^2+y^2+z^2)$ - $G(x,y,z)=C_1+C_2x+C_3y+C_4z+C_5(x^2+y^2+z^2)$$
that is, no arbitrary functions, just constants.
Thanks!!
Uri
|
|
|
|
3
|
|
edited Aug 4 2011 at 4:41
|
Hello,
I have the following 4 PDEs which I am trying to solve for $G(x,y,z)$ :
(1) $G_{xy}=0$ (2) G,xz=0 $G_{xz}=0$ (3) G,yz=0 $G_{yz}=0$ (4) G,xx-G,yy=0.$G{xx}-G_{yy}=0$.
It is not hard to see that the general solution is: G(x,y,z)=C1+C2*x+C3*y+C4*(x^2+y^2)+F1(z). $G(x,y,z)=C_1+C_2*x+C_3*y+C_4*(x^2+y^2)+F_1(z)$. Here "C" $C$ represents constants and "F" $F$ a function.
I am trying to approach this solution as follows: Do (1),x - (4),y $(1){x}-(4){y}$ to get G,yyy(x,y,z)=0. $G_{yyy}(x,y,z)=0$. Now consider this along the y-axis, $y$-axis, i.e. G,yyy(0,y,0)=0. $G_{yyy}(0,y,0)=0$. This in a third order ODE that involves 3 constants. Next integrate (1) w.r.t x $x$ and get an arbitrary function of x $x$ and z. $z$. Consider this function along the y-axis (x=z=0) $y$-axis $(x=z=0)$ and it becomes an arbitrary constant. So we end up with Cauchy data along the "y" $y$ axis in terms of 4 constants. This Cauchy data together with equation (4) allows us to solve for G(x,y,0), $G(x,y,0)$, that is, to get the solution on the XY plane.
My next step was to extend this to the Z $z$ axis to get G(x,y,z). $G(x,y,z)$. Now for Cauchy data I need G(x,y,0) $G(x,y,0)$ which I already have, and the normal derivative G(x,y,0),z $G(x,y,0)_z$ . Using equations (2) and (3) we can get G(x,y,0),z $G(x,y,0)_z$ in terms of one additional constant, to a total of 5 constants. Now (finally...) to my question!
Given G(x,y,0) $G(x,y,0)$ and G(x,y,0),z $G(x,y,0)z$ I have Cauchy data in the XY plane that can be used to solve a PDE for G(x,y,z), $G(x,y,z)$, but I guess non of equations (1)..(4) or their combinations are that (hyperbolic) PDE since the general solution contains an arbitrary function F1(z). Are equations (1)..(4) parabolic? is the problem that the Cauchy data is on a charateristic surface?? I need a little help explaining this. Finally, please note that if I add a fifth equation (5) G,xx-G,zz=0 $G{xx}-G_{zz}=0$ we get:
G(x,y,z)=C1+C2*x+C3*y+C4z+C5*(x^2+y^2+z^2) $G(x,y,z)=C_1+C_2*x+C_3*y+C_4*z+C_5*(x^2+y^2+z^2)$ - that is, no arbitrary functions, just constants.
Thanks!!
Uri
|
|
|
|
2
|
|
edited Aug 4 2011 at 4:35
|
Hello,
I have the following 4 PDEs which I am trying to solve for G(x,y,z) $G(x,y,z)$ :
(1) G,xy=0 $G_{xy}=0$ (2) G,xz=0 (3) G,yz=0 (4) G,xx-G,yy=0.
It is not hard to see that the general solution is: G(x,y,z)=C1+C2*x+C3*y+C4*(x^2+y^2)+F1(z). Here "C" represents constants and "F" a function.
I am trying to approach this solution as follows: Do (1),x - (4),y to get G,yyy(x,y,z)=0. Now consider this along the y-axis, i.e. G,yyy(0,y,0)=0. This in a third order ODE that involves 3 constants. Next integrate (1) w.r.t x and get an arbitrary function of x and z. Consider this function along the y-axis (x=z=0) and it becomes an arbitrary constant. So we end up with Cauchy data along the "y" axis in terms of 4 constants. This Cauchy data together with equation (4) allows us to solve for G(x,y,0), that is, to get the solution on the XY plane.
My next step was to extend this to the Z axis to get G(x,y,z). Now for Cauchy data I need G(x,y,0) which I already have, and the normal derivative G(x,y,0),z . Using equations (2) and (3) we can get G(x,y,0),z in terms of one additional constant, to a total of 5 constants. Now (finally...) to my question!
Given G(x,y,0) and G(x,y,0),z I have Cauchy data in the XY plane that can be used to solve a PDE for G(x,y,z), but I guess non of equations (1)..(4) or their combinations are that (hyperbolic) PDE since the general solution contains an arbitrary function F1(z). Are equations (1)..(4) parabolic? is the problem that the Cauchy data is on a charateristic surface?? I need a little help explaining this. Finally, please note that if I add a fifth equation (5) G,xx-G,zz=0 we get:
G(x,y,z)=C1+C2*x+C3*y+C4z+C5*(x^2+y^2+z^2) - that is, no arbitrary functions, just constants.
Thanks!!
Uri
|
|
|
|
1
|
|
asked Aug 3 2011 at 20:56
|
charateristic surface
Hello,
I have the following 4 PDEs which I am trying to solve for G(x,y,z) :
(1) G,xy=0 (2) G,xz=0 (3) G,yz=0 (4) G,xx-G,yy=0.
It is not hard to see that the general solution is: G(x,y,z)=C1+C2*x+C3*y+C4*(x^2+y^2)+F1(z). Here "C" represents constants and "F" a function.
I am trying to approach this solution as follows: Do (1),x - (4),y to get G,yyy(x,y,z)=0. Now consider this along the y-axis, i.e. G,yyy(0,y,0)=0. This in a third order ODE that involves 3 constants. Next integrate (1) w.r.t x and get an arbitrary function of x and z. Consider this function along the y-axis (x=z=0) and it becomes an arbitrary constant. So we end up with Cauchy data along the "y" axis in terms of 4 constants. This Cauchy data together with equation (4) allows us to solve for G(x,y,0), that is, to get the solution on the XY plane.
My next step was to extend this to the Z axis to get G(x,y,z). Now for Cauchy data I need G(x,y,0) which I already have, and the normal derivative G(x,y,0),z . Using equations (2) and (3) we can get G(x,y,0),z in terms of one additional constant, to a total of 5 constants. Now (finally...) to my question!
Given G(x,y,0) and G(x,y,0),z I have Cauchy data in the XY plane that can be used to solve a PDE for G(x,y,z), but I guess non of equations (1)..(4) or their combinations are that (hyperbolic) PDE since the general solution contains an arbitrary function F1(z). Are equations (1)..(4) parabolic? is the problem that the Cauchy data is on a charateristic surface?? I need a little help explaining this. Finally, please note that if I add a fifth equation (5) G,xx-G,zz=0 we get:
G(x,y,z)=C1+C2*x+C3*y+C4z+C5*(x^2+y^2+z^2) - that is, no arbitrary functions, just constants.
Thanks!!
Uri
|
|
|