wiki:u/johannjc/scratchpad6

Was reading up on solving non-linear PDE's, and came across Newton's method as an approach.

Newton's method for solving non-linear equations,

involves first starting with a guess and then improving that guess using

This comes from Taylor expanding the function about

and then solving for

For a system of coupled equations, we have

where is a matrix of partial derivatives

To get an better guess, we need to first solve

and then we can update

In terms of the diffusion equation, we have a non-linear system of equations for the new temperature

where is a vector index that maps to a scalar index in the matrix equation.

Newton's method would say we update our new value of using

where

What would and look like for anisotropic diffusion?

Our starting point for solving the non-linear equation implicitly is the following

where

we can identify then that

or in discretized form

and

This makes the matrix equation for

and summing over

or

or we can write it as

Now if we start with and set we end up with

which can be rearranged as

which is the linearized implicit equation we are solving. Not surprisingly, a single-step newton method is what we are doing by Taylor expanding .

Last modified 9 years ago Last modified on 10/09/15 14:00:47
Note: See TracWiki for help on using the wiki.