Quasilinearization
   HOME

TheInfoList



OR:

In mathematics, quasilinearization is a technique which replaces a
nonlinear differential equation In mathematics and science, a nonlinear system (or a non-linear system) is a system in which the change of the output is not proportional to the change of the input. Nonlinear problems are of interest to engineers, biologists, physicists, mathem ...
or operator equation (or system of such equations) with a sequence of linear problems, which are presumed to be easier, and whose solutions approximate the solution of the original nonlinear problem with increasing accuracy. It is a generalization of
Newton's method In numerical analysis, the Newton–Raphson method, also known simply as Newton's method, named after Isaac Newton and Joseph Raphson, is a root-finding algorithm which produces successively better approximations to the roots (or zeroes) of a ...
; the word "quasilinearization" is commonly used when the differential equation is a
boundary value problem In the study of differential equations, a boundary-value problem is a differential equation subjected to constraints called boundary conditions. A solution to a boundary value problem is a solution to the differential equation which also satis ...
.


Abstract formulation

Quasilinearization replaces a given
nonlinear operator In mathematics, and more specifically in linear algebra, a linear map (also called a linear mapping, linear transformation, vector space homomorphism, or in some contexts linear function) is a mapping V \to W between two vector spaces that pr ...
with a certain
linear operator In mathematics, and more specifically in linear algebra, a linear map (also called a linear mapping, linear transformation, vector space homomorphism, or in some contexts linear function) is a mapping V \to W between two vector spaces that pr ...
which, being simpler, can be used in an iterative fashion to approximately solve equations containing the original nonlinear operator. This is typically performed when trying to solve an equation such as together with certain
boundary conditions In the study of differential equations, a boundary-value problem is a differential equation subjected to constraints called boundary conditions. A solution to a boundary value problem is a solution to the differential equation which also satis ...
for which the equation has a solution . This solution is sometimes called the "reference solution". For quasilinearization to work, the reference solution needs to exist uniquely (at least locally). The process starts with an initial approximation that satisfies the boundary conditions and is "sufficiently close" to the reference solution in a sense to be defined more precisely later. The first step is to take the
Fréchet derivative In mathematics, the Fréchet derivative is a derivative defined on normed spaces. Named after Maurice Fréchet, it is commonly used to generalize the derivative of a real-valued function of a single real variable to the case of a vector-valued f ...
of the nonlinear operator at that initial approximation, in order to find the linear operator which best approximates locally. The nonlinear equation may then be approximated as , taking . Setting this equation to zero and imposing zero boundary conditions and ignoring higher-order terms gives the ''linear'' equation . The solution of this linear equation (with zero boundary conditions) might be called . Computation of for ... by solving these linear equations in sequence is analogous to Newton's iteration for a single equation, and requires recomputation of the Fréchet derivative at each . The process can converge quadratically to the reference solution, under the right conditions. Just as with Newton's method for nonlinear algebraic equations, however, difficulties may arise: for instance, the original nonlinear equation may have no solution, or more than one solution, or a ''multiple'' solution, in which cases the iteration may converge only very slowly, may not converge at all, or may converge instead to the ''wrong'' solution. The practical test of the meaning of the phrase "sufficiently close" earlier is precisely that the iteration converges to the correct solution. Just as in the case of Newton iteration, there are theorems stating conditions under which one can know ahead of time when the initial approximation is "sufficiently close".


Contrast with discretizing first

One could instead discretize the original nonlinear operator and generate a (typically large) set of nonlinear algebraic equations for the unknowns, and then use Newton's method proper on this system of equations. Generally speaking, the convergence behavior is similar: a similarly good initial approximation will produce similarly good approximate discrete solutions. However, the quasilinearization approach (linearizing the operator equation instead of the discretized equations) seems to be simpler to think about, and has allowed such techniques as adaptive spatial meshes to be used as the iteration proceeds.


Example

As an example to illustrate the process of quasilinearization, we can approximately solve the two-point
boundary value problem In the study of differential equations, a boundary-value problem is a differential equation subjected to constraints called boundary conditions. A solution to a boundary value problem is a solution to the differential equation which also satis ...
for the nonlinear node \frac y(x) = y^2(x), where the boundary conditions are y(-1) = 1 and y(1)=1. The exact solution of the differential equation can be expressed using the
Weierstrass elliptic function In mathematics, the Weierstrass elliptic functions are elliptic functions that take a particularly simple form. They are named for Karl Weierstrass. This class of functions is also referred to as ℘-functions and they are usually denoted by the s ...
℘, like so: y(x) = 6\wp( x-\alpha , 0, \beta ) where the vertical bar notation means that the ''invariants'' are g_2 = 0 and g_3 = \beta . Finding the values of \alpha and \beta so that the boundary conditions are satisfied requires solving two simultaneous nonlinear equations for the two unknowns \alpha and \beta , namely 6\wp(-1-\alpha, 0,\beta) = 1 and 6\wp(1-\alpha, 0,\beta) = 1. This can be done, in an environment where ℘ and its derivatives are available, for instance by Newton's method. Applying the technique of quasilinearization instead, one finds by taking the Fréchet derivative at an unknown approximation y_k(x) that the linear operator is L(\varepsilon) = \frac\varepsilon(x) - 2 y_k(x) \varepsilon(x). If the initial approximation is y_0(x) = 1 identically on the interval -1 \le x \le 1 , then the first iteration (at least) can be solved exactly, but is already somewhat complicated. A numerical solution instead, for instance by a Chebyshev spectral method using n=21 Chebyshev—Lobatto points x_k = \cos( \pi (n-1-k)/(n-1) ) for k = 0, 1, \cdots, n-1 gives a solution with residual less than 5 \cdot 10^ after three iterations; that is, y_3(x) is the exact solution to \fracy(x) - y^2(x) = 5 \cdot 10^ v(x) , where the maximum value of , v(x), is less than 1 on the interval -1 \le x \le 1 . This approximate solution (call it u_1) agrees with the exact solution 6\cdot\wp( x-\alpha , 0, \beta ) with \. Other values of \alpha and \beta give other continuous solutions to this nonlinear two-point boundary-value problem for ODE, such as \. The solution corresponding to these values plotted in the figure is called u_2. Yet other values of the parameters can give discontinuous solutions because ℘ has a double pole at zero and so y(x) has a double pole at x=\alpha. Finding other continuous solutions by quasilinearization requires different initial approximations to the ones used here. The initial approximation y_0 = 5x^2-4 approximates the exact solution u_2 and can be used to generate a sequence of approximations converging to u_2. Both approximations are plotted in the accompanying figure.


Notes


See also

*
Describing function In control systems theory, the describing function (DF) method, developed by Nikolay Mitrofanovich Krylov and Nikolay Bogoliubov in the 1930s, and extended by Ralph Kochenburger is an approximate procedure for analyzing certain nonlinear contr ...


References


Further reading

*https://encyclopediaofmath.org/wiki/Quasi-linearization Differential equations {{undercategorized, date=July 2024