bard
Thank You AKG, I need help with the following problem if you care to assist.
the integral of 2 sin(lnx)+ 1/x. u=ln(x). du=1/x so 2sin(u)+du=-2cos(u)+u=-2cos(lnx)+ln(x)
Something's seriously wrong here. It would help if you used the LaTeX so I knew for sure what you meant, but I can certainly see a problem in "du = 1/x". If u = ln(x), then du = xdx. This should give you:
[tex]\int [2e^u \sin (u) + 1] du = 2 \int e^u \sin (u) du + u[/tex]
Now, solve the integral:
[tex]I = \int e^u \sin (u) du[/tex]
You'll find that you need to use integration by parts twice, and find that you'll have to subsitute an integral somewhere fore "I", then isolate "I" and divide by 2 I would assume (you'll figure it out when you do it) and solve for "I."
also the integral(from pi/2 to 0) of sinx+tanx.
I get this is really sin(x)+sin(x)/cos(x). so u=cos(x). du=-sinx dx so -du/u-du=-ln(cosx)-cos(x)?
but how do i evaulauate it at pi/2. thank you
You're dealing with improper integrals. If you look at the graph of sin(x) + tan(x), or just tan(x) alone for that matter at [itex]\pi /2[/itex], you'll notice it's undefined. So, approach the problem as though you're solving for the definite integral from a to 0 as a approaches [itex]\pi /2[/itex]. I would solve the integral by separating the sin(x) and tan(x). The antiderivative of sin(x) is cos(x), and the antiderivative of tan(x) is ln|sec(x)|. You'll probably memorize that eventually, but if you don't, you can figure it out yourself:
[tex]\int \tan (x) dx[/tex]
[tex]= \int \frac{\sin (x)}{\cos (x)} dx[/tex]
[tex]= \int \frac{u}{{\cos}^2 (x)} du[/tex]
[tex]= \int \frac{u}{1 - u^2} du[/tex]
[tex]= - \frac{1}{2} \int \frac{1}{v} dv[/tex]
[tex]= - \frac{1}{2} \ln |v| + C[/tex]
[tex]= \ln \frac{1}{\sqrt{|v|}} + C[/tex]
[tex]= \ln \frac{1}{\sqrt{|1 - u^2|}} + C[/tex]
[tex]= \ln \frac{1}{\sqrt{|{\cos}^2 (x)|}} + C[/tex]
[tex]= \ln |\sec (x)| + C[/tex]