| Thread Closed |
Intro. to Differential Equations |
Share Thread | Thread Tools |
| Oct30-03, 07:30 PM | #35 |
|
|
Intro. to Differential Equations
hey thanks...nice examples,,,clear and easy to understand...but heres a problem...when x=0 3x^2y''-xy'+y=0
|
| Oct30-03, 10:36 PM | #36 |
|
|
I'm not sure what you are asking;
3x2y''- xy'+ y = 0, When x = 0 3(0)2y''- (0)y'+ y = 0 y = 0 ??? |
| Oct31-03, 12:49 AM | #37 |
|
|
not really but how do you find recurrence formulas? they're very complicated and i can't understand it...like the recurrence for (x^2+4)y''+xy=x+2
i thought you find the seond derivative and and first and the original a0 )a1x+a2x^2+a3x^3+a4x^4.......+anx^n+an+1+an+2x^n+2+... y'=a1+2azx+3a3x^2...and so on.. how would you compute this? iam very confused ...all i got is you get the combining terms in this case8a2=2, 24a3+a0=1 2a2+48a4+a1=0 ... then it's like n(n-1)an+4(n+2)(n+1)an+2+an-1=0 (n=0, 1 ,2 ,3 ,4 ....x i know how they got the combined terms but how did they get the n's? |
| Oct31-03, 06:03 PM | #38 |
|
|
Are you talking about the sums in series solutsions of 2nd Order Linear Equations? If it is beyond that, sorry I can't help ya. I'm only taking this course just now.
|
| Oct31-03, 07:27 PM | #39 |
|
|
Here we will look at Second Order, nonhomogeneous Linear Equations of the form;
L[y] = y'' + p(t)y' + q(t)y = g(t) where p(t), q(t), and g(t) are continuous functions on an open interval, I. We can use the homogeneous equations, where g(t) = 0 to solve the nonhomogeneous. If Y1 and Y2 are two solutions of the nonhomogeneous equation, then their difference (Y1 - Y2) is a solution of the corresponding homogeneous equation. If in addition, y1 and y2 are a fundamental set of solutions of the homogeneous equation, then; Y1 - Y2 = c1y1(t) + c2y2(t) where c1and c2 are certain constants. The general solution of the nonhomogeneous equation can then be written as; y = φ(t) = c1y1(t) + c2y2(t) + Y(t) where y1 and y2 are a fundamental set of solutions of the corresponding homogeneous equation, c1 and c2 are arbitrary constants, and Y(t) is some specific solutions of the nonhomogeneous equation. We will attempt here to find the function Y(t) of the nonhomogeneous equation. There are two methods of doing this, namely the method of undetermined coefficients, which is discussed in this section, and the method of variation of parameters, which will be discussed next time. The idea is to assume a solution for Y(t) with an undetermined coefficient, then use this answer and plug back into the original equation and try to find the coefficient. If it is successfuly, a solution of Y(t) has been found, if not there is so solution in the form that was assumed and a differnt assumption should be made. Clearly, this has draw back, such that an assumption must be fairly easy to do. Yet, once such an assumption has been made, the solution is not difficult to optain. Let's look at some examples: y'' - 3y' - 4y = 3e2t Here we seek a function such that the combination of Y''(t) - 3Y'(t) - 4Y(t) = 3e2t Since, the exponential function reproduces itself through differentiation it is the most plausible answer. Let's assume Y(t) = Ae2t, where A is the undetermined coefficient. Y(t) = Ae2t Y'(t) = 2Ae2t Y''(t) = 4Ae2t Plug these values into the combination equation; 1[4Ae2t] - 3[2Ae2t] - 4[Ae2t] = 3e2t Attempt to solve for A; [4 - 6 - 4]A = 3 A = -1/2 So; Y(t) = -1/2e2t Let us try another one, where we first assume the incorrect solution; y'' - 3y' - 4y = 2sin(t) Let us assume; Y(t) = Asint(t) Y'(t) = Acos(t) Y''(t) = -Asint(t) 1[-Asint(t)] - 3[Acos(t)] - 4[Asint(t)] = 2sin(t) A[-5 - 3cot(t)] = 2 Clearly, this can not be solved. Let's assume a differnt solution, namely Y(t) = Asint(t) + Bcos(t), where B is just another undetermined coefficient. Y(t) = Asint(t) + Bcos(t) Y'(t) = Acost(t) - Bsin(t) Y(''t) = -Asint(t) - Bcos(t) 1[-Asint(t) - Bcos(t)] - 3[Acost(t) - Bsin(t)] - 4[Asint(t) + Bcos(t)] = 2sin(t) [-A + 3B -4A]sin(t) + [-B - 3A - 4B]cos(t) = 2sin(t) Since there there are two sin(t) on the right there must be two on the left, zero cos(t) on the right, there must be zero on the left. Hence the coefficients of sin(t) and cos(t) must be; -5A + 3B = 2, -3A - 5B = 0 1 -3/5 -2/5 0 -34/5 -6/5 1 0 -5/17 0 1 3/17 A = -5/17 B = 3/17 So, Y(t) = (-5/17)sint(t) + (3/17)cos(t) Lets try one more, y'' - 3y' - 4y = 4t2 - 1 Since g(t) is a polynomial with terms t2, t, 1, with coefficients 4, 0, -1 respectively, we can assume the solution; Y(t) = At2 + Bt + C Y'(t) = 2At + B Y''(t) = 2A [2A] - 3[2At + B] - 4[At2 + Bt + C] = 4t2 - 1 [-4A]t2 + [-6A - 4B]t + [2A - 3B - 4C] = 4t2 - 1 -4At2 = 4t2 A = -1 -6At - 4Bt = 0t -6(-1) = 4B B = 3/2 2A - 3B - 4C = -1 2(-1) - 3(3/2) - 4C = -1 -4C = 11/2 C = -11/8 So, Y(t) = (-1)t2 + (3/2)t + (-11/8) Problems: Find the general solution of; 1. y'' - 2y' - 3y = 3e2t 2. 2y'' + 3y' + y = t2 + 3sin(t) 3. y'' + 2y' + 5y = 4e-tcos(2t), y(0) = 1, y'(0) = 0 |
| Nov1-03, 02:23 AM | #40 |
|
|
yeah thanks....by the way, how do you compute pde's? the advanced types?
|
| Nov1-03, 12:56 PM | #41 |
|
|
I believe that is Fourier series, something I will not learn until Monday.
|
| Nov1-03, 02:03 PM | #42 |
|
|
i thought pde's were partil differential equations>?
|
| Nov1-03, 05:11 PM | #43 |
|
|
He meant that's one way to solve them, I think. Yes PDE means partial differential equation. Some of them can be reduced to ordinary differentials and there are just tons of methods for particular cases. This has been one of the most active branches of math resarch for hundreds of years, and no end in sight.
|
| Nov1-03, 06:14 PM | #44 |
|
|
o..by the way..here are some things that i wish to know
wha are the recurrence formulass for the folowwing 1) (x^2 +4) y''+xy=x+2 2) y''+y=0 8x^2 y''+10xy'+(X-1)y=0 |
| Nov3-03, 09:16 AM | #45 |
|
|
We have already seen how to find a particular solution for nonhomogeneous equation using the Method of Undetermined Coefficients, now we will try to use variation of parameters to accomplish the same thing.
Let's jump straight to an example; y'' + 4y = 3csc(t) Noting that the corresponding homogeneous equation is; y'' + 4y = 0 We first solve this equation. r12 = √(-4(1)(4))/2(1) = 2i remember that solution will be in form; eλt[cos(μt) + sin(μt)] where in this case λ = 0 and μ = 2, so yc(t) = c1cos(2t) + c2sin(2t) The basic idea is to replace the constance c1 and c2 with functions u1(t) and u2(t) and solve for these functions. Starting with the equation; y = u1(t)cos(2t) + u2(t)sin(2t) we can differentiate to optain; y' = u'1(t)cos(2t) + u'2(t)sin(2t) - 2u1(t)sin(2t) + 2u2(t)cos(2t) Since we only have one initial condition so far, yet two unknown variables, this would give us infinite many solutions. Let us impose a second condition so that we have one final solution. Here it is not important why we can do this; We require that; u'1(t)cos(2t) + u'2(t)sin(2t) = 0, so; y' = 2u2(t)cos(2t) - 2u1(t)sin(2t) y'' = 2u'2(t)cos(2t) - 2u'1(t)sin(2t) - 4u2(t)sin(2t) - 4u1(t)cos(2t) Substitude these equations back into the original equation; [2u'2(t)cos(2t) - 2u'1(t)sin(2t) - 4u2(t)sin(2t) - 4u1(t)cos(2t)] + 4[u1(t)cos(2t) + u2(t)sin(2t)] = 3csc(t) 2u'2(t)cos(2t) - 2u'1(t)sin(2t) = 3csc(t) From our second set condition; u'1(t)cos(2t) + u'2(t)sin(2t) = 0 u'2(t) = -u'1(t)cos(2t)/sin(2t) Substitude; 2[-u'1(t)cos(2t)/sin(2t)]cos(2t) - 2u'1(t)sin(2t) = 3csc(t) Simplify; u'1(t) = -(3csc(t)sin(2t))/2 = -3cos(t) Substituging once more; u'2(t) = -u'1(t)cos(2t)/sin(2t) u'2(t) = [-3cos(t)]cos(2t)/sin(2t) u'2(t) = (3/2)csc(t) -3sin(t) Now that we have optained u'1(t) and u'2(t), Integrate; u1(t) = -3sin(T) + c1 u2(t) = (3/2)ln|csc(t) - cot(t)| + 3cot(t) + c2(t) Finally, substitude u1(t) and u2(t) into the y expression; y = [-3sin(T) + c1]cos(2t) + [(3/2)ln|csc(t) - cot(t)| + 3cot(t) + c2(t)]sin(2t) That probably looked more confusing than need be, so lets look at an arbitrary function to see a set by set method and prove this can be used for any Second Order Linear Nonhomogeneous Equation. Let us start with the general equation; y'' + p(t)y' + q(t)y = g(t) The general solution to the corresponding homogeneous equation will be; yc(t) = c1y1(t) + c2y2(t) This is from the assumption that the equation has constant coefficients. Now in the general solution, replace constants with functions u. y = u1(t)y1(t) + u2(t)y2(t) Take the derivative; y' = u'1(t)y1(t) + u'2(t)y2(t) + u1(t)y'1(t) + u2(t)y'2(t) For a second condition set terms with u' equal to zero; u'1(t)y1(t) + u'2(t)y2(t) = 0 This gives; y' = u1(t)y'1(t) + u2(t)y'2(t) Differentiate again and plug y, y', and y'' into the original equation; y'' = u1(t)y''1(t) + u2(t)y''2(t) + u'1(t)y'1(t) + u'2(t)y'2(t) [u1(t)y''1(t) + u2(t)y''2(t) + u'1(t)y'1(t) + u'2(t)y'2(t)] + p(t)[u1(t)y'1(t) + u2(t)y'2(t)] + q(t)[u1(t)y1(t) + u2(t)y2(t)] = g(t) Rearranging; u1(t)[y''1(t) + p(t)y'1(t) + q(t)y1(t)] + u2(t)[y''2(t) + p(t)y'2(t) + q(t)y2(t)] + u'1(t)y'1(t) + u'2(t)y'2(t)] = g(t) Since both y1 and y2 are solutions to the corresponding homogeneous equation, the expressions in brackets equal zero, leaving; u'1(t)y'1(t) + u'2(t)y'2(t) = g(t) Using this equation and the previous equation; u'1(t)y'1(t) + u'2(t)y'2(t) = 0 substituation can be used and integration can be done to find u1and u2. u'1(t) = -y2(t)g(t)/W(y1,y2)(t) u'2(t) = y1(t)g(t)/W(y1,y2)(t) u1(t) = -∫(y2(t)g(t)/W(y1,y2)(t))dt + c1 u2(t) = ∫(y1(t)g(t)/W(y1,y2)(t))dt + c2 Where then; Y(t) = -y1(t)∫(y2(t)g(t)/W(y1,y2)(t))dt + y2∫(y1(t)g(t)/W(y1,y2)(t))dt and the general solution is; y = c1y1(t) + c2y2(t) + Y(t) I realize this is a little confusing to follow, so let me sum up what you really need to know without deriving everything everytime. First; You must find the solutions y1 and y2 of the homogeneous equation. Then use these two formulas: u'1y1 + u'2y2 = 0 u'1y'1 + u'2y'2 = g(t) If there is a term infront of the y'' term, it must be divided out to give the correct g(t). From this system of equations, where y and y' are known, u'1 and u'2 can be found, then integrated. |
| Nov25-03, 06:49 AM | #46 |
|
|
DDy + Dy + y = 0 for all values of y
x2 + px + q cannot be zero for all values. Although it's possible if y = aekx. y = aekx Dy = akekx. DDy = ak2ekx. DDy + Dy + y = ak2ekx + akekx + aekx = a(k2 + k + 1)ekx If (k2 + k + 1) = 0 then DDy + Dy + y = 0 |
| Jan29-04, 06:36 PM | #47 |
|
|
Awsome, I feel special now that this was made a sticky [6)]
I haven't been around in a while, I was really busy during finals and then kinda crawled in a hole for a month during break. but for now I am back, we will see how long it lasts this time. I changed my format of doing this, instead of writing everything out on here, I have decided to use Word Processor and Equation Editor to create a document that you can then download. I hope no one will have any problems this way. If you dare... |
| Apr24-04, 03:18 AM | #48 |
|
|
for instructions. |
| Apr25-04, 11:41 PM | #49 |
|
|
Does anyone know of any good Intro to Diffy Q books? Or just Diffy Q books in general? Thanks...
|
| May26-04, 10:06 PM | #50 |
|
|
I'm using the book Differential Equations: 2nd Edition by Blanchard, Devaney, Hall. |
| May27-04, 08:33 AM | #51 |
|
|
Try Boyce and DiPrima.......it hasn't been thru 7 or 8 editions beause it is not a good, readable text
|
| 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 | ||