Separable Differential Equation (what's wrong?)

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 2K views
scud0405
Messages
14
Reaction score
0
So, here's the problem:

[tex]\frac{dy}{dx} = \frac{8y}{5x}[/tex]

To start off, I separate the integrals, which gives me:

[tex]\frac{dy}{8y} = \frac{dy}{5x}[/tex]

After that, I integrate both sides, which gives me:

[tex]\frac{ln8y}{8} = \frac{ln5x}{5} + c[/tex]

Now, the question says that it runs through (4, 1), so that is saying that y(4) = 1, correct?

To solve for c, I just plug the 4 in where the Xs are and the 1 is where the Ys are?

EDIT: Sorry, posted in the wrong forum! Please move this thread for me :\
 
Physics news on Phys.org
That's the correct approach.
 
Notice by the way that
[tex]\frac{ln(8y)}{8}= \frac{ln(5x)}{5}+ c[/tex]
is the same as
[tex]\frac{ln(y)+ ln(8)}{8}= \frac{ln(x)+ ln(5)}{5}+ c[/tex]
[tex]\frac{ln(y)}{8}+ 1= \frac{ln(x)}{5}+ 1+ c[/tex]
[tex]\frac{ln(y)}{8}= \frac{ln(x)}{5}+ c[/tex]

And that is the same as
[tex]ln(y)= \frac{8}{5} ln(x)+ 8c= ln(x^{\frac{8}{5}})+ 8c[/itex]<br /> so that<br /> [tex]y= e^{8c} x^{\frac{8}{4}}[/tex]<br /> and that can be written simply<br /> [tex]y= Cx^{\frac{8}{5}[/tex]<br /> where [itex]C= e^{8c}[/itex][/tex]
 
Last edited by a moderator:
Oh, okay! How did the 8c become only c in:

[tex]\frac{8}{5} ln(x)+ 8c= ln(x^{\frac{8}{5}})+ c[/tex]

Thanks for the help.
 
scud0405 said:
Oh, okay! How did the 8c become only c in:

[tex]\frac{8}{5} ln(x)+ 8c= ln(x^{\frac{8}{5}})+ c[/tex]

Thanks for the help.

8*c = c because 8, a constant, times a constant c, is still a constant.