G
Guest
Guest
Find the solution to the differential equation y' = (10yx - y) / (5x^2 - x)
that satisfies the initial condition y(1) = 8.
I tried separating the x's and y's and got:
. . .y' = y(10x - 1) / (5x^2 - x)
Then I tried separating the equations and got:
. . .dy/y = [(10x - 1)dx] / (5x^2 - x)
Then I integrated both sides and got:
. . .ln(y) = log(x) + log(5x - 1) + c
Then I solved for y and got:
. . .y = e^(log(x) + log(5x - 1) + c)
. . .y = e^(log(x) + log(5x - 1)) * e^(c)
. . .y = c e^(log(x) + log(5x - 1)
Then I solved for x = 1 and y = 8 and got:
. . .8 = c * 1.826
. . .c = 4.381
So the final soution would be:
. . .y = 4.381e^(log(x)+log(5x-1))
I'm not sure if this is correct. I figured the constant c wouldn't be a decimal like this.
that satisfies the initial condition y(1) = 8.
I tried separating the x's and y's and got:
. . .y' = y(10x - 1) / (5x^2 - x)
Then I tried separating the equations and got:
. . .dy/y = [(10x - 1)dx] / (5x^2 - x)
Then I integrated both sides and got:
. . .ln(y) = log(x) + log(5x - 1) + c
Then I solved for y and got:
. . .y = e^(log(x) + log(5x - 1) + c)
. . .y = e^(log(x) + log(5x - 1)) * e^(c)
. . .y = c e^(log(x) + log(5x - 1)
Then I solved for x = 1 and y = 8 and got:
. . .8 = c * 1.826
. . .c = 4.381
So the final soution would be:
. . .y = 4.381e^(log(x)+log(5x-1))
I'm not sure if this is correct. I figured the constant c wouldn't be a decimal like this.