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

In summary, the conversation discusses the problem of finding the recursion formula for a given equation and using it to calculate the coefficients for the solution. The conversation concludes by pointing out the mistakes in the given coefficients and providing the correct coefficients.
  • #1
VinnyCee
489
0
The problem (#11, 5.2, boyce diprima):

[tex](3\,-\,x^2)\,y''\,-\,(3\,x)\,y'\,-\,y\,=\,0[/tex]

I got the recursion formula as:

[tex]a_{n\,+\,2}\,=\,\frac{(n\,+\,1)}{3\,(n\,+\,2)}\,a_n[/tex]

Which give the following results:

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

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

[tex]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][/tex]

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

--J
 
  • #3
Incorrect recursion table is the trouble...

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

[tex]\begin{flalign*}a_2& = \frac{1}{6}\,a_0\,x^2&a_3& = \frac{2}{9}\,a_1\,x^3&a_4& = \frac{1}{24}\,a_0\,x^4&\\a_5& = \frac{8}{135}\,a_1\,x^5&a_6& = \frac{5}{432}\,a_0\,x^6&a_7& = \frac{16}{945}\,a_1\,x^7&\end{flalign*}[/tex]
 
  • #4
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
 

1. What is a series differential equation?

A series differential equation is a type of differential equation that can be represented as a series of terms, typically involving derivatives of a function. In other words, it is an equation that involves the function and its derivatives, rather than just the function itself.

2. How do you solve a series differential equation?

To solve a series differential equation, you can use a variety of methods such as the power series method, the Frobenius method, or the method of undetermined coefficients. These methods involve manipulating the equation and its initial conditions to find a solution that satisfies all the given conditions.

3. What is the specific series differential equation (3 - x^2) y'' - (3x) y' - y = 0 used for?

This specific series differential equation is often used in physics and engineering to model simple harmonic motion, such as the oscillations of a spring. It can also be used to describe various other physical phenomena, such as electrical circuits and fluid dynamics.

4. What are the initial conditions for solving this series differential equation?

The initial conditions for solving this series differential equation typically involve specifying the value of the function and its derivatives at a certain point, such as y(0) = 1, y'(0) = 0, y''(0) = -2. These initial conditions are necessary to find a unique solution to the equation.

5. Can a series differential equation have multiple solutions?

Yes, a series differential equation can have multiple solutions, depending on the initial conditions and the chosen method of solving. In some cases, the equation may have an infinite number of solutions, while in others, there may be no solutions at all.

Similar threads

  • Calculus and Beyond Homework Help
Replies
1
Views
216
  • Introductory Physics Homework Help
Replies
10
Views
892
  • Calculus and Beyond Homework Help
Replies
8
Views
972
  • Introductory Physics Homework Help
Replies
7
Views
657
  • Introductory Physics Homework Help
Replies
2
Views
942
  • Introductory Physics Homework Help
Replies
2
Views
1K
  • Introductory Physics Homework Help
Replies
10
Views
1K
  • Introductory Physics Homework Help
Replies
12
Views
716
  • Introductory Physics Homework Help
3
Replies
97
Views
3K
  • Introductory Physics Homework Help
Replies
2
Views
229
Back
Top