Integration Problem with Inconsistent Results

  • Thread starter Thread starter truewt
  • Start date Start date
  • Tags Tags
    Integration
AI Thread Summary
The discussion centers on an integration problem involving the integral of 1/(sin^{-1} x * sqrt(1-x^2)). The original poster notes that while the integral is directly solvable, using integration by parts leads to a confusing result where the integral appears on both sides of the equation, suggesting 1=0. Participants clarify that indefinite integrals can differ by a constant, which explains the repetition of the integral in the equation. They emphasize the importance of recognizing arbitrary constants in integration and how integration by parts can sometimes yield complex results. The conversation highlights the nuances of integration techniques and the role of constants in indefinite integrals.
truewt
Messages
78
Reaction score
0
Hi guys. I have a problem with an integration problem I've recently stumbled upon.

\int \frac{1}{sin^{-1} x\sqrt{1-x^2}} dx}

This is directly integrable, but if I do it by parts, I get a weird result of \int \frac{1}{sin^{-1} x\sqrt{1-x^2}} dx} = 1 + \int \frac{1}{sin^{-1} x\sqrt{1-x^2}} dx}! Why is that so?

EDIT: Why doesn't my LaTeX work?!
 
Last edited:
Mathematics news on Phys.org
"Hi guys. I have a problem with an integration problem I've recently stumbled upon.

\int\frac{1}{sin^{-1} x\sqrt{1-x^2}} dx}

This is directly integrable, but if I do it by parts, I get a weird result of \int\frac{1}{sin^{-1} x\sqrt{1-x^2}} dx} = 1 + \int\frac{1}{sin^{-1} x\sqrt{1-x^2}} dx}! Why is that so?

EDIT: Why doesn't my LaTeX work?!"
Use lower case letters, tex, rather than TeX
 
Last edited:
arildno said:
"Hi guys. I have a problem with an integration problem I've recently stumbled upon.

\int\frac{1}{sin^{-1} x\sqrt{1-x^2}} dx}

This is directly integrable, but if I do it by parts, I get a weird result of \int\frac{1}{sin^{-1} x\sqrt{1-x^2}} dx} = 1 + \int\frac{1}{sin^{-1} x\sqrt{1-x^2}} dx}! Why is that so?

EDIT: Why doesn't my LaTeX work?!"
Use lower case letters, tex, rather than TeX

blackfffggggggggggggg
 
Thanks arildno :)
 
\frac{1}{\sin^{-1} x\sqrt{1-x^2}}
is that
\frac{1}{\sin^{-1}(x)} \cdot \frac{1}{\sqrt{1-x^2}}
or
\frac{1}{\sin^{-1}\left( x\sqrt{1-x^2} \right)}
 
Last edited:
CompuChip said:
\frac{1}{sin^{-1} x\sqrt{1-x^2}}
is that
\frac{1}{sin^{-1}(x)} \cdot \frac{1}{\sqrt{1-x^2}}
or
\frac{1}{sin^{-1}\left( x\sqrt{1-x^2} \right)}


\frac{1}{sin^{-1}(x)} \cdot \frac{1}{\sqrt{1-x^2}}

this.
 
Remember that:
\frac{d}{dx}\sin^{-1}(x)=\frac{1}{\sqrt{1-x^{2}}}
 
Yes if you do it by parts, we integrate \frac{1}{\sqrt {1-x^{2}}}

Then we differentiate \frac{1}{sin^{-1}x}. Then you'll end up with something weird, 1=0?!
 
Last edited:
truewt said:
Yes if you do it by parts, we integrate \frac{1}{\sqrt {1-x^{2}}}

But why would you try to use integration by parts for this, when this problem practically begs for a different method? Have you tried making a substitution?
 
  • #10
To answer the OP's question, integrals can differ by a constant. You can't just "cancel" your integrals in the equation where you seem to have 1=0. If you differentiate both sides of the equation, everything works out nicely. At least in basic calculus, the indefinite integral is simply defined to be the inverse of the derivative. Because the derivative of a constant is 0, indefinite integrals must be defined only up to a constant.

