Need help on Power Series Question

G4CKT
Messages
12
Reaction score
0

Homework Statement



y''+t^2*y'-y=1-t^2

Homework Equations



y(0)=-2
y'(0)=1

Find the first 6 coefficients

C1=-2
C2=1
C3=? (-1?)
C4=?
C5=?
C6=?

The Attempt at a Solution



Okay so I tried to do this but I'm not used to having anything on the RHS of the equation.

I got down to \Sigma(n+1)(n+2)an+2tn+\Sigmaan-1(n-1)tn-\Sigmaantn-a0+2*a2

Where the sigma's have n=2 on the bottoms of them. Don't know what to do next tho!
 
Physics news on Phys.org
Set what you have equal to 1 - t^2.
Expand the summations on the left side up to about 5th degree terms.
Bring the two terms on the right side over to the left side.
Group all constants together, group all terms in t together, all terms in t^2 together, and so on up to the t^5 terms.
The expression on the left is identically equal to zero, so the constant term has to be zero, the coefficient of t has to be zero, and so on. These should allow you to solve for c0, c1, c2, ..., c5. (BTW, switch your coefficients from a_i to c_i so you don't confuse yourself.)
 
Write the equation as

\sum [...] t^n = 1 - t^2

and then work with each n separately. For example, for n=0, you'd get something like 2a2 - a0 = 1, which gives you 2a2 with the help of the initial conditions. Then move to n=1, 2 ...

Alternatively, you can cheat a little; just looking at the differential equation you can immediately see what y''(0) has to be with those initial conditions. Then you can differentiate it once to find y'''(0) and so forth. Differentiating the series expression, you can immediately see the connection between the coefficients and derivatives at t=0.
 
clamtrox said:
Write the equation as

\sum [...] t^n = 1 - t^2

and then work with each n separately. For example, for n=0, you'd get something like 2a2 - a0 = 1, which gives you 2a2 with the help of the initial conditions. Then move to n=1, 2 ...

Alternatively, you can cheat a little; just looking at the differential equation you can immediately see what y''(0) has to be with those initial conditions. Then you can differentiate it once to find y'''(0) and so forth. Differentiating the series expression, you can immediately see the connection between the coefficients and derivatives at t=0.

So for the n=0 you subbed the 0 into the t term as well?
 
Bump!
 
Nvm I got it guys thanks!
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top