image
Physics Forums Logo
image
image
* Register * Upgrade Blogs Library Staff Rules Mark Forums Read
image
image   image
image

image Differential Equation Calculus Share It Thread Tools Search this Thread image
Old Jan8-06, 01:15 AM                  #1
dm84z28

dm84z28 is Offline:
Posts: 11
Differential Equation Calculus

Hello alll. i am enrolled in Differential Equation Calc this semester. i was wondering what kind of stuff will i be doing and what should i expect in terms of difficulty etc. thanks in advance
  Reply With Quote
Old Jan8-06, 01:27 AM                  #2
dicerandom

dicerandom is Offline:
Posts: 308
Do you have a book for the class yet? I reccomend that you take a look at that.

In general you'll be solving equations of this form:

LaTeX Code: f_n(x)y^{(n)}(x) + f_{n-1}(x)y^{(n-1)}(x) + \\cdots + f_0(x) y(x) = g(x)

Where LaTeX Code: y^n(x) denotes the LaTeX Code: n^{th} derivative with respect to LaTeX Code: x of the function LaTeX Code: y(x) . Don't worry though, you'll start out with simple equations and then work up to the harder ones.
  Reply With Quote
Old Jan8-06, 08:27 AM       Last edited by TD; Jan8-06 at 08:30 AM..            #3
TD

