Home

Tutoring

Subjects

Live Classes

Study Coach

Essay Review

On-Demand Courses

Colleges

Games


Sign up

Log in

Opening subject page...

Loading your content

Practice

  • All Subjects
  • Algebra Flashcards
  • SAT Math Practice Tests
  • Math Question of the Day
  • Live Classes
  • On-Demand Courses

Varsity Tutors

  • Find a Tutor
  • Test Prep
  • Online Classes
  • K-12 Learning
  • College Search
  • VarsityTutors.com

© 2026 Varsity Tutors. All rights reserved.

← Back to quizzes

Differential Equations Quiz

Differential Equations Quiz: Power Series Method

Practice Power Series Method in Differential Equations with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.

Question 1 / 6

0 of 6 answered

Consider the differential equation y′′−xy′+2y=0y'' - xy' + 2y = 0y′′−xy′+2y=0. When applying the power series method about x=0x = 0x=0, what is the recurrence relation for the coefficients ana_nan​ in the series y=∑n=0∞anxny = \sum_{n=0}^{\infty} a_n x^ny=∑n=0∞​an​xn?

Select an answer to continue

What this quiz covers

This quiz focuses on Power Series Method, giving you a quick way to practice the rules, question types, and explanations that matter most for Differential Equations.

How to use this quiz

Try each quiz question before looking at the correct answer. Use the explanations to review missed ideas, then come back to similar questions until the pattern feels familiar.

All questions

Question 1

Consider the differential equation y′′−xy′+2y=0y'' - xy' + 2y = 0y′′−xy′+2y=0. When applying the power series method about x=0x = 0x=0, what is the recurrence relation for the coefficients ana_nan​ in the series y=∑n=0∞anxny = \sum_{n=0}^{\infty} a_n x^ny=∑n=0∞​an​xn?

  1. an+2=(n−2)an+1−2an(n+1)(n+2)a_{n+2} = \frac{(n-2)a_{n+1} - 2a_n}{(n+1)(n+2)}an+2​=(n+1)(n+2)(n−2)an+1​−2an​​ for n≥0n \geq 0n≥0
  2. an+2=(n+1)an+1−2an(n+1)(n+2)a_{n+2} = \frac{(n+1)a_{n+1} - 2a_n}{(n+1)(n+2)}an+2​=(n+1)(n+2)(n+1)an+1​−2an​​ for n≥0n \geq 0n≥0 (correct answer)
  3. an+2=nan+1−2an(n+1)(n+2)a_{n+2} = \frac{na_{n+1} - 2a_n}{(n+1)(n+2)}an+2​=(n+1)(n+2)nan+1​−2an​​ for n≥0n \geq 0n≥0
  4. an+2=(n+2)an+1−2an(n+1)(n+2)a_{n+2} = \frac{(n+2)a_{n+1} - 2a_n}{(n+1)(n+2)}an+2​=(n+1)(n+2)(n+2)an+1​−2an​​ for n≥0n \geq 0n≥0

Explanation: Substituting y=∑n=0∞anxny = \sum_{n=0}^{\infty} a_n x^ny=∑n=0∞​an​xn, y′=∑n=1∞nanxn−1y' = \sum_{n=1}^{\infty} na_n x^{n-1}y′=∑n=1∞​nan​xn−1, and y′′=∑n=2∞n(n−1)anxn−2y'' = \sum_{n=2}^{\infty} n(n-1)a_n x^{n-2}y′′=∑n=2∞​n(n−1)an​xn−2 into the equation gives: ∑n=2∞n(n−1)anxn−2−x∑n=1∞nanxn−1+2∑n=0∞anxn=0\sum_{n=2}^{\infty} n(n-1)a_n x^{n-2} - x\sum_{n=1}^{\infty} na_n x^{n-1} + 2\sum_{n=0}^{\infty} a_n x^n = 0∑n=2∞​n(n−1)an​xn−2−x∑n=1∞​nan​xn−1+2∑n=0∞​an​xn=0. Reindexing and equating coefficients of xnx^nxn yields: (n+2)(n+1)an+2−(n+1)an+1+2an=0(n+2)(n+1)a_{n+2} - (n+1)a_{n+1} + 2a_n = 0(n+2)(n+1)an+2​−(n+1)an+1​+2an​=0, which gives an+2=(n+1)an+1−2an(n+1)(n+2)a_{n+2} = \frac{(n+1)a_{n+1} - 2a_n}{(n+1)(n+2)}an+2​=(n+1)(n+2)(n+1)an+1​−2an​​. Choice A uses (n−2)(n-2)(n−2) instead of (n+1)(n+1)(n+1). Choice C uses nnn instead of (n+1)(n+1)(n+1). Choice D uses (n+2)(n+2)(n+2) instead of (n+1)(n+1)(n+1).

