Integrating factor

From Rice Wiki
Revision as of 21:47, 17 April 2024 by Rice (talk | contribs) (Created page with "'''Integrating factors''' is a method to solve scalar Linear First Order ODE<nowiki/>s. Consider <math>y' + p(t) y = g(t)</math> We multiply bothsides by integrating factor <math>\mu(t)</math> such that the left hand side to be the ''exact derivative of a product.'' For this to work, we need <math>\mu' = \mu p</math> Applying the integrating factor, we have <math>\begin{aligned} \mu(t) y + \mu(t) p(t) y &= \mu(t) g(t) \\ \mu y' + \mu ' y &= \mu g \\ (\mu y)' &=...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Integrating factors is a method to solve scalar Linear First Order ODEs.

Consider

Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle y' + p(t) y = g(t)}

We multiply bothsides by integrating factor Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \mu(t)} such that the left hand side to be the exact derivative of a product. For this to work, we need

Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \mu' = \mu p}

Applying the integrating factor, we have

Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \begin{aligned} \mu(t) y + \mu(t) p(t) y &= \mu(t) g(t) \\ \mu y' + \mu ' y &= \mu g \\ (\mu y)' &= \mu g \end{aligned}}

From there, simple integration and algebra will solve the equation.