Improper Integral Question/Check

moo5003
Messages
202
Reaction score
0
Hello, I just finished up two problems for my homework and I have a sneaking notion that I have made a mistake somewhere because when I checked the answer numerically by calculator and I get a differing number.

I'm doing improper integrals for my real analysis class and the problem is stated as:

Calculate a) Integral from 0 to 1 of log(x)

Work: Derivative of (xlog(x)-x) = log(x) thus: let 0<d<1

Lim d-> 0 (from the right) Integral from d to 1 of log(x) = Lim d -> 0 xlog(x)-x evaluated from d to 1 = lim d -> 0 of d-1-dlog(d) = 0 - 1 - 0*-Infinity = -1

Integral from 0 to 1 of Log(x) = -1

Though, when i do this on my calculator i get something around -.43.

Similarly I get:

Integral from 2 to Infinity of Log(x)/x = -log^2(2)/2
Integral from 0 to Infinity of 1/(x^2+1) = Undefined (since Lim x->Infinity of Tan^-1(x) does not exist).

For part b/c. Thanks for anyhelp you can provide in finding my mistake at least for part a so I can recheck part b/c.:smile:
 
Physics news on Phys.org
a) This looks right. You should get the same number as when you look at

-\int_{-\infty}^0 e^x dx

Do you see why?

b)What steps did you go through here?

c) I don't know whether this is undefined, but I do know that

\lim_{x\rightarrow\infty}\arctan (x) = \frac{\pi}{2}
 
moo5003 said:
Though, when i do this on my calculator i get something around -.43.

Log on your calculator is log_10, not log_e, and

\int_0^1 log_{10} x dx = -0.43.[/itex]<br /> <br /> In math, the default interpretation of log is log_e; in science, log often means log_10.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top