TD is Offline:
Posts: 1,024
Recognitions:
Homework Helper Homework Helper
Originally Posted by dm84z28
Hello alll. i am enrolled in Differential Equation Calc this semester. i was wondering what kind of stuff will i be doing and what should i expect in terms of difficulty etc. thanks in advance
I assume you've had basic algebra so you should be familiar with classical equation in 1 or more variables. I also assume that you've had basic calculus, derivatives and integrals. With differential equations, these two fundamental concepts of calculus meet eachother. In these equations, the unknown is no longer just 'x' (or more variables) but a function y and its derivatives (y', y'', ...).

You'll be studying (and trying to solve, i.e. integrate) equations which involves derivatives. For example, if y is a function of x, consider one of the most basic DE (differential equations): LaTeX Code: ysingle-quote = y . Of course, as you probably know, the exponential function LaTeX Code: e^x is its own derivative, so a solution of this DE will be LaTeX Code: y = e^x . Notice that we still have a solution if we multiply this solution with a constant, so the general solution will be LaTeX Code: y = ce^x .

Now we just 'guessed' the answer, but how could we really find it without guessing? Well you know that y' means the derivative of y with respect to x, y' is nothing more than dy/dx. Solving yields:

LaTeX Code: ysingle-quote = y \\Leftrightarrow \\frac{{dy}}<BR>{{dx}} = y \\Leftrightarrow \\frac{{dy}}<BR>{y} = dx \\Leftrightarrow \\int {\\frac{{dy}}<BR>{y}}  = \\int {dx}  \\Leftrightarrow \\ln \\left| y \\right| = x + C \\Leftrightarrow e^{\\ln \\left| y \\right|}  = e^{x + C}  \\Leftrightarrow y = ce^x

Now it's also clear why I called 'solving the DE' also 'integrating the DE' and where the connection with integrals lies. It's also easy to see where this constant came from, note that e^C is just another constant which I named c.

Well this was very basic but I hope now you get the idea about differential equations, we're trying to find a function which satisfies the differential equation for all x

Good luck!
  Reply With Quote
Old Jan8-06, 10:14 PM                  #4
dm84z28

dm84z28 is Offline:
Posts: 11
ah, thanks. The reason i asked is becuase the professor was late in specifying what book we needed so the campus bookstore has yet to order it. Also, The class has an emphasis on engineering and using matlab to solve DE. has anyone done this before? i'm not sure how this can be done because i know matlab is not a symbolic based program (like maple is) and is a decimal based, so does anyone have any insight to how this can be accomplished?
  Reply With Quote
Old Jan9-06, 11:47 AM                  #5
HallsofIvy

PF Mentor

HallsofIvy is Offline:
Posts: 25,722
I honestly don't know what "Differential Equation Calc" means. Normally you take several courses in calculus before taking "Differential Equations" because you have to really know calculus well before you can understand differential equations. I would have thought an engineering course would do more than just teach you how to use a program to solve differential equations!
  Reply With Quote
Old Jan9-06, 12:23 PM                  #6
BobG
 
BobG's Avatar

BobG is Offline:
Posts: 1,966
Recognitions:
PF Contributor PF Contributor
Homework Helper Homework Helper
Science Advisor Science Advisor
Originally Posted by dm84z28
Hello alll. i am enrolled in Differential Equation Calc this semester. i was wondering what kind of stuff will i be doing and what should i expect in terms of difficulty etc. thanks in advance
dicerandom's comment reminds me of the nickname our instructor had for DiffEQ. He called the course "Difficult Equations".

Actually, it's not that bad, however it requires most people's least favorite algebraic technique. Eventually, you use LaPlace Transforms to transform a 'difficult' problem into one that can 'easily' be solved using partial fractions.

If the course is like most, you could get by without any computer assisted program. They push using a CAS because it's a good idea to start learning how to use Matlab or some other program while still solving problems easy enough to check your results by hand. (Similar to first learning how to use a calculator while the problems are simple enough to solve in your head).
  Reply With Quote
Old Jan9-06, 04:09 PM                  #7
dm84z28

dm84z28 is Offline:
Posts: 11
Originally Posted by HallsofIvy
I honestly don't know what "Differential Equation Calc" means. Normally you take several courses in calculus before taking "Differential Equations" because you have to really know calculus well before you can understand differential equations. I would have thought an engineering course would do more than just teach you how to use a program to solve differential equations!
no, they aren't just teaching us to use a program to solve Differential equations. they still expect us to know how to do it all by hand as well. I think the idea of using Matlab is to enhance our knowlege of DE.

Also, i have taken two years of calculus prior to this class, so i think im ok in the calc department.

BobG, thanks for the relpy. i'm pretty good with Matlab, as I had an engineering class that was soley devoted to teaching programming in MAtlab, C++ and html, so im quite confortable with the program
  Reply With Quote
Old Jan9-06, 05:12 PM       Last edited by saltydog; Jan9-06 at 05:30 PM..            #8
saltydog

saltydog is Offline:
Posts: 1,591
Recognitions:
Homework Helper Homework Helper
Science Advisor Science Advisor
I use Mathematica. Suppose you were solving:

LaTeX Code: y^{single-quotesingle-quote}-\\frac{1}{Tan[x]}y^{single-quote}=e^x Sin[x]

and you obtained (by hand) the solution:

LaTeX Code: y(x)=c_1-c_2Cos[x]+1/2e^x(Sin[x]-Cos[x])

How do you know it's right?

Well, you can back-substitute it and that's what you need to do once in a while for practice but sometimes your focus is on other matters (like solving a problem) and don't wish to spend time back-substituting but you still want confidence your work is correct so just enter into Mathematica:

Code:
LaTeX Code: y[x]=c_1-c_2Cos[x]+1/2e^x\\left(Sin[x]-Cos[x]\\right) 

LaTeX Code: y^{single-quotesingle-quote}[x]-\\frac{1}{Tan[x]}y^{single-quote}[x]==e^x Sin[x]\\text{//Simplify} 

If correct Mathematica returns TRUE. Now I don't know about anyone else but to me that's amazing how that one command (the second one) did all the differentiation without me telling it explicitly to do so, made the substitutions, did all the arithmetic, and then checked the results.

There are all kinds of other similar scenarios which allow Mathematica, used in this way, to be a great teaching tool as long as one remembers not to do anything with it that you can't already do (usually) by hand.
  Reply With Quote
image image
Reply
Thread Tools


Similar Threads for: Differential Equation Calculus
Thread Thread Starter Forum Replies Last Post
Solving a partial differential equation (Helmholtz equation) Repetit Differential Equations 5 Jan8-10 12:40 AM
Differential equation reducible to Bessel's Equation joel19 Differential Equations 8 Jul30-09 11:29 AM
Schrödinger equation: eigen value or differential equation Tanja Quantum Physics 5 Jan2-08 03:39 AM
Calculus: Solve the following differential equation laker_gurl3 Introductory Physics 3 Jun9-05 01:38 AM
Laplace's Equation and Seperation of Multivariable Differential Equation dduardo Introductory Physics 2 Oct18-04 10:26 PM

Powered by vBulletin Copyright ©2000 - 2010, Jelsoft Enterprises Ltd. © 2009 Physics Forums
Sciam | physorgPhysorg.com Science News Partner
image
image   image