Particular and General solution of Differential equation
Particular solution (The solution for the particular inhomogeneity in question)
In general, an inhomogeneous differential equation is of the form:
$$y'' + p(t)y' + q(t)y = f(t)$$
where $y$ is the unknown function, $p(t)$ and $q(t)$ are known functions, and $f(t)$ is a known function as well.
The particular solution of an inhomogeneous differential equation is a solution that satisfies the equation for the given function $f(t)$, but with zero initial conditions. In other words, it is a solution that takes into account the effect of the non-homogeneous term $f(t)$, and it is usually denoted by $y_p$.
Digression regarding the zero initial condition criteria
How to find the particular solution
To find the particular solution, one can use a variety of methods depending on the specific form of $f(t)$ and the differential equation. Some common methods include:
- Method of undetermined coefficients: This method involves guessing a particular solution based on the form of $f(t)$, and then solving for the coefficients that make the solution work. For example, if $f(t)$ is a polynomial, one can guess a particular solution of the form $y_p = a_nt^n + a_{n-1}t^{n-1} + \cdots + a_1t + a_0$, and then solve for the coefficients $a_n, a_{n-1}, \ldots, a_0$ by plugging $y_p$ into the differential equation.
- Variation of parameters: This method involves finding a general solution to the homogeneous differential equation (i.e., setting $f(t) = 0$), and then assuming a particular solution of the form $y_p = u(t)y_1(t) + v(t)y_2(t)$, where $y_1(t)$ and $y_2(t)$ are two linearly independent solutions to the homogeneous equation, and $u(t)$ and $v(t)$ are functions to be determined. Plugging this form into the differential equation and solving for $u(t)$ and $v(t)$ will give the particular solution.
- Laplace transform: This method involves taking the Laplace transform of both sides of the differential equation, solving for $Y(s)$ (the Laplace transform of $y(t)$), and then using inverse Laplace transform to find $y(t)$. This method can be particularly useful for linear differential equations with constant coefficients. (Similarly, even fourier transform can be used to find the particular solution).
These are just a few methods that can be used to find the particular solution of an inhomogeneous differential equation. The choice of method depends on the specific equation and the properties of the non-homogeneous term $f(t)$.
Comments
Post a Comment