Differential Equation Calculus

In summary, the conversation discusses the topic of Differential Equation Calculus and what to expect in terms of difficulty and content. It is recommended to have a strong foundation in algebra and calculus before taking the course. The course involves solving equations with derivatives and using programs like MATLAB or Mathematica to assist in solving them. The use of these programs can also help in verifying the correctness of solutions.
  • #1
dm84z28
11
0
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
 
Physics news on Phys.org
  • #2
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:

[tex]f_n(x)y^{(n)}(x) + f_{n-1}(x)y^{(n-1)}(x) + \cdots + f_0(x) y(x) = g(x)[/tex]

Where [itex]y^n(x)[/itex] denotes the [itex]n^{th}[/itex] derivative with respect to [itex]x[/itex] of the function [itex]y(x)[/tex]. Don't worry though, you'll start out with simple equations and then work up to the harder ones.
 
  • #3
dm84z28 said:
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 each other. 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): [itex]y' = y[/itex]. Of course, as you probably know, the exponential function [itex]e^x[/itex] is its own derivative, so a solution of this DE will be [itex]y = e^x[/itex]. Notice that we still have a solution if we multiply this solution with a constant, so the general solution will be [itex]y = ce^x[/itex].

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:

[tex]y' = y \Leftrightarrow \frac{{dy}}
{{dx}} = y \Leftrightarrow \frac{{dy}}
{y} = dx \Leftrightarrow \int {\frac{{dy}}
{y}} = \int {dx} \Leftrightarrow \ln \left| y \right| = x + C \Leftrightarrow e^{\ln \left| y \right|} = e^{x + C} \Leftrightarrow y = ce^x [/tex]

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 :smile:

Good luck!
 
Last edited:
  • #4
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?
 
  • #5
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!
 
  • #6
dm84z28 said:
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).
 
  • #7
HallsofIvy said:
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 knowledge of DE.

Also, i have taken two years of calculus prior to this class, so i think I am 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 I am quite confortable with the program
 
  • #8
I use Mathematica. Suppose you were solving:

[tex]y^{''}-\frac{1}{Tan[x]}y^{'}=e^x Sin[x][/tex]

and you obtained (by hand) the solution:

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

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:
[tex]y[x]=c_1-c_2Cos[x]+1/2e^x\left(Sin[x]-Cos[x]\right)[/tex]

[tex]y^{''}[x]-\frac{1}{Tan[x]}y^{'}[x]==e^x Sin[x]\text{//Simplify}[/tex]
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.:smile:

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.:smile:
 
Last edited:

What is a differential equation?

A differential equation is a mathematical equation that describes the relationship between a function and its derivatives. It involves the use of derivatives to express the rate of change of a function at any given point.

What is the purpose of using differential equations in calculus?

Differential equations are used in calculus to model real-world phenomena and predict how they will change over time. They are also used to solve problems involving rates of change, such as in physics, engineering, and economics.

How do you solve a differential equation?

There are various methods for solving differential equations, depending on its type and order. Some common techniques include separation of variables, substitution, and using integrating factors. Computer software and numerical methods can also be used to solve more complex equations.

What is the difference between ordinary and partial differential equations?

Ordinary differential equations (ODEs) involve a single independent variable, while partial differential equations (PDEs) involve multiple independent variables. ODEs also have a single derivative, while PDEs can have multiple derivatives of different variables.

What are some applications of differential equations in real life?

Differential equations have many applications in various fields, such as physics, engineering, biology, economics, and finance. They are used to model and understand natural phenomena, such as population growth, heat transfer, and fluid flow. They are also used in designing and optimizing systems and processes, such as in control theory and signal processing.

Similar threads

  • Calculus and Beyond Homework Help
Replies
2
Views
965
  • Calculus and Beyond Homework Help
Replies
10
Views
477
  • Calculus and Beyond Homework Help
Replies
7
Views
285
  • Calculus and Beyond Homework Help
Replies
26
Views
898
  • Calculus and Beyond Homework Help
Replies
4
Views
1K
  • Calculus and Beyond Homework Help
Replies
1
Views
250
  • Calculus and Beyond Homework Help
Replies
5
Views
914
  • Calculus and Beyond Homework Help
Replies
0
Views
167
  • Calculus and Beyond Homework Help
Replies
10
Views
915
  • Calculus and Beyond Homework Help
Replies
4
Views
1K
Back
Top