I'm trying to understand the derivation of Castigliano's first theorem in the book Fundamentals of Finite Element Analysis by David V. Hutton, which goes as follows.
The strain energy is defined as $$U=\sum_{j=1}^N\int_{0}^{\delta_j}F_jd\delta_j$$
Where each of the j loads has a corresponding displacement $\delta_j$
Consider some variation in the displacement $\Delta\delta_j$ caused by varying the corresponding force by $\Delta F _j$ and keeping all the other displacements constant. Then the change in strain energy is $$F_j\Delta\delta_j+\int_{0}^{\Delta\delta_j}\Delta Fd\delta_j $$
I understand where the first term comes from, but I don't understand why the integral has bounds from $0$ to $\Delta\delta_j$ rather than bounds from $\delta_j$ to $\delta_j+\Delta\delta_j$, like this
$$\Delta U=\int_{0}^{\Delta\delta_j+\delta_j}F_j+\Delta F_jd\delta-\int_{0}^{\delta_j}F_jd\delta\approx F_j\Delta\delta_j+\int_{0}^{\Delta\delta_j+\delta_j}\Delta F_jd\delta$$
The distinction doesn't really change the final result since the integral is negligible, but I still don't understand why it takes that form.


