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...
It’s now time to get back to differential equations. We’ve spent the last three sections learning how to take Laplace transforms and how to take inverse Laplace transforms. These are going to be invaluable skills for the next couple of sections so don’t forget what we learned there.
Before proceeding into differential equations we will need one more formula. We will need to know how to take the Laplace transform of a derivative. First recall that denotes the derivative of the function . We now have the following fact.
Fact
Suppose that , , ,… are all continuous functions and is a piecewise continuous function. Then,
Since we are going to be dealing with second order differential equations it will be convenient to have the Laplace transform of the first two derivatives.
Notice that the two function evaluations that appear in these formulas, and , are often what we’ve been using for initial condition in our IVP’s. So, this means that if we are to use these formulas to solve an IVP we will need initial conditions at .
While Laplace transforms are particularly useful for nonhomogeneous differential equations which have Heaviside functions in the forcing function we’ll start off with a couple of fairly simple problems to illustrate how the process works.
Example 1 Solve the following IVP.
The first step in using Laplace transforms to solve an IVP is to take the transform of every term in the differential equation.
Using the appropriate formulas from our table of Laplace transforms gives us the following.
Plug in the initial conditions and collect all the terms that have a in them.
Solve for .
At this point it’s convenient to recall just what we’re trying to do. We are trying to find the solution, , to an IVP. What we’ve managed to find at this point is not the solution, but its Laplace transform. So, in order to find the solution all that we need to do is to take the inverse transform.
Before doing that let’s notice that in its present form we will have to do partial fractions twice. However, if we combine the two terms up we will only be doing partial fractions once. Not only that, but the denominator for the combined term will be identical to the denominator of the first term. This means that we are going to partial fraction up a term with that denominator no matter what so we might as well make the numerator slightly messier and then just partial fraction once.
This is one of those things where we are apparently making the problem messier, but in the process we are going to save ourselves a fair amount of work!
Combining the two terms gives,
The partial fraction decomposition for this transform is,
Setting numerators equal gives,
Picking appropriate values of and solving for the constants gives,
Plugging in the constants gives,
Finally taking the inverse transform gives us the solution to the IVP.
Using the appropriate formulas from our table of Laplace transforms gives us the following.
Plug in the initial conditions and collect all the terms that have a in them.
Solve for .
At this point it’s convenient to recall just what we’re trying to do. We are trying to find the solution, , to an IVP. What we’ve managed to find at this point is not the solution, but its Laplace transform. So, in order to find the solution all that we need to do is to take the inverse transform.
Before doing that let’s notice that in its present form we will have to do partial fractions twice. However, if we combine the two terms up we will only be doing partial fractions once. Not only that, but the denominator for the combined term will be identical to the denominator of the first term. This means that we are going to partial fraction up a term with that denominator no matter what so we might as well make the numerator slightly messier and then just partial fraction once.
This is one of those things where we are apparently making the problem messier, but in the process we are going to save ourselves a fair amount of work!
Combining the two terms gives,
The partial fraction decomposition for this transform is,
Setting numerators equal gives,
Picking appropriate values of and solving for the constants gives,
Plugging in the constants gives,
Finally taking the inverse transform gives us the solution to the IVP.
That was a fair amount of work for a problem that probably could have been solved much quicker using the techniques from the previous chapter. The point of this problem however, was to show how we would use Laplace transforms to solve an IVP.
There are a couple of things to note here about using Laplace transforms to solve an IVP. First, using Laplace transforms reduces a differential equation down to an algebra problem. In the case of the last example the algebra was probably more complicated than the straight forward approach from the last chapter. However, in later problems this will be reversed. The algebra, while still very messy, will often be easier than a straight forward approach.
Second, unlike the approach in the last chapter, we did not need to first find a general solution, differentiate this, plug in the initial conditions and then solve for the constants to get the solution. With Laplace transforms, the initial conditions are applied during the first step and at the end we get the actual solution instead of a general solution.
In many of the later problems Laplace transforms will make the problems significantly easier to work than if we had done the straight forward approach of the last chapter. Also, as we will see, there are some differential equations that simply can’t be done using the techniques from the last chapter and so, in those cases, Laplace transforms will be our only solution.
Let’s take a look at another fairly simple problem.
Example 2 Solve the following IVP.
As with the first example, let’s first take the Laplace transform of all the terms in the differential equation. We’ll the plug in the initial conditions to get,
Now solve for .
Now, as we did in the last example we’ll go ahead and combine the two terms together as we will have to partial fraction up the first denominator anyway, so we may as well make the numerator a little more complex and just do a single partial fraction. This will give,
The partial fraction decomposition is then,
Setting numerator equal gives,
In this case it’s probably easier to just set coefficients equal and solve the resulting system of equation rather than pick values of . So, here is the system and its solution.
We will get a common denominator of 125 on all these coefficients and factor that out when we go to plug them back into the transform. Doing this gives,
Notice that we also had to factor a 2 out of the denominator of the first term and fix up the numerator of the last term in order to get them to match up to the correct entries in our table of transforms.
Taking the inverse transform then gives,
Now solve for .
Now, as we did in the last example we’ll go ahead and combine the two terms together as we will have to partial fraction up the first denominator anyway, so we may as well make the numerator a little more complex and just do a single partial fraction. This will give,
The partial fraction decomposition is then,
Setting numerator equal gives,
In this case it’s probably easier to just set coefficients equal and solve the resulting system of equation rather than pick values of . So, here is the system and its solution.
We will get a common denominator of 125 on all these coefficients and factor that out when we go to plug them back into the transform. Doing this gives,
Notice that we also had to factor a 2 out of the denominator of the first term and fix up the numerator of the last term in order to get them to match up to the correct entries in our table of transforms.
Taking the inverse transform then gives,
Comments
Post a Comment