Efficient Integration Strategies for Solving Fourier Series Problems

dvchench
Messages
17
Reaction score
0
I'm doing a HW problem that involved trying to find Fourier series. I know how to do it, but I'm really bothered by the fact that I have to do so much trigonometric integration by parts. my question is, is there any better way to solve the problem:

<int,indef.,dt>{ sin(a*t)*cos(b*t) } or is the only way to chug along with the two messy layers of integration by parts?

also, it seems like I'm missing something: how do you write pretty-print equations in posts?

edit: i should add, that the problem is asking for a Fourier series for a half-wave rectified sine, but that isn't vital to the question
 
Physics news on Phys.org
dvchench said:
I'm doing a HW problem that involved trying to find Fourier series. I know how to do it, but I'm really bothered by the fact that I have to do so much trigonometric integration by parts. my question is, is there any better way to solve the problem:

<int,indef.,dt>{ sin(a*t)*cos(b*t) } or is the only way to chug along with the two messy layers of integration by parts?

Why are you concerned with the indefinite integral? Usually one integrates over a half-period interval in order to take advantage of the orthogonality of sine and cosine.

also, it seems like I'm missing something: how do you write pretty-print equations in posts?

See my signature.
 
gabbagabbahey,
thanks for the reply. I'm only concerned because it seems like I'm doing it the hard way - after 1.5 pages of math, I'm starting to feel like I'm mowing the lawn with a pair of nail clippers (or mopping a gym floor with a toothbrush, take your pick of metaphor). I just wanted to make sure that by parts is the only reasonable way of doing it and I'm not missing any good shortcut.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top