Omega_Prime
- 23
- 0
Homework Statement
Solve the initial value problem:
y'+\frac{4y}{x+8}=(x+8)^{8} , y(0)=8.
The differential equation is linear.
Homework Equations
N/A
The Attempt at a Solution
I can see that the equation is in the form y' +P(x)*y = Q(x) so I'm like "easy, let me get an integration factor going and solve this mofo."
I= e^{\int P(x)dx} = e^{\int \frac{4}{x+8}dx} = e^{4 ln |x+8|} = (x+8)^{4} (I took the positive expression since any number raised to the 4th power is positive...)
Then multiply the equation by I:
(x+8)^{4}*y' + (x+8)^{4}*4(x+8)^{-1}*y = (x+8)^{4}*(x+8)^{8}
Simplify
y'(x+8)^{4}+4y(x+8)^{3} = (x+8)^{12}
Now the LHS is the derivative w/ respect to x for the product y*(x+8)^{4} and by integrating both sides I get:
y(x+8)^{4} = \frac{(x+8)^{13}}{13} + C
So now I solve for C given the initial conditions and I get a big *** negative number
C = \frac{104-8^{9}}{13} = -\frac{134217624}{13}
My final solution looks like this (gotten it 3 times now, so I must be doing the same mistake over and over...)
y = \frac{(x+8)^{9} - 134217624}{13}
I feel an almost instinctual compulsion to reject any answer that is ginormous or just crazy looking when it comes to homework problems.. but I submitted anyway and sure enough I'm incorrect. Anyone got a bone to throw for me?