Initial Value Problems

Lecture I.2: Initial Value Problems

Definition of an Initial Value Problem

  • An initial value problem (IVP) seeks a function that meets two criteria:
    1. The function itself and its derivatives must exist.
    2. The function achieves designated values at time ( t = 0 ).

Example of a Simple Initial Value Problem

  • Consider the differential equation: dydt=y\frac{dy}{dt} = y
    • General solution can be expressed as a family of solutions:
      y(t)=cety(t) = ce^{t}
  • For the initial value problem ( y(0) = 3 ):
    • The specific solution is found by substituting into the general solution:
    • At ( t = 0 ):
      y(0)=ce0=c=3y(0) = ce^{0} = c = 3
    • Thus, the solution becomes:
      y(t)=3ety(t) = 3e^{t}

Higher Order Differential Equations

Example
  • Consider another differential equation:
    y2y+y=0y'' - 2y' + y = 0
  • The general solution takes the form:
    y(t)=C<em>1et+C</em>2ety(t) = C<em>1e^{t} + C</em>2e^{t}
  • Initial conditions specify:
    • ( y(0) = C1 + C2 )
  • Solutions remain undefined until specific values for ( C1 ) and ( C2 ) are determined using additional conditions.

Definitions for Initial Value Problems

  • An ( n )-th order initial value problem generally has the following form: dydt=f(t,y,y,y,,y(n1))\frac{dy}{dt} = f(t, y, y', y'', …, y^{(n-1)})
    • Bound conditions:
    • ( y(0) = y_0 )
    • ( y'(0) = y_1 )
    • ( y''(0) = y_2 )
  • Note: The order of each initial value relates to the derivatives involved, where ( y_i ) refers to constants.
Remarks
  • It is not always necessary to specify all conditions at ( t = 0 ). Potential could exist for equations to have solutions not restricted to a single instance of time.
  • Example:
    • For ( y' - y = 0 ), with initial value ( y(1) = 3 ), solutions can still be realized without full determination of initial parameters.

Questions on Existence and Uniqueness of Solutions

Key Questions for Initial Value Problems
  1. Does a solution exist?
  2. If a solution exists, is it unique?

Mathematical Theorems for Existence and Uniqueness

  • Certain theorems provide conditions under which answers to both questions can be affirmed.
  • Specifically:
    1. Consider an IVP ( \frac{dy}{dt} = f(t, y), y(t0) = y0 ).
    2. If:
      • ( f(t, y) ) is continuous for all ( t ) and all ( y ) in a chosen range.
      • The function meets continuity conditions within the specified domain.
    • Then, there exists a unique solution in some time interval ( (T1, T2) ) around ( t_0 ).

Applications of Differential Equations

  • Differential equations play a critical role in representing real-world scenarios in fields such as:
    • Engineering
    • Physics
    • Population Dynamics
  • Mathematical models capture essential behavior and characteristics of various phenomena.

Specific Mathematical Models

Population Dynamics
  • Early models of population growth claimed:
    • The rate of population increase is proportional to the current population size (P).
    • Formulated as:
      dPdt=kP\frac{dP}{dt} = kP
    • Where ( k ) is the proportionality constant.
Newton’s Law of Cooling
  • Describes the rate of temperature change of an object: dTdt=k(TTm)\frac{dT}{dt} = -k(T - T_m)
    • Where:
    • ( T ) is the temperature of the object,
    • ( T_m ) is the temperature of the surroundings,
    • ( k ) is a proportionality constant.
Industrial Mixing Example
  • Model relates to controlling concentrations in a tank:
    • Initial conditions:
    • Tank contains salt water, 300 gallons, concentration = 2 lb of salt/gallon.
    • Flow mechanics outlined by:
      dAdt=(input rate)(output rate)\frac{dA}{dt} = \text{(input rate)} - \text{(output rate)}
    • Where:
      • Input Salt Rate = (flow rate in) ( \times ) (concentration).
      • Output Salt Rate = (flow rate out) ( \times ) (current concentration).

Physical Models for Motion

  • Newton's second law describes the motion of bodies:
    • The net force ( F = ma ), where ( m ) is mass and ( a ) is acceleration.
  • For a falling body near the surface:
    • If released from a height:
    • Expressed as a function of time:\n - Initial conditions could be described as:
      s(0)=S<em>0s(0) = S<em>0v(0)=v</em>0v(0) = v</em>0
    • Resulting integral models would manifest based on these conditions, accounting for external factors like air resistance.