How Do You Solve a Taylor Series Problem with a Differential Equation?

  • Thread starter Thread starter jeebs
  • Start date Start date
  • Tags Tags
    Taylor
jeebs
Messages
314
Reaction score
5
This is for revision purposes (not homework so I am not trying to cheat my way out of it!) and its too late in the week to see my lecturer about this. I don't have much of an attempt at the solution because i haven't got a clue where to start. It looks like just a short one though. Here goes...

I've got this problem, show that the taylor series for the function y=y(x) satisfying the differential equation

d^2y / dx^2 - (x^3)dy/dx = tan^-1(x)

with initial conditions y(0) = y'(0) = 1, begins

y = 1 + x + (x^3)/6 + (x^5)/30 +...

where

tan^-1(x) = x - (x^3)/3 + (x^5)/5 -...i don't really have a clue what I am meant to do here. I am pretty new to Taylor series. could somebody give me some instructions about how to tackle this problem?

thanks.all I've got so far is:

the n=0 term is 1, and the coefficient of x is just 1, and also

d^2y / dx^2 - (x^3)dy/dx = x - (x^3)/3 + (x^5)/5 -...

d^2y / dx^2 - 0(1) = 0 therefore d^2y / dx^2 = 0 when x = 0 (y''(0) = 0)

so i that's proven that the x^2 term does not appear in the final answer. other than that i am stuck.
 
Last edited:
Physics news on Phys.org
So you have \frac{d^2y}{dx^2} - x^3 \frac{dy}{dx} = x - \frac{x^3}{3} + \frac{x^5}{5} + \cdots

and you want a power series solution of the form y= \sum_{n=0}^{\infty} a_n x^n where you need to find the coefficients a_n from n=0 to 5

So differentiate the sum, twice, then plug in what you get and compare coefficients on both sides
 
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