Difference between revisions of "Solutions of Differential Equations"

From Department of Mathematics at UTSA
Jump to navigation Jump to search
Line 6: Line 6:
 
* <math> y'' + y' - 2y = 0 </math>. The G.S. is <math> y = Ce^{x} + De^{-2x} </math>. <math> y' = Ce^{x} - 2De^{-2x} </math> and <math> y'' = Ce^{x} + 4De^{-2x} </math>, so <math> 0 = y'' + y' - 2y </math> becomes <math> 0 = Ce^{x} + 4De^{-2x} + Ce^{x} - 2De^{-2x} - 2(Ce^{x} + De^{-2x}) = Ce^{x} + Ce^{x} - 2Ce^{x} + 4De^{-2x} - 2De^{-2x} - 2De^{-2x}) = 0 </math>.
 
* <math> y'' + y' - 2y = 0 </math>. The G.S. is <math> y = Ce^{x} + De^{-2x} </math>. <math> y' = Ce^{x} - 2De^{-2x} </math> and <math> y'' = Ce^{x} + 4De^{-2x} </math>, so <math> 0 = y'' + y' - 2y </math> becomes <math> 0 = Ce^{x} + 4De^{-2x} + Ce^{x} - 2De^{-2x} - 2(Ce^{x} + De^{-2x}) = Ce^{x} + Ce^{x} - 2Ce^{x} + 4De^{-2x} - 2De^{-2x} - 2De^{-2x}) = 0 </math>.
  
The particular solution of a differential equation can be solved if we have enough points to solve for the arbitrary constants (see [[Initial Value Problem (IVP)| initial value problems]] for more).
+
The particular solution of a differential equation can be solved if we have enough points to solve for the arbitrary constants (see initial value problems for more).
  
 
==Resources==
 
==Resources==
 
* [http://www.maths.gla.ac.uk/~cc/2x/2005_2xnotes/2x_chap5.pdf Differential Equations], University of Glascow
 
* [http://www.maths.gla.ac.uk/~cc/2x/2005_2xnotes/2x_chap5.pdf Differential Equations], University of Glascow
 
* [https://www.api.simply.science/index.php/math/calculus/differential-equations/types-of-differential-equations/9869-general-and-particular-solutions-of-a-differential-equation General and Particular Solutions], Simply Math
 
* [https://www.api.simply.science/index.php/math/calculus/differential-equations/types-of-differential-equations/9869-general-and-particular-solutions-of-a-differential-equation General and Particular Solutions], Simply Math

Revision as of 23:32, 5 November 2021

A solution of a differential equation is an expression of the dependent variable that satisfies the relation established in the differential equation. For example, the solution of will be some equation y = f(x) such that y and its first derivative, y', satisfy the relation . The general solution of a differential equation will have one or more arbitrary constants, depending on the order of the original differential equation (the solution of a first order diff. eq. will have one arbitrary constant, a second order one will have two, etc.).

Examples:

  • . Through simple integration, we can calculate the general solution of this equation to be , where C is an arbitrary constant.
  • . The G.S. is . , so , so this solution satisfies the relationship for all arbitrary constants C.
  • . The G.S. is . and , so becomes .

The particular solution of a differential equation can be solved if we have enough points to solve for the arbitrary constants (see initial value problems for more).

Resources