What Does C^3 Mean in Theorem 6.1?

  • Thread starter Thread starter irishetalon00
  • Start date Start date
  • Tags Tags
    Theorem
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 1K views
irishetalon00
Messages
20
Reaction score
2

Homework Statement


(See attachment: if it doesn't work, see below for poorer formatting)[/B]
Theorem 6.1 (Centered Formula of Order O(h2)). Assume that f ∈ C^3[a, b] and that x − h, x, x + h ∈ [a, b]. Then (3) f (x) ≈ f (x + h) − f (x − h) 2h . Furthermore, there exists a number c = c(x) ∈ [a, b] such that (4) f (x) = f (x + h) − f (x − h) 2h + Etrunc( f, h), where Etrunc( f, h) = −h2 f (3) (c) 6 = O(h2).

Homework Equations


While reading Theroem 6.1, I have difficulty understanding (realms? "∈") in general, so I was wondering what is meant by C^3

The Attempt at a Solution

 

Attachments

Physics news on Phys.org
irishetalon00 said:

Homework Statement


(See attachment: if it doesn't work, see below for poorer formatting)[/B]
Theorem 6.1 (Centered Formula of Order O(h2)). Assume that f ∈ C^3[a, b] and that x − h, x, x + h ∈ [a, b]. Then (3) f (x) ≈ f (x + h) − f (x − h) 2h . Furthermore, there exists a number c = c(x) ∈ [a, b] such that (4) f (x) = f (x + h) − f (x − h) 2h + Etrunc( f, h), where Etrunc( f, h) = −h2 f (3) (c) 6 = O(h2).

Homework Equations


While reading Theroem 6.1, I have difficulty understanding (realms? "∈") in general, so I was wondering what is meant by C^3

The Attempt at a Solution


What you wrote makes no sense, and is almost always wrong. You wrote f (x) ≈ f (x + h) − f (x − h) 2h, which is generally false. What IS true is that f'(x) ≈ [f(x+h) - f(x-h)]/(2h) for small |h|. Parentheses are important!
 
Thank you for pointing me to relevant pages and explaining symbols.