Recently I was doing calculus when I looked up the integral of an expression (which I forgot) however one thing I remember about the video was that during the integration process the person split up the integral using integration by parts like so.
$$\int f(x)*g'(x) \;\mathrm{dx} = f(x)*g(x) \;\mathrm{dx} - \int f'(x)*g(x) \;\mathrm{dx}$$
They then defined $I = \int f(x)*g'(x) \;\mathrm{dx}$
and replaced the integral like so
$$I = f(x)*g(x) \;\mathrm{dx} - \int f'(x)*g(x) \;\mathrm{dx}$$
And the integral of $f'(x) * g(x)$ just so happened to be the exact same as the integral of $f(x) * g'(x)$ which allowed them to do the following.
$$2I = f(x) * g(x) $$
and then solved by dividing
$$ I = (f(x) * g(x))/2$$
My question is, to what extent is it allowed to manipulate integrals like this, can I move around integrals about an equal sign any time I want and is this also allowed when working with derivatives? Might be a stupid question but sometimes you can manipulate the dy/dx notation for derivatives, whereas sometimes you can not which is why I am not sure if moving integrals and derivatives is allowed any time.
\cdot
or\times
to get multiplication: $a\cdot b$ or $a\times b$ – FShrike Jun 25 '23 at 16:12