1.1, 1.2 Flashcards

1
Q

Integration by Parts Derivation

A

deriv ( xy ) = x’y + xy’
Integrate both sides
x
y (from a to b) = int(x’y + xy’)
int(xy’) = x*y (from a to be) - int(x’y)
Inputs on the left side, outputs on the right

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

Order of an Ordinary Differential Equation

A

largest n s.t. x^(n) appears in the equation

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

an nth order ODE is linear if it can be put in the form:

A

a.n(t) * x^n + a.n-1(t) * x^n-1 + … + a.0(t) * x = r(t)
AKA on the left are x, x’, x’’ are all mult. by functions of t. On the right is a function of t.

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

x’’ + tx^2 = e^(-t^2) is linear or nonlinear?

A

nonlinear b/c of the x^2

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

Linear or not?
(1+sin(t))x’’ + x’ * e^t = t-x

A

Linear, because you can move the x to the other side and it fits the form.

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

How do you verify a solution to an Ordinary Differential Equation

A

plug in the derivatives to the equation and see if it is still true

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

What is an IVP problem (initial value problem)?

A

A differential equation that also has an initial condition, allowing you to solve for the value of C

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

Fundamental Theorem of Existence and Uniqueness: x’ = f(x,t) , x(t.0) = x.0. Suppose f continuous at (t.0,x.0) and df/dx continuous at (t.0,x.0). Then:

A

there exists and interval a<t<b containing t.0 such that on this interval x has a unique solution. However, this does not tell you anything about the size of the interval

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

A first order ODE is in the form:

A

x’ + p(t) * x = q(t)

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

A linear equation is called homogeneous if:

A

if RHS is 0. AKA, r(t) = 0, q(t) = 0

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

What is the solution to first order homogeneous equations (i.e. x’ + p(t)x = 0)?

A

Ce^(-P(t)), where P(t) is any antiderivative of p(t). This can be derived using integrating factor

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

How do you solve first order inhomogeneous solutions (i.e. x’ + p(t) * x = q(t) )?

A

Integrating factor method!
1. u(t) = int(p(t))
2. Multiply equation by u(t)
3. Integrate to get solution, where LHS will collapse into a product rule.

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

What is a particular homogeneous solution vs. a homogeneous solution (i.e. c(t + 1)^2 − (t + 1)^2 )?

A

Particular homogeneous solution does not include C constant (i.e. second half), and is unique up to adding copies of the homogeneous solution to it. AKA, this is a family of solutions and when c=0 that is the particular solution.

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

When can you use Method of Undetermined Coefficients?

A

When equation is a constant coefficient equation ODE (i.e. x’ + px = q(t) ) NOT x’ + p(t)x = q(t)
AND
q(t)’s derivatives span finitely many functions

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

How do you use Method of Undetermined Coefficients?

A
  1. Create an Ansatz (guess) that is a constant times each of the spanned functions (i.e. x(t) = At^2 + Bt + C).
  2. Plug in the guess into the equation and find a system of equations that matches the RHS.
  3. Solve the system of equations to get the particular solution
  4. Add the general solution: Ce^-pt
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

An equation x’ = f(t,x) is called separable if:

A

if f(t,x) can be decomposed f(t,x) = g(t)h(x)

17
Q

How do you solve separable equations (i.e. x’ = f(t,x) = g(t)h(t) )?

A
  1. x’ / h(x) = g(t)
  2. If O(x) is an antiderivative of 1/h(x), then this is d/dt( O(x) ) = g(t)
  3. O( x(t) ) = G(t) + c
  4. Solve for x(t) if you can
18
Q

Span of a family of vectors or functions is:

A

All vectors or functions that can be made with linear combinations of original vectors