KillerZ
- 116
- 0
Homework Statement
Verify that the given functions form a fundamental set of solutions of the differential equation on the indicated interval. Form the solution.
[tex]4y^{''} - 4y^{'} + y = 0[/tex]
[tex]e^{x/2}, xe^{x/2}[/tex]
Homework Equations
[tex]Wr(y_1,...,y_n)=det\left(\begin{array}{ccc}y_1&\cdots&y_n\\y_1\prime&\cdots&y_n\prime\\\vdots&\vdots &\vdots\\y_1^{(n-1)}&\cdots&y_n^{(n-1)}\end{array}\right)[/tex]
The Attempt at a Solution
[tex]e^{x/2}, xe^{x/2}[/tex]
[tex]\frac{e^{x/2}}{2}, \frac{xe^{x/2}}{2} + e^{x/2}[/tex]
[tex]Wr(e^{x/2}, xe^{x/2})= det\left(\begin{array}{ccc}e^{x/2}&xe^{x/2}\\\frac{e^{x/2}}{2}&\frac{xe^{x/2}}{2} + e^{x/2}\\\end{array}\right)[/tex]
[tex](e^{x/2})(\frac{xe^{x/2}}{2} + e^{x/2}) - (xe^{x/2})(\frac{e^{x/2}}{2})[/tex]
[tex]\frac{xe^{x/2}}{2} + e^{x} - \frac{xe^{x/2}}{2} = e^{x} \neq 0[/tex]
Therefore the functions are linearly independent and form a solution.[tex]y = c_{1}e^{x/2} + c_{2}xe^{x/2}[/tex]