How can Sine Integrals be calculated using polynomial representations?

  • Thread starter TheDestroyer
  • Start date
  • Tags
    Integrate
In summary, the conversation discusses methods for integrating the functions sin(x)/x and e^(x^2). Suggestions include using a series, such as a Taylor or Fourier series, or applying integration by parts. The conversation also mentions the antiderivatives for these functions, including Si(x) and erf(ix). The possibility of using the midpoint rule, trapezium rule, or Fourier transform is also brought up. Finally, one member shares their method for finding the integral of sin(x)/x using integration by parts.
  • #1
TheDestroyer
402
1
Hi guys, I think the question is clear (lol)

How can the Sin(x)/(x) function be integrated? i heared it can be integrated using a series, anyone can explain?

Last added : I remembered the function e^(x^2) how also can it be integrated?

Thanks,

TheDestroyer
 
Last edited:
Physics news on Phys.org
  • #2
Can you think of a series for (sin x)/x?
 
  • #3
Actually I studied taylor series, and using it will not give the general wanted answer as a function, but I heared it can be solved using the Fourier series, I don't know, I really completely don't know what to do about it!
 
  • #4
I don't understand your objection: after integrating the Taylor series, you get the Taylor series for the result of the integral.
 
  • #5
According to my ancient Maple,it is a constant times [itex] Si(x) [/itex] + a constant.For some authors (like the ones who produced Maple),the first constant is +1...There are other conventions,though,tipically "normalization" ones,v.Erf(x) ...

Daniel.
 
  • #6
THAT was initially
[tex] \int \frac{\sin x}{x} dx [/tex] :wink:

Daniel.

P.S.Yours can be integrated exactly without any problem...
 
  • #8
when you say "integrated" do you mean "antidifferentiated"?
 
  • #9
Of course,what else,he wants to find the antiderivative for those 2 functions...

Daniel.
 
  • #10
then there is not antiderivative for them ! even with a series?
 
  • #11
try integration by parts...that is usefull for evaluating an integral composed of two fuctions, in this case, your first integral include the fuctions [tex] \sin {x} [/tex] and [tex]\frac {\11}{x}[/tex] and your second integral includes [tex] e^x [/tex] and [tex] x^2[/tex]

Remember, integration by parts formula yeilds:


[tex] {u}{v} - \int{v}{du}[/tex]

and for the [tex]{e^{x^2}}[/tex] fuction, when you integrate by parts, make sure you set u equal to the fuction whose derivative will eventually go to zero, otherwise you will have a mess on your hands.
 
Last edited:
  • #12
They have antiderivatives,Si(x) and erf(ix) are (up until mulitplicative and additive constants) their antiderivatives...

Daniel.
 
  • #13
dagger32 said:
try integration by parts...that is usefull for evaluating an integral composed of two fuctions, in this case, your first integral include the fuctions [tex] \sin {x} [/tex] and [tex]\frac {\11}{x}[/tex] and your second integral includes [tex] e^x [/tex] and [tex] x^2[/tex]

Remember, integration by parts formula yeilds:


[tex] {u}{v} - \int{v}{du}[/tex]

and for the [tex]{e^{x^2}}[/tex] fuction, when you integrate by parts, make sure you set u equal to the fuction whose derivative will eventually go to zero, otherwise you will have a mess on your hands.

Yes,part integration is a succesfull method of antidifferentiation,BUT NOT IN THIS CASE... :wink:

Daniel.
 
  • #14
Can't you integrate sin(x)/x by using the fact that sin(x) = x - x^3/3! + x^5/5! - x^7/7! ... so sin(x)/x = 1 - x^2/3! + x^4/5! - x^6/7! ... this would give x - x^3/(3*3!) + x^5/(5*5!) - x^7/(7*7!) + C, and we know that sin(x)/x -> 1 as x -> 0, so C=1. This would give us that the antiderivate of sin(x)/x is:

1 + x - x^3/(3*3!) + x^5/(5*5!) - x^7/(7*7!) ...

And this can be expressed as an infinite sum if you like
 
  • #15
Sure, hedlund:
This has already been mentioned by Hurkyl, hinted at by Daniel, and Zurtex has provided a link to a wolfram page.
 
  • #16
You woke up a bit too late.This series method had been discussed in the first posts of the thread :tongue:

Daniel.
 
  • #17
If you'd like a "better" series than a Taylor series, you might want to know the asymptotic expansion for the function. (By "better", I mean more, faster convergence).

[tex]\int{\frac{\sin{x}}{x}} = -\frac{\cos{x}}{x}-\int{\frac{\cos{x}}{x^2}}
= -\frac{\cos{x}}{x}-\frac{\sin{x}}{x^2}-2\int{\frac{\sin{x}}{x^3}}[/tex]