Question 2

For the differential equation y′′+x2y′−3y=0y'' + x^2y' - 3y = 0y′′+x2y′−3y=0, when seeking a power series solution y=∑n=0∞anxny = \sum_{n=0}^{\infty} a_n x^ny=∑n=0∞​an​xn about x=0x = 0x=0, which statement about the radius of convergence is most accurate?

  1. The radius of convergence is exactly 1 because the coefficient functions have singularities at x=±1x = \pm 1x=±1
  2. The radius of convergence cannot be determined without computing at least the first five terms of the series
  3. The radius of convergence is 0 because the x2x^2x2 coefficient makes the series diverge everywhere except at x=0x = 0x=0
  4. The radius of convergence is infinite since all coefficient functions are polynomials with no finite singularities (correct answer)

Explanation: When determining the radius of convergence for power series solutions of linear differential equations, you need to examine where the coefficient functions have singularities. For a second-order equation in standard form y′′+P(x)y′+Q(x)y=0y'' + P(x)y' + Q(x)y = 0y′′+P(x)y′+Q(x)y=0, the radius of convergence around x=0x = 0x=0 extends to the nearest singularity of P(x)P(x)P(x) or Q(x)Q(x)Q(x). First, rewrite the equation in standard form: y′′+x2y′−3y=0y'' + x^2y' - 3y = 0y′′+x2y′−3y=0. Here, P(x)=x2P(x) = x^2P(x)=x2 and Q(x)=−3Q(x) = -3Q(x)=−3. Both coefficient functions are polynomials, which are analytic everywhere in the complex plane—they have no finite singularities. Since there are no singularities to limit convergence, the power series solution converges for all finite values of xxx, giving an infinite radius of convergence. Choice A incorrectly assumes singularities exist at x=±1x = \pm 1x=±1, but polynomials have no finite singularities. Choice B suggests you need to compute series terms to find the radius, but the coefficient analysis immediately tells you the answer. Choice C reflects a fundamental misunderstanding—having variable coefficients like x2x^2x2 doesn't cause divergence; only singularities in the coefficient functions limit convergence. Study tip: For power series solutions around x=0x = 0x=0, immediately check the coefficient functions P(x)P(x)P(x) and Q(x)Q(x)Q(x) for singularities. If they're polynomials (or entire functions), the radius is infinite. If they have poles or other singularities, the radius equals the distance to the nearest one.

Question 3

Consider the differential equation (1−x2)y′′−2xy′+6y=0(1-x^2)y'' - 2xy' + 6y = 0(1−x2)y′′−2xy′+6y=0. When applying the power series method about x=0x = 0x=0, what can be concluded about the radius of convergence of any power series solution?

  1. The radius of convergence is at most 1 because the coefficient (1−x2)(1-x^2)(1−x2) has zeros at x=±1x = \pm 1x=±1 (correct answer)
  2. The radius of convergence is exactly 12\frac{1}{2}21​ due to the specific form of the polynomial coefficients
  3. The radius of convergence is infinite since all coefficients are polynomials
  4. The radius of convergence depends on the initial conditions and cannot be determined from the equation alone

