Integrating -2x Over (1-x^2)^(1/2): A Confusing Challenge

Jacobpm64
Messages
235
Reaction score
0
Find the antiderivative of:

-2x
(1-x^2)^(1/2)

That's -2x over all of that... Bleh, i suck at code.

But anyway.. I just started integrals, and this is confusing for me... Is there a product or quotient rule in integrals like there is in derivatives?.. if not? how do you work this?
 
Physics news on Phys.org
Make a substitution, let u = 1-x2 then du = -2x and you have a fairly simple integral in terms of u.
 
Here is the code for it in case you need to use it in the future (click to see code)

\int\frac{-2x}{\sqrt{1-x^2}} \ dx
 
Last edited:
how do you know what to make u and what to make du?
 
By thinking and analyzing the problem! The difficulty is that \sqrt{1- x^2} in the denominator. The very first thing you should have thought about was substituting for that: u= 1- x^2. Then you would immediately see that du= -2xdx and that would work only if you had an xdx already in the problem (the "-2" is a constant and you can move constants in and out of the integral- you can't do that with "x", the x has to already be there) and, indeed, the problem has an "xdx". Lucky you!

(Once you've decided what to try for u, you don't "decide" what du is- that follows from the derivative of u. Notice I said "try"- you can seldom look at an integral and know what substitution will work. A lot of it is trial and error.)
 
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