Given the problem: $\frac{dx}{dt} = 3x(x-5)$ The answer is supposedly:
$\dfrac{40}{8-3e^{-15t}}$ with $x(0) = 8$
first off you can't have a negative power in the denominator it should just be $e^{15t}$.
I know for a fact I did my partial fractions correctly:
$1 = \dfrac{A}{3x} + \dfrac{B}{x-5}$ translates to: $Ax-5A+15xB$
At $x = 0: A = -\frac{1}{5}$
At $x = 5: B = \frac{1}{15}$
Of course this comes to:
$\int \dfrac{\dfrac{-1}{5}}{3x} + \dfrac{\dfrac{1}{15}}{x-5}$
which becomes:
$-\frac{1}{15}\ln \vert 3x \vert + \frac{1}{15} \ln \vert x - 5 \vert = t + c$
multiply by $-15$ to give:
$\ln \vert 3x \vert - \ln \vert x-5 \vert = -15t + c$
multiplying by $e$:
$3x-x +5 = Ce^{-15t}$
$2x = Ce^{-15t}-5$
$x(t) = \dfrac{2}{Ce^{15t}} - 5$
$8 = \dfrac{2}{C}-5 \to C = \dfrac{2}{13}$
Now I am thinking there is either a mistake in the book or they "simplified" it somehow
$$ 1 = \frac{A}{3x} + \frac{B}{x-5} $$ if and only if $$ (3x)(x-5) = A(x-5) + B(3x) \text{,} $$ with $x \not\in \{0,5\}$. How do we get "$15xB$"?