Notes on Differential Equations

Introduction

  • Differential Equations (DE) are equations involving derivatives that describe how a quantity changes.

Types of Differential Equations

  • Ordinary Differential Equations (ODE): Involves functions of one variable and their derivatives.

  • Partial Differential Equations (PDE): Involves functions of multiple variables and their partial derivatives.

Order and Degree

  • Order: The highest derivative present in the equation.

  • Degree: The exponent of the highest derivative after the equation is made polynomial in derivatives.

Examples

  • ODE Example: y=3yy' = 3y

  • PDE Example: 2ux2+2uy2=0\frac{\partial^2 u}{\partial x^2} + \frac{\partial^2 u}{\partial y^2} = 0

Applications

  • Physics: Describing motion, electricity, and heat.

  • Engineering: Control systems, signal processing.

  • Economics: Modeling growth and decay processes.

Introduction - Differential Equations (DE) are mathematical equations that relate one or more functions and their derivatives. They describe how a quantity changes over time or space, representing the relationship between functions and their rates of change.
Types of Differential Equations
  • Ordinary Differential Equations (ODE): These involve functions of a single independent variable and their derivatives.

    • Example: dydx+5y=e2x\frac{dy}{dx} + 5y = e^{2x}

  • Partial Differential Equations (PDE): These involve functions of multiple independent variables and their partial derivatives.

    • Example: The Wave Equation 2ut2=c22ux2\frac{\partial^2 u}{\partial t^2} = c^2 \frac{\partial^2 u}{\partial x^2}

Classification by Linearity
  • Linear Differential Equations: A DE is linear if the dependent variable and all its derivatives appear to the first power and are not multiplied together.

    • Example: y+3y+2y=0y'' + 3y' + 2y = 0

  • Non-linear Differential Equations: A DE that does not satisfy the linear conditions.

    • Example: yy=1y \cdot y' = 1 or y+sin(y)=0y'' + \sin(y) = 0

Order and Degree
  • Order: The order is determined by the highest derivative present in the equation.

  • Degree: The exponent of the highest-order derivative, provided the equation is expressed as a polynomial in terms of its derivatives.

Solutions
  • General Solution: A solution that contains a number of arbitrary constants equal to the order of the differential equation.

    • Example: For y=yy' = y, the general solution is y=Cexy = Ce^x.

  • Particular Solution: A solution obtained from the general solution by assigning specific values to the arbitrary constants, usually based on initial conditions (Initial Value Problems).

Applications
  • Physics:

    • Newton's Second Law: F=md2xdt2F = m \frac{d^2x}{dt^2}

    • Radioactive Decay: dNdt=λN\frac{dN}{dt} = -\lambda N

  • Engineering: Modeling electrical circuits (RLC circuits) and mechanical vibrations.

  • Biology & Economics:

    • Population Growth: The Logistic model dPdt=rP(1PK)\frac{dP}{dt} = rP(1 - \frac{P}{K})

    • Finance: Black-Scholes model for option pricing.

Introduction

Differential Equations (DE) are mathematical equations that relate one or more functions and their derivatives. They describe how a quantity changes over time or space, representing the relationship between functions (dependent variables) and their rates of change with respect to one or more independent variables.

Fundamental Concepts
  • Dependent and Independent Variables: In the equation dydx=f(x)\frac{dy}{dx} = f(x), yy is the dependent variable (the quantity being measured), and xx is the independent variable (the variable upon which yy depends).

  • Existence and Uniqueness: Fundamental theorems, such as Picard's Theorem, provide conditions under which a first-order differential equation with an initial condition has a unique solution.

Types of Differential Equations
  • Ordinary Differential Equations (ODE): These involve functions of a single independent variable and their derivatives.

    • Example: dydx+5y=e2x\frac{dy}{dx} + 5y = e^{2x}

  • Partial Differential Equations (PDE): These involve functions of multiple independent variables and their partial derivatives.

    • Example: The Wave Equation 2ut2=c22u×2\frac{\partial^2 u}{\partial t^2} = c^2 \frac{\partial^2 u}{\times^2}

Classification criteria
1. Linearity
  • Linear Differential Equations: A DE is linear if the dependent variable and all its derivatives appear to the first power and are not multiplied together. They follow the form a<em>n(x)y(n)+a</em>n1(x)y(n1)++a0(x)y=g(x)a<em>n(x)y^{(n)} + a</em>{n-1}(x)y^{(n-1)} + … + a_0(x)y = g(x).

    • Example: y+3y+2y=0y'' + 3y' + 2y = 0

  • Non-linear Differential Equations: A DE that does not satisfy the linear conditions, often involving terms like y2y^2, sin(y)\sin(y), or products like yyy \cdot y'.

    • Example: y+sin(y)=0y'' + \sin(y) = 0

2. Autonomy
  • Autonomous DE: An equation where the independent variable does not appear explicitly.

    • Example: dydt=ky\frac{dy}{dt} = ky

  • Non-autonomous DE: An equation where the independent variable is explicitly present.

    • Example: dydt=t+y\frac{dy}{dt} = t + y

Order and Degree
  • Order: The order is determined by the highest derivative present in the equation. A second derivative (yy'') makes it a second-order equation.

  • Degree: The exponent of the highest-order derivative, provided the equation is expressed as a polynomial in terms of its derivatives.

Solutions and Conditions
  • General Solution: A solution that contains a number of arbitrary constants equal to the order of the differential equation. It represents a family of curves.

    • Example: For y=yy' = y, the general solution is y=Cexy = Ce^x.

  • Particular Solution: A solution obtained from the general solution by assigning specific values to the arbitrary constants, usually based on initial conditions.

  • Initial Value Problems (IVP): Problems where the conditions are specified at a single point (e.g., y(0)=1y(0) = 1).

  • Boundary Value Problems (BVP): Problems where conditions are specified at different points (e.g., y(0)=0y(0) = 0 and y(L)=0y(L) = 0).

Common Solving Techniques
  • Separation of Variables: Used when the equation can be written as g(y)dy=f(x)dxg(y)dy = f(x)dx.

  • Integrating Factor: A technique for solving first-order linear ODEs of the form y+P(x)y=Q(x)y' + P(x)y = Q(x).

  • Laplace Transforms: Used to convert differential equations into algebraic equations, particularly useful in engineering control systems.

Applications
  • Physics:

    • Newton's Second Law: F=md2xdt2F = m \frac{d^2x}{dt^2}

    • Heat Equation: \frac{\partial u}{\partial t} = ̑ \nabla^2 u, describing distribution of heat in a region.

  • Engineering:

    • RLC Circuits: Modeling current flow in electrical circuits containing resistors, inductors, and capacitors.

    • Structural Analysis: Measuring the deflection of beams under load.

  • Biology & Economics:

    • Population Dynamics: The Logistic model dPdt=rP(1PK)\frac{dP}{dt} = rP(1 - \frac{P}{K}) accounts for carrying capacity.

    • Finance: Black-Scholes model used to determine the fair price of stock options.