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...
We now need to take a look at the second method of determining a particular solution to a differential equation. As we did when we first saw Variation of Parameters we’ll go through the whole process and derive up a set of formulas that can be used to generate a particular solution.
However, as we saw previously when looking at 2nd order differential equations this method can lead to integrals that are not easy to evaluate. So, while this method can always be used, unlike Undetermined Coefficients, to at least write down a formula for a particular solution it is not always going to be possible to actually get a solution.
So let’s get started on the process. We’ll start with the differential equation,
and assume that we’ve found a fundamental set of solutions, , for the associated homogeneous differential equation.
Because we have a fundamental set of solutions to the homogeneous differential equation we now know that the complementary solution is,
The method of variation of parameters involves trying to find a set of new functions, so that,
will be a solution to the nonhomogeneous differential equation. In order to determine if this is possible, and to find the if it is possible, we’ll need a total of equations involving the unknown functions that we can (hopefully) solve.
One of the equations is easy. The guess, , will need to satisfy the original differential equation, . So, let’s start taking some derivatives and as we did when we first looked at variation of parameters we’ll make some assumptions along the way that will simplify our work and in the process generate the remaining equations we’ll need.
The first derivative of is,
Note that we rearranged the results of the differentiation process a little here and we dropped the part on the and to make this a little easier to read. Now, if we keep differentiating this it will quickly become unwieldy and so let’s make as assumption to simplify things here. Because we are after the we should probably try to avoid letting the derivatives on these become too large. So, let’s make the assumption that,
The natural question at this point is does this even make sense to do? The answer is, if we end up with a system of equations that we can solve for the then yes it does make sense to do. Of course, the other answer is, we wouldn’t be making this assumption if we didn’t know that it was going to work. However, to accept this answer requires that you trust us to make the correct assumptions so maybe the first answer is the best at this point.
At this point the first derivative of is,
and so we can now take the second derivative to get,
This looks an awful lot like the original first derivative prior to us simplifying it so let’s again make a simplification. We’ll again want to keep the derivatives on the to a minimum so this time let’s assume that,
and with this assumption the second derivative becomes,
Hopefully you’re starting to see a pattern develop here. If we continue this process for the first derivatives we will arrive at the following formula for these derivatives.
To get to each of these formulas we also had to assume that,
and recall that the 0th derivative of a function is just the function itself. So, for example, .
Notice as well that the set of assumptions in actually give us equations in terms of the derivatives of the unknown functions : .
All we need to do then is finish generating the first equation we started this process to find (i.e. plugging into ). To do this we’ll need one more derivative of the guess. Differentiating the derivative, which we can get from , to get the th derivative gives,
This time we’ll also not be making any assumptions to simplify this but instead just plug this along with the derivatives given in into the differential equation,
Next, rearrange this a little to get,
Recall that are all solutions to the homogeneous differential equation and so all the quantities in the are zero and this reduces down to,
So, this equation, along with those given in , give us the equations that we needed. Let’s list them all out here for the sake of completeness.
Comments
Post a Comment