How do I integrate sec(x) sin(nx) over a specific interval?

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
6 replies · 5K views
mathskier
Messages
30
Reaction score
1
So I know that sec(x) has period 2Pi, and it's even so I don't need to figure out coefficients for bn.

Let's take the limits of the integral to go from -3/2 Pi to 1/2 Pi. How do I integrate sec(x) sin(nx) dx?! Am I on the right path?

PS: I know that this doesn't satisfy the Dirichlet Theorem, but the textbook I'm using still says to compute it.
 
Physics news on Phys.org
well since [itex]\sec(x) = 1/\cos(x)[/itex] then i think you can express the cosine functions, both on the top and on the bottom as exponentials with imaginary argument. i think you can get to an integral that looks like

[tex]c_n = \frac{1}{2 \pi} \int_{-\pi}^{+\pi} \frac{2}{e^{i (n+1) x}+e^{i (n-1) x}} \ dx[/tex]

i think you can find an antiderivative of that. might still come out as indeterminate. but that's the integral you have to solve.
 
Last edited:
vela said:
I evaluated the first few odd n integrals using Mathematica, and it looks like ##a_{2n+1} = (-1)^n 2\pi##.
The reason I thought it indeterminate is that integrating over a 2π range effectively cancels a +∞ with a -∞. E.g. with n=1, it's the integral of tan, which is log cos. An interval that spans π/2 will appear to give a sensible answer, but in reality it's undefined.
 
vela said:
mathskier indicated the wrong integrand. It should be sec x cos(nx), which is the integrand I used.
That certainly makes a difference. It's not hard to show that the integral of sec x cos(nx) over a 2pi range is the negative of that of sec x cos((n-2)x), for n > 2.