| Thread Closed |
Intro. to Differential Equations |
Share Thread | Thread Tools |
| Sep28-03, 02:24 PM | #18 |
|
|
Intro. to Differential Equations
Here's my solution to the first one:
dy/dx=x2/y y(dy/dx)=x2 [inte] y(dy/dx)dx = [inte] x2dx (1/2)y2= (1/3)x3 + C1 y2= (2/3)x3 + C2 |
| Sep28-03, 05:09 PM | #19 |
|
|
"I've often wondered why this is the case. dy and dx are variables right? So why can't they be treated as such?"
x is a variable, y is a funtion of x. By cross multiplying you would be treating y like a variable. And your answer is correct. |
| Sep28-03, 07:10 PM | #20 |
|
|
I will mention right now, I have some difficulty understanding this part so I will have even more difficulty explaining it and will probably need a little help. The good news, this isn't the most important topic in my opinion.
The reason this is applicable is that it is often easier to find the existence and uniquness of a solution without having to work out the actual problem. Theorm: Let the function f and ∂f/∂y be continuous in some rectangle [alpha] < t < [beta], Γ < y < δ containing the point (t0, y0). Then, in some interval t0 - h < t < t0 + h contained in [alpha] < t < [beta], there is a unique solution y = φ(t) of the initial value problem y' = f(t,y), y(t0) = y0 Assuming that both the function and it's partial deivative with respect to y are continuous in a rectangle R; |t - t0| < A, |y - y0| < B; Let: M = max |f(t,y)|, (t,y) is in R C = min (A,B/M) Then: There is one and only one solution y(t) valid for t0- C < x < t0+ C Ex. y' = y2, y(0) = 1 f(t,y) = y2 ∂f/∂y = 2y M = max |f(t,y)|, (t,y) is in R C = min (A,B/M) Since A can be made infinately large find the max for B M = max|(1 + B)2| C = B/M C = B/(1 + B)2 C = 1/4 If you have no idea where the answer came from, you are in the same boat as I. If you do know, please share. Perhaps another example Ex. 2 y' = (t2 +y2)3/2, y(t0) = y0 ∂f/∂y = 3y(t2 + y2)1/2 M = max|(t2 +y2)3/2| M = [(t0 + A)2 + (y0 + B)2]3/2 C = min(A,B/M) C = min(A, B/[(t0 + A)2 + (y0 + B)2]3/2) Also, does anyone know how to display determinants or matracies on the computer? |
| Sep29-03, 03:22 PM | #21 |
|
Mentor
Blog Entries: 9
|
Keep an eye on what you are doing in the above examples. You are finding a specific region upon which you can guarantee that a unique solution exists. This means you must provide some specific numbers to the bounds of the region.
One thing that might help you a little, redraw your picture with the A and B intervals CENTERED on (t0,y0) In your worked example the interval for y is: B-y0<=y <= B+y0 Since y0=1 we have: 1-B<=y<=B+1 so if M= Max|f(t,y)| and f(t,y)= y2 The maximum value of f(t,y) on our interval is (B+1)2 Does this help? |
| Sep29-03, 07:42 PM | #22 |
|
|
I guess I am getting confused because the book does not use
M = max |f(t,y)| C = min (A,B/M) notation. From what I understand, all this really says is that you are trying to find the maximum interval of f(t,y), where the limiting factor is either A or B/M (which is denoted C). But why B/M, why not just B? This is what gets me. Is C a value in the horizontal direction? Does dividing B by M make it a horizontal value? And how do you choose B? I think I am making this too difficult. I fear it is one of those things where you just have to look at it. |
| Sep30-03, 04:15 AM | #23 |
|
|
Theorem:
Let the functions M, N, My, Nx, where subscripts denote partial derivatives, be continuous in the rectangular region R: [alpha] < [beta], Γ < y < δ. Then; M(x,y) + N(x,y)y' = 0 is an exact differential equation in R if and only if My(x,y) = Nx(x,y) at each point of R. That is, there exists a function satisfying ∂[psi]/∂x(x,y) = M(x,y), ∂[psi]/∂y(x,y) = N(x,y) or [psi]x(x,y) = M(x,y), [psi]y(x,y) = N(x,y) if and only if M and N satisfy My(x,y) = Nx(x,y) This means that there is a solution [psi](x,y) of the general equation M + Ny' = 0 Proof of My(x,y) = Nx(x,y) We already defined [psi]x(x,y) = M(x,y), [psi]y(x,y) = N(x,y) we can compute the partial derivative of each to be [psi]xy(x,y) = My(x,y), [psi]yx(x,y) = Nx(x,y) Since My and Nx are continuous, it follows that [psi]xy and [psi]yx are continuous also, which also guarantees their equality. Finding [psi](x,y) when My(x,y) = Nx(x,y): Starting with the equations [psi]x(x,y) = M(x,y), [psi]y(x,y) = N(x,y) start with the first and integrate with respect to x [psi](x,y) = ∫M(x,y)dx + h(y) Where h is some function of y playing the role of an arbitrary constant. Now we must proove that h(y) can always be chosed so that [psi]y = N [psi]y(x,y) = ∂/∂y[∫M(x,y)dx + h(y)] [psi]y(x,y) = ∫My(x,y)dx + h'(y) Setting [psi]y = N we obtain N(x,y) = ∫My(x,y)dx + h'(y) Where we can then solve for h'(y) h'(y) = N(x,y) - ∫My(x,y)dx h(y) = Nx(x,y) - My(x,y) Then the general solution [psi](x,y) = ∫M(x,y)dx + ∫[N(x,y) - ∫My(x,y)dx]dy Ex. 1 2xy3 + 3x2y2y' = 0 Where M = 2xy3, N = 3x2y2 Then My = 6xy2, Nx = 6xy2 Since My = Nx This equations is exact and can be solved by the previous method. Start with [psi]x = M = 2xy3 [psi] = ∫Mdx + h(y) = ∫2xy3dx + h(y) [psi] = x2y3 + h(y) Find h; Since we know that N = ∂[psi]/∂y, differentiate both sides and substitude N N = ∂/∂y[∫Mdx + h(y) N = 3x2y2 + h'(y) h'(y) = 0, h(y) = C Plug h(y) back into the original [psi] equation [psi] = x2y3 + C [psi] = x2y3 = K Ex. 2 Find the function [psi](x,y) of y' = -(ax + by)/(bx - cy) (bx - cy)y' = -(ax + by) (ax + by) + (bx - cy)y' = 0 So M = (ax + by), N = (bx - cy) My = b, Nx = b Since My = Nx, the equation is exact [psi]x = M = ax + by ∫[psi]xdx = ∫(ax + by)dx [psi] = (1/2)ax2 + byx + h(y) [psi]y = ∂/∂y[(1/2)ax2 + byx + h(y)] [psi]y = bx + h'(y) [psi]y= N N = bx + h'(Y) (bx - cy) = bx + h'(y) h'(y) = -cy h(y) = -(1/2)cy2 [psi] = (1/2)ax2 + byx - (1/2)cy2 = K Ex. 3 (ycosx + 2xey) + (sinx + x2ey - 1)y' = 0 So, M = ycosx + 2xey, N = sinx + x2ey - 1 My = cosx + 2xey, Nx = cosx + 2xey My = Nx, so can be solved using the exact method Remember that M = [psi]x N = [psi]y ∫[psi]xdx = ∫(ycosx + 2xey)dx [psi] = ysinx + eyx2 + h(y) Taking a partial derivative of both sides with respect to y, [psi]y = sinx + x2ey + h'(y) [psi]y = N = sinx + x2ey - 1 sinx + x2ey - 1 = sinx + x2ey + h'(y) h'(y) = -1 ∫h'(y)dy = h(y) = -y [psi](x,y) = ysinx + eyx2 - y = k Integrating Factor If an equation is not exact it can be multyplied by an integrating factor [mu] so that it becomes exact. Starting with the general form M(x,y) + N(x,y)y' = 0 and My [x=] Nx There is an integrating factor [mu] such that [mu]M(x,y) + [mu]N(x,y)y' = 0 and ([mu]M)y = ([mu]N)x or [mu]yM + [mu]My = [mu]xN + [mu]Nx M[mu]y - N[mu]x + (My - Nx)[mu] = 0 We will not discuss finding [mu](x,y) since this is entirely too diffictuly for this course, so we shall stick to [mu] as a function of x or y only. If [mu] is a function of x; ([mu]M)y = [mu]My, ([mu]N)x = [mu]Nx + N(d[mu]/dx) Thus, if ([mu]M)yis to equal [mu]Nx; d[mu]\dx = (My - Nx)[mu]/N If the function (My - Nx)/N depends on x only then [mu] can also be a function of x only and an integrating factor has been found. The proceedure to finding [mu](y) is similar and the equation d[mu]\dx = -(My = Nx)[mu]/M is derived. Ex. 4 (3xy + y2) + (x2 + xy)y' = 0 M = 3xy + y2, N = x2 + xy My = 3x + 2y, Nx = 2x + y Since, My [x=] Nx the equation is not seperable and an integrating factor must be found [mu](x) (My - Nx)/N dx = d[mu](x)/[mu](x) ln|[mu](x)| = ∫(3x + 2y - 2x - y)/(x2 + xy)dx ln|[mu](x)| = ∫(x + y)/x(x + y)dx ln|[mu](x)| = ∫(1/x)dx ln|[mu](x)| + ln|x| [mu](x) = x Since it is a function of x only, this can be used as the integrating factor. Now to solve the equations x(3xy + y2) + x(x2 + xy)y' = 0 M = 3x2y + xy2, N = x3 + x2y My = 3x2 + 2xy, Nx = 3x2 + 2yx My = Nx So it is now exact. ∂/∂y[∫(3x2y + xy2)dx] = x3 + x2y ∂/∂y[yx3 + (1/2)y2x2 + h(y)] = x3 + x2y x3 + x2y + h'(y) = x3 + x2y h'(y) = 0, h(y) = C yx3 + (1/2)y2x2 = K Problems: 1. (2x + 3) + (2y - 2)y' = 0 2. (9x2 + y - 1)dx - (4y - x)dy = 0, y(1) = 0 3. (x2y = 2xy + y3)dx + (x2 + y2)dy = 0 |
| Sep30-03, 03:48 PM | #24 |
|
Mentor
Blog Entries: 9
|
He is using Picard iterations to prove the existance of solutions. I'll cheat for this cause he says it better then I. Here is are links to scans of Boyce & Deprima 2nd Ed.First page second page Hope this helps, is this not in your book? |
| Oct2-03, 01:14 AM | #25 |
|
|
A second order differential equation is linear if it is in the following form;
y'' + p(t)y' + q(t)y = g(t) or P(t)y'' + Q(t)y' + R(t)y = g(t) Where p, q, and g and functions of t If the problem has initial conditions it will be in the form of y(t) = y0, y'(t) = y'0. Let's start with the easiest: Homogeneous with Constant coefficients Homogeneous in this case means g(t) = 0, with constant coefficients mean P(t) = p, Q(t) = q, and R(t) = r Since makes the general equations; 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 and y = C1y1(t) + C2y2(t) Which comes from the initial deriviation. If someone really really wants to know, I will show you. y = C1er1t + C2er2t This is your general solution. C1 and C2 can be solved for if initial conditions y(t) and y'(t) are given in the following manner; y = C1er1t + C2er2t y(t) = y0 y0 = C1er1t + C2er2t and y' = r1C1er1t + r2C2er2t y'(t) = y'0 It is also possible to varify your solution by using y = C1er1t + C2er2t y' = r1C1er1t + r2C2er2t y'' = r12C1er1t + r22C2er2t and pluging them back into the equation ay'' + by' + cy = 0 Ex. 1 y'' + 5y' +6y = 0, y(0) = 2, y'(0) = 3 1r2 + 5r + 6 = 0 (r + 3)(r + 2) r1 = -3 r2 = -2 y = C1e-3t + C2e-2t 2 = C1e-3(0) + C2e-2(0) 2 = C1 + C2 y' = -3C1e-3t - 2C2e-2t 3 = -3C1e-3(0) - 2C2e-2(0) 3 = -3C1 - 2C2 |+1 +1 +2| |- 3 - 2 +3| ~ |+1 +1 +2| |+0 +1 +9| ~ |+1 +0 - 7| |+0 +1 +9| ~ C1 = -7 C2 = 9 y = -7e-3t + 9e-2t y' = 21e-3t - 18e-2t y'' = -63e-3t + 36e-2t y'' + 5y' +6y = 0 (-63e-3t + 36e-2t) +5(21e-3t -18e-2t) =6(-7e-3t + 9e-2t) e-3t(105 - 63 - 42) + e-2t(36 - 18 - 18) = 0 |
| Oct25-03, 05:35 PM | #26 |
|
|
ok heres question.... solve the differential equation d^3x/dt^3-2d^2d^2x/dt^2 +dx/dt=0
and find the fourier series for f(x)={0,pi -pi<x<0 0<x<pi |
| Oct25-03, 07:27 PM | #27 |
|
|
I'm actually not entirely sure how to solve this. This is not something we covered (higher order linear equations)
Skimming through the section, it looks like it is done in the same way as regular constant coefficient homogeneous equations. 3r3 - 2r2 + 1r = 0 where r are the kernals r(3r2 - 2r + 1) = 0 r1 = 0 r23 = (1 ± i√(2))/3 y = C1 + e1/3 x(C2cos((√(2)/3)x) + C3sin((√(2)/3)x)) and I'm not sure what a fourier series is. |
| Oct25-03, 08:18 PM | #28 |
|
|
I have fallen way behind in doing this, about 3 + 3 fairly complicated sections, so I will try to cover as much as I can during my time off tonight and tomorrow morning.
So, we already saw what happens to 2nd order linear homogeneous differential equations with constant coefficient (wow, that is a mouth full) in the form; ay'' + by' + cy = 0 where one finds the roots by evaluating; ar2 + br + c = 0 and the answer is in the form; y = C1er1t + C2er2t However, when the expression b2 - 4ac is negative, the roots can be written in the form; r12 = λ ± iμ Where; λ = -b/2a i&mu = √(b2 - 4ac) when b2 < 4ac and y1(t) = e(λ + iμ)t y2(t) = e(λ - iμ)t Let us look at some properties first: Using taylor serious it can be prooven that eit = cos(t) + isin(t) e-it = cos(t) - isin(t) eiμt = cos(μt) + isin(μt) Where then e(λ + iμ)t = eλteiμt = eλt[cos(μt) + isin(μt)] Looking for real solutions Addition of function 1 and 2 y1(t) + y2(t) = (eλt[cos(μt) + isin(μt)]) + (eλt[cos(μt) - isin(μt)]) = 2eλt[cos(μt)] Subtraction of function 1 and 2 y1(t) - y2(t) = (eλt[cos(μt) + isin(μt)]) - (eλt[cos(μt) - isin(μt)]) = 2eλt[isin(μt)] Since the differential equation is made up of real coefficients, it can be said that it's derivative is also. Therefore by simply neglecting the constant multipliers we obtain a pair of real-valued solution; u(t) = eλt[cos(μt)] v(t) = eλt[sin(μt)] where u and v are just the real and imaginary parts of the solution respectively; meaning these parts are linearly independent, and a combination of these parts is a then also a solution. W(u,v)(t) [x=] 0 Since the Wronskian of these two functions is equal to μe2λt, it is always nonzero as long as μ [x=] 0. Since μ is always greater then zero, when b2 < 4ac, the general solution is; y = C1eλtcos(μt) + C2eλtsin(μt) Ex. y'' + y' + y = 0 r2 + r + 1 r12 = (-1 ± √[(1)2 - 4(1)(1)])/2(1) = -1/2 ± i√(3)/2 Then; μ = -1/2 λ = √(3)/2 y = C1e-t/2cos(√(3)t/2) + C2e-t/2sin(√(3)t/2) |
| Oct26-03, 12:39 AM | #29 |
|
|
ok heres another one solve ......
:: . x -6x+9x=y how would u solve this |
| Oct26-03, 09:41 AM | #30 |
|
|
What is the solution to the previous one? |
| Oct26-03, 03:39 PM | #31 |
|
|
lol no it is correct
|
| Oct26-03, 04:29 PM | #32 |
|
Mentor
Blog Entries: 9
|
y=4x Not real exicting. |
| Oct26-03, 11:37 PM | #33 |
|
|
|
| Oct30-03, 01:31 PM | #34 |
|
|
This is a method for finding a second solution to a 2nd order linear homogeneous differential equations with constant coefficients assuming you already have the first solution. It can often occur when the roots of the equation are the same (when b2 - 4ac = 0).
Lets remember that given the equation; ay'' + by' + cy = 0, where a, b, and c are constant coefficients, There can be a solution found by first finding the roots of; ar2 + br + c = 0 Then it is a simple matter of remember the equations; C1er1t + C2er2t for ordinary roots, and; C1eλtcos(μt) + C2eλtsin(μt) for complex roots in the form; r = λ ± iμ The general idea is to find a non-linear multiple of the first solution. Given the first solution, y1 = ert, the general solution is C1ert and another solution y2 = v(t)y1, where v(t) is some funtion of t, can be found. Using; y2 = v(t)y1 Find; y'2 = v'(t)y1 + v(t)y'1 y''2 = v''(t)y1 + 2v'(t)y'1 + v(t)y''1 And plug these into the original equation; ay'' + by' + cy = 0 a[v''(t)y1 + 2v'(t)y'1 + v(t)y''1] + b[v'(t)y1 + v(t)y'1] + c[v(t)y1] Now group the equation such that all v(t), v'(t), and v''(t) terms are together and if it was done correctly, all v(t) terms will cancel. v''(t)[ay1] + v'(t)[2ay'1 + by1] + v(t)[ay''1 + by'1 + cv(t)y1] Since, b2 - 4ac = 0 ay''1 + by'1 + cv(t)y1 = 0 So you are left with; v''(t)[ay1] + v'(t)[2ay'1 + by1] Solve for v(t) by integrating and plug back into; y2 = v(t)y1 Let's try an example: y'' + 4y' + 4y = 0 Find the Roots; r12 = [-4 ± √(42 - 4(1)(4))]/2(1) r12 = -2 y1 = e-2t y2 = v(t)e-2t y'2 = v'(t)e-2t - 2v(t)e-2t y''2 = v''(t)e-2t - 4v'(t)e-2t + 4v(t)e-2t Plug into original equation; v''(t)e-2t - 4v'(t)e-2t + 4v(t)e-2t + 4[v'(t)e-2t - 2v(t)e-2t] + 4[v(t)e-2t] Combine v(t) terms; v''(t)[e-2t] + v'(t)[-4e-2t + 4e-2t] + v'(t)[4e-2t - 8e-2t + 4e-2t] = 0 v''(t)[e-2t] + v'(t)[ 0] + v'(t)[ 0] = 0 In this case the v'(t) terms also cancelled. So, v''(t)[e-2t] = 0 Since, e-2t [x=] 0, v''(t) = 0 Integrating; v'(t) = C1, v(t) = C1t + C2, Remember the original solution; y1 = e-2t and; y2 = v(t)e-2t y2 = [C1t + C2]e-2t y2 = C1te-2t + C2e-2t Where the second term is just the the first, so the general solution is; y = C1te-2t + C2e-2t It actually turns out that y2 = ty1, always. Give these problems a try: 1. y'' - 2y' + y = 0 2. 4y'' + 12y' + 9y = 0 |
| 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 | ||