Another Diff Eq's one: am I 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
kostoglotov
Messages
231
Reaction score
6

Homework Statement



Sorry to be bringing these in quick succession, but this one really has me perplexed. Is it possible that both the solution manual and I have two different but valid answers?

I don't want to just go assuming that I'm right...but I think by subsuming certain parts of the solutions manuals constants in it's solution into constants in my solution, that the two can become equivalent...?!

The problem

c3PgDgU.png


Imgur link to the problem: http://i.imgur.com/c3PgDgU.png

Homework Equations

The Attempt at a Solution



[tex]\int \frac{1}{r-kC} dC = \int dt[/tex]

[tex]\frac{-1}{k} \ln{|r-kC|} = t+K_0[/tex]

[tex]\ln{|r-kC|} = -kt + K_1[/tex]

skipping a couple of steps

[tex]C(t) = \frac{r-Ae^{-kt}}{k}[/tex]

with init. conditions

[tex]C(0) = C_0 = \frac{r-A}{k}[/tex]

[tex]A = r - kC_0[/tex]

So

[tex]C(t) = \frac{r - (r-kC_0)e^{-kt}}{k}[/tex]

[tex]C(t) = C_0 e^{-kt}[/tex]

The answer in the back is

[tex]C(t) = \left(C_0 - \frac{r}{k} \right)e^{-kt} + \frac{r}{k}[/tex]

And the solution given in the solution manual is

RVrLe1R.png


Link to solution: http://i.imgur.com/RVrLe1R.png

I can see that they've don'e some minor things different algebraically and with subsuming certain constants into other constants...I feel like my solution should be equivalent though. Is it? If it is, are there any particular advantages to the form the solution manual has given it in? Be they practical advantages or purely mathematical advantages?
 
Physics news on Phys.org
Dr. Courtney said:
You can always check by plugging it back in.

assume

[tex]C_0e^{-kt} = \left(C_0 - \frac{r}{k}\right)e^{-kt}+\frac{r}{k}[/tex]

[tex]0 = \frac{r}{k} - \frac{r}{k}e^{-kt}[/tex]

[tex]0 = \frac{r}{k}\left(1 - e^{-kt}\right)[/tex]

So, either r = 0 or [itex]e^{-kt} = 1[/itex]

That doesn't seem right.
 
vela said:
That step is clearly wrong.

Thank you. Whenever I do study after a night shift I make stupid mistakes. Cheers :)