Order of Differential Equations

From Department of Mathematics at UTSA
Revision as of 18:55, 17 September 2021 by Lila (talk | contribs)
Jump to navigation Jump to search

Introduction

The order of a differential equation is determined by the highest-order derivative. The higher the order of the differential equation, the more arbitrary constants need to be added to the general solution. A first-order equation will have one, a second-order two, and so on. The degree of a differential equation, similarly, is determined by the highest exponent on any variables involved.

Examples:

  • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle y'' + xy' - x^3y = \sin{x} } is second order because the highest-order derivative, Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle y'' } , is of order 2.
  • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle x't + x = t^2 } is first order because x' is the highest order derivative.
  • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle y''' + 3y'' + 3y' + y = x^2 } is of order 3.

Resources