I was studying definite integrals and there is a property in my textbook: If $F (t)=\int_a^b g (x,t)dx $ , then $\frac {dF}{dt}= \int_a^b \frac {\partial g (x,t)}{\partial t}$
This makes sense to me as when we integrate, all the $x's $ are going to remain intact. That is, they are independent of $x$ so if we differentiate w.r.t $t $ it will not affect any of the $x$.
But beneath this property there was a question: Evaluate $\int_0^1 \frac {x^b-1}{lnx} dx $ $(b\ge0) $
The solution to it is given as: take the given function as a function of $b $ Then apply the above theorem to simplify it.
Let $f (b)=\int_0^1 \frac {x^b-1}{lnx} dx $
$f'(b)= \int_0^1 \frac {x^b lnx}{lnx} $ Integrating this further gives us the answer.
But differentiating $f (b) $ over here seems counterintuitive to me because we are affecting the $x $ which seems counterintuitive.
Could anyone please explain why this holds good like how can we affect $x $ over here?