Rawr Stuck on ODE (linear 1st order)

  • Thread starter Thread starter Omega_Prime
  • Start date Start date
  • Tags Tags
    Ode Stuck
Click For Summary

Homework Help Overview

The discussion revolves around solving an initial value problem involving a linear first-order ordinary differential equation (ODE). The equation presented is y' + (4y)/(x+8) = (x+8)^{8} with the initial condition y(0) = 8. Participants are exploring the integration process and the implications of their calculations.

Discussion Character

  • Exploratory, Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • Participants discuss the integration factor method and the steps taken to solve the ODE. There are attempts to simplify the equation and solve for the constant C using the initial condition. Some participants question the timing of integration and whether the constant should be adjusted based on the variable factor (x+8).

Discussion Status

The discussion is ongoing, with various interpretations of the integration process and the handling of constants. Some participants have provided guidance on how to approach the integration and the implications of the initial condition, while others express confusion over the results and the nature of the problem.

Contextual Notes

There is mention of a potentially complex nature of the problem, with participants noting that the large values obtained for the constant C may seem unreasonable. The initial condition and its application in the context of the equation are also under scrutiny.

Omega_Prime
Messages
23
Reaction score
0

Homework Statement



Solve the initial value problem:

y'+[itex]\frac{4y}{x+8}[/itex]=(x+8)[itex]^{8}[/itex] , 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[itex]^{\int P(x)dx}[/itex] = e[itex]^{\int \frac{4}{x+8}dx}[/itex] = e[itex]^{4 ln |x+8|}[/itex] = (x+8)[itex]^{4}[/itex] (I took the positive expression since any number raised to the 4th power is positive...)

Then multiply the equation by I:

(x+8)[itex]^{4}[/itex]*y' + (x+8)[itex]^{4}[/itex]*4(x+8)[itex]^{-1}[/itex]*y = (x+8)[itex]^{4}[/itex]*(x+8)[itex]^{8}[/itex]

Simplify

y'(x+8)[itex]^{4}[/itex]+4y(x+8)[itex]^{3}[/itex] = (x+8)[itex]^{12}[/itex]

Now the LHS is the derivative w/ respect to x for the product y*(x+8)[itex]^{4}[/itex] and by integrating both sides I get:

y(x+8)[itex]^{4}[/itex] = [itex]\frac{(x+8)^{13}}{13}[/itex] + C

So now I solve for C given the initial conditions and I get a big *** negative number

C = [itex]\frac{104-8^{9}}{13}[/itex] = -[itex]\frac{134217624}{13}[/itex]

My final solution looks like this (gotten it 3 times now, so I must be doing the same mistake over and over...)

y = [itex]\frac{(x+8)^{9} - 134217624}{13}[/itex]

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?
 
Physics news on Phys.org
y(x+8)[itex]^{4}[/itex] = [itex]\frac{(x+8)^{13}}{13}[/itex] + C

Solve for y here. Don't plug in the initial condition right away.
 
You integrated too soon, write out the dy/dx.
 
mohaque said:
y(x+8)[itex]^{4}[/itex] = [itex]\frac{(x+8)^{13}}{13}[/itex] + C

Solve for y here. Don't plug in the initial condition right away.

I didn't think it'd matter... I get the same thing.

y = [itex]\frac{(x+8)^{9}}{13}[/itex] + C[itex]_{1}[/itex] | where C[itex]_{1}[/itex] is just another arbitrary constant that will satisfy the equation given the initial conditions. I get the same constant regardless...

8 = [itex]\frac{8^{9}}{13}[/itex] + C[itex]_{1}[/itex]
C[itex]_{1}[/itex] = 8 - [itex]\frac{8^{9}}{13}[/itex] = -[itex]\frac{134217624}{13}[/itex]
 
mohaque said:
You integrated too soon, write out the dy/dx.

Ok let me look at that, thanks.
 
No luck. Oh well, thanks for your time I guess.
 
That's such a ridiculous question, who came up with it?

I keep getting something different than you, a really big number. I think you're supposed to divide the C by the (x+8)^4. You can't change that to another constant because (x+8)^4 isn't a constant. I keep getting -4.22889088e10. Kinda of a ridiculous C and problem.
 
Omega_Prime said:
Now the LHS is the derivative w/ respect to x for the product y*(x+8)[itex]^{4}[/itex] and by integrating both sides I get:

y(x+8)[itex]^{4}[/itex] = [itex]\frac{(x+8)^{13}}{13}[/itex] + C

You're fine up to here. But for y(0) = 8 , shouldn't this be

[tex]8 \cdot 8^{4} = \frac{8^{13}}{13} + C[/tex]

[tex]\Rightarrow 8^{5} = \frac{8^{13}}{13} + C ,[/tex]

and so

[tex]C = 8^{5} - \frac{8^{13}}{13} ?[/tex]

[Note: you are not obligated to simplify this -- in some situations, it isn't even desirable to do so.]

Your solution function is then

[tex]y = \frac{(x+8)^{9}}{13} + [ 8^{5} - \frac{8^{13}}{13} ] \cdot \frac{1}{(x+8)^{4}} .[/tex]

[In your entry above, don't forget that the "arbitrary constant" also getting divided by (x+8)4.]

It is pretty easy to see, in this form, that your initial condition is satisfied.


As far as how you'd come up with such a strange differential equation and solution function, this can arise from the sort of "mixing problems" involving finding the mass function of a substance where solutions of different concentrations are being added and drained from a tank (in which they are "instantaneously mixed"), with the inflow rate being greater than the drainage rate.
 
Last edited:
Thank you so much guys, I was banging my head on my desk with that. The solution

y = [itex]\frac{(x+8)^{9}}{13}[/itex] + (8[itex]^{5}[/itex] - [itex]\frac{8^{13}}{13}[/itex])(x+8)[itex]^{-4}[/itex]

checked out.
 

Similar threads

Replies
20
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 16 ·
Replies
16
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
9
Views
3K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 105 ·
4
Replies
105
Views
11K
Replies
5
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K