Posted by Anonymous on Saturday, May 26, 2012 at 2:58pm.
I think D is your answer, but it's a strange way to write it. It just means
y+5 = sqrt(1) * sqrt(x^2+1)
Separation of variables here is rather easy, since you have
dy/dx = x(y+5)/(x^2+1) -- just divide by (y+5) and multiply by dx.
visit wolframalpha . com and type in
solve dy/dx = (yx + 5x) / (x^2 + 1), y(3)=5
it will solve the DE and if you click the Show Steps button, it will show how to separate the variables and all.
x(y+5) dx = (x^2+1) dy
x dx/(x^2+1) = dy/(y+5)
(1/2)ln(x^2+1) =
ln(y+5)+ c
if x = 3, y = 5
(1/2) ln 10 = ln 10 + c
c = -(1/2) ln 10
(1/2) ln(x^2 + 1) = ln(y+5) -(1/2) ln 10
(1/2) ln 10(x^2+1) = ln(y+5)
ln 10(x^2+1) = ln(y+5)^2
10(x^2+1) = (y+5)^2
Related Questions
CALCULUS - Using the separation of variables technique, solve the following ...
calculus - how do you solve the initial value problem by using separation of ...
math-differential equations - hi i need to know how to do this one thanks Find ...
calculus - how do you solve the initial value problem by using separation of ...
calculus - how do you solve the initial value problem by using separation of ...
Mathematics - Solve the following differential equation, i.e. solve for y: dy/dx...
math - How would I use separation of variables to solve the initial value ...
separation of variables - solve the initial value problem by separation of ...
calculus - solve the initial value problem by separation of variables dy/dx=y^(2...
calculus - Can you give me a good website on the topic, slope fields and ...
For Further Reading