Bernoulli Differential Equation

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 7K views
bdh2991
Messages
102
Reaction score
0

Homework Statement



solve the given differential equation: xdy/dx + y = y^-2

Homework Equations


The Attempt at a Solution



I don't understand how to do these substitutions...i got n=-2 then u=y^3, du/dx=3y^2

from there i don't know where to place them
 
Physics news on Phys.org
It probably doesn't make sense partially because you didn't calculate du/dx correctly. You're differentiating with respect to x, not y, so you need to use the chain rule:
$$\frac{du}{dx} = 3y^2\frac{dy}{dx}$$

Now, first, divide the differential equation by x so that the coefficient of y' is 1. Then get rid of the y's from the righthand side by multiplying by y2. You end up with
$$y^2\frac{dy}{dx} + \frac{1}{x} y^3 = \frac{1}{x} $$ Now write that in terms of u=y3 and u'.
 
You can also note that this is a separable equation:
[tex]x\frac{dy}{dx}+ y= y^{-2}[/tex]
[tex]x\frac{dy}{dx}= -y+ y^{-2}[/tex]
[tex]\frac{dy}{-y+ y^{-2}}= \frac{dx}{x}[/tex]
[tex]\frac{y^2 dy}{1- y^3}= \frac{dx}{x}[/tex]

To integrate on the left, let [itex]u= 1- y^3[/itex].