What Does C^3 Mean in Theorem 6.1?

  • Thread starter Thread starter irishetalon00
  • Start date Start date
  • Tags Tags
    Theorem
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:
realms? "∈"
This symbol, ∈, means "is an element of"
 
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.
 
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...
Back
Top