Chapter 2 Flashcards

1
Q

What form do separable first order ODEs take?

A

y’ = a(x) b(y)

WITH y(x0) = y0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How to solve a seperable first order ODE

A
1) rearrange so the equation is in the form 
dy/dx = a(x) b(y)
2) divide by b(x)
3) multiply by dx
b(y) dy  = a(x) dx
4) integrate both sides and +c
5) rearrange for y = f(x)
6) substitute in initial conditions to find the explicit solution
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What form do equations solved by the integrating factor method take?

A

y’ + P(x)y = Q(x)

WITH y(x0) = y0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How to solve a linear first order ODE with the integrating factor method

A

1) rearrange so that the equation is in the form
y’ + P(x)y = Q(x)
2) calculate the integrating factor
IF = e^(∫P(x)dx)
3) multiply the equation by the integrating factor
4) apply the product rule to the right hand side of the equation
5) multiply by dx
6) integrate
7) arrange for y = f(x)
8) substitute in any initial conditions to find the explicit solution

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What form do first ODEs of homogeneous degree take?

A

dy/dx = f(y/x)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How to solve linear first order ODEs of homogeneous degree

A

1) rearrange so that the equation is in the form,
y’ = f(y/x)
2) substitute y and y’ using
y(x) = xv(x)
3) simplify the equation
4) the equation should now be in a form that can be solved using the separable or integrating factor method
5) once you have an expression for v, substitute into y = xv to find y

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What form does a Bernoulli equation take?

A

y’ + P(x)y = Q(x)y^n

where n≠0,1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

How to solve a Bernoulli equation

A

1) rearrange the equation so that it is in the form,
y’ + P(x)y = Q(x)y^n
2)use the substitution,
z(x) = y^(1-n), to find dz/dx
3) divide the equation by y^n
4) substitute in the values from (2) so you have an ODE in terms of z and x
5) this equation will be solvable by the integrating factor method, solve for z
6) using z=y^(1-n) to find y

How well did you know this?
1
Not at all
2
3
4
5
Perfectly