Key Points

Differential Equations

13 Sections
  • Differential Equation Definition

    A differential equation is an equation that involves an unknown function and one or more of its derivatives. It relates a function with its derivatives.

  • Order of a Differential Equation

    The order of a differential equation is the order of the highest derivative appearing in the equation. For example, the order of d3ydx3+y=0\frac{d^3y}{dx^3} + y = 0 is 3.

  • Degree of a Differential Equation

    The degree is the highest power (positive integer) of the highest order derivative, provided the equation is a polynomial in its derivatives. For (d2ydx2)3+dydx=0(\frac{d^2y}{dx^2})^3 + \frac{dy}{dx} = 0, the degree is 3.

  • When Degree is Not Defined

    The degree of a differential equation is not defined if it cannot be expressed as a polynomial in its derivatives. For example, the degree of d2ydx2+sin(dydx)=0\frac{d^2y}{dx^2} + \sin(\frac{dy}{dx}) = 0 is not defined.

  • General and Particular Solutions

    A general solution contains arbitrary constants equal in number to the order of the equation. A particular solution is obtained by giving specific values to these constants, usually from initial conditions.

  • Method 1: Variables Separable

    For a differential equation of the form dydx=f(x)g(y)\frac{dy}{dx} = f(x)g(y), we can separate variables to get 1g(y)dy=f(x)dx\frac{1}{g(y)}dy = f(x)dx. The solution is found by integrating both sides: 1g(y)dy=f(x)dx+C\int \frac{1}{g(y)}dy = \int f(x)dx + C.

  • Method 2: Homogeneous Differential Equations

    A differential equation is homogeneous if it can be written in the form dydx=F(yx)\frac{dy}{dx} = F(\frac{y}{x}). To solve, substitute y=vxy = vx, which implies dydx=v+xdvdx\frac{dy}{dx} = v + x\frac{dv}{dx}.

  • Solving Homogeneous Equations

    After substituting y=vxy=vx, the equation becomes v+xdvdx=F(v)v + x\frac{dv}{dx} = F(v). This can be rearranged into a variable separable form: dvF(v)v=dxx\frac{dv}{F(v) - v} = \frac{dx}{x}, which can then be integrated.

  • Method 3: Linear Differential Equations Form 1

    A first-order linear differential equation has the form dydx+Py=Q\frac{dy}{dx} + Py = Q, where P and Q are constants or functions of xx only.

  • Integrating Factor for dy/dx + Py = Q

    To solve a linear differential equation, first find the Integrating Factor (I.F.), which is given by the formula I.F.=ePdxI.F. = e^{\int P dx}.

  • Solution for Linear DE Form 1

    The general solution of the linear differential equation dydx+Py=Q\frac{dy}{dx} + Py = Q is given by y×(I.F.)=(Q×I.F.)dx+Cy \times (I.F.) = \int (Q \times I.F.) dx + C.

  • Linear Differential Equations Form 2

    Another form of a linear differential equation is dxdy+P1x=Q1\frac{dx}{dy} + P_1x = Q_1, where P1P_1 and Q1Q_1 are constants or functions of yy only.

  • Solution for Linear DE Form 2

    For the form dxdy+P1x=Q1\frac{dx}{dy} + P_1x = Q_1, the Integrating Factor is I.F.=eP1dyI.F. = e^{\int P_1 dy}. The solution is given by x×(I.F.)=(Q1×I.F.)dy+Cx \times (I.F.) = \int (Q_1 \times I.F.) dy + C.

Quick Revision Tips

  • • Review these points before exams
  • • Make flashcards for better retention
  • • Connect points to real-world examples
  • • Practice explaining each point in your own words