Taylor Series for sinx about pi/6

  • Thread starter Thread starter mkwok
  • Start date Start date
  • Tags Tags
    Polynomial Taylor
mkwok
Messages
23
Reaction score
0

Homework Statement


Determine the Taylor Series for f(x)=sinx about the center point c=pi/6

Homework Equations


pn(x) = f(c) + f'(c)(x-c) + f''(c)(x-c)^2/2! + f'''(c)(x-c)^3/3! + ...

The Attempt at a Solution



f(pi/6) = 1/2
f'(pi/6) = \sqrt{3}/2
f''(pi/6) = -1/2
f'''(pi/6) = -\sqrt{3}/2
f(4)(pi/6) = 1/2 and the coefficients repeats from hereWhat I am stuck on is.. how do I make it so that (-1) will only appear on the 3rd and 4th term... and how do I make it so that \sqrt{3} will only appear on the odd terms?
 
Physics news on Phys.org
If w=x-pi/6 then sinx=sin(w+pi/6)=sin(w)cos(pi/6)+sin(pi/6)cos(w). Try expanding this and see what you get
 
I am not sure how that relates to Taylor's Series?
 
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