HOME

TheInfoList



OR:

In
multivariable calculus Multivariable calculus (also known as multivariate calculus) is the extension of calculus in one variable to calculus with functions of several variables: the differentiation and integration of functions involving multiple variables ('' mult ...
, an initial value problem (IVP) is an
ordinary differential equation In mathematics, an ordinary differential equation (ODE) is a differential equation (DE) dependent on only a single independent variable (mathematics), variable. As with any other DE, its unknown(s) consists of one (or more) Function (mathematic ...
together with an initial condition which specifies the value of the unknown function at a given point in the domain. Modeling a system in
physics Physics is the scientific study of matter, its Elementary particle, fundamental constituents, its motion and behavior through space and time, and the related entities of energy and force. "Physical science is that department of knowledge whi ...
or other sciences frequently amounts to solving an initial value problem. In that context, the differential initial value is an equation which specifies how the system evolves with time given the initial conditions of the problem.


Definition

An initial value problem is a differential equation :y'(t) = f(t, y(t)) with f\colon \Omega \subset \mathbb \times \mathbb^n \to \mathbb^n where \Omega is an open set of \mathbb \times \mathbb^n, together with a point in the domain of f :(t_0, y_0) \in \Omega, called the initial condition. A solution to an initial value problem is a function y that is a solution to the differential equation and satisfies :y(t_0) = y_0. In higher dimensions, the differential equation is replaced with a family of equations y_i'(t)=f_i(t, y_1(t), y_2(t), \dotsc), and y(t) is viewed as the vector (y_1(t), \dotsc, y_n(t)), most commonly associated with the position in space. More generally, the unknown function y can take values on infinite dimensional spaces, such as
Banach space In mathematics, more specifically in functional analysis, a Banach space (, ) is a complete normed vector space. Thus, a Banach space is a vector space with a metric that allows the computation of vector length and distance between vectors and ...
s or spaces of distributions. Initial value problems are extended to higher orders by treating the derivatives in the same way as an independent function, e.g. y''(t)=f(t,y(t),y'(t)).


Existence and uniqueness of solutions

The Picard–Lindelöf theorem guarantees a unique solution on some interval containing ''t''0 if ''f'' is continuous on a region containing ''t''0 and ''y''0 and satisfies the Lipschitz condition on the variable ''y''. The proof of this theorem proceeds by reformulating the problem as an equivalent
integral equation In mathematical analysis, integral equations are equations in which an unknown function appears under an integral sign. In mathematical notation, integral equations may thus be expressed as being of the form: f(x_1,x_2,x_3,\ldots,x_n ; u(x_1,x_2 ...
. The integral can be considered an operator which maps one function into another, such that the solution is a fixed point of the operator. The Banach fixed point theorem is then invoked to show that there exists a unique fixed point, which is the solution of the initial value problem. An older proof of the Picard–Lindelöf theorem constructs a sequence of functions which converge to the solution of the integral equation, and thus, the solution of the initial value problem. Such a construction is sometimes called "Picard's method" or "the method of successive approximations". This version is essentially a special case of the Banach fixed point theorem. Hiroshi Okamura obtained a necessary and sufficient condition for the solution of an initial value problem to be unique. This condition has to do with the existence of a Lyapunov function for the system. In some situations, the function ''f'' is not of class ''C''1, or even Lipschitz, so the usual result guaranteeing the local existence of a unique solution does not apply. The Peano existence theorem however proves that even for ''f'' merely continuous, solutions are guaranteed to exist locally in time; the problem is that there is no guarantee of uniqueness. The result may be found in Coddington & Levinson (1955, Theorem 1.3) or Robinson (2001, Theorem 2.6). An even more general result is the Carathéodory existence theorem, which proves existence for some discontinuous functions ''f''.


Examples

A simple example is to solve y'(t) = 0.85 y(t) and y(0) = 19. We are trying to find a formula for y(t) that satisfies these two equations. Rearrange the equation so that y is on the left hand side : \frac = 0.85 Now integrate both sides with respect to t (this introduces an unknown constant B). : \int \frac\,dt = \int 0.85\,dt : \ln , y(t), = 0.85t + B Eliminate the logarithm with exponentiation on both sides : , y(t) , = e^Be^ Let C be a new unknown constant, C = \pm e^B, so : y(t) = Ce^ Now we need to find a value for C. Use y(0) = 19 as given at the start and substitute 0 for t and 19 for y : 19 = C e^ : C = 19 this gives the final solution of y(t) = 19e^. ;Second example The solution of : y'+3y=6t+5,\qquad y(0)=3 can be found to be : y(t)=2e^+2t+1. \, Indeed, : \begin y'+3y &= \tfrac (2e^+2t+1)+3(2e^+2t+1) \\ &= (-6e^+2)+(6e^+6t+3) \\ &= 6t+5. \end : Third example The solution of y'=y^,\qquad y(0)=0 \int \frac\,dt = \int y^\,dy =\int 1\,dt 3 (y(t))^=t+B Applying initial conditions we get B=0 , hence the solution: y(t)= \frac . However, the following function is also a solution of the initial value problem: f(t) = \left\{ \begin{array}{lll} \frac{(t-t_1)^3}{27} & \text{if} & t \leq t_1 \\ 0 & \text{if} & t_1 \leq x \leq t_2 \\ \frac{(t-t_2)^3}{27} & \text{if} & t_2 \leq t \\ \end{array} \right. The function is differentiable everywhere and continuous, while satisfying the differential equation as well as the initial value problem. Thus, this is an example of such a problem with infinite number of solutions.


Notes


See also

* Boundary value problem * Constant of integration *
Integral curve In mathematics, an integral curve is a parametric curve that represents a specific solution to an ordinary differential equation or system of equations. Name Integral curves are known by various other names, depending on the nature and interpre ...
* Norton's dome


References

* * * * * * {{Authority control Boundary conditions it:Problema ai valori iniziali