snowJT
- 117
- 0
Homework Statement
I know how to integrate, but I don't understand the wording of the question and what it all means...
Question: How to get a particular solution from the general solution using a BOUNDARY CONIDTION.
\frac{dy}{dx} = \frac{x^2}{y}
subject to the condition that y = 2 when y = 3
2. The attempt at a solution
\frac{y^2}{2} = \frac{x^3}{3} + C
y = 2 and y = 3
replace into equation...
2 = 9+ C
C = -7
then I guess I replace it into the general solution to verify??
\frac{y^2}{2} = \frac{x^3}{3} + C
y^2 = \frac{2x^3}{3} - (2)7
y^2 = \frac{2(3)^3}{3} - (2)7
y^2 = \frac{2(3)^3}{3} - 14
y^2 = 18 - 14
y = \sqrt{4}
y = 2
I know how to integrate ect.. It's just I don't understand what the question wants? Maybe I solved it?