Thread Closed

Intro. to Differential Equations

 
Share Thread Thread Tools
Jun19-04, 03:31 PM   #52
 
Recognitions:
Gold Membership Gold Member
Homework Helper Homework Help
Science Advisor Science Advisor
Retired Staff Staff Emeritus

Intro. to Differential Equations


Quote by Dr Transport
Try Boyce and DiPrima.......it hasn't been thru 7 or 8 editions beause it is not a good, readable text
I second that. I actually took the Diff Eq with Boyce--great teacher.

The Schaum's outline "Modern Introductory Differential Equations" is also very good.
 
Jun22-04, 07:22 AM   #53
 
Apostol's calculus is great
 
Jul28-04, 10:33 PM   #54
 
Im going to begin by implicit differentiation, then I will ask the question I have. The question is on finding the interval where solution is valid.

[tex] xy^2 - e^{-y} - 1 = 0 [/tex]

[tex] u = x, v = y [/tex]

[tex] (u + du)(v+dv)^2 = (u + du)(v^2 + 2vdv + d^2v) [/tex]

[tex] = uv^2 + 2uvdv + ud^2v + v^2du + 2vdvdu + d^2vdu [/tex]

we get rid of uv^2 and any part of the equation that contains more then one differential. Lets say w = uv^2, then w + dw = the above equation. dw would equal the above equation without the uv^2 since you subtract the w. You get rid of the parts of the equation that has more then one differential because more then one differential is just simply too small to have any effect on the whole equation. We then get

[tex] 2uvdv + v^2du [/tex]

We then plug in for x and y and get

[tex] 2xyy' + y^2 [/tex]

We then have implicitly differentiated part of the equation. We now continue to implicitly differentiate the rest of the equation.

[tex] z = -y [/tex]

[tex] -e^{-y} = -e^z [/tex]

[tex] dz = -dy [/tex]

[tex] \frac {d(-e^z)} {dz} = -e^z = -e^{-y} [/tex]

we then take dz and multiply it by [tex] \frac{d(-e^z)}{dz} [/tex] ,

[tex](dz)(-e^{-y}) = + e^{-y}y' [/tex]

we then differentiate -1 which becomes a 0 and we get

[tex] 2xyy' + e^{-y}y' + y^2 = 0 [/tex]

As implicit differentiation of [tex] xy^2 - e^{-y} - 1 = 0 [/tex]

We then test the implicit differentiation of the above equation as the solution to the differential equation

[tex] (xy^2 + 2xy - 1)y' + y^2 = 0 [/tex]

We do this by solving for [tex] e^{-y} [/tex] from the equation [tex] xy^2 - e^{-y} - 1 = 0 [/tex]

[tex] e^{-y} = xy^2 - 1 [/tex]

we plug [tex] e^{-y} [/tex] in the implicit differential equation and get [tex] (2xy + xy^2 -1)y' + y^2 = 0 [/tex]

So it is a solution of the differential equation [tex] (xy^2 + 2xy - 1)y' +y^2 = 0 [/tex]

Now this is where I need help. Can I say that the original equation [tex] xy^2 - e^{-y} - 1 = 0 [/tex] is an implicit solution to [tex] (xy^2 + 2xy -1)y' + y^2 [/tex], even though it works out?


Exactly how do I find such interval where the y is an implicit function of x on an interval. So I can determine whether the equation [tex] xy^2 - e^{-y} - 1 = 0 [/tex] is an implicit solution to [tex] (xy^2 + 2xy -1)y' + y^2 [/tex]
 
Nov2-04, 03:44 AM   #55
 
Quote by ExtravagantDreams
[tex]
\frac {dy} {dt} = ay - b
[/tex]
Here is y the independent variable and a and by the dependent variables?
 
Dec10-04, 02:14 AM   #56
 
Quote by zeronem
You get rid of the parts of the equation that has more then one differential because more then one differential is just simply too small to have any effect on the whole equation.1 = 0 [/tex] is an implicit solution to ..
YES, YES, YES!!

This is a problem I am having!

I understand that alot of people here dislike the book Calculus For Dummies, for beginners. Alot of people in the real world cannot understand calculus, it is hard. This book really opened my eyes. I understood that a derivative if nothing but a constant rate. I learned the basics to move on.

However, before I got this book, I picked up my first calculus book in my school library. It was made in the very early 1900's, and was about calculus. Beginner calculus.

In this book, he actually had equations of multi-varibles!

For example, [tex]dx^2/dy^2[/tex], or anything with an infinitely small piece of a deriviative squared.

Since a deriviative is an infinitely small section, out of a whole of an infinite amount of infinitely small pieces, how could you have basically a negative infinity squared? This just doesn't make sense. You're already at some negative infinity rate of one [tex]dx[/tex]. So if the derivative is the rate of some curve(therefore the height of the curve), lets call it [tex]f(t)[/tex].

Then,

[tex]f(t)[/tex] = [tex]f(t)dx[/tex]


Does this make sense? I made it up myself..I hope its right.

Basically, I don't understand how you could possibly have some derivative, of some function, squared.

