Evaluation of integral having trigonometric functions

Click For Summary
The discussion focuses on evaluating an integral involving trigonometric functions over a triangular region defined by specific lines in the (x,y) plane. The user attempted a substitution to transform the integral into the (u,v) plane but ended up with incorrect integration limits, leading to an erroneous result. The correct answer was provided as 1 - sin(2)/2, significantly different from the user's calculation of approximately 0.891. Questions arose regarding the appropriateness of the transformation and the derived limits, suggesting a potential misunderstanding of the geometric implications of the substitution. Clarifying the relationship between the triangular area in the (x,y) plane and the resulting shape in the (u,v) plane is crucial for accurate integration.
WMDhamnekar
MHB
Messages
376
Reaction score
28
Homework Statement
Evaluate ## \displaystyle\iint\limits_R \sin{(\frac{x+y}{2})} \cos{(\frac{x-y}{2})}dA,## where R is the triangle with vertices (0,0), (2,0) and (1,1).
Relevant Equations
Hint: Use the change of variables ##u=\frac{x+y}{2}, v= \frac{x-y}{2}##
R is the triangle which area is enclosed by the line x=2, y=0 and y=x.
Let us try the substitution ##u = \frac{x+y}{2}, v=\frac{x-y}{2}, \rightarrow x=2u-y , y= x-2v \rightarrow x= 2u-x + 2v \therefore x= u +v##
## y=x-2v \rightarrow y=2u-y-2v, \therefore y=u- v## The sketch of triangle is as follows:
1654415829519.png


1654415851473.png


But when we plot sin((x + y)/2)*cos((x-y)/2), we get the below graph:
1654416090367.png

J(u,v)=|-2| = 2, So, now how to compute integration limits?
 
Physics news on Phys.org
I computed the answer as ## \displaystyle\int_0^{0.5}\displaystyle\int_0^{1.5} 2*sin(u)*cos(v)du dv = 0.891024635191 ## . But it is wrong. Correct answer provided is ## 1- \frac{sin(2)}{2} = 0.545351286587##

How is that? What is wrong with my answer?
 
WMDhamnekar said:
I computed the answer as ## \displaystyle\int_0^{0.5}\displaystyle\int_0^{1.5} 2*sin(u)*cos(v)du dv = 0.891024635191 ## . But it is wrong. Correct answer provided is ## 1- \frac{sin(2)}{2} = 0.545351286587##

How is that? What is wrong with my answer?

How did you arrive at those limits? You started with a triangle in the (x,y) plane. Does it seem sensible that you would end up with a rectangle in the (u,v) plane?
 
  • Like
  • Informative
Likes WMDhamnekar and Delta2
pasmith said:
How did you arrive at those limits? You started with a triangle in the (x,y) plane. Does it seem sensible that you would end up with a rectangle in the (u,v) plane?
1654443340888.png
 
First, I tried to show that ##f_n## converges uniformly on ##[0,2\pi]##, which is true since ##f_n \rightarrow 0## for ##n \rightarrow \infty## and ##\sigma_n=\mathrm{sup}\left| \frac{\sin\left(\frac{n^2}{n+\frac 15}x\right)}{n^{x^2-3x+3}} \right| \leq \frac{1}{|n^{x^2-3x+3}|} \leq \frac{1}{n^{\frac 34}}\rightarrow 0##. I can't use neither Leibnitz's test nor Abel's test. For Dirichlet's test I would need to show, that ##\sin\left(\frac{n^2}{n+\frac 15}x \right)## has partialy bounded sums...