numerical methods 3

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/15

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 2:14 AM on 4/27/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

16 Terms

1
New cards

Legendre Polynomials

Legendre polynomials are a family of degree-n polynomials that are orthogonal on the interval (−1,1)(-1,1)(−1,1).

2
New cards

Monic

leading coefficient is one

3
New cards

orthogonality property

P(x) is any polynomial of degree less than n. p(n) is the degree n Legendre polynomial. integral from -1 to 1 of their product is 0.

4
New cards

ODE-IVP

ordinary differential equation initial value problems

5
New cards

well-posed

a problem where a solution exists, is unique, and depends continuously on the problem data (small changes in data → small changes in the solution)

6
New cards

lipschitz condition

|f(t, y1)-f(t, y2) <= L|y1-y2|

7
New cards

lipschitz constant

The positive constant L that makes the Lipschitz condition true.

8
New cards

one-step method

approximation at the current step depends only on the approximation at the one previous step

9
New cards

multistep method

calculations for the next value require the m previous values for an m-step.

10
New cards

explicit

reliant on only one variable (can isolate y)

11
New cards

implicit

reliant on x and y.

12
New cards

predictor-corrector method

explicit methods used in pairs with implicit methods of the same order for higher accuracy.

13
New cards

consistent

the local truncation error converges to zero as the step size goes to zero.

14
New cards

stable

small changes in the problem data cause corresponding small changes in approximations at each time step.

15
New cards

convergent

the global truncation error at each time step converges to zero as the step size goes to zero.

16
New cards

quadrature

estimating integrals.