Ugh, anyway, I hate infinity, it confuses me sometimes :(

Weird how an infinite amount of infinitely thin pieces can equal a finite amount, eh?
 
Dec31-04, 06:22 AM   #57
 
The link is not working.
 
Apr12-05, 12:11 AM   #58
 
I have to say this guide is amazing. I have one question on post 25:

py'' + qy' + ry = 0

Solving the homogeneous equation will later always provide a way to solve the corresponding nonhomogeneous problem.

I'm not going to proove all this but you can take the kernal of this funtion as

ar2 + br + c = 0

and you can, so to speak, find the roots of this funtion.

r1,2 = (-b ± √(b2 -4ac))/2a

r1 = (-b + √(b2 -4ac))/2a
r2 = (-b - √(b2 -4ac))/2a

Assuming that these roots are real and different then;
y1(t) = er1t
y2(t) = er2t
How did you get from the above to the last statements?
 
Apr12-05, 12:50 AM   #59
 
Blog Entries: 9
Recognitions:
Homework Helper Homework Help
Science Advisor Science Advisor
Which one,the first statement?

Daniel.
 
Apr12-05, 03:36 AM   #60
 
How does:

Assuming that these roots are real and different then;
y1(t) = er1t
y2(t) = er2t
follow from

py'' + qy' + ry = 0

Solving the homogeneous equation will later always provide a way to solve the corresponding nonhomogeneous problem.

I'm not going to proove all this but you can take the kernal of this funtion as

ar2 + br + c = 0

and you can, so to speak, find the roots of this funtion.

r1,2 = (-b ± √(b2 -4ac))/2a

r1 = (-b + √(b2 -4ac))/2a
r2 = (-b - √(b2 -4ac))/2a
I think i understand the root analogy and how r1 and r2 come about, but I dont understand why y1 and y2 follow that structure.
 
Apr12-05, 10:14 AM   #61
 
Blog Entries: 9
Recognitions:
Homework Helper Homework Help
Science Advisor Science Advisor
That's how u got the characteristic equations,by assuming exponential type solutions and plugging in the ODE.

Daniel.
 
Jun27-05, 02:56 PM   #62
 
Yes, you make the hypothesis:

Y(t)=e^(a*t)

then, if Y(t) must follow the diff.eq. for any real t

e^(a*t)*(p*a^2+q*a+r)=0

from this You get the two (or one) values.

Then, for some algebrical reasons, you demonstrate that the general integral is a linear combination of the found solutions.
 
Aug19-05, 10:47 AM   #63
 
Quote by ExtravagantDreams
Does anyone know an easier way for writing math on the computer and one that looks less confusing. I know I will have difficulty finding some things, especially subscripts and superscripts. Anyone know a better way to denote these?
Just use _ and ^ in LAtex its pretty easy
 
Sep3-05, 05:29 AM   #64
 
Quote by ExtravagantDreams
Looking things up and explaining it to others seems to be the best way to learn.
I would like to suggest you something more than to learn a standard textbook on Diff. Equations. Great many of the ODE's you can find in applications are special cases of the following one:
[tex]
y''=P(x,y)+3 Q(x,y) y'+3 R(x,y) (y')^2+S(x,y) (y')^3,
[/tex]
Once you have such an equation, you usually try to reduce it to some standard equation given in a reference book. A change of variables is most often used for this purpose:
[tex]
\tilde x=\tilde x(x,y),
[/tex]
[tex]
\tilde y=\tilde y(x,y).
[/tex]
Such a change of variables is called a point transformation. There is a theory giving some hints how to find proper point transformation for a given equation. It would be best if you learn this theory and explain it to others (including your class instructor). The following links will help you:
http://arxiv.org/abs/math.DG/9802027
http://arxiv.org/abs/solv-int/9706003

Best regards,
Ruslan Sharipov
 
Sep11-05, 01:50 AM   #65
 
Please send this docment.
 
Dec9-05, 02:29 PM   #66
 
Hello all, I am pretty new to these forums, so correct me if I do anything wrong.

In maths class, we have just finished a chapter on differential equations. However, we were mainly working on something like this:

[tex]f(x)=2x^4+x^3-0.2x^2+3x[/tex]
*snip*
[tex]f'(x)=8x^3+3x^2-0.4x+3[/tex]

Now I am wondering why I understand so little of what this thread is saying. I figure there are some possibilities:
1: The way of writing down these things is way different from what I have learned

2: I haven't learnt very much yet. At school we have come as far as the multiplication and division rules, eg:
[tex]f(x)= \frac {g}{h}[/tex]

[tex]f'(x)=\frac {g'h-h'g}{h^2}[/tex]


3: I am completely wrong in translating.

Any hints, please? Because I do like to learn.

Thanks in advance,

Nazgjunk
 
Dec9-05, 03:20 PM   #67
 
Hello naz,
The equations you wrote down are derivatives. In other words, given a function, those formulas tell you how to find a derivative.
The study of differential equations is the study of how one can get a set of functions that satisfy a given derivative (It will always be more than one because derivatives annihilate additive constants).
For example, if you know f(x) = - f'(x), we want to find some explicit form of f(x) that will give us that equation as a derivative. In this case, a moment's thought will show f(x) can be of the form f(x) = A*cos(x + B), where A and B are arbitrary constants.
Usually in physics one first sees the differential form of some phenomenon (ie., simple harmonic motion) and one then tries to solve the differential equation(s) to get a more explicit form.
 
Dec9-05, 03:33 PM   #68
 
Ok, thanks. I think I got the basic idea, and it indeed is probably a translation problem. I still think it's weird, though: my dictionary says the Dutch "differentieren" does mean "differentiate", but it seems to be something completely different.
 
Thread Closed
Thread Tools


Similar Threads for: Intro. to Differential Equations
Thread Forum Replies
Recommended intro to differential equations textbook Calculus & Beyond Homework 2
intro to differential forms Differential Geometry 120
differential equations-system of equations, cleaning up the great lakes... Calculus & Beyond Homework 1
Intro books on Differential Geometry? Science Textbook Discussion 2
intro to differential forms General Math 0