1
$\begingroup$

So, I am failing to understand some potentially simple algebra here. I have a separable equation:

$ \frac{dy}{dx} = \frac{e^{-x} - e^x}{3+4y} $

and after the easy integration $=>$ $3y + 2y^2 = -e^{-x} - e^x + c$

Now, to the algebra.. how do I solve for y? The book has a fairly long answer involving a square root... It could come down to, I did the separable/integration part incorrectly or I've lost my mind but I'm kind of shaking my head over my lack of algebra skills.

2 Answers 2

2

This is a quadratic equation for $y$, so you can feed it to the quadratic formula. The result is $y=\frac {-3 \pm \sqrt{9-4\cdot 2(c-e^{-x}-e^x)}}{4\cdot 2}$

  • 0
    @JosephSkelton: correct. fixed.2012-09-11
3

The equation

$2y^2+3y +e^{-x} + e^x - c=0$

is a quadratic in terms of $y$, right?

So, use Bhaskara's formula (also called Quadratic Equation) to solve for $y$.