Error Analysis & The Taylor Series

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

1/19

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards covering key terms from the lecture on error analysis and the Taylor series, including definitions of various error metrics, stopping rules, major error types, and fundamental components of the Taylor polynomial.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

20 Terms

1
New cards

Error Analysis

The study of discrepancies that arise when numerical methods approximate exact mathematical results.

2
New cards

Absolute Error (Et)

The magnitude of the difference between the true value and an approximation, |True − Approximation|.

3
New cards

True Fractional Relative Error

The ratio of the absolute error to the true value, |Et| / (True value).

4
New cards

Percent True Relative Error

The true fractional relative error expressed as a percentage: (|Et| / True value) × 100%.

5
New cards

Approximate Error (ea)

The difference between successive numerical approximations when the true value is unknown.

6
New cards

Percent Relative Approximate Error

(|Current approximation − Previous approximation| / Current approximation) × 100%.

7
New cards

Stopping Criterion

A rule for terminating an iterative method when ea < es, where es is a preset tolerance.

8
New cards

es (Prespecified Tolerance)

The acceptable percent error used in stopping criteria; calculated by es = 0.5 × 10^(2−n)% for n significant figures.

9
New cards

Significant Figures (n)

Digits that carry meaningful information about a number’s precision; used to set es.

10
New cards

Round-off Error

Error caused by storing or manipulating numbers with a limited number of significant figures in a computer.

11
New cards

Truncation Error

Error that results from approximating an exact mathematical process (e.g., cutting off a series).

12
New cards

Total Numerical Error

Combined effect of round-off and truncation errors in a numerical computation.

13
New cards

Blunder

A gross human mistake, such as mis-typing data, that introduces error into results.

14
New cards

Formulation Error

Error stemming from simplifying or misrepresenting the physical problem in mathematical form.

15
New cards

Data Uncertainty

Error introduced because measured input data cannot be known with perfect precision.

16
New cards

Taylor Series

A polynomial expansion that approximates a smooth function about a reference point x₀ using its derivatives.

17
New cards

Reference Point (x₀)

The point about which a Taylor series is expanded.

18
New cards

Step Size (h)

The distance from x₀ to the point where the function is approximated (x₀ + h).

19
New cards

Order of Approximation (n)

The highest derivative (and power of h) retained in a truncated Taylor series.

20
New cards

Remainder Term (Rn)

The error term that accounts for the difference between the true function and its nth-order Taylor polynomial.