Integrating Taylor Series for Sine Functions

In summary, the problem is asking for a series for the integral of f(x). The student writes out the sin(px) in terms of their power series and then integrates f(x) from 0 to π/2. They are having trouble with the denominator and think that if they can show that the series is uniformly convergent on [0, π/2] and each f_n(x) is continuous on the interval, they can integrate the terms of the series term by term which will give them the series they are looking for.
  • #1
STEMucator
Homework Helper
2,076
140

Homework Statement



A problem from advanced calculus by Taylor :

http://gyazo.com/5d52ea79420c8998a668fab0010857cf

Homework Equations



##sin(x) = \sum_{n=0}^{∞} (-1)^n \frac{x^{2n+1}}{(2n+1)!}##

##sin(3x) = \sum_{n=0}^{∞} (-1)^n \frac{3^{2n+1}x^{2n+1}}{(2n+1)!}##

The Attempt at a Solution



I'm not quite seeing what the question is trying to ask me here. It wants me to find a series for the integral of f(x)?

I wrote out the sin(px) in terms of their power series and then integrated f(x) from 0 to π/2. So I have :

##\int_{0}^{π/2} f(x) dx = \frac{\sum_{n=0}^{∞} \frac{(-1)^n 3^{2n+1} (π/2)^{2n+2}}{(2n+1)!(2n+2)}}{1 * 2} + \frac{\sum_{n=0}^{∞} \frac{(-1)^n 5^{2n+1} (π/2)^{2n+2}}{(2n+1)!(2n+2)}}{3 * 4} + ...##

I don't see where to go from here or what I'm even supposed to be doing with this monster.
 
Physics news on Phys.org
  • #2
What makes you think you are required to mess with power series? Can you integrate the series term by term? Why?
 
  • #3
voko said:
What makes you think you are required to mess with power series? Can you integrate the series term by term? Why?

Well I don't HAVE to use the power series I suppose.

Yes I can integrate the series term by term. Hm, what if I write :

##f(x) = \sum_{n=1}^{∞} \frac{sin((2n+1)x)}{not sure} = \sum f_n(x)##

Having a bit of trouble getting the denominator on that one. If I can show that the series is uniformly convergent on ##[0, π/2]## and each ##f_n(x)## is continuous on the interval, then I can integrate the terms of the series term by term which will give me the series I'm looking for.

##\int_{0}^{π/2} f(x) dx = \int_{0}^{π/2} \frac{sin(3x)}{1*2} + \int_{0}^{π/2} \frac{sin(5x)}{3*4} + \int_{0}^{π/2} \frac{sin(7x)}{5*6} + ...##
 
  • #4
Does (2n - 1)(2n) work for the denominator?
 
  • #5
voko said:
Does (2n - 1)(2n) work for the denominator?

I was just thinking (2n+1)(2n), but (2n-1) works since it goes oddeven oddeven. I was actually getting shafted by (2n+1) screwing everything.

So the series would be uniformly bounded by ##M_n = \frac{1}{n^2}##. Since ##\sum M_n## converges by p-comparison, we know ##\sum f_n(x)## will uniformly converge by the M-Test.

Since each term in the series is also continuous I integrate :

##\int_{0}^{π/2} f(x) dx = \sum_{n=1}^{∞} \int_{0}^{π/2} \frac{(2n+1)x}{4n^2 - 2n} = \sum_{n=1}^{∞} \frac{(2n+1)x^2}{8n^2 - 4n}##

and... there's my series :eek:!
 
  • #6
I do not understand your last step. You should be integrating ## \frac {\sin (2n + 1)x} {(2n - 1)(2n)} ##, no?
 
  • #7
voko said:
I do not understand your last step. You should be integrating ## \frac {\sin (2n + 1)x} {(2n - 1)(2n)} ##, no?

Oh whoops, I jumped a little too quickly and forgot the sin.

##\int_{0}^{π/2} f(x) dx = \sum_{n=1}^{∞} \int_{0}^{π/2} \frac{sin((2n+1)x)}{4n^2 - 2n}dx##

Then using ##u = (2n+1)x##, I get ##\frac{1}{2n+1}du = dx## and so on and so forth.

I'm sure I got this now :). Thanks voko.
 

FAQ: Integrating Taylor Series for Sine Functions

What is a Taylor series?

A Taylor series is an expansion of a function into an infinite sum of terms. It is used to approximate a function by adding together polynomial terms of increasing degrees.

How is a Taylor series integrated?

To integrate a Taylor series, you must first find the antiderivative of each term in the series. Then, you can combine these antiderivatives to get the integrated Taylor series.

What is the purpose of integrating a Taylor series?

The purpose of integrating a Taylor series is to approximate the value of a function at a specific point. By integrating, we can find the area under the curve of the function, which can be useful in many applications such as physics and engineering.

Can a Taylor series be integrated for any function?

No, a Taylor series can only be integrated for functions that have a finite number of derivatives at the point of expansion. If a function has an infinite number of derivatives, it may not have a unique Taylor series and therefore cannot be integrated.

What is the difference between a Taylor series and a Maclaurin series?

A Maclaurin series is a special case of a Taylor series, where the function is expanded around the point x=0. In other words, a Maclaurin series is a Taylor series with a=0. This is useful for simplifying calculations and approximations for functions that are centered around the origin.

Back
Top