Also, if you actually want to evaluate the integral, listen to d_leet.
 
  • #11
The same "problem" as in the original post can be much easier seen by integrating 1/x by parts (writing it as 1 \cdot 1/x), which will also give you
\int \frac{dx}{x} = 1 + \int \frac{dx}{x}
and hence seems to prove that 1 = 0.
 
  • #12
to the OP: if y=arcsin(x) what is y'
 
  • #13
JonF said:
to the OP: if y=arcsin(x) what is y'

He made it clear he knew how to do this with a substitution in his first post! musicheck's post is exactly where the OP needed to hear.
 
  • #14
Thank you musicheck. And to the other posters: thanks, but I do know that this expression is directly integrable.

Musicheck, what you mean is that indefinite integrals can differ simply by a constant, since on both sides of the integral we will get arbitary constants, right?

So what I am assuming here is that integration by parts will not always lead us to an answer (I know sometimes it does lead to a more complicated expression to integrate, but here, it leads to the indefinite integral repeating itself? Why is that so? Is there something to do with the definition of integration by parts itself?
 
  • #15
I think he meant that integral expressions are an equivalence class of functions such that two functions f and g belong to the same equivalence class iff f(x)+c(x)=g(x) for some constant function c(x) (meaning that c'(x)=0).

For example, the derivative of x+C where C is an arbitrary constant in respect to x is 1. Therefore the antiderivative of 1 is x+C. This could be just x, x+1, or any other x+C since they all have the same derivative.
 
Last edited:
  • #16
truewt said:
Thank you musicheck. And to the other posters: thanks, but I do know that this expression is directly integrable.

Musicheck, what you mean is that indefinite integrals can differ simply by a constant, since on both sides of the integral we will get arbitary constants, right?

So what I am assuming here is that integration by parts will not always lead us to an answer (I know sometimes it does lead to a more complicated expression to integrate, but here, it leads to the indefinite integral repeating itself? Why is that so? Is there something to do with the definition of integration by parts itself?

I don't think you got what Musicheck was getting at. What he was saying is that when you integrate your function by parts the first time, you're neglecting the arbitrary constant that comes out of the integration which produces the first term on the right hand side. Using the 1/x example, you don't actually get

\int \frac{dx}{x} = 1 + \int \frac{dx}{x}

Rather, what you get is

\int \frac{dx}{x} = (1 + C) + \int \frac{dx}{x}

where C is an "arbitrary" constant which is equal to -1, as you can see by cancelling the indefinite integrals on both sides. Plugging C = -1 into that expression, you get

\int \frac{dx}{x} = \int \frac{dx}{x}

which is what we expect.

To reinforce this, consider a definite integration by parts:

\int_1^t \frac{dx}{x} = x \frac{1}{x}|_1^t + \int_1^t \frac{dx}{x} = (1-1) + \int_1^t \frac{dx}{x} = \int_1^t \frac{dx}{x}

Integrations by parts reproducing the original integral in the expansion is also fine in general. Consider:

\int_{-\infty}^x e^t \cos t dt = e^t \cos t |_{-\infty}^{x} + \int_{-\infty}^x e^t \sin t dt

= e^x \cos x + \left( e^t \sin t |_{-\infty}^{x} - \int_{-\infty}^x e^t \cos t dt \right)

The original integral is on both sides of the expression, but with opposite signs, so you get

\int_{-\infty}^x e^t \cos t dt = \frac{1}{2}\left(e^x \cos x + e^x \sin x \right)

So, integrals being repeated during integrations by parts is fine (even in the indefinite integral case, so long as you are careful with the arbitrary constants).
 
Last edited:
  • #17
Ah okay I see what you are going at. But arbitrary constants can appear on both the LHS and RHS of the equations, that's what I was trying to mean.
 
Back
Top