I am currently working on a problem of the course MIT 18.01SC Single Variable Calculus. The original problem can be found here (you don't need to watch it, it's just the source).
The part I'm having trouble understanding is finding the following antiderivative:
$\int_0^{10} \frac{1500}{100 + (t-5)^2} - 7 dt$
The answer is given in the video, it's $\frac{1}{10} \Big( 150 \, \text{arctan}(\frac{t-5}{10}) - 7t \Big) \vert_{1}^{10}$.
However, I can't fully determine the steps needed to get to this solution. This is how far I get on my own:
Substitution, $u = t - 5, du = 1 dx$
This gives: $\int_{-5}^{5} \frac{1500}{100 + u^2} - 7 du = \int_{-5}^{5} 1500 \frac{1}{100 + u^2} - 7 du$
The antiderivative of $\frac{1}{1 + x^2} = \arctan x + c$
Questions:
How do I get the integrand into the form $\frac{1}{1 + u^2}$? When dividing by $100$ I would get $\frac{1}{1 + \frac{u^2}{100}}$ which does not help either
What further steps are missing?
Factoring out 100 in the denominator actually does help because you can rewrite 100 as 10^2 and then perform another substitution z=u/10. Now you can use your known antiderivative. Edit: