thomas49th
- 645
- 0
Homework Statement
\frac{dy}{dx} + \frac{y}{2x} = -x^{\frac{1}{2}}
Homework Equations
yT =\int{QT}dx + C
where T is the intergrating factor
T = e^{\int{P}dx
and P is the co-efficient of y from the differential equations
The Attempt at a Solution
well to find T we need to do:
e^{\int{\frac{1}{2x}}}dx
e^{\frac{1}{2}\int{\frac{1}{x}}}dx
e^{\frac{1}{2}ln|x|}
= x^{\frac{1}{2}}
so using yT =\int{QT}dx + C
you get
yx^{\frac{1}{2}}= \int{x^{\frac{1}{2}x^-{\frac{1}{2}}}dx
yx^{\frac{1}{2}}= \int{1}dx
yx^{\frac{1}{2}}= x + c
the answer in the back of the book says yx^{\frac{1}{2}} = \frac{1}{2}x^{2}
Where have I gone wrong?
Thanks :)