3

How can I go from $\int_{-\infty}^{0} \dfrac{-kx}{(x^2+d^2)^{\frac{3}{2}}}dx$ to $\dfrac{-k}{2}\int_{-\infty}^{0} \dfrac{d(x^2+d^2)}{(x^2+d^2)^{3/2}}$

This is a step from my physics book and it doesn't explain it. Can you help?

Debashish
  • 1,714
user3601507
  • 307
  • 1
  • 2
  • 9

2 Answers2

4

By differentiation, $d(x^2+d^2)=2x\, dx$. Hence $kx\, dx = \frac{k}{2} \, d(x^2+d^2)$.

By the way, please don't confuse the parameter $d$ of your integral with the differential!

Siminore
  • 35,136
2

Assuming $d$ is a constant: $$d(x^2+d^2) = d(x^2) + d(d^2) = 2x dx + 0.$$ So $$\frac{-k}{2}\int_{-\infty}^0\frac{d(x^2+d^2)}{(x^2+d^2)^{3/2}} = \frac{-k}{2}\int_{-\infty}^0\frac{2x dx}{(x^2+d^2)^{3/2}} = \int_{-\infty}^0\frac{-kx dx}{(x^2+d^2)^{3/2}}, $$ which was to be proven.

fromGiants
  • 587
  • 3
  • 15