Second order linear ODE: Difference between revisions
Line 46: | Line 46: | ||
Depending on the constants, it will give us anywhere from zero to two solutions: <math>y_1</math> and <math>y_2</math> | Depending on the constants, it will give us anywhere from zero to two solutions: <math>y_1</math> and <math>y_2</math> | ||
There are three cases: 2 real roots, complex conjugates, and repeated roots, depending on the discriminant. | |||
For 2 real roots, the two solutions are always independent so we get general solution easy. | |||
For complex conjugates, | |||
For repeated roots, | |||
== Fundamental set of solutions == | == Fundamental set of solutions == |
Revision as of 23:49, 21 May 2024
Second order linear ODEs are in the following form:
Important types of second order linear ODEs include
- Homogeneous
- Constant coefficients (where p and q are constants)
Initial value problem
There are two arbitrary constants in the solution of a second order linear ODE, so we need two initial conditions.
Solutions
Constant coefficient, homogeneous
Whatever derived usually also works for variable coefficients.
These are the simplest kind. They have the general form
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 ay''+by'+cy=0 }
We can guess the form of the solution to be exponential, since exponential functions has the property of being the same after many differentiation.
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=e^{rt} }
We substitute in the guess and obtain the characteristic equation
Depending on the constants, it will give us anywhere from zero to two solutions: and 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_2}
There are three cases: 2 real roots, complex conjugates, and repeated roots, depending on the discriminant.
For 2 real roots, the two solutions are always independent so we get general solution easy.
For complex conjugates,
For repeated roots,
Fundamental set of solutions
Given that two linearly independent solutions are given, the general solution is of the following form
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(t) = c_1 y_1+c_2 y_2 }
The independence of the solutions can be checked using the Wronskian. The two solutions are called a fundamental set of solutions.
This fundamental set always exists according to the General existence theorem.