Math 211 Math 211 Lecture #1 Introduction August 27, 2001 2 - - PowerPoint PPT Presentation

math 211 math 211
SMART_READER_LITE
LIVE PREVIEW

Math 211 Math 211 Lecture #1 Introduction August 27, 2001 2 - - PowerPoint PPT Presentation

1 Math 211 Math 211 Lecture #1 Introduction August 27, 2001 2 Welcome to Math 211 Welcome to Math 211 Math 211 Section 3 John C. Polking Herman Brown 402 713-348-4841 polking@rice.edu Office Hours: 2:30 3:30 TWTh and by


slide-1
SLIDE 1

1

Math 211 Math 211

Lecture #1 Introduction August 27, 2001

slide-2
SLIDE 2

2

Welcome to Math 211 Welcome to Math 211

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

slide-3
SLIDE 3

Return

3

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

There are four themes to the course:

  • Applications & modeling.

Mechanics, electric circuits, population genetics

epidemiology, pollution, pharmacology, personal finance, etc.

  • Analytic solutions.

Solutions which are given by an explicit formula.

slide-4
SLIDE 4

Return Themes 1 & 2

4

  • Numerical solutions.

Approximate solutions computed at a discrete set of

points.

  • Qualitative analysis.

Properties of solutions without knowing a formula

for the solution.

slide-5
SLIDE 5

5

Math 211 Web Pages Math 211 Web Pages

  • Official source of information about the course.

http://www.owlnet.rice.edu/˜math211/ .

  • Source for the slides for section 3.

http://math.rice.edu/˜polking/slidesf01.html .

slide-6
SLIDE 6

6

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-7
SLIDE 7

7

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-8
SLIDE 8

Return

8

Differential Equations Differential Equations

An equation involving an unknown function and one or more of its derivatives, in addition to the independent variable.

  • Example: y′ = 2ty
  • General equation: y′ = f(t, y)
  • t is the independent variable.
  • y = y(t) is the unknown function.
  • y′ = 2ty is of order 1.
slide-9
SLIDE 9

Return

9

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.

  • What is a function?
  • An ODE is a function generator.
slide-10
SLIDE 10

Return Definition of ODE

10

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′(t) = 2ty(t), if y(t) = et2.
  • Verification by substitution is always available.
slide-11
SLIDE 11

Definition of ODE Example

11

Is y(t) = et a solution to the equation y′ = 2ty?

  • Check by substitution.

Left-hand side: y′(t) = et Right-hand side: 2ty(t) = 2tet

  • Therefore y′(t) = 2ty(t), if y(t) = et.
  • y(t) = et is not a solution to the equation y′ = 2ty.
slide-12
SLIDE 12

Return

12

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 solution for any constant C. This is a

general solution. General solutions contain arbitrary constants. Particular solutions do not.

slide-13
SLIDE 13

13

Initial Value Problem (IVP) Initial Value Problem (IVP)

A differential equation & an initial condition.

  • Example: y′ = −2ty

with y(0) = 4.

  • General solution:

y(t) = Ce−t2.

  • Plug in the initial condition:

y(0) = 4, Ce0 = 4, C = 4 Solution to the IVP: y(t) = 4e−t2.

slide-14
SLIDE 14

14

Normal Form of an Equation Normal Form of an Equation

y′ = f(t, y) Example: (1 + t2)y′ + y2 = t3

  • This equation is not in normal form.
  • Solve for y′ to put into normal form:

y′ = t3 − y2 1 + t2