PDA

View Full Version : How the heck do I integrate sin(1/x) ?


Matt Jacques
Feb18-04, 06:06 PM
I tried parts by integration but Im caught in an endless loop of ever growing in complexity integrals! I must be missing something.

matt grime
Feb18-04, 06:21 PM
is that an indefinite or definite integral?

HallsofIvy
Feb18-04, 08:24 PM
Do you have any reason to believe its anti-derivative is an elementary function?

PrudensOptimus
Feb18-04, 11:46 PM
easy man

here's the answer:


-cosintegral[1/x] + xSin[1/x]

Matt Jacques
Feb19-04, 06:47 AM
I got that, too. No way to further simplify?

matt grime
Feb19-04, 07:21 AM
apart from that the integral of 1/x is log(x) you mean?

NateTG
Feb19-04, 10:02 AM
If you're desperate, you could try working out a Taylor/Mclaurin series for it, and seeing if the integral of that is recognizable.

Spectre5
Feb20-04, 04:12 PM
You can use a Maclaurin series to evaluate (or at least approximate) it...knowing that

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


you can replace x with 1/x and integrate to get:


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

PrudensOptimus
Feb20-04, 07:10 PM
Originally posted by matt grime
apart from that the integral of 1/x is log(x) you mean?


Wrong. ∫1/x dx = ln |x| + C.

∫1/(x(ln 10)) dx = log |x| + C.

master_coda
Feb20-04, 07:13 PM
Originally posted by PrudensOptimus
Wrong. ∫1/x dx = ln |x| + C.

∫1/(x(ln 10)) dx = log |x| + C.

When a mathematician says "log" they are generally talking about the natural logarithm.

NateTG
Feb20-04, 08:32 PM
Originally posted by master_coda
When a mathematician says "log" they are generally talking about the natural logarithm.

Right, and the rest of the time they usually mean log_2
but anything other than log_e gets a base.

master_coda
Feb20-04, 11:56 PM
Originally posted by NateTG
Right, and the rest of the time they usually mean log_2
but anything other than log_e gets a base.

I don't see too many mathematicians refer to \log_2 as \log.

NateTG
Feb21-04, 12:22 AM
It's typically for math/cs tpe situations and usually only applies to situations where hte base is not particuarly important.

matt grime
Feb21-04, 03:12 AM
Originally posted by PrudensOptimus
Wrong. ∫1/x dx = ln |x| + C.

∫1/(x(ln 10)) dx = log |x| + C.


yes, i did omit the modulus sign, however you should probably be told that log always means base e. This is completely standard in mathematics, and just one more thing they misteach at high school


After all what other base would you possibly want?

curiousbystander
Feb24-04, 11:12 AM
This might help too:

sin(1/x) is an odd function (meaning f(-x) = -f(x)).

The definite integral of any odd function on the interval [-a,a] is 0.

matt grime
Feb24-04, 12:04 PM
one generally wouldn't integrate over a region where the function is not defined. (no choice at zero can make it continuous, interestingly enough, not that that's either here or there, and not that any choice would make the integral be anything but zero anyway, though 0 is the only choice that keeps it a genuine odd function.)

curiousbystander
Feb24-04, 05:17 PM
I should have been more careful when answering, but isn't the integral still well defined since {0} is a set of measure 0?

NateTG
Feb24-04, 05:28 PM
Do you mean to use Lebesgue integration?

\lim_{x \rightarrow 0} might also not exist and thus cause problems.

matt grime
Feb24-04, 06:06 PM
Originally posted by curiousbystander
I should have been more careful when answering, but isn't the integral still well defined since {0} is a set of measure 0?

The function hasn't been defined at 0, that's all. It is true that any assignment of a value at zero will produce a function that is Riemann integrable (you don't need to use the machinery of Lesbegue integration on it). Only the setting the value at 0 to be 0 will provide an odd function. No assignment produces a continuous function.

I wouldn't like to make any definitive statements about the propriety of integrating a function over region in which it contains points where it isn't defined, other than it seems something you shouldn't do.

curiousbystander
Feb24-04, 06:23 PM
Originally posted by NateTG
Do you mean to use Lebesgue integration?

\lim_{x \rightarrow 0} might also not exist and thus cause problems.
Good point-- I had confused the Riemannian integral with the Lebesque. Time to shake the dust off my old real analysis books and review the basics. I think it will still work out:

If I follow Matt's advice and extend the domain of \sin(\frac{1}{x}) to include 0 so that \sin(\frac{1}{x})=0, then I have a function which is bounded and continuous everywhere except 0. The Riemann Integral is defined for such a function, and since the function is odd and defined on all of [-a,a] its integral will be 0.

Since the function is Riemann integrable on [-a,a] it will also be Lebesgue integrable on [-a,a] and the two integrals will agree.

Now that I'm working with the Lebesgue integral my functions only need to be defined almost everywhere so the Lebesgue integral of \sin(\frac{1}{x}) from [-a,a] exists and is 0.

Anybody see any problems with that? Analysis has never been my strong point.

Edit: Matt's last post came up while I was in the midst of writing this so I didn't see it. It does sound like I'm responding directly to what he wrote though doesn't it?

natski
Mar1-04, 01:05 PM
i get CosIntegral(1/x)+xSin(1/x)

where CosIntegral(x) == Log[x] + EulerGamma + (1/2) Sum[((-1)^k x^(2 k))/(k (2k)!), {k, 1, Infinity}]