All Seasons

Season 1

  • S01E01 Overview of Differential Equations

    • January 27, 2016

    Linear equations include dy/dt = y, dy/dt = –y, dy/dt = 2ty. The equation dy/dt = y*y is nonlinear.

  • S01E02 The Calculus You Need

    • January 27, 2016

    The sum rule, product rule, and chain rule produce new derivatives from the derivatives of x^n, sin(x) and e^x. The Fundamental Theorem of Calculus says that the integral inverts the derivative.

  • S01E03 1.4b: Response to Exponential Input, exp(s*t)

    • January 27, 2016

    With exponential input, e^st, from outside and exponential growth, e^at, from inside, the solution, y(t), is a combination of two exponentials.

  • S01E04 1.4c: Response to Oscillating Input, cos(w*t)

    • January 27, 2016

    An oscillating input cos(ωt) produces an oscillating output with the same frequency ω (and a phase shift).

  • S01E05 1.4d: Solution for Any Input, q(t)

    • January 27, 2016

    To solve a linear first order equation, multiply each input q(s) by its growth factor and integrate those outputs.

  • S01E06 1.4e: Step Function and Delta Function

    • January 27, 2016

    A unit step function jumps from 0 to 1. Its slope is a delta function: zero everywhere except infinite at the jump.

  • S01E07 1.5: Response to Complex Exponential, exp(i*w*t) = cos(w*t)+i*sin(w*t)

    • January 27, 2016

    For linear equations, the solution for f = cos(ωt) is the real part of the solution for f = e^iωt. That complex solution has magnitude G (the gain).

  • S01E08 1.6: Integrating Factor for a Constant Rate, a

    • January 27, 2016

    The integrating factor e^at multiplies the differential equation, y’=ay+q, to give the derivative of e^-aty: ready for integration.

  • S01E09 1.6b: Integrating Factor for a Varying Rate, a(t)

    • January 27, 2016

    The integral of a varying interest rate provides the exponent in the growing solution (the bank balance).

  • S01E10 1.7: The Logistic Equation

    • January 27, 2016

    When –by^2 slows down growth and makes the equation nonlinear, the solution approaches a steady state y(∞) = a/b.

  • S01E11 1.7c: The Stability and Instability of Steady States

    • January 27, 2016

    Steady state solutions can be stable or unstable – a simple test decides.

  • S01E12 1.8: Separable Equations

    • January 27, 2016

    Separable equations can be solved by two separate integrations, one in t and the other in y. The simplest is dy/dt = y, when dy/y equals dt. Then ln(y) = t + C.

  • S01E13 2.1: Second Order Equations

    • January 27, 2016

    For the oscillation equation with no damping and no forcing, all solutions share the same natural frequency

  • S01E14 2.1b: Forced Harmonic Motion

    • January 27, 2016

    With forcing f = cos(ωt), the particular solution is Y*cos(ωt). But if the forcing frequency equals the natural frequency there is resonance

  • S01E15 2.3: Unforced Damped Motion

    • January 27, 2016

    With constant coefficients in a differential equation, the basic solutions are exponentials e^st. The exponent s solves a simple equation such as As^2 + Bs + C = 0.

  • S01E16 2.3c: Impulse Response and Step Response

    • January 27, 2016

    The impulse response g is the solution when the force is an impulse (a delta function). This also solves a null equation (no force) with a nonzero initial condition.

  • S01E17 2.4: Exponential Response - Possible Resonance

    • January 27, 2016

    Resonance occurs when the natural frequency matches the forcing frequency — equal exponents from inside and outside.

  • S01E18 2.4b: Second Order Equations With Damping

    • January 27, 2016

    A damped forced equation has a particular solution y = G cos(ωt – α). The damping ratio provides insight into the null solutions.

  • S01E19 2.5: Electrical Networks: Voltages and Currents

    • January 26, 2016

    Current flowing around an RLC loop solves a linear equation with coefficients L (inductance), R (resistance), and 1/C (C = capacitance).

  • S01E20 2.6: Methods of Undetermined Coefficients

    • January 26, 2016

    With constant coefficients and special forcing terms (powers of t, cosines/sines, exponentials), a particular solution has this same form.

  • S01E21 2.6b: An Example of Method of Undetermined Coefficients

    • January 26, 2016

    This method is also successful for forces and solutions such as (at^2 + bt +c) e^st: substitute into the equation to find a, b, c.

  • S01E22 2.6c: Variations of Parameters

    • January 26, 2016

    Combine null solutions y1 and y2 with coefficients c1(t) and c2(t) to find a particular solution for any f(t).

  • S01E23 2.7: Laplace Transform: First Order Equation

    • January 26, 2016

    Transform each term in the linear differential equation to create an algebra problem. You can then transform the algebra solution back to the ODE solution, y(t).

  • S01E24 2.7b: Laplace Transform: Second Order Equation

    • January 26, 2016

    The second derivative transforms to s^2Y and the algebra problem involves the transfer function 1/ (As^2 + Bs +C).

  • S01E25 2.7c: Laplace Transforms and Convolution

    • January 26, 2016

    When the force is an impulse δ (t), the impulse response is g(t). When the force is f(t), the response is the “convolution” of f and g.

  • S01E26 3.1: Pictures of the Solutions

    • January 26, 2016

    The direction field for dy/dt = f(t,y) has an arrow with slope f at each point t, y. Arrows with the same slope lie along an isocline.

  • S01E27 3.2: Phase Plane Pictures: Source, Sink Saddle

    • January 26, 2016

    Solutions to second order equations can approach infinity or zero. Saddle points contain a positive and also a negative exponent or eigenvalue.

  • S01E28 3.2b: Phase Plane Pictures: Spirals and Centers

    • January 26, 2016

    Imaginary exponents with pure oscillation provide a “center” in the phase plane. The point (y, dy/dt) travels forever around an ellipse.

  • S01E29 3.2c: Two First Order Equations: Stability

    • January 26, 2016

    A second order equation gives two first order equations for y and dy/dt. The matrix becomes a companion matrix.

  • S01E30 3.3: Linearization at Critical Points

    • January 26, 2016

    A critical point is a constant solution Y to the differential equation y’ = f(y). Near that Y, the sign of df/dy decides stability or instability.

  • S01E31 3.3b: Linearization of y'=f(y,z) and z'=g(y,z)

    • January 26, 2016

    With two equations, a critical point has f(Y,Z) = 0 and g(Y,Z) = 0. Near those constant solutions, the two linearized equations use the 2 by 2 matrix of partial derivatives of f and g.

  • S01E32 3.3c: Eigenvalues and Stability: 2 by 2 Matrix, A

    • January 26, 2016

    Two equations y’ = Ay are stable (solutions approach zero) when the trace of A is negative and the determinant is positive.

  • S01E33 3.3d: The Tumbling Box in 3-D

    • January 26, 2016

    A box in the air can rotate around its shortest and longest axes. Around the middle axis it tumbles wildly.

  • S01E34 5.1: The Column Space of a Matrix, A

    • January 26, 2016

    An m by n matrix A has n columns each in Rm. Capturing all combinations Av of these columns gives the column space – a subspace of Rm.

  • S01E35 5.4: Independence, Basis, and Dimension

    • January 26, 2016

    Vectors v1 to vd are a basis for a subspace if their combinations span the whole subspace and are independent: no basis vector is a combination of the others. Dimension d = number of basis vectors.

  • S01E36 5.5: The Big Picture of Linear Algebra

    • January 26, 2016

    A matrix produces four subspaces – column space, row space (same dimension), the space of vectors perpendicular to all rows (the nullspace), and the space of vectors perpendicular to all columns.

  • S01E37 5.6: Graphs

    • January 26, 2016

    A graph has n nodes connected by m edges (other edges can be missing). This is a useful model for the Internet, the brain, pipeline systems, and much more.

  • S01E38 5.6b: Incidence Matrices of Graphs

    • January 26, 2016

    The incidence matrix A has a row for every edge, containing -1 and +1 to show the two nodes (two columns of A) that are connected by that edge.

  • S01E39 6.1: Eigenvalues and Eigenvectors

    • January 26, 2016

    The eigenvectors x remain in the same direction when multiplied by the matrix (Ax = λx). An n x n matrix has n eigenvalues.

  • S01E40 6.2: Diagonalizing a Matrix

    • January 26, 2016

    A matrix can be diagonalized if it has n independent eigenvectors. The diagonal matrix Λis the eigenvalue matrix.

  • S01E41 6.2b: Powers, A^n, and Markov Matrices

    • January 26, 2016

    Diagonalizing A = VΛV–1 also diagonalizes An = VΛnV–1.

  • S01E42 6.3: Solving Linear Systems

    • January 26, 2016

    dy/dt = Ay contains solutions y = eλtx where λ and x are an eigenvalue / eigenvector pair for A.

  • S01E43 6.4: The Matrix Exponential, exp(A*t)

    • January 26, 2016

    The shortest form of the solution uses the matrix exponential y = eAt y(0). The matrix eAt has eigenvalues eλt and the eigenvectors of A.

  • S01E44 6.4b: Similar Matrices, A and B=M^(-1)*A*M

    • January 26, 2016

    A and B are “similar” if B = M-1AM for some matrix M. B then has the same eigenvalues as A.

  • S01E45 6.5: Symmetric Matrices, Real Eigenvalues, Orthogonal Eigenvectors

    • January 26, 2016

    Symmetric matrices have n perpendicular eigenvectors and n real eigenvalues.

  • S01E46 6.5b: Second Order Systems, y''+Sy=0

    • January 26, 2016

    An oscillation equation d2y/dt2 + Sy = 0 has 2n solutions (sines and cosines). Solutions use the eigenvectors of S.

  • S01E47 7.2: Positive Definite Matrices, S=A'*A

    • January 26, 2016

    A positive definite matrix S has positive eigenvalues, positive pivots, positive determinants, and positive energy vTSv for every vector v. S = ATA is always positive definite if A has independent columns.

  • S01E48 7.2b: Singular Value Decomposition, SVD

    • January 26, 2016

    The SVD factors each matrix A into an orthogonal matrix U times a diagonal matrix Σ (the singular value) times another orthogonal matrix VT: rotation times stretch times rotation.

  • S01E49 7.3: Boundary Conditions Replace Initial Conditions

    • January 26, 2016

    A second order equation can change its initial conditions on y(0) and dy/dt(0) to boundary conditions on y(0) and y(1).

  • S01E50 7.4: Laplace Equation

    • January 26, 2016

    The partial differential equation ∂2u/∂x2 + ∂2u/∂y2 = 0 describes temperature distribution inside a circle or a square or any plane region.

  • S01E51 8.1: Fourier Series

    • January 26, 2016

    A Fourier series separates a periodic function F(x) into a combination (infinite) of all basis functions cos(nx) and sin(nx).

  • S01E52 8.1b: Examples of Fourier Series

    • January 26, 2016

    Even functions use only cosines (F(–x) = F(x)) and odd functions use only sines. The coefficients an and bn come from integrals of F(x) cos(nx) and F(x) sin(nx).

  • S01E53 8.1c: Fourier Series Solution of Laplace's Equation

    • January 26, 2016

    Inside a circle, the solution u(r, θ) combines rn cos(nθ) and rn sin(nθ). The boundary solution combines all entries in a Fourier series to match the boundary conditions.

  • S01E54 8.3: Heat Equation

    • January 26, 2016

    The heat equation ∂u/∂t = ∂2u/∂x2 starts from a temperature distribution u at t = 0 and follows it for t > 0 as it quickly becomes smooth. The heat equation ∂u/∂t = ∂2u/∂x2 starts from a temperature distribution u at t = 0 and follows it for t > 0 as it quickly becomes smooth.

  • S01E55 8.4: Wave Equation

    • January 26, 2016

    The wave equation ∂2u/∂t2 = ∂2u/∂x2 shows how waves move along the x axis, starting from a wave shape u(0) and its velocity ∂u/∂t(0).