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:
\int [2e^u \sin (u) + 1] du = 2 \int e^u \sin (u) du + u
Now, solve the integral:
I = \int e^u \sin (u) du
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 \pi /2, 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 \pi /2. 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:
\int \tan (x) dx
= \int \frac{\sin (x)}{\cos (x)} dx
= \int \frac{u}{{\cos}^2 (x)} du
= \int \frac{u}{1 - u^2} du
= - \frac{1}{2} \int \frac{1}{v} dv
= - \frac{1}{2} \ln |v| + C
= \ln \frac{1}{\sqrt{|v|}} + C
= \ln \frac{1}{\sqrt{|1 - u^2|}} + C
= \ln \frac{1}{\sqrt{|{\cos}^2 (x)|}} + C
= \ln |\sec (x)| + C