Help understanding integration $ \int f(ax + b)dx = \frac 1a F(ax + b) + C $

369 Views Asked by At

Let F be a antiderivative of the function $f$. Then:

$ \int f(ax + b)dx = \frac 1a F(ax + b) + C $

when a and b are constants and a is not zero

2

There are 2 best solutions below

0
On

That is the chain rule, in the very simple case of an affine change of variable, from the point of view of antiderivatives.

0
On

Let $u = ax+b$. Then $du = a\,dx \Longrightarrow \frac{1}{a}\,du = dx$, and $$\int f(ax + b)dx = \int f(u)\cdot\frac{1}{a}\,du = \frac 1a F(u) + C = \frac 1a F(ax + b) + C.$$