What rule have they used to change the integral?

  • Thread starter Thread starter adelin
  • Start date Start date
  • Tags Tags
    Change Integral
adelin
Messages
32
Reaction score
0
se05b01025.png


What rule have they used to change the integral from 2x/(x+1)^2?
 
Physics news on Phys.org
It's called "adding zero." :-p I see it more as a trick to eventually introduce a factor that can be canceled. For instance, if the integral was this:
\int \frac{3x}{(x-2)^2} dx
I would subtract and add 6:
= \int \frac{3x - 6 + 6}{(x-2)^2} dx
= \int \frac{3x - 6}{(x-2)^2} dx + \int \frac{6}{(x-2)^2} dx
= \int \frac{3(x-2)}{(x-2)^2} dx + \int \frac{6}{(x-2)^2} dx
... etc.
 
adelin said:
What rule have they used to change the integral from 2x/(x+1)^2?
I assume you mean 2x/(x-1)^2.
Are you asking how it's valid (isn't it obviously valid?) or how they thought to do that?
 
eumyang said:
It's called "adding zero." :-p
In particular, they added 0 (which doesn't change anything) to the numerator, but with "zero" written as "2-2". There are lots of very creative ways to add zero.

A related technique (not used here) is to multiply by one, where once again you can be very creative in the way in which you write "one".
 
To add to what D H and eumyang have said, there's a big difference between expressions (such as 2x/(x - 1)2 and equations. If you're working with an equation, there are lots of things you can do to get a new equation with the same solution set as the one you started with. For example, you can multiply both sides by a nonzero number, you can add the same amount to both sides, you can take the log of both sides, etc.

With an expression you are much more limited. One thing you can do is add 0 (in some form) or multiply by 1 (also in some form). You can also factor the expression if that seems useful to do, or expand it, if the situation calls for that operation.
 
To add my 2 cents worth, this type of trick is usually done by someone that has done enough u substitutions to see the "need" for it. But you can just as well do the problem using the u-substitution$$
u = x-1,~x = u+1,~du=dx$$ in the first place giving$$
\int \frac {2(u+1)}{u^2}~du = \int\frac 2 u + \frac 2 {u^2}~du$$leading to the same answer.
 
  • Like
Likes 1 person
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...

Similar threads

Back
Top