Use place value to solve Pablo has a piece of wire that is 0.08 meters long Beth has a piece of wire that is 10 times as long as problems wired leaves wire is one-tenth as long as problems how long is Beth wire how long is li's

wire

2 answers

You want to try that again in English?
review the conditions for the series to exist. In this case, it will exist for x=0, so we want

y = ∑anx^n
y' = ∑nanx^(n-1)
y" = ∑n(n-1)anx^(n-2)

The DE then says
∑n(n-1)anx^(n-2) + x*∑nanx^(n-1) + ∑anx^n = 0

∑n(n-1)anx^(n-2) + ∑nanx^n + ∑anx^n = 0

∑n(n-1)anx^(n-2) + ∑(n+1)anx^n = 0

Now shift y" so the powers of x add up

∑(n+2)(n+1)an+2x^n + ∑(n+1)anx^n = 0

∑[(n+2)(n+1)an+2 + (n+1)an]x^n = 0

For the series to be zero for all x, we have the recurrence relation

(n+2)(n+1)an+2 + (n+1)an = 0

an+2 = -an/(n+2)

At this point, just start listing the coefficients and see where you go. There is a similar DE used as an example at

http://tutorial.math.lamar.edu/Classes/DE/SeriesSolutions.aspx