

Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Summary: first order differential equations. Types discussed in class. 1. Separable equations. These are equations which may be written in the.
Typology: Summaries
1 / 3
This page cannot be seen from the preview
Don't miss anything!


Types discussed in class.
1 f (y) dy = g(t)dt.
Then integrate, making sure to include one of the constants of integration: ∫ 1 f (y)
dy =
g(t)dt + c.
y′^ + p(t)y = q(t).
To solve, make sure it’s in exactly this form, and multiply by the “inte- grating factor” e
p(t)dt:
e
p(t)dty′ (^) + e
p(t)dtp(t)y = e
p(t)dtq(t).
Let I(t) denote the integrating factor: I(t) = e
p(t)dt. Then the left side of the equation is the derivative of I(t)y:
(I(t)y)′^ = I(t)q(t).
Now integrate: I(t)y =
I(t)q(t)dt + c,
so y =
I(t)
I(t)q(t)dt +
c I(t)
(I find it much easier to remember the procedure—multiply by e
p(t)dt— than to try to memorize this solution.)
Types not discussed in class. You won’t need to know these for any home- work or exams for this class, but they might come up in other courses.
y′^ = f (x, y),
where the function f (x, y) depends only on the ratio y/x—say f (x, y) = (y/x)^2 + sin(3 y/x). In other words, it is an equation of the form
y′^ = F (y/x)
for some function F. Let v = y/x, so that y = vx. Then y′^ = v′x + v, and if you plug this in for y′^ and plug v in for y/x, you get
xv′^ + v = F (v).
This is separable: dv F (v) − v
dx x
So solve it for v, and then substitute back in for y: v = y/x.
y′^ + p(t)y = q(t)yn,
where n is any number except 0 or 1. (If n = 0, then y^0 = 1, so this is just a linear equation. If n = 1, then y^1 = y, so you can rewrite this as y′^ + [p(t) − q(t)]y = 0, which is a linear equation.) To solve it, make the substitution v = y^1 −n, so that v′^ = (1 − n)y−ny′; in other words, y−ny′^ = (^1) −^1 n v′. Multiply the original equation by y−n:
y−ny′^ + p(t)y^1 −n^ = q(t).
Now make the substitution with v: 1 1 − n
v′^ + p(t)v = q(t).
Multiply everything by 1 − n and you have a linear equation, which you can solve to find v. Once you have v, then use the equation y = v^1 /(1−n) to find y.