Explanation: The differential equation (1−x2)y′′−2xy′+6y=0(1-x^2)y'' - 2xy' + 6y = 0(1−x2)y′′−2xy′+6y=0 can be written in standard form as y′′−2x1−x2y′+61−x2y=0y'' - \frac{2x}{1-x^2}y' + \frac{6}{1-x^2}y = 0y′′−1−x22x​y′+1−x26​y=0. The coefficient functions p(x)=−2x1−x2p(x) = -\frac{2x}{1-x^2}p(x)=−1−x22x​ and q(x)=61−x2q(x) = \frac{6}{1-x^2}q(x)=1−x26​ have singularities where 1−x2=01-x^2 = 01−x2=0, i.e., at x=±1x = \pm 1x=±1. The radius of convergence of a power series solution about x=0x = 0x=0 cannot exceed the distance to the nearest singularity, which is ∣±1−0∣=1|\pm 1 - 0| = 1∣±1−0∣=1. Choice B gives an incorrect specific value. Choice C ignores the singularities created by division. Choice D is wrong because the radius depends only on the coefficient functions, not initial conditions.

Question 4

For the equation y′′+xy′+(x2−1)y=0y'' + xy' + (x^2-1)y = 0y′′+xy′+(x2−1)y=0, suppose we obtain a power series solution y1=∑n=0∞anxny_1 = \sum_{n=0}^{\infty} a_n x^ny1​=∑n=0∞​an​xn where a0=1a_0 = 1a0​=1 and a1=0a_1 = 0a1​=0. To find a second linearly independent solution using the power series method, which approach is most appropriate?

  1. Set y2=∑n=0∞bnxny_2 = \sum_{n=0}^{\infty} b_n x^ny2​=∑n=0∞​bn​xn with b0=0b_0 = 0b0​=0 and b1=1b_1 = 1b1​=1, then apply the same recurrence relation (correct answer)
  2. Use the method of reduction of order: y2=y1∫e−∫p(x)dxy12dxy_2 = y_1 \int \frac{e^{-\int p(x)dx}}{y_1^2} dxy2​=y1​∫y12​e−∫p(x)dx​dx where p(x)=xp(x) = xp(x)=x
  3. Assume y2=xr∑n=0∞cnxny_2 = x^r \sum_{n=0}^{\infty} c_n x^ny2​=xr∑n=0∞​cn​xn and determine rrr from the indicial equation at the regular singular point
  4. The power series method automatically generates two independent solutions through the even and odd coefficient subsequences

Explanation: Since x=0x = 0x=0 is an ordinary point for this equation (all coefficients are polynomials), the power series method can be applied directly. The general solution near an ordinary point has the form y=c1y1+c2y2y = c_1y_1 + c_2y_2y=c1​y1​+c2​y2​ where both y1y_1y1​ and y2y_2y2​ are power series. We can find y1y_1y1​ with initial conditions y1(0)=1,y1′(0)=0y_1(0) = 1, y_1'(0) = 0y1​(0)=1,y1′​(0)=0 and y2y_2y2​ with y2(0)=0,y2′(0)=1y_2(0) = 0, y_2'(0) = 1y2​(0)=0,y2′​(0)=1. This corresponds to setting a0=1,a1=0a_0 = 1, a_1 = 0a0​=1,a1​=0 for y1y_1y1​ and b0=0,b1=1b_0 = 0, b_1 = 1b0​=0,b1​=1 for y2y_2y2​. Choice B is unnecessarily complex for an ordinary point. Choice C applies to singular points. Choice D is incorrect about automatic generation.

Question 5

When applying the power series method to y′′+1xy′+y=0y'' + \frac{1}{x}y' + y = 0y′′+x1​y′+y=0 about x=0x = 0x=0, what is the primary difficulty encountered?

  1. The equation has no power series solution because the coefficient 1x\frac{1}{x}x1​ creates a logarithmic term that cannot be expressed as a power series
  2. The power series converges only for ∣x∣<12|x| < \frac{1}{2}∣x∣<21​ due to the singular coefficient, making it impractical for most applications
  3. The recurrence relation becomes undefined because division by zero occurs when computing the second coefficient
  4. The standard power series method fails because x=0x = 0x=0 is a regular singular point, requiring the Frobenius method instead (correct answer)

