We choose x0=0. Since 2x2=0, we know that x0 is a singular point. Nextwe check if the point is regular by computing limx→x0a(x)(x−x0) and limx→x0b(x)(x−x0)2where a(x) = 2x1 and b(x) = 2x2x2−1limx→02x1(x)=21 and limx→0x2(2x2x2−1)=2−1Since both limits are finite, we say x0 is a regular singular point.Using Frobenius method, let y = ∑n=0∞anxn+rtherefore y′=∑n=0∞(n+r)anxn+r−1 and y′′=∑n=0∞(n+r)(n+r−1)anxn+r−2Next, we input the above values in the original differential equation2x2∑n=0∞(n+r)(n+r−1)anxn+r−2 + x∑n=0∞(n+r)anxn+r−1+x2∑n=0∞anxn+r−∑n=0∞anxn+r=∑n=0∞(an(2(n+r)(n+r−1)+(n+r)−1)+an−2)xn+r−(1)Let n = 0, therefore we have the indicial equation2r(r−1)+r−1)=0⟹r=1 and r=−21.Also, a1(2(1+r)r+(1+r)−1)=0⟹a1(r(2r+3))=0, which gives the recurrence relationan=(n+r−1)(2(n+r)+1)−an−2,n=2,3,4,5,...using the equation above we have that, when n=1, a1=0when n=2, a2=14−a0when n = 4, a4=616−a0Since a1=0, we have that, a1=a3=a5=...=0Recall that y1=∑n=0∞anxn+rTherefore, we have thaty1=x−14x3+616x5+...Repeating the process for r = 2−1, we have thaty2=x2−1(1−2x2+40x4+...)
Comments