Search for notes by fellow students, in your own course and all over the country.

Browse our notes for titles which look like what you need, you can preview any of the notes via a sample of the contents. After you're happy these are the notes you're after simply pop them into your shopping cart.

My Basket

You have nothing in your shopping cart yet.

Title: Taylor series
Description: Taylor series properties and the use of them

Document Preview

Extracts from the notes are below, to see the PDF you'll receive please use the links above


Numerical Methods

Lecture 2 – Taylor Series (Continuation
of Lecture 1)
Notes

Lecturer: Stephan Juricke
Date of lecture: February 10th, 2022
Author: Lirik Maxhuni

Compute 𝑙𝑛(2)
We can choose the Taylor series for 𝑙𝑛(π‘₯ + 1) and evaluate at π‘₯ = 1
...
63452
Via calculator we get 𝑙𝑛(2) β‰ˆ 0
...

In order to get a more accurate approximation, we can use another function’s
1+π‘₯

Taylor series
...


From using the logarithm’s argument division rule, we have
ln (

1+π‘₯
) = ln(1 + π‘₯) βˆ’ ln(1 βˆ’ π‘₯)
1βˆ’π‘₯

1

If we choose π‘₯ = instead of π‘₯ = 1, we then get
3

1
1
1
ln(2) = 2 ( + 3
+ 5
+ β‹―)
3 3 βˆ™3 3 βˆ™5
This time, after only 4 terms we have a much better estimate of the result, at:
ln(2) β‰ˆ 0
...
We change c to x and the old x becomes π‘₯ + β„Ž,
where π‘₯, π‘₯ + β„Ž ∈ [π‘Ž, 𝑏]
...

-Choose n such that the error bound is (not) met
...


Number representation
Error types:
A: Errors in data (partly because round-off
B: Round-off during calculations
1
...
5358 β‰ˆ 1
...

C: Truncation error (Discretization)

We have many ways to calculate these errors
...
:
Let 𝕒 be an approximation of a
𝕒 βˆ’ π‘Ž: absolute error (|𝕒 βˆ’ π‘Ž|)
π•’βˆ’π‘Ž
π‘Ž

: relative error

Error bound is the magnitude of admissible error
...
:
0
...
000004 = 0
...
So, there are 5 correct and 3 significant digits
2

(decimal) corresponding to round-off
...
001234 π‘€π‘–π‘‘β„Ž π‘’π‘Ÿπ‘Ÿπ‘œπ‘Ÿ 0
...
06 βˆ™ 10βˆ’4
1

1

2

2

Error is below βˆ™ 10βˆ’4 but larger then βˆ™ 10βˆ’5
...

i
...
, the error is between Β±

1
2

βˆ™ 10βˆ’π‘‘ with corresponding t
...
4 β†’ 0
0
...
004 β†’ 0
...
005 β†’ 0
...
05 Β± 0
...
1
1
...
04 β†’ 1
...


Theorem:
In addition and subtraction the bounds for the absolute errors are added up
...

Error of propagation: If 𝑦(π‘₯) is a smooth (differentiable), |𝑦 β€²(π‘₯)| can be
interpreted as the sensitivity of 𝑦(π‘₯) to errors in x
...


πœ•π‘¦
| βˆ™ |βˆ†π‘₯𝑖 |
πœ•π‘₯𝑖


Title: Taylor series
Description: Taylor series properties and the use of them