Finding Integral Value: \int_{1}^{e^\frac{\pi}{2}} \sin (lnx) dx

  • Thread starter Thread starter Doc G
  • Start date Start date
  • Tags Tags
    Integral
Click For Summary

Homework Help Overview

The problem involves evaluating the integral \(\int_{1}^{e^{\frac{\pi}{2}}} \sin(\ln x) \, dx\), which falls under the subject area of calculus, specifically integration techniques.

Discussion Character

  • Exploratory, Mathematical reasoning, Problem interpretation

Approaches and Questions Raised

  • The original poster attempts substitution with \(u = \ln x\) leading to an integral involving \(e^u \sin u\). There are discussions about integration by parts and the handling of terms resulting from this process. Some participants question the correctness of the integration steps and the signs used in the calculations.

Discussion Status

Participants are actively engaging with the original poster's attempts, providing feedback on the integration by parts method. There is a mix of suggestions for re-evaluating specific steps and clarifications on the integration process. Some participants express uncertainty about the correctness of the results derived from the integration.

Contextual Notes

There are indications of confusion regarding the application of integration by parts and the handling of terms, particularly concerning signs and the introduction of additional variables. Participants are also navigating the implications of their substitutions and the resulting integrals.

Doc G
Messages
18
Reaction score
0
Hi,

Homework Statement


find value of
[tex] \int_{1}^{e^\frac{\pi}{2}} \sin (lnx) dx[/tex]

Homework Equations



The Attempt at a Solution



I first used subsitution u = lnx, that gave me:

[tex] \int_{0}^{\frac{\pi}{2}} e^{u}\sin u du[/tex]
then letting
[tex] I = \int_{0}^{\frac{\pi}{2}} e^{u}\sin u du[/tex]
integrating by parts twice, gave me:
[tex] I = - e^{u} \cos u +\int_{0}^{\frac{\pi}{2}} u e^{u}\cos u du[/tex]
[tex] I = - e^{u} \cos u + e^{u} \cos u + \int_{0}^{\frac{\pi}{2}} e^{u}\sin u du[/tex]

therefore

[tex] I = - e^{u} \cos u + e^{u} \cos u + I[/tex]
which of course cancels to zero which is not very useful

Any ideas on finding the value of this integral, or have i made an error in my working?

Many Thanks
 
Last edited:
Physics news on Phys.org
I think you need to re-check the 'by-parts'.
 
Last edited:
Yep. In particular, in the second "by parts", think where that sine inside the integral comes from :)
 
Taking the result of the first integration by parts:

[tex] I = - e^{u} \cos u +\int_{0}^{\frac{\pi}{2}} u e^{u}\cos u du[/tex]

then working with the integral part:
[tex] +\int_{0}^{\frac{\pi}{2}} u e^{u}\cos u du[/tex]
let u= cos u
therefore
[tex] \frac{du}{dx}= - sinu[/tex]
let
[tex] \frac{dv}{dx}= u e^{u}[/tex]
therefore
[tex] v = e^{u}[/tex]

then using identity that:

[tex] \int u \frac{dv}{dx} \equiv uv - \int v \frac{du}{dx}[/tex]

I got
[tex] e^{u} \cos u + \int_{0}^{\frac{\pi}{2}} e^{u}\sin u du[/tex]

Note- i chose u=cos u and dv/dx =ue^u [rather than u=ue^u]since i thought otherwise I would never be able to achieve an equivalent expression without an integral involved as I would get greater and greater powers of u in front of e^u as I kept going.

Sorry if I'm not seeing something obvious, but i can't find the error there

thanks for the replies
 
Last edited:
Doc G said:
Note- i chose u=cos u and dv/dx =ue^u [rather than u=ue^u]since i thought otherwise, I thought I would never be able to achieve an equivalent expression without an integral involved as I would get great and great powers of u in front of e^u as I kept going.

How did you get a 'u' within the integral at the result of the first integration by parts? (And it's now the derivative with respect to u, not x)

[I'm using t instead of u for the sake of clarity]

The first integral, after substitution [tex]= \int_{0}^{\pi/2}{e^t\sin{t}}dt[/tex]

Let u = cos(t) and dv/dt = e^t. Therefore, du/dt = -sin(t) and v = e^t.
 
Last edited:
Thanks, I think I've got it now; but just to check here my full working:

let
[tex] I = \int_{0}^{\frac{\pi}{2}} e^{t}\sin t dt[/tex]

u = sin t
dv/dt= e^t

therefore
du/dt = cos t
v = e^t

so:
[tex] I = e^{t} sin t - \int_{0}^{\frac{\pi}{2}} e^{t} cos t dt[/tex]

and integrating by parts again:
u = cos t
dv/dt = e^t

so
du/dt = -sin t
v = e^t

[tex] I = e^{t} sin t - e^{t} cos t - \int_{0}^{\frac{\pi}{2}} e^{t} sin t dt[/tex]

[tex] I = e^{t} sin t - e^{t} cos t - I[/tex]

[tex] 2I = [e^{t} ( sin t - cos t )]_{0}^{\frac{\pi}{2}}[/tex]
[tex] I = \frac{1}{2} [(e^{\frac{\pi}{2}}( 1 - 0 )) - ( -1)][/tex]

and finally, giving
[tex] I = \frac{1}{2} [e^{\frac{\pi}{2}} + 1 ][/tex]

Hopefully its right this time?

Thanks again
 
Last edited:
Perfect! ...
 
Great! Thank you very much for the advice
 
You're welcome. :)
 
  • #10
Hmm, I don't quite follow what you're doing in your subsequent posts (it looks correct though), but your first try was already correct if it weren't for one minus sign:

Doc G said:
[tex] \int_{1}^{e^\frac{\pi}{2}} \sin (lnx) dx[/tex]

I first used subsitution u = lnx, that gave me:

[tex] \int_{0}^{\frac{\pi}{2}} e^{u}\sin u du[/tex]
then letting
[tex] I = \int_{0}^{\frac{\pi}{2}} e^{u}\sin u du[/tex]
integrating by parts twice, gave me:
[tex] I = - e^{u} \cos u +\int_{0}^{\frac{\pi}{2}} u e^{u}\cos u du[/tex]
[tex] I = - e^{u} \cos u + e^{u} \cos u - \int_{0}^{\frac{\pi}{2}} e^{u}\sin u du[/tex]
Note the minus sign: cos' = -sin[/color]

therefore

[tex] I = - e^{u} \cos u + e^{u} \cos u - I[/tex]
so
[tex]2I = - e^{u} \cos u + e^{u} \cos u[/tex]
and the answer follows.
 
  • #11
CompuChip said:
Hmm, I don't quite follow what you're doing in your subsequent posts (it looks correct though), but your first try was already correct if it weren't for one minus sign:


so
[tex]2I = - e^{u} \cos u + e^{u} \cos u[/tex]
and the answer follows.
And you end up with 0, which is incorrect.
 

Similar threads

  • · Replies 15 ·
Replies
15
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
Replies
6
Views
3K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 11 ·
Replies
11
Views
3K
  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 9 ·
Replies
9
Views
4K