Integration of functions: problem with borders

AI Thread Summary
The discussion centers on two integration problems involving limits that lead to undefined expressions. The first problem involves integrating tan(2x) from π/4 to 3π/4, where the result approaches zero due to equal upper and lower limits, despite initial confusion over the integration result. The second problem concerns the integration of 1/(t-3) from t to 3, which leads to ln(0), a value that is not defined. Participants clarify that ln(0) is undefined, as the natural logarithm is only valid for positive real numbers. The conversation emphasizes the importance of recognizing improper integrals and their limits in calculus.
Gamma
Messages
355
Reaction score
11
I have couple of problems that I am stuck with.

Hi,

Integration (tan(2x) dx limit pi/4 to 3 pi/4

When I intergrate this, I get ln [1/(sqrt(cos2x))]

So when put the limits, we have zero in the denominator. What do I do?
---------------------------------------------------------------------
The other problem is,

integration (1/(t-3) dt limit t to 3

With this one the problem is we have ln (0). What is the value of ln(0)?



Thannks fo r any help
 
Physics news on Phys.org
Gamma said:
I have couple of problems that I am stuck with.
Hi,
Integration (tan(2x) dx limit pi/4 to 3 pi/4
When I intergrate this, I get ln [1/(sqrt(cos2x))]
So when put the limits, we have zero in the denominator. What do I do?
---------------------------------------------------------------------
The other problem is,
integration (1/(t-3) dt limit t to 3
With this one the problem is we have ln (0). What is the value of ln(0)?
Thannks fo r any help
I think you made a slight mistake there. Instead of getting
ln (cos 2x)^{-(1/2)}}

you should have gotten:
-\frac{1}{2} ln (cos 2x)
Or at least you should have realized the first is actually the same as the second.

By the way, you really didn't even have to finish integrating to find out the answer was zero. If you use u-substitution and change your limits of integration, you never have to substitute the original function back in. In other words:
u=cos 2x \vert_{\frac{\pi}{4}=0}^{\frac{3 \pi}{4}=0}

Since your new lower and upper bounds are equal to each other, you know your result will be zero. If you did continue, you would get to:
du=-2 sin 2x dx
-\frac{1}{2} du = sin 2x dx

Substituting back into your original equation,
-\frac{1}{2} \int_{0}^{0} \frac{1}{u} du
-\frac{1}{2} ln u \vert_{0}^{0}
 
Last edited:
Thank you,

I understand your point.

But there is nothing wrong in writing

-\frac{1}{2} ln (cos 2x) = ln (cos 2x)^{-(1/2)}right?

By the way is ln(0) defined?
 
Last edited:
Gamma said:
Thank you,

I understand your point.

But there is nothing wrong in writing

-\frac{1}{2} ln (cos 2x) = ln (cos 2x)^{-(1/2)}


right?

By the way is ln(0) defined?
Technically, no.:redface: I was thinking there had to be a way to avoid the problem, since I know the answer is 0. You just have to rely on the idea that the upper limit and lower limit are the same.
 
The answer to your last question, "is ln(0) define" is "no". ln(x) is defined only for positive real numbers. (If you extend to complex numbers, ln(x) is defined for for negative x but still not for 0.)

The limit if ln(x), as x goes to 0, is negative infinity.
 
Be very careful with your first question. When you have an integral that is 'improper' at both endpoints you have to allow your limits to approach these endpoints independantly (unless you are explicitly talking about a Cauchy Principle Value).
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top