Explanation: When encountering a differential equation with variable coefficients, you need to classify the singular points before choosing your solution method. The equation y′′+1xy′+y=0y'' + \frac{1}{x}y' + y = 0y′′+x1​y′+y=0 has a coefficient that's undefined at x=0x = 0x=0, making it a singular point. To determine if x=0x = 0x=0 is regular or irregular, rewrite the equation in standard form and check if xP(x)=x⋅1x=1xP(x) = x \cdot \frac{1}{x} = 1xP(x)=x⋅x1​=1 and x2Q(x)=x2⋅1=x2x^2Q(x) = x^2 \cdot 1 = x^2x2Q(x)=x2⋅1=x2 are analytic at x=0x = 0x=0. Since both expressions are polynomials (hence analytic) at x=0x = 0x=0, this confirms x=0x = 0x=0 is a regular singular point. At regular singular points, the standard power series method y=∑anxny = \sum a_n x^ny=∑an​xn fails because the solution typically involves fractional or logarithmic terms that can't be captured by integer powers alone. The Frobenius method, using y=xr∑anxny = x^r \sum a_n x^ny=xr∑an​xn, is designed specifically for this situation. Option A is wrong because regular singular points do have solutions—they just require the Frobenius method, not standard power series. Option B incorrectly focuses on convergence radius, which isn't the primary issue here. Option C suggests computational problems with coefficients, but the recurrence relation itself isn't the fundamental obstacle. Option D correctly identifies that the standard power series method fails at regular singular points. Study tip: Always classify singular points first. If x=x0x = x_0x=x0​ makes coefficients undefined, check if (x−x0)P(x)(x-x_0)P(x)(x−x0​)P(x) and (x−x0)2Q(x)(x-x_0)^2Q(x)(x−x0​)2Q(x) are analytic there to distinguish regular from irregular singular points.

Question 6

When solving y′′+2xy′+x2y=0y'' + 2xy' + x^2y = 0y′′+2xy′+x2y=0 using power series y=∑n=0∞anxny = \sum_{n=0}^{\infty} a_n x^ny=∑n=0∞​an​xn, the recurrence relation yields a2=−a0a_2 = -a_0a2​=−a0​, a3=−a13a_3 = -\frac{a_1}{3}a3​=−3a1​​, and a4=a012a_4 = \frac{a_0}{12}a4​=12a0​​. Which pattern correctly describes the relationship between the even and odd coefficient subsequences?

  1. The even coefficients {a0,a2,a4,…}\{a_0, a_2, a_4, \ldots\}{a0​,a2​,a4​,…} and odd coefficients {a1,a3,a5,…}\{a_1, a_3, a_5, \ldots\}{a1​,a3​,a5​,…} form two independent subsequences with separate recurrence relations
  2. All coefficients are determined by a0a_0a0​ and a1a_1a1​, but the even and odd subsequences are coupled through cross-terms in the recurrence relation
  3. The even coefficients depend only on a0a_0a0​ while the odd coefficients depend only on a1a_1a1​, with no coupling between subsequences (correct answer)
  4. The recurrence relation alternates between even and odd terms, so each coefficient depends on the previous coefficient regardless of parity

Explanation: From the given values: a2=−a0a_2 = -a_0a2​=−a0​ (even, depends on a0a_0a0​), a3=−a13a_3 = -\frac{a_1}{3}a3​=−3a1​​ (odd, depends on a1a_1a1​), and a4=a012a_4 = \frac{a_0}{12}a4​=12a0​​ (even, depends on a0a_0a0​). The pattern shows that even-indexed coefficients depend only on a0a_0a0​ and other even coefficients, while odd-indexed coefficients depend only on a1a_1a1​ and other odd coefficients. This decoupling is characteristic of equations where the recurrence relation has the form an+2=f(n)an+g(n)an−2+⋯a_{n+2} = f(n)a_n + g(n)a_{n-2} + \cdotsan+2​=f(n)an​+g(n)an−2​+⋯, connecting terms of the same parity. Choice A is partially correct but misses the independence aspect. Choice B incorrectly suggests coupling. Choice D incorrectly describes alternating dependence.