Can Nonlinear PDEs Be Solved with Newton's Method in n-Dimensional Domains?

  • Thread starter Thread starter sunon77
  • Start date Start date
  • Tags Tags
    Nonlinear Pde
sunon77
Messages
2
Reaction score
0
For a general dynamic system: dXi/dt = Fi(X1, X2,...,Xn), i=1,...,n,
Q.1
do you have some ideas of the existence conditions of following PDE:
a) (grad U, grad U + F) = 0 in n-dimension domain, (,) is inner product;
b) U >=0

Does it need a first type or second type of boundary condition?

Q.2
If solution does exist, how to solve it numerically?
- I tried to write in differential equation in matrix format, then apply Newton method. It is very difficult to have a converge scheme.

A more detailed simple example is attached to explain the solution that I tried.

Many thanks for your ideas or comments
 

Attachments

Last edited:
Physics news on Phys.org
I despair of finding a general convergence scheme as convergence is very sensitive to the nature of Fi's.
 
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...
Back
Top