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 @@
-
- |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.
-
@@ -211,7 +211,7 @@
-
- |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.