sandy.bridge
- 797
- 1
Homework Statement
Given y_1(x)=x is a solution to (2x-1)y''-4xy'+4y=0, find y(2) given (y(1),y'(1))=(0, 0). Utilize method of reduction of order.
I need help with this as I end up getting some ugly (in my mind, anyways) integrals. Thanks in advance!
The Attempt at a Solution
Let y=y_1v=xv, hence y'=v'x+v, and y''=2v'+v''x.
4xv'-2v'+2x^2v''-xv''-4xv-4x^2v'+4xv=0
4xv'-2v'+2x^2v''-xv''-4x^2v'=0
Let w=v'
After separating I get:
\frac{dw}{w}=\frac{4x^2-4x+2}{2x^2-x}dx
\frac{4x^2-4x+2}{2x^2-x}=2+\frac{A}{x}+\frac{B}{2x-1}
where A(2x-1)+Bx=-2x+2, hence (A, B)=(-2, 2)
Therefore,
\frac{dw}{w}=(2-2\frac{1}{x}+2\frac{1}{2x-1})dx
ln|w|=2x-2ln|x|+2ln|2x-1|+C_1
w=\frac{e^{2x+C_1}(4x^2-4x+1)}{x^2}
Next, I know I am supposed to integrate this to determine y', however, I am unsure of how to go about doing this.
Last edited: