For a thermodynamics project I'm working on, I need to evaluate this integral:
$\int \frac{(a-bx)(x-c)^d}{x^3}dx$, where $a,b,c,$ and $d$ are all positive constants.
I tried evaluating it on Wolfram Alpha, but it's giving a solution based on the hypergeometric series. Is there any other way of evaluating this integral? Or are there any good approximations of this integral in terms of elementary functions of $x$? I'm not looking for numerical solutions, but rather analytic solutions/approximations.
How about using the binomial theorem?
$$(x-c)^d=\sum_{i=0}^{d}\binom{d}{i}x^{d-i}(-c)^i.$$
Then, you'll have $$\int\sum_{i=0}^{d}a\binom{d}{i}x^{d-3-i}(-c)^idx-\int\sum_{i=0}^{d}b\binom{d}{i}x^{d-2-i}(-c)^idx.$$