Math 211 Math 211 Lecture #1 August 29, 2000 2 Welcome to Math - - PowerPoint PPT Presentation

math 211 math 211
SMART_READER_LITE
LIVE PREVIEW

Math 211 Math 211 Lecture #1 August 29, 2000 2 Welcome to Math - - PowerPoint PPT Presentation

1 Math 211 Math 211 Lecture #1 August 29, 2000 2 Welcome to Math 211 Welcome to Math 211 Math 211 Section 4 John C. Polking Herman Brown 402 713-348-4841 polking@rice.edu Office Hours: 1:30 2:30 TWTh 3 Ordinary Differential


slide-1
SLIDE 1

1

Math 211 Math 211

Lecture #1 August 29, 2000

slide-2
SLIDE 2

2

Welcome to Math 211 Welcome to Math 211

Math 211 Section 4 – John C. Polking Herman Brown 402 713-348-4841 polking@rice.edu Office Hours: 1:30 – 2:30 TWTh

slide-3
SLIDE 3

3

Ordinary Differential Equations with Linear Algebra Ordinary Differential Equations with Linear Algebra

  • Applications & modeling.

⋄ Mechanics, electric circuits, population genetics epidemiology, pollution, pharmacology, personal finance, etc.

  • Analytic solutions.
  • Numerical solutions.
  • Qualitative analysis.

⋄ Properties of solutions without knowing what they are.

slide-4
SLIDE 4

4

Math 211 Web Page Math 211 Web Page

Official source of information about the course. http://www.owlnet.rice.edu/˜math211/ .

slide-5
SLIDE 5

5

What Is a Derivative? What Is a Derivative?

  • The rate of change of a function.
  • The slope of the tangent line to the graph of

a function.

  • The best linear approximation to the

function.

  • The limit of difference quotients.
  • Rules and tables that allow computation.
slide-6
SLIDE 6

6

What Is an Integral? What Is an Integral?

  • The area under the graph of a function.
  • An anti-derivative.
  • Rules and tables for computing.
slide-7
SLIDE 7

7

Differential Equations Differential Equations

y′ = f(t, y) y′ = 2ty

  • t is the independent variable.
  • y is the unknown function.
  • This equation is of order 1.
slide-8
SLIDE 8

8

Equations and Solutions Equations and Solutions

y′ = f(t, y) y′ = 2ty A solution is a function y(t), defined for t in an interval, which is differentiable at each point and satisfies y′(t) = f(t, y(t)) for every point t in the interval. Example y′(t) = 2ty(t).

slide-9
SLIDE 9

9

Example: y′ = 2ty Example: y′ = 2ty

Claim: y(t) = et2 is a solution. Verify by substitution. Left hand side: y′(t) = 2tet2 Right hand side: 2ty(t) = 2tet2 Therefore y′ = 2ty.

slide-10
SLIDE 10

10

Types of Solutions Types of Solutions

For the equation y′ = 2ty y(t) = 1

2et2 is a solution. It is a particular

solution. y(t) = Cet2 is a solutionfor any constant C. This is a general solution. General solutions contain arbitrary constants. Particular solutions do not.

slide-11
SLIDE 11

11

Initial Value Problem Initial Value Problem

Consists of a differential equation and an initial condition. E.g., y′ = −2ty and y(0) = 4. General solution: y(t) = Ce−t2. Initial condition: y(0) = 4, Ce0 = 4, C = 4 Solution to the IVP: y(t) = 4e−t2.

slide-12
SLIDE 12

12

Normal Form of an Equation Normal Form of an Equation

y′ = f(t, y) Example: (1 + t2)y′ + y2 = t3 Solve for y′ to put into normal form: y′ = t3 − y2 1 + t2

slide-13
SLIDE 13

13

Interval of Existence Interval of Existence

The largest interval over which a solution can exist. Example: y′ = 1 + y2 with y(0) = 1 General solution: y(t) = tan(t + C) Initial Condition: y(0) = 1 ⇔ C = π/4. Solution: y(t) = tan(t + π/4) y(t) exists and is continuous for −π/2 < t + π/4 < π/2

  • r for −3π/4 < t < π/4.
slide-14
SLIDE 14

14

Geometric Interpretation of y′ = f(t, y) Geometric Interpretation of y′ = f(t, y)

If y(t) is a solution, and y(t0) = y0, then y′(t0) = f(t0, y(t0)) = f(t0, y0). The slope to the graph of y(t) at the point (t0, y0) is given by f(t0, y0). Imagine a small line segment attached to each point of the (t, y) plane with the slope f(t, y).

slide-15
SLIDE 15

15

The Direction Field The Direction Field

−2 2 4 6 8 10 −4 −3 −2 −1 1 2 3 4 t x x ’ = x2 − t