(10 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== MA 366: Ordinary Differential Equations ==
+
[[Category:Math]]
 +
[[Category:MA366]]
 +
[[Category:differential equations]]
  
Differential equations, which state a relation between a function and its derivatives, appear constantly in physics, chemistry, engineering, biology, and whatever other sufficiently mathematical science one can think of, and the more difficult ones continue to be an active area of mathematical research. Solving differential equations, as you will see in this course, proves to be an endeavor requiring a variety of techniques, and far more frequently than you would prefer, no simple formula exists for deriving the desired solution.
+
= [[Math|MA]]366: Ordinary Differential Equations =
  
The differential equations you will study in this course are broken up into different families according to which techniques lead to their solutions.
 
  
== Separable Equations ==
+
== Peer Legacy ==
 +
Share advice with future students regarding MA366 on [[Peer_Legacy_MA366|this page]]. 
  
If the differential equation in question can be written as
+
==Resources==
 +
*[[MA366_Lab|Lab page]]
  
<math>M(t)dt=N(y)dy</math>
+
== Interesting pages in the MA366 category ==
 
+
*[[MA366DaveKnott| MA366 course wiki by Dave Knott]]
then the equation is called separable. The name refers to your ability to separate the function y and the dependent variable t, with all of the t's and dt's on one side and all of the y's and dy's on the other. If, by using a little bit of algebra, you can get your equation into this form, then you can simply integrate both sides to find the solution. Integrate the left side with respect to t, and the right side with respect to y, and your differential equation will turn into something more familiar and useful. Unfortunately, very few equations are separable, and you'll soon find yourself pining for them as you're forced to use much more involved methods of solution.
+
 
+
== Linear Equations and Integrating Factors ==
+
 
+
(Note): Firstly, in case you've forgotten, y' means dy/dt unless otherwise stated. The two expressions are interchangeable (so long as you are consistently differentiating with respect to t). Which one you use just depends on what your purposes are; you'll know which one to use in practice.
+
 
+
Suppose that, through some sort of algebraic manipulation, you can get your differential equation into the following form:
+
 
+
<math>y'+p(t)y=g(t)</math>
+
 
+
This is called the "general first order linear equation". The important thing to remember here is that the functions p(t) and g(t) are NOT functions of y; they are ONLY functions of the independent variable t. There is a neat trick to solving these equations. First, make sure your equation is in the form displayed above. What you'll do now is multiply both sides of the equation by what is called the '''integrating factor'''. The integrating factor is defined as follows:
+
 
+
<math>\mu\,=e^{\int p(t)\,dt},</math>
+
 
+
Once you've done that, you'll find that the left side of the equation is always ''the derivative of a product''. You can now integrate both sides of the equation, and then the most you have left is some algebra. Your text will most likely contain a thorough explanation of why the integrating factor produces the derivative of a product, and you should probably read it just to see why it works. Let's do an example to see the technique in action.
+
 
+
Suppose the differential equation given is
+
 
+
<math>ty'+2y=4t^{2}</math>
+
 
+
Remember that we want our equation to be in the form mentioned above; that is, y' + p(t)y = g(t). We see that the y' term is not by itself: there's a "t" attached to it. So let's divide by t. We get:
+
 
+
<math>y'+\frac{2}{t}\,y=4t</math>
+
 
+
Now our equation is in the form we want. We can see that
+
 
+
<math>p(t)=\frac{2}{t}\,</math>
+
 
+
Therefore, our integrating factor is
+
 
+
<math>\mu\,=e^{\int \frac{2}{t}\,dt}</math>
+
 
+
Evaluate the integral to get:
+
 
+
<math>\mu\,=e^{2ln|t|}=(e^{ln|t|})^{2}=(t)^{2}=t^{2}
+
</math>
+
 
+
So our integrating factor is t^2. Always simplify your integrating factor BEFORE you multiply both sides of your differential equation by it. Now, let's multiply both sides of our equation by t^2. We get:
+
 
+
<math>t^{2}y'+2ty=4t^{3}</math>
+
 
+
And here's where the weird part happens. Look at the left side of the equation. I told you that it would turn out to be the derivative of a product. Remember that the derivative of a product pq is pq'+p'q. With that in mind, what function do you think, when differentiated, will give the left side of the equation? Here's the answer.
+
 
+
<math>t^{2}y'+2ty=(t^{2}y)'</math>
+
 
+
So, we can rewrite the left side of our equation as the derivative we found above.
+
 
+
<math>(t^{2}y)'=4t^{3}</math>
+
 
+
You know that integration, roughly speaking, "cancels" differentiation. So, once we've got our differential equation in the above form, with the left side being just one great big derivative, we can integrate both sides. Integrating both sides yields:
+
 
+
<math>t^{2}y=t^{4}+C\qquad \qquad (*)</math>
+
 
+
I put an asterisk on this line to remind you that it is absolutely essential to remember your integration constant C! You may have, in previous calculus courses, found this detail to be a sort of notational formality of little consequence, but you will find that in differential equations it really does matter. Now we can simplify (*) and solve for y.
+
 
+
<math>y=t^2+\frac{C}{t^2}\,</math>
+
 
+
This is your final solution. Again, I want to emphasize the integration constant. It is NOT okay to just tack on the C at the end of your calculations; you have to do it when you integrate.
+
 
+
(Under construction; more to be added soon)
+
  
 +
== List of semester-specific course wikis==
 +
*[[MA366_(PenneySpring2009)|Spring 2009, Prof. Penney]]
 +
== Related Courses ==
 +
*List a course here
 +
----
 
[[Meta Course List|Back to the Meta Course List]]
 
[[Meta Course List|Back to the Meta Course List]]

Latest revision as of 10:10, 12 January 2015


MA366: Ordinary Differential Equations

Peer Legacy

Share advice with future students regarding MA366 on this page.

Resources

Interesting pages in the MA366 category

List of semester-specific course wikis

Related Courses

  • List a course here

Back to the Meta Course List

Alumni Liaison

Basic linear algebra uncovers and clarifies very important geometry and algebra.

Dr. Paul Garrett