Warning: foreach() argument must be of type array|object, bool given in /var/www/html/web/app/themes/studypress-core-theme/template-parts/header/mobile-offcanvas.php on line 20

Solve the given differential equation by means of a power series about the given point \(x_{0} .\) Find the recurrence relation; also find the first four terms in each of two linearly independent solutions (unless the series terminates sooner). If possible, find the general term in each solution. \(\left(4-x^{2}\right) y^{\prime \prime}+2 y=0, \quad x_{0}=0\)

Short Answer

Expert verified
Answer: The first four terms of each linearly independent solution are as follows: \(y_1(x) = 1 - x^2 + \dfrac{1}{6} x^4 - \dfrac{1}{90} x^6 + \cdots\) and \(y_2(x) = x - \dfrac{1}{3} x^3 + \dfrac{1}{10} x^5 - \dfrac{1}{210} x^7 + \cdots\).

Step by step solution

01

Assume a power series solution for y(x)

Assume the solution in the form of a power series, centered at \(x_0=0\): \(y(x) = \sum_{n=0}^{\infty} a_n x^n\) First, determine its first and second derivatives to substitute in the given differential equation: \(y'(x) = \sum_{n=1}^{\infty} n a_n x^{n-1}\) \(y''(x) = \sum_{n=2}^{\infty} n(n-1) a_n x^{n-2}\)
02

Substitute the series into the differential equation

Substitute the power series of \(y(x)\), \(y'(x)\) and \(y''(x)\) into the given equation: \(\left(4-x^2\right) \sum_{n=2}^{\infty} n(n-1)a_n x^{n-2} + 2 \sum_{n=0}^{\infty} a_n x^n = 0\)
03

Rewrite the equation with matching powers

Now rewrite the expression such that all terms have matching powers of \(x\): \(\sum_{n=2}^{\infty} n(n-1)a_n x^{n} (4-x^2) + \sum_{n=0}^{\infty} 2a_n x^n = 0\)
04

Find the recurrence relation

To find the recurrence relation, we need to equate coefficients of like terms, i.e., coefficients of \(x^n\) must be equal on both sides of the equation. To do this, we can rewrite the sums above as: \(\sum_{n=0}^{\infty} [2a_n + 4(n+2)(n+1)a_{n+2} - (n+2)(n+1) a_{n+2}] x^n = 0\) Equating the coefficients of like terms, we get: \(2a_n + 4(n+2)(n+1)a_{n+2} - (n+2)(n+1) a_{n+2} = 0\) Solving for \(a_{n+2}\), we get the following recurrence relation: \(a_{n+2} = \dfrac{-2a_n}{(n+1)(n+2)}\)
05

Finding the first four terms in each solution

Using the recurrence relation, calculate the first four terms for each of the linearly independent solutions: First solution (\(a_0 = 1, a_1 = 0\)): \(a_0 = 1\) \(a_2 = \dfrac{-2a_0}{1\cdot2} = -1\) \(a_4 = \dfrac{-2a_2}{3\cdot4} = \dfrac{1}{6}\) \(a_6 = \dfrac{-2a_4}{5\cdot6} = -\dfrac{1}{90}\) So, the first linearly independent solution is: \(y_1(x) = 1 - x^2 + \dfrac{1}{6} x^4 - \dfrac{1}{90} x^6 + \cdots\) Second solution (\(a_0 = 0, a_1 = 1\)): \(a_1 = 1\) \(a_3 = \dfrac{-2a_1}{2\cdot3} = -\dfrac{1}{3}\) \(a_5 = \dfrac{-2a_3}{4\cdot5} = \dfrac{1}{10}\) \(a_7 = \dfrac{-2a_5}{6\cdot7} = -\dfrac{1}{210}\) So, the second linearly independent solution is: \(y_2(x) = x - \dfrac{1}{3} x^3 + \dfrac{1}{10} x^5 - \dfrac{1}{210} x^7 + \cdots\)
06

Checking for a general term

Analyzing the solutions given above, no simple general formula for the terms in \(y_1(x)\) and \(y_2(x)\) can be deducted. Therefore, the answer will be in the form of the first four terms of each linearly independent solution: \(y_1(x) = 1 - x^2 + \dfrac{1}{6} x^4 - \dfrac{1}{90} x^6 + \cdots\) \(y_2(x) = x - \dfrac{1}{3} x^3 + \dfrac{1}{10} x^5 - \dfrac{1}{210} x^7 + \cdots\)

Unlock Step-by-Step Solutions & Ace Your Exams!

  • Full Textbook Solutions

    Get detailed explanations and key concepts

  • Unlimited Al creation

    Al flashcards, explanations, exams and more...

  • Ads-free access

    To over 500 millions flashcards

  • Money-back guarantee

    We refund you if you fail your exam.

Over 30 million students worldwide already upgrade their learning with Vaia!

One App. One Place for Learning.

All the tools & learning materials you need for study success - in one app.

Get started for free

Most popular questions from this chapter

Determine the general solution of the given differential equation that is valid in any interval not including the singular point. \(x^{2} y^{\prime \prime}+3 x y^{\prime}+5 y=0\)

First Order Equations. The series methods discussed in this section are directly applicable to the first order linear differential equation \(P(x) y^{\prime}+Q(x) y=0\) at a point \(x_{0}\), if the function \(p=Q / P\) has a Taylor series expansion about that point. Such a point is called an ordinary point, and further, the radius of convergence of the series \(y=\sum_{n=0}^{\infty} a_{n}\left(x-x_{0}\right)^{n}\) is at least as large as the radius of convergence of the series for \(Q / P .\) In each of Problems 16 through 21 solve the given differential equation by a series in powers of \(x\) and verify that \(a_{0}\) is arbitrary in each case. Problems 20 and 21 involve nonhomogeneous differential equations to which series methods can be easily extended. Where possible, compare the series solution with the solution obtained by using the methods of Chapter 2 . $$ y^{\prime}-y=x^{2} $$

The Laguerre \(^{11}\) differential equation is $$ x y^{\prime \prime}+(1-x) y^{\prime}+\lambda y=0 $$ Show that \(x=0\) is a regular singular point. Determine the indicial equation, its roots, the recurrence relation, and one solution \((x>0) .\) Show that if \(\lambda=m,\) a positive integer, this solution reduces to a polynomial. When properly normalized this polynomial is known as the Laguerre polynomial, \(L_{m}(x) .\)

The Legendre equation of order \(\alpha\) is $$ \left(1-x^{2}\right) y^{\prime \prime}-2 x y^{\prime}+\alpha(\alpha+1) y=0 $$ The solution of this equation near the ordinary point \(x=0\) was discussed in Problems 22 and 23 of Section 5.3 . In Example 5 of Section 5.4 it was shown that \(x=\pm 1\) are regular singular points. Determine the indicial equation and its roots for the point \(x=1 .\) Find a series solution in powers of \(x-1\) for \(x-1>0 .\) Hint: Write \(1+x=2+(x-1)\) and \(x=1+(x-1) .\) Alternatively, make the change of variable \(x-1=t\) and determine a series solution in powers of \(t .\)

Determine the general solution of the given differential equation that is valid in any interval not including the singular point. \(x^{2} y^{\prime \prime}-5 x y^{\prime}+9 y=0\)

See all solutions

Recommended explanations on Math Textbooks

View all explanations

What do you think about this solution?

We value your feedback to improve our textbook solutions.

Study anywhere. Anytime. Across all devices.

Sign-up for free