New Reply

I know nothing about differential equations

 
Share Thread Thread Tools
Aug2-12, 06:11 PM   #1
 

I know nothing about differential equations


Hello

I know nothing about differential equations, can you explain them to me in a few simple words?

And what's so special so we study them seperately?

Thanks
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Bird's playlist could signal mental strengths and weaknesses
>> Minus environment, patterns still emerge: Computational study tracks E. coli cells' regulatory mechanisms
>> Bacterium uses natural 'thermometer' to trigger diarrheal disease, scientists find
Aug2-12, 06:14 PM   #2
 
Admin
Blog Entries: 5
http://en.wikipedia.org/wiki/Differential_equation
Aug2-12, 06:22 PM   #3
 
Been there, done that

I understand what an equation is.
I bet an equation with variable(s), is a function (maybe formula too?).

I cant get "differential" part.
Is y=a*x+b a differential one ?
Aug2-12, 06:55 PM   #4
 

I know nothing about differential equations


A differential equation is basically an equation that has one or more derivatives in it, such as dy/dx + x = 3y.

One reason we study them is because some equations arise where some function and its rate of change (its derivative) are related in the equation.
Aug2-12, 09:56 PM   #5
 
I just think of a differential equation as a vector field or a field of arrows in space, telling you where to go.

You just go where the arrows point and that's one way you can try to solve them.

The glorified name for doing this approximately is "Euler's method", which isn't actually that practical in a lot of cases. But it gives you a good idea of what's going on.
Aug2-12, 11:33 PM   #6
 
To expand on what homeomorphic said I'll give an example of a simple differential equation

[itex]\frac{df}{dx}(x) = 1[/itex]

This means that for every x the rate of change of f with respect to x is 1, this is also the same as saying the 'slope' of the graph of f(x) is always 1. The solution to this equation is f(x) = x.

[itex]\frac{df}{dx}(x) = x[/itex]

This means that the slope of the graph of f(x) is always equal to x, at x=1 the slope of f is 1, at x=10 the slope is 10. The solution to this one is [itex]f(x) = 2x^2[/itex] which is a little harder to see without knowing any calculus.

The differential part just refers to the 'd' part in the equations, df is sometimes called the differential of f.
Aug2-12, 11:50 PM   #7
 
Quote by mather View Post
Been there, done that

I understand what an equation is.
I bet an equation with variable(s), is a function (maybe formula too?).

I cant get "differential" part.
Is y=a*x+b a differential one ?
Do you know what a function is? Let's stay in 1D for a moment. A function there is just some expression, formula, or rule that takes an input number (or a variable representing such a number) and spits out another number.

Do you know what the derivative of a function is? It gives an idea of how fast the function's output changes with respect to changes in its input.

Differential equations is the study of equations involving at least one derivative of a function, and usually based on just this information, we're trying to reconstruct what the original function might be or otherwise study the properties of such a function.
Aug3-12, 09:21 AM   #8
oay
 
Quote by genericusrnme View Post
To expand on what homeomorphic said I'll give an example of a simple differential equation

[itex]\frac{df}{dx}(x) = 1[/itex]

This means that for every x the rate of change of f with respect to x is 1, this is also the same as saying the 'slope' of the graph of f(x) is always 1. The solution to this equation is f(x) = x.
[itex]f(x) = x + C[/itex]
[itex]\frac{df}{dx}(x) = x[/itex]

This means that the slope of the graph of f(x) is always equal to x, at x=1 the slope of f is 1, at x=10 the slope is 10. The solution to this one is [itex]f(x) = 2x^2[/itex] which is a little harder to see without knowing any calculus.
[itex]f(x) = \frac{1}{2}x^2 + C[/itex]
Aug3-12, 09:25 AM   #9
 
Quote by oay View Post
[itex]f(x) = \frac{1}{2}x^2 + C[/itex]
whoops

I purposly didn't add the C in though, as not to cause any undue confusion.
Aug3-12, 09:54 AM   #10
 
Actually, the easiest way to get a feeling for differential equations is the following simplest differential equation:

[itex] x'(t) = x(t) [/itex]

Which function [itex] x(t) [/itex] fulfulls the above equation?
Aug3-12, 02:21 PM   #11
 
