Series Diff EQ problem: (3 - x^2) y'' - (3x) y' - y = 0

  • Thread starter Thread starter VinnyCee
  • Start date Start date
  • Tags Tags
    Diff eq Series
AI Thread Summary
The discussion revolves around solving the differential equation (3 - x^2)y'' - (3x)y' - y = 0. A recursion formula was derived, but the resulting coefficients did not match the expected answer from the textbook. It was suggested that the algebra may be incorrect and that recalculating the coefficients could resolve the discrepancies. Additionally, it was emphasized that the coefficients should not include the powers of x themselves, as they are meant to represent the coefficients of the series expansion. Correcting these issues should lead to a proper solution for y(x).
VinnyCee
Messages
486
Reaction score
0
The problem (#11, 5.2, boyce diprima):

(3\,-\,x^2)\,y''\,-\,(3\,x)\,y'\,-\,y\,=\,0

I got the recursion formula as:

a_{n\,+\,2}\,=\,\frac{(n\,+\,1)}{3\,(n\,+\,2)}\,a_n

Which give the following results:

\begin{flalign*}<br /> a_2&amp; = \frac{1}{6}\,a_n\,x^2&amp;<br /> a_3&amp; = \frac{2}{9}\,a_n\,x^3&amp;<br /> a_4&amp; = \frac{1}{4}\,a_n\,x^4&amp;\\<br /> a_5&amp; = \frac{4}{15}\,a_n\,x^5&amp;<br /> a_6&amp; = \frac{5}{18}\,a_n\,x^6&amp;<br /> a_7&amp; = \frac{6}{21}\,a_n\,x^7&amp;<br /> \end{flalign*}

When these are used, the answer does not match the book:

y(x)\,=\,a_0\,\left[1\,+\,\frac{x^2}{6}\,+\,\frac{x^4}{24}\,+\,\frac{5}{432}\,x^6\,+\,...\right]\,+\,a_1\,\left[x\,+\,\frac{2}{9}\,x^3\,+\,\frac{8}{135}\,x^5\,+\,\frac{16}{945}\,x^7\,+\,...\right]

What did I do wrong?
 
Physics news on Phys.org
Your algebra is a little suspect. Try calculating those coefficients again.

--J
 
Incorrect recursion table is the trouble...

y(x)\,=\,\sum_{n\,=\,0}^{\infty}\,a_n\,x^n\,=\,a_0\,+\,a_1\,x\,+\,...

\begin{flalign*}a_2&amp; = \frac{1}{6}\,a_0\,x^2&amp;a_3&amp; = \frac{2}{9}\,a_1\,x^3&amp;a_4&amp; = \frac{1}{24}\,a_0\,x^4&amp;\\a_5&amp; = \frac{8}{135}\,a_1\,x^5&amp;a_6&amp; = \frac{5}{432}\,a_0\,x^6&amp;a_7&amp; = \frac{16}{945}\,a_1\,x^7&amp;\end{flalign*}
 
Also, you shouldn't include the xn in your coefficients. Remember that these are the coefficients of the powers of x! They don't include the power of x themselves. You must multiply them by the appropriate power of x to get your solution. Otherwise, it looks like you're set. Good job.

--J
 
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'A cylinder connected to a hanging mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top