New Reply

How to integrate Sin(x)/(x)?

 
Share Thread Thread Tools
Apr28-05, 11:13 AM   #18
 

How to integrate Sin(x)/(x)?


you need to use the midpoint rule, the trapezium rule and then apply these to simpsons rule silly, what's the width ur integrating?
 
Mar9-11, 05:37 AM   #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
 
Mar9-11, 10:22 PM   #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.
 
Jul29-11, 11:59 AM   #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
 
Jul29-11, 12:03 PM   #22
 
Quote by Mr.Rabbit87 View Post
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
 
New Reply
Thread Tools


Similar Threads for: How to integrate Sin(x)/(x)?
Thread Forum Replies
What is the best way to integrate this?? Calculus 22
How do you integrate this?? General Math 6
Integrate ln(4+y^2)dy? Calculus 8
How do I integrate this? Calculus & Beyond Homework 4
how to integrate??? Calculus & Beyond Homework 5