MHB Is This the Correct General Solution for the Differential Equation?

mathmari
Gold Member
MHB
Messages
4,984
Reaction score
7
Hey! :o

I want to solve the differential equation $y'''(x)-2y''(x)+y'(x)=e^x$.

I have done the following:

Consider the homogeneous equation $y'''(x)-2y''(x)+y'(x)$.

$k^3-2k^2+k=0 \Rightarrow k=0 \text{ single root } , k=1 \text{ double root } $

So, the solution of the homogeneous problem is $y_h(x)=c_1+c_2e^x+c_3xe^x$. Since $1$ is a root of the characteristic polynomial of multiplicity $2$, we consider that the partial solution is of the form $y_p=(Ax^2+Bx+C)e^{x}$.

Finding the derivatives $y'_p,y''_p,y'''_p$ and replacing it at the problem I get $A=\frac{1}{2}$.

Is this correct? (Wondering) Is then the general solution the following? (Wondering)

$$y(x)=y_h(x)+y_p(x) \\ =c_1+c_2e^x+c_3xe^x+\left (\frac{1}{2}x^2+Bx+C\right )e^{x} \\ =c_1+(c_2+C)e^x+(c_3+B)xe^x+\frac{1}{2}x^2e^x$$
 
Physics news on Phys.org
When you use the method of undetermined coefficients to obtain the particular solution, you should find numerical values for all of the parameters $A,\,B,\,C$.
 
mathmari said:
I want to solve the differential equation $y'''(x)-2y''(x)+y'(x)=e^x$.

...

Is then the general solution the following? (Wondering)

$$y(x)=y_h(x)+y_p(x) \\ =c_1+c_2e^x+c_3xe^x+\left (\frac{1}{2}x^2+Bx+C\right )e^{x} \\ =c_1+(c_2+C)e^x+(c_3+B)xe^x+\frac{1}{2}x^2e^x$$
Yes it is! But it would be better to check the answer yourself rather than ask MHB to do it for you.

In fact, writing $L,M,N$ for the constants $c_1$, $c_2+C$ and $c_3+B$, your proposed solution is $$y = L + Me^x + Nxe^x + \tfrac12x^2e^x.$$ You can then differentiate this three times to get $$y' = Me^x + N(1+x)e^x + (\tfrac12x^2+x)e^x,$$ $$y'' = (M+N)e^x + N(1+x)e^x + (\tfrac12x^2+2x+1)e^x,$$ $$y''' = (M+2N)e^x + N(1+x)e^x + (\tfrac12x^2+3x+3)e^x.$$ It is then a simple matter to check that $y''' - 2y'' + y' = e^x.$ So your solution works, and since it contains three arbitrary constants it must be the general solution to this third-order equation.
 
There is the following linear Volterra equation of the second kind $$ y(x)+\int_{0}^{x} K(x-s) y(s)\,{\rm d}s = 1 $$ with kernel $$ K(x-s) = 1 - 4 \sum_{n=1}^{\infty} \dfrac{1}{\lambda_n^2} e^{-\beta \lambda_n^2 (x-s)} $$ where $y(0)=1$, $\beta>0$ and $\lambda_n$ is the $n$-th positive root of the equation $J_0(x)=0$ (here $n$ is a natural number that numbers these positive roots in the order of increasing their values), $J_0(x)$ is the Bessel function of the first kind of zero order. I...
Are there any good visualization tutorials, written or video, that show graphically how separation of variables works? I particularly have the time-independent Schrodinger Equation in mind. There are hundreds of demonstrations out there which essentially distill to copies of one another. However I am trying to visualize in my mind how this process looks graphically - for example plotting t on one axis and x on the other for f(x,t). I have seen other good visual representations of...

Similar threads

Replies
1
Views
116
Replies
3
Views
2K
Replies
52
Views
7K
Replies
5
Views
2K
Replies
2
Views
5K
Back
Top