Partial fractions where the denominator is one function

52 Views Asked by At

I need to solve this differential equation for x:

$$ \frac{dv}{dx} = \frac{4000}{v} - 0.9v $$

Rearranging:

$$ \frac{dx}{dv} = \frac{1}{4000v^{-1} - 0.9v} $$

How would I go about splitting this into partial fractions so that I could integrate it?

1

There are 1 best solutions below

8
On BEST ANSWER

Indeed, you need to consider the ODE as:

$$\frac{dv}{dx}=\frac{a}{v}-bv=\frac{a-bv^2}{v}$$ and so if $v\neq 0$ then you get: $$\frac{v}{a-bv^2}dv=dx$$