From a609f1ba7694e65cc4af2158353a27d4a8bddd2c Mon Sep 17 00:00:00 2001 From: Jared Bunn <149198768+jbunn3@users.noreply.github.com> Date: Mon, 13 Jan 2025 18:03:41 +0000 Subject: [PATCH] Addressing Cory's concerns --- source/calculus/source/09-PS/05.ptx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/source/calculus/source/09-PS/05.ptx b/source/calculus/source/09-PS/05.ptx index cc2f53d0..fa502417 100644 --- a/source/calculus/source/09-PS/05.ptx +++ b/source/calculus/source/09-PS/05.ptx @@ -107,17 +107,17 @@
  • - It will be greater than both R_3(4) and R_4(4). + It will be greater than both R_2(4) and R_3(4).

  • - It will be between R_3(4) and R_4(4). + It will be between R_2(4) and R_3(4).

  • - It will be less than both R_3(4) and R_4(4). + It will be less than both R_2(4) and R_3(4).

  • @@ -146,16 +146,16 @@

    - Let f(x) be an (k+1) times differentiable function on an interval I of a, and let T_k(x) - be its kth degree Taylor polynomial centered at x=a. Then for any x in the interval I, - there exists c between a and x such that + Let f(x) be an (k+1) times differentiable function on an interval I of c, and let T_k(x) + be its kth degree Taylor polynomial centered at x=c. Then for any x in the interval I, + there exists p between c and x such that - R_k(x)=\dfrac{f^{(k+1)}(c)}{(k+1)!}(x-a)^{k+1}. + R_k(x)=\dfrac{f^{(k+1)}(p)}{(k+1)!}(x-c)^{k+1}. If there exists M_k such that |f^{(k+1)}(x)|\leq M_k for all x in I, then the error in the approximation f(x)\approx T_k(x) has an upper bound: - |R_k(x)|\leq \dfrac{M_k}{(k+1)!}|x-a|^{k+1}. + |R_k(x)|\leq \dfrac{M_k}{(k+1)!}|x-c|^{k+1}.

    @@ -196,7 +196,7 @@
    1. - |f'(x)| and |f'''(x)| are increasing, while |f''(x)| and |f''''(x)| are decreasing. + |f'(x)| and |f'''(x)| are increasing, while |f''(x)| and |f^{(4)}(x)| are decreasing.

    2. @@ -211,7 +211,7 @@
    3. - |f'(x)| and |f'''(x)| are decreasing, while |f''(x)| and |f''''(x)| are decreasing. + |f'(x)| and |f'''(x)| are decreasing, while |f''(x)| and |f^{(4)}(x)| are decreasing.