Two differentials within one integral?

219 Views Asked by At

I previously asked a different question about the same problem. In my textbook, the steps to solving $\int \frac{2x^2-4x+3}{(x-1)^2} \, dx$ are as follows:

$$\int \frac{2x^2-4x+3}{(x-1)^2} \, dx$$ $$\int \frac{2x^2-4x+3}{x^2-2x+1} \, dx$$ $$\int 2+\frac{1}{(x-1)^2}\, dx$$ $$\int 2dx+\frac{dx}{(x-1)^2} $$

$$\int 2x-\frac{1}{(x-1)}+C$$

I don't understand how for step 4 there can be two dx's for one integral.

3

There are 3 best solutions below

0
On BEST ANSWER

The two final steps should be$$\int2\,\mathrm dx+\int\frac{\mathrm dx}{(x-1)^2}$$and$$2x-\frac1{x-1}+C$$respectively.

0
On

It's $$\int2dx+\int\frac{1}{(x-1)^2}dx$$

0
On

Your notebook seems to be making a mistake, the $dx$ should have been written after the integral is split into two parts