Notice that with each successive integration by parts, the remainder term gets smaller for large values of x. Thus, for all x above a certain value, this series should converge.
 
  • #18
you need to use the midpoint rule, the trapezium rule and then apply these to simpsons rule silly, what's the width ur integrating?
 
  • #19
open your MATLAB and insert the operation
then differentiate the answer given by MATLAB
then search the solution reverse...
(start from the final step and come to the first step)

sometimes the above method will work...but even I am not sure about it
 
  • #20
There could be other way as to go for Fourier transform keeping f=0 (frequency )in its equation.If h(x)=\hat{f}(x) then  \hat{h}(\xi)= f(-\xi). that is duality of Fourier transform.
 
  • #21
well... i looked through all the replies to this question and felt that no one really answered it. sooooo

i got the integral to sin(x)/(x) to = -cos(x)(1/2x) + (1/2)ln(x)sin(x) +c

done by integration by parts twice.

so integral of udv = uv - integral of vdu

u = lnx
du = 1/x
dv = sinx
v = -cosx

u get -cosx/x + (integral of cosxlnx) ------ do integration by parts again

u = lnx
du = 1/x
dv = cosx
v = sinx

so u get lnxsinx - (integral of sinx/x). add the (integral of sinx/x) over. So now you have 2(integral of sinx/x) = -cosx/x + lnxsinx

divide the 2 over n you get -cos(x)(1/2x) + (1/2)ln(x)sin(x) +c
 
  • #22
Mr.Rabbit87 said:
well... i looked through all the replies to this question and felt that no one really answered it. sooooo

i got the integral to sin(x)/(x) to = -cos(x)(1/2x) + (1/2)ln(x)sin(x) +c

done by integration by parts twice.

so integral of udv = uv - integral of vdu

u = lnx
du = 1/x
dv = sinx
v = -cosx

u get -cosx/x + (integral of cosxlnx) ------ do integration by parts again

u = lnx
du = 1/x
dv = cosx
v = sinx

so u get lnxsinx - (integral of sinx/x). add the (integral of sinx/x) over. So now you have 2(integral of sinx/x) = -cosx/x + lnxsinx

divide the 2 over n you get -cos(x)(1/2x) + (1/2)ln(x)sin(x) +c

i lied... i differentiate wrong lol
 
  • #23
sin(x)/x

Essentially you cannot integrate sin(x)/x in general -- you just get something related to the exponential integral which is defined as the integral of e^x/x.

However, the integral can be done from -infinity to infinity using coutour integrals in the complex plane. See

http://raghumahajan.wordpress.com/2010/07/26/integral-of-sinxx/


In this case the value of int^infty_infty sin(x)/x is pi.
 
  • #24
You are trying to find what is called the Sine Integral:

http://en.wikipedia.org/wiki/Trigonometric_integral

Sine integrals and related functions cannot be represented by elementary functions (they are similar to elliptic integrals in this regard).

The value of such functions can be calculated using certain polynomial representations. For example, see Abramowitz and Stegun.
 

1. What is the general formula for integrating Sin(x)/(x)?

The general formula for integrating Sin(x)/(x) is ∫ Sin(x)/(x) dx = Sin(x) + C, where C is the constant of integration.

2. Can the integral of Sin(x)/(x) be solved using substitution?

Yes, the integral of Sin(x)/(x) can be solved using the substitution method by letting u = x in the numerator. This will result in the integral becoming ∫ Sin(u)/u du, which can then be solved using integration by parts.

3. Is there a specific technique for solving integrals of the form Sin(x)/(x)?

Yes, there is a technique called the "Dirichlet integral" which can be used to solve integrals of the form Sin(x)/(x). This involves using the properties of the Dirichlet function to simplify the integral and solve it.

4. Are there any special cases when integrating Sin(x)/(x)?

Yes, there are two special cases when integrating Sin(x)/(x). The first is when the integral is evaluated at x = 0, which results in the integral being equal to 0. The second is when the integral is evaluated at x = ∞, which results in the integral being equal to π/2.

5. Can the integral of Sin(x)/(x) be solved using a definite integral?

Yes, the integral of Sin(x)/(x) can be solved using a definite integral by substituting the limits of integration into the general formula and evaluating the integral accordingly. However, this may result in an undefined value if one of the limits is 0.

Similar threads

Replies
8
Views
145
Replies
8
Views
286
Replies
3
Views
623
Replies
3
Views
1K
  • Calculus
Replies
5
Views
2K
Replies
3
Views
1K
Replies
3
Views
1K
Replies
8
Views
993
Replies
1
Views
2K
Back
Top