- #1
RJLiberator
Gold Member
- 1,095
- 63
Homework Statement
Find a particular solution to:
(3x+2y+3)dx - (x+2y-1)dy = 0, y(-2) = 1
The answer to this problem as presented in the book ODE by Tenenbaum is the following:
(2x+2y+1)(3x-2y+9)^4=-1.
Homework Equations
I will be shifting the origin to try to compute this problem.
The Attempt at a Solution
First:
[tex]
\frac {dy} {dx} = -\frac {(3x+2y+3)} {(-x-2y+1)}[/tex]
The system of lines is as follows:
[tex] y = -\frac {3x} {2}-\frac {3} {2}[/tex]
[tex] y = -\frac {x} {2}+\frac {1} {2}[/tex]
This system has a solution of x = -2 and y = 3/2
To shift the origin I set:
[tex] x = \overline{x}-2, y = \overline{y}+\frac{3} {2} [/tex]
[tex] \overline{x} = x+2, \overline{y} = y-\frac{3} {2} [/tex]
Now to start solving the problem we input the shifted values of x and y.
[tex] (3(\overline{x}-2)+2(\overline{y}+\frac{3} {2}) + 3)d\overline{x} + (-(\overline{x}-2)-2(\overline{y}+\frac{3} {2})+1)d\overline{y} = 0 [/tex]
This should lead (I've checked my calculations here multiple times) to:
[tex] (3\overline{x}+2\overline{y})d\overline{x}+(-\overline{x}-2\overline{y})d\overline{y}=0[/tex]
Now I'm ready to solve this using methods that I had previously learned.
[tex]Set y=u\overline{x}, d\overline{y} = ud\overline{x}+\overline{x}du[/tex]
[tex] (3\overline{x}+2u\overline{x})d\overline{x}+(-\overline{x}-2(u\overline{x}))(ud\overline{x}+\overline{x}du)=0[/tex]
Calculating this and simplifying we get:
[tex] (-2u^2\overline{x}+3\overline{x}+u\overline{x})d\overline{x}+(-\overline{x}^2-2u\overline{x}^2)du = 0[/tex]
Now, with this, I divide everything by x-bar^2. I then put it into seperable form by dividing through by (-2u^2+3+u). This becomes:
[tex] \frac {d\overline{x}} {\overline{x}} + \frac {(-1-2u)} {(-2u^2+3+u)} du = 0 [/tex]
A separable equation! Now I can integrate. I integrate and net :
[tex] log(\overline{x}) + \frac {1} {5}(4log(3-2u)+log(u+1)) + c [/tex]
I try to manipulate the solution to appear closer to the given solution as presented in the book. So I multiply by e throughout the entire solution. I then raise everything to the 5th power.
[tex] \overline{x}^5 + (3-2u)^4(u+1) = 0 [/tex]
We recall that [tex] u=\frac {\overline{y}} {\overline{x}} [/tex]
plugging in this, and then also plugging in the values for x-bar and y-bar i net:
[tex] (x+2)^5+(3-\frac{2y-3} {x+2})^4(\frac{y-\frac{3} {2}} {x+2} +1) = C [/tex]
Well, this is bad. Using the initial condition y(-2)=1 if we let x = -2 we get a fraction with 0 in the denominator.
What have I done wrong? :/