0 Daumen
2,1k Aufrufe

Taylorpolynom der Ordnung 3 um 1 bezüglich e2x

\( T_{3}^{l}(x)=\sum \limits_{n=0}^{3} \frac{f^{(n)}(1)}{n !}(x-1)^{n} \)

\( =\frac{e^{2}}{1}+\frac{2 e^{2}}{1}(x-1)+\frac{4 e^{4}}{2}(x-1)^{2}+\frac{8 e^{6}}{6}(x-1)^{3}=? \)


Ansatz:

n=3 (Ordnung);     a=1 (um Entwicklungspunkt)

f(x)=e2x;     f'(x)=2e2x;     f''(x)=4e2x;     f'''(x)=8e2x

Avatar von

1 Antwort

0 Daumen
 
Beste Antwort

f(x) = e2·x

t(x) = f(1)/0!·(x - 1)0 + f'(1)/1!·(x - 1)1 + f''(1)/2!·(x - 1)2 + f'''(1)/3!·(x - 1)3

t(x) = e2 + 2·e2·(x - 1) + 2·e2·(x - 1)2 + 4/3·e2·(x - 1)3

t(x) = e2 * (1 + 2·(x - 1) + 2·(x - 1)2 + 4/3·(x - 1)3)

t(x) = e2 * (4·x3/3 - 2·x2 + 2·x - 1/3)

Ich mache mal eine Skizze

Avatar von 493 k 🚀

Ein anderes Problem?

Stell deine Frage