In this section we need to take a look at the equation of a line in R 3 R 3 . As we saw in the previous section the equation y = m x + b y = m x + b does not describe a line in R 3 R 3 , instead it describes a plane. This doesn’t mean however that we can’t write down an equation for a line in 3-D space. We’re just going to need a new way of writing down the equation of a curve. So, before we get into the equations of lines we first need to briefly look at vector functions. We’re going to take a more in depth look at vector functions later. At this point all that we need to worry about is notational issues and how they can be used to give the equation of a curve. The best way to get an idea of what a vector function is and what its graph looks like is to look at an example. So, consider the following vector function. → r ( t ) = ⟨ t , 1 ⟩ r → ( t ) = ⟨ t , 1 ⟩ A vector function is a function that takes one or more variables, one in this case, and returns a...
Before looking at series solutions to a differential equation we will first need to do a cursory review of power series. A power series is a series in the form,
where, and are numbers. We can see from this that a power series is a function of . The function notation is not always included, but sometimes it is so we put it into the definition above.
Before proceeding with our review we should probably first recall just what series really are. Recall that series are really just summations. One way to write our power series is then,
Notice as well that if we needed to for some reason we could always write the power series as,
All that we’re doing here is noticing that if we ignore the first term (corresponding to ) the remainder is just a series that starts at . When we do this we say that we’ve stripped out the , or first, term. We don’t need to stop at the first term either. If we strip out the first three terms we’ll get,
There are times when we’ll want to do this so make sure that you can do it.
Now, since power series are functions of and we know that not every series will in fact exist, it then makes sense to ask if a power series will exist for all . This question is answered by looking at the convergence of the power series. We say that a power series converges for if the series,
converges. Recall that this series will converge if the limit of partial sums,
exists and is finite. In other words, a power series will converge for if
is a finite number.
Note that a power series will always converge if . In this case the power series will become
With this we now know that power series are guaranteed to exist for at least one value of . We have the following fact about the convergence of a power series.
Fact
Given a power series, , there will exist a number so that the power series will converge for and diverge for . This number is called the radius of convergence.
Determining the radius of convergence for most power series is usually quite simple if we use the ratio test.
Ratio Test
Given a power series compute,
then,
then,
Let’s take a quick look at how this can be used to determine the radius of convergence.
Example 1 Determine the radius of convergence for the following power series.
So, in this case we have,
Remember that to compute all we do is replace all the ’s in with . Using the ratio test then gives,
Now we know that the series will converge if,
and the series will diverge if,
In other words, the radius of the convergence for this series is,
Remember that to compute all we do is replace all the ’s in with . Using the ratio test then gives,
Now we know that the series will converge if,
and the series will diverge if,
In other words, the radius of the convergence for this series is,
As this last example has shown, the radius of convergence is found almost immediately upon using the ratio test.
So, why are we worried about the convergence of power series? Well in order for a series solution to a differential equation to exist at a particular it will need to be convergent at that . If it’s not convergent at a given then the series solution won’t exist at that . So, the convergence of power series is fairly important.
Next, we need to do a quick review of some of the basics of manipulating series. We’ll start with addition and subtraction.
There really isn’t a whole lot to addition and subtraction. All that we need to worry about is that the two series start at the same place and both have the same exponent of the . If they do then we can perform addition and/or subtraction as follows,
In other words, all we do is add or subtract the coefficients and we get the new series.
One of the rules that we’re going to have when we get around to finding series solutions to differential equations is that the only that we want in a series is the that sits in . This means that we will need to be able to deal with series of the form,
where is some constant. These are actually quite easy to deal with.
So, all we need to do is to multiply the term in front into the series and add exponents. Also note that in order to do this both the coefficient in front of the series and the term inside the series must be in the form . If they are not the same we can’t do this, we will eventually see how to deal with terms that aren’t in this form.
Next, we need to talk about differentiation of a power series. By looking at it should be fairly easy to see how we will differentiate a power series. Since a series is just a giant summation all we need to do is differentiate the individual terms. The derivative of a power series will be,
So, all we need to do is just differentiate the term inside the series and we’re done. Notice as well that there are in fact two forms of the derivative. Since the term of the derivative is zero it won’t change the value of the series and so we can include it or not as we need to. In our work we will usually want the derivative to start at , however there will be the occasional problem were it would be more convenient to start it at .
Following how we found the first derivative it should make sense that the second derivative is,
In this case since the and terms are both zero we can start at any of three possible starting points as determined by the problem that we’re working.
Next, we need to talk about index shifts. As we will see eventually we are going to want our power series written in terms of and they often won’t, initially at least, be in that form. To get them into the form we need we will need to perform an index shift.
Index shifts themselves really aren’t concerned with the exponent on the term, they instead are concerned with where the series starts as the following example shows.
Example 2 Write the following as a series that starts at instead of .
An index shift is a fairly simple manipulation to perform. First, we will notice that if we define then when we will have . So, what we’ll do is rewrite the series in terms of instead of . We can do this by noting that . So, everywhere we see an in the actual series term we will replace it with an . Doing this gives,
The upper limit won’t change in this process since infinity minus three is still infinity.
The final step is to realize that the letter we use for the index doesn’t matter and so we can just switch back to ’s.
The upper limit won’t change in this process since infinity minus three is still infinity.
The final step is to realize that the letter we use for the index doesn’t matter and so we can just switch back to ’s.
Now, we usually don’t go through this process to do an index shift. All we do is notice that we dropped the starting point in the series by 3 and everywhere else we saw an in the series we increased it by 3. In other words, all the ’s in the series move in the opposite direction that we moved the starting point.
Comments
Post a Comment