Quote by Unstable View Post
Actually, the easiest way to get a feeling for differential equations is the following simplest differential equation:

[itex] x'(t) = x(t) [/itex]

Which function [itex] x(t) [/itex] fulfulls the above equation?
I am not familiar with that notation
Aug3-12, 02:27 PM   #12
 
Derivative is the rate of change of a variable?

Eg if a variable changes like 2, 4, 6, 8, ... the rate of its change is 2?

Also, equation with two or more variables inside is a function? (Ι bet there cannot be only one variable inside an equation and all the other parts of the equation being constants)
Aug3-12, 02:42 PM   #13
 
Wow okay!

Differentiate the following terms: [itex] x(t)=sin(t), x(t)=cos(t), x(t)=exp(t), x(t) = t, x(t) = t^2[/itex]
Aug3-12, 02:54 PM   #14
 
Quote by mather View Post
Derivative is the rate of change of a variable?

Eg if a variable changes like 2, 4, 6, 8, ... the rate of its change is 2?

Also, equation with two or more variables inside is a function? (Ι bet there cannot be only one variable inside an equation and all the other parts of the equation being constants)
Derivative is the rate of change of a function.

For example, one might have a function [itex]f(x) = x^2[/itex]. This means the function [itex]f[/itex] takes whatever it is given and spits out the square. Hence, [itex]f(1) = 1[/itex], [itex]f(1.5) = 2.25[/itex], and [itex]f(\pi/2) = \pi^2/4[/itex].

You can have linear functions. Let's say [itex]g(x) = 2x[/itex]. This defines a function so that [itex]g(1) = 2[/itex], [itex]g(2) = 4[/itex], [itex]g(3) = 6[/itex], and so on, but usually, unless one explicitly says so, it's perfectly fine to feed the function g a non-integer argument. In this case, [itex]g(1.5) = 3[/itex], for instance.

To be honest, if you're unfamiliar with functions, I would study those for a while first before trying to understand derivatives and differential equations.
Aug3-12, 02:59 PM   #15
 
Don’t confuse people x or t or what???
Aug3-12, 03:08 PM   #16
 
Quote by mather View Post
Derivative is the rate of change of a variable?

Eg if a variable changes like 2, 4, 6, 8, ... the rate of its change is 2?

Also, equation with two or more variables inside is a function? (Ι bet there cannot be only one variable inside an equation and all the other parts of the equation being constants)
Think about it like driving along the road, and recording how far you are from where you started. So at t = 0, when you first start recording, you're 0 miles from... somewhere. At another time, say t = 10 (call it minutes), you're now 5 miles from that initial spot.

At any instant, you can record some distance you've traveled and plot it. If you're always going away from the start point (so your distance is always increasing), you have your distance -- we'll call it "d" -- as a function of time, t. Or, d = f(t).

At the end, if you divided your total distance by the total time, you'd have your average velocity. Say for example you went 100 miles in 120 minutes (2 hours). That means you averaged 50 mph. In real life you're not going to go the same speed all the time, sometimes maybe 20 mph (hope I'm not stuck behind you), sometimes 75 mph, etc.

So if you took the distance you'd traveled in 2 minutes (instead of the whole time), say between 2 and 4 minutes, you'd have your average velocity over that timespan. If you make that shorter and shorter (so your timespan of interest approaches zero), you are now finding the derivative (the instantaneous rate of change -- which in this case if velocity) of your distance function.

Does that make sense?
Aug3-12, 05:25 PM   #17
oay
 
Quote by dawin View Post
If you're always going away from the start point (so your distance is always increasing), you have your distance -- we'll call it "d" -- as a function of time, t. Or, d = f(t).
I think introducing a variable called "d" in a discussion about differentials may cause even more confusion!
New Reply
Thread Tools


Similar Threads for: I know nothing about differential equations
Thread Forum Replies
Writing Linear Differential Equations as Matrix Differential equations Calculus & Beyond Homework 1
United States Elementary Differential Equations - 1st Order Differential Equations Calculus & Beyond Homework 1
A good book on Differential Equations and Partial Differential Equations? Science Textbook Discussion 1
Minimal Surfaces, Differential Geometry, and Partial Differential Equations General Math 0
Partial Differential Equations, Applied Nonlinear Equations, and Classical Mechanics Science Textbook Discussion 0