First order dif. eq with second order polynomial
Hello,
I’m trying to solve for the integral of B as a function of time.
Please forgive the simple-text formatting of the Eqs, for some reason they are losing formatting when I paste them from word.
dB/dt=c-eB-aB^2
I have reworked it to:
dB/(c-eB-aB^2 )=dt
But am unable to simplify it to a point where I can integrate it.
I appreciate any guidance on how to approach this. I have looked through engineering solutions on ordinary Dif eqs. But couldn’t find an example that was helpful.
Thanks
Re: First order dif. eq with second order polynomial
Quote:
Originally Posted by
given
Hello,
I’m trying to solve for the integral of B as a function of time.
Please forgive the simple-text formatting of the Eqs, for some reason they are losing formatting when I paste them from word.
dB/dt=c-eB-aB^2
I have reworked it to:
dB/(c-eB-aB^2 )=dt
But am unable to simplify it to a point where I can integrate it.
I appreciate any guidance on how to approach this. I have looked through engineering solutions on ordinary Dif eqs. But couldn’t find an example that was helpful.
Thanks
Are you using
to represent an arbitrary constant value times B, or Euler's number times B, or
?
Re: First order dif. eq with second order polynomial
Sorry for the confusion-- e is an arbitrary constant value times b, feel free to replace it with g.
Re: First order dif. eq with second order polynomial
Re: First order dif. eq with second order polynomial
Prove It's point is that any quadratic polynomial can be solved by the quadratic formula. And once you know the solutions, [itex]r_1[/itex] and [itex]r_2[/itex], [itex]B^2- aB+ c= (B- r_1)(B- r_2)[/itex]. If [itex]r_1\ne\r_2[/itex] you can use write the function as [itex]\frac{P}{B- r_1}+ \frac{Q}{B- r_2}[/itex]. If [itex]r_1= r_2[/itex], it can be written as [itex](B- r_1)^{-2}[/itex] and integrated directly.
Re: First order dif. eq with second order polynomial
Prove It and HallsofIvy, thank you so much. Prove It--I really appreciate the time you put in and the step-wise explanation. HallsofIvy--Thanks for the concise summary.
Re: First order dif. eq with second order polynomial
Quote:
Originally Posted by
HallsofIvy
Prove It's point is that any quadratic polynomial can be solved by the quadratic formula.
Though Completing The Square is the more direct method to get the function into an integrable form (as I did).