Review of Linear Algebra and Differential Equations

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/137

flashcard set

Earn XP

Description and Tags

Flashcards containing the vocabulary terms and definitions from the lecture notes.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

138 Terms

1
New cards

Eigenvalue

A scalar λ such that Av=λv for some nonzero vector v.

2
New cards

Eigenvector

A nonzero vector v satisfying Av=λv for some scalar λ.

3
New cards

Characteristic equation (of a matrix)

The equation det(A−λI)=0, used to find eigenvalues.

4
New cards

Eigenspace

The span of all eigenvectors corresponding to a given eigenvalue, along with the zero vector.

5
New cards

Similar

Matrices A and B are similar if B = P^{-1}A for some invertible matrix P; they represent the same linear transformation under different bases.

6
New cards

Diagonalizable

A matrix A is diagonalizable if it is similar to a diagonal matrix; this occurs if it has enough linearly independent eigenvectors.

7
New cards

Diagonalization

The process of finding P and D such that A=PDP^−1, where D is diagonal.

8
New cards

Solution of first-order system

A vector-valued function x(t) that satisfies a system x′=Ax+f(t).

9
New cards

Solution curve/trajectory

The path traced by x⃗(t) in space as t varies, representing system behavior.

10
New cards

Homogeneous vs. nonhomogeneous system

A system is homogeneous if x′=Ax; it’s nonhomogeneous if there’s an added f(t), i.e., x′=Ax+f(t).

11
New cards

Matrix(-valued) function

A function that returns a matrix for each value in its domain.

12
New cards

Continuous matrix function

A matrix-valued function whose component functions are all continuous.

13
New cards

Differentiable matrix function

A matrix-valued function whose component functions are all differentiable.

14
New cards

Derivative of a matrix function

A matrix where each entry is the derivative of the corresponding entry in the original matrix function.

15
New cards

Associated homogeneous equation

The homogeneous version of a nonhomogeneous system; e.g., for x′=Ax+f(t), the associated homogeneous equation is x′=Ax.

16
New cards

Linearly independent vs. dependent vector-valued functions

A set of vector functions {x1(t),…,xn(t)} is linearly independent if no nontrivial linear combination equals the zero vector function.

17
New cards

Wronskian

A determinant used to test linear independence of vector-valued functions; for nnn functions, it’s the determinant of a matrix with each function and its derivatives as columns.

18
New cards

Complementary function

The general solution to the homogeneous system; forms part of the full solution to a nonhomogeneous system.

19
New cards

Eigenvalue method

A technique for solving homogeneous linear systems x′=Ax using the eigenvalues and eigenvectors of A.

20
New cards

Multiplicity

The number of times an eigenvalue appears in the characteristic equation (algebraic multiplicity).

21
New cards

Complete

A set of eigenvectors is complete if it spans the space; completeness implies the matrix is diagonalizable.

22
New cards

Defective

A matrix is defective if it does not have enough linearly independent eigenvectors to be diagonalizable.

23
New cards

Defect

The difference between the algebraic and geometric multiplicities of an eigenvalue.

24
New cards

Fundamental matrix

A matrix whose columns are linearly independent solutions to x′=Ax; used to express general solutions.

25
New cards

Method of undetermined coefficients for systems

A technique for solving x′=Ax+f(t) by guessing a particular solution form based on f(t).

26
New cards

Variation of parameters for systems

A general method for finding a particular solution using a fundamental matrix and integration.

27
New cards

Inverse matrix

A matrix A^{-1} such that A*A^{-1} = A^{-1} * A =I, where I is the identity matrix.

28
New cards

Invertible / Nonsingular

A square matrix is invertible (or nonsingular) if its inverse exists; equivalently, its determinant is nonzero.

29
New cards

Elementary matrix

A matrix obtained by performing a single row operation on the identity matrix.

30
New cards

Determinant

A scalar value computed from a square matrix that helps determine invertibility and other properties.

31
New cards

Minor

The determinant of a smaller matrix formed by deleting one row and one column from a square matrix.

32
New cards

Cofactor

A signed minor; used in computing the determinant and inverse of a matrix.

33
New cards

Upper vs. lower triangular

A matrix is upper triangular if all entries below the main diagonal are zero; lower triangular if all above are zero.

34
New cards

Transpose

A matrix obtained by flipping rows and columns; the transpose of A is denoted A^T.

35
New cards

n-dimensional space Rn

The set of all ordered n-tuples of real numbers; standard setting for vector analysis.

36
New cards

Points

Specific locations in Rn, represented by coordinates.

37
New cards

Coordinates

The components of a point or vector, indicating its position relative to the origin.

38
New cards

Vector

An object with both direction and magnitude in Rn, represented as a column of components.

39
New cards

Components of a vector

The individual entries in a vector, typically denoting direction along each axis.

40
New cards

Vector sum

The addition of two vectors by adding corresponding components.

41
New cards

Scalar multiple

A vector scaled by a real number, stretching or shrinking its length.

42
New cards

Length

The magnitude (norm) of a vector V

43
New cards

Vector space

A set of vectors closed under vector addition and scalar multiplication, satisfying 10 axioms.

44
New cards

Zero vector

The unique vector with all components zero; it acts as the additive identity in a vector space.

45
New cards

Basic unit vectors

Vectors in Rn with a 1 in one position and 0 elsewhere, e.g., e1=[1,0,…,0]

