mrchauncey
- 7
- 0
Homework Statement
Find the solution to the differential equation. Which passes through the point (0,e).
\frac{dy}{dx} = \frac{11xy}{(ln(y))^{10}}
Homework Equations
I can get through the integration part but I am lost when it comes to using the ln rules to find the solution.
The Attempt at a Solution
First step I move the variables to each side.
\frac{(ln(y))^{10}}{y} dy = 11x dx
I then integrate each side:
∫\frac{(ln(y))^{10}}{y} dy = ∫11x dx
∫\frac{(ln(y))^{10}}{y} dy, I used sub method. u = ln(y), du = 1/y dy -> dy = ydu
∫\frac{u^{10}}{y} * y du, so the y's cancel out. making it:
∫ u^{10} du = \frac{u^{11}}{11} = \frac{ln(y)^{11}}{11}
The other side is simple integration:
∫11x dx = \frac{11x^{2}}{2}, this gives:
\frac{ln(y)^{11}}{11} = \frac{11x^{2}}{2} + c, since it passes through
the point (0,e), I find my constant value c right away.
y(0)=e =\frac{ln(e)^{11}}{11} = \frac{11(0)^{2}}{2} + c
y(0)=e = 1 = 0 + c, so c = 1.
I then multiplied the 11 by both sides and got:
(ln(y))^{11} = \frac{121x^{2}}{2} + 11
This is where I am getting confused. I do not know how to use the ln rules on this one. The power of 11 is confusing me and I can not find an example like this one. Any help would be nice. thanks.