Tuesday, July 16, 2019

calculus - Prove that inti0nftyfracsinnxxdx=fracpi2




There was a question on multiple integrals which our professor gave us on our assignment.





QUESTION: Changing order of integration, show that 00exysinnxdxdy=0sinnxxdx
and hence prove that 0sinnxxdx=π2







MY ATTEMPT: I was successful in proving the first part.




Firstly, I can state that the function exysinnx is continuous over the region $\mathbf{R}=\{(x,y): 0

00exysinnxdxdy
=0sinnx{0exydy}dx
=0sinnx[exyx]0dx
=0sinnxxdx



However, the second part of the question yielded a different answer.



00exysinnxdxdy

=0{0exysinnxdx}dy
=0ndyn2+y2



which gives an indeterminate result, not the desired one.



Where did I go wrong? Can anyone help?


Answer



You should have obtained x=0eyxsinnxdx=nn2+y2. There are a number of ways to show this, such as integration by parts. If you would like a full computation, it can be provided upon request.







Let I=exysinnxdx. Then with the choice u=sinnx,du=ncosnxdx,dv=exydx,v=1yexy, we obtain I=1yexysinnx+nyexycosnxdx. Repeating the process a second time with the choice u=cosnxdu=nsinnxdx,dv=exydx,v=1yexy, we find I=1yexysinnxny2exycosnxn2y2exysinnxdx. Consequently (1+n2y2)I=exyy2(ysinnx+ncosnx), hence I=exyn2+y2(ysinnx+ncosnx)+C. Evaluating the definite integral, for y,n>0, we observe lim and the result follows.


No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f \colon A \rightarrow B and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...