46
New cards

Basis

A set of linearly independent vectors that spans a vector space.

47
New cards

Subspace

A subset of a vector space that is itself a vector space under the same operations.

48
New cards

Solution space

The set of all solutions to a linear system or differential equation; forms a subspace if homogeneous.

49
New cards

Nullspace

The set of all solutions Ax=0; also called the kernel.

50
New cards

Zero subspace

The subspace containing only the zero vector.

51
New cards

Proper subspace

A subspace that is strictly contained within a vector space (not equal to the whole space).

52
New cards

Linear combination

A sum of scalar multiples of vectors.

53
New cards

Span

The set of all linear combinations of a given set of vectors.

54
New cards

Spanning set

A set of vectors whose span equals the whole space (or subspace).

55
New cards

Initial condition

A given value of the function (or derivatives) at a specific point.

56
New cards

General vs. particular solution

The general solution contains arbitrary constants; the particular solution satisfies specific initial conditions.

57
New cards

Position function

A function x(t) representing an object’s position over time.

58
New cards

Velocity function

The derivative v(t)=x′(t, representing rate of change of position.

59
New cards

Acceleration function

The derivative a(t)=v′(t)=x′′(t), representing rate of change of velocity.

60
New cards

Solution curve

The graph of a solution function y(t); also called a trajectory.

61
New cards

Slope/direction field

A visual representation of the slope y′y'y′ at points in the plane to show solution behavior.

62
New cards

Separable equation

A first-order ODE that can be solved by separating variables.

63
New cards

Implicit solution

A solution expressed in an equation involving both xxx and yyy, not explicitly solved for y.

64
New cards

General vs. singular solution

A singular solution is not part of the general family but still solves the differential equation.

65
New cards

Dimension

The number of vectors in a basis for a vector space or subspace.

66
New cards

Column space

The subspace of Rm spanned by the columns of a matrix A; also called the range.

67
New cards

Rank

The dimension of the column space (or row space) of a matrix.

68
New cards

Nullity

The dimension of the nullspace of a matrix.

69
New cards

Linear differential equation

A differential equation where the unknown function and its derivatives appear linearly.

70
New cards

Order of a differential equation

The highest derivative of the unknown function that appears in the equation.

71
New cards

Homogeneous linear equation

A linear differential equation where the nonhomogeneous term is zero, e.g., y′′+3y′+2y=0.

72
New cards

Operator

A rule that acts on functions, such as the derivative D=dtd.

73
New cards

Polynomial differential operator

An expression like D^2+3*D+2, acting on a function y(t).

74
New cards

Euler’s Formula

eix=cosx+isinxe^{ix} = \cos x + i \sin xeix=cosx+isinx, used to relate complex exponentials to sines and cosines.

75
New cards

Complex-valued function

A function that outputs complex numbers, often arising in differential equation solutions.

76
New cards

Differential equation

An equation involving a function and its derivatives.

77
New cards

Mathematical model

A mathematical description (often using equations) of a real-world process.

78
New cards

Order (of a differential equation)

The highest derivative present in the equation.

79
New cards

nth-order differential equation

A differential equation involving the nth derivative of the unknown function.

80
New cards

Solution of a differential equation on an interval I

A function that satisfies the differential equation for all t in the interval I.

81
New cards

Ordinary vs. partial differential equation

ODEs involve derivatives with respect to one variable; PDEs involve partial derivatives with respect to multiple variables.

82
New cards

Initial value problem (IVP)

A differential equation plus an initial condition, such as y(t0)=y0.

83
New cards

Decay/growth constant

The constant kkk in equations like y′=ky, indicating rate of exponential growth/decay.

84
New cards

Exponential/natural growth equation

A model of the form y(t)=y0ekt

85
New cards

Half-life

The time it takes for a quantity to decay to half its original value in an exponential decay process.

86
New cards

Integrating factor

A function μ(t) used to solve linear first-order equations by rewriting the equation as a product rule.

87
New cards

Linear first-order equation

An ODE of the form y′+p(t)y=q(t).

88
New cards

General population equation

A differential equation modeling population, such as P′=kPP' = kPP′=kP or logistic growth.

89
New cards

Logistic equation

A population model: P′=kP(1−PL), where L is the carrying capacity.

90
New cards

Limiting population / carrying capacity

The maximum sustainable population in logistic growth.

91
New cards

Threshold population

A value separating different growth behaviors; often associated with unstable/stable points.

92
New cards

Autonomous first-order differential equation

An ODE of the form y′=f(y), where the rate of change depends only on y.

93
New cards

Critical points

Values where y′=0 in an autonomous equation; potential equilibrium points.

94
New cards

Equilibrium solution

A constant solution y(t)=c where y′=0; the system is in steady state.

95
New cards

Phase diagram

A diagram showing the direction of solutions along the yyy-axis for autonomous equations.

96
New cards

Stable vs. unstable critical points

Stable if solutions approach the point; unstable if they move away.

97
New cards

Bifurcation point

A parameter value where the qualitative nature of equilibrium solutions changes.

98
New cards

Bifurcation diagram

A graph showing how equilibrium points vary with a parameter, highlighting bifurcations.

99
New cards

Euler’s method

A numerical method for approximating solutions of ODEs using tangent-line steps.

100
New cards

Error

The difference between the approximate numerical solution and the exact solution.