this is solving differential equations by sepeartion of variables


solve for y such that
dy+k(y-70)dx=0
and y(1)=140

show the steps
the problem part for me is I'm stuck trying to seperate them and making the y's go with the dy and everything else go with the dx


show all work
show steps, specifically
1. separating and grouping the y's with dy and x with dx (remember that [tex] \int\limits {c} \, dx =cx[/tex] where c is a constant
2. write the C for the constant
3. subsitute the point (0,140) to solve for C
4. solve for y once you know what C is


show work and answer if you know

Respuesta :

[tex]\mathrm dy+k(y-70)\,\mathrm dx=0[/tex]

Separating variables gives

[tex]\dfrac{\mathrm dy}{y-70}=-k\,\mathrm dx[/tex]

Integrating both sides gives

[tex]\displaystyle\int\frac{\mathrm dy}{y-70}=-k\int\mathrm dx[/tex]
[tex]\ln|y-70|+C_1=-kx+C_2[/tex]
[tex]\ln|y-70|=-kx+C[/tex]

Solving for [tex]y[/tex] gives

[tex]e^{\ln|y-70|}=e^{-kx+C}[/tex]
[tex]y-70=e^{-kx}e^C[/tex]
[tex]y=Ce^{-kx}+70[/tex]

As [tex]y(1)=140[/tex], you get

[tex]140=Ce^{-k}+70[/tex]
[tex]70=Ce^{-k}[/tex]
[tex]C=70e^k[/tex]

so the particular solution to this ODE is

[tex]y=70e^ke^{-kx}+70[/tex]
[tex]y=70e^{k(1-x)}+70[/tex]

Unless you have any more information, you're done.