Simple seperable Diff EQ w/ I.C., did i make an algebra error?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
7 replies · 5K views
mr_coffee
Messages
1,613
Reaction score
1
I'm lost on this one, i checked my problem over a few times and i don't see any algebraic errors, did i break some rule? Thanks! :smile:

Find the solution of the differential equation
(ln(y))^4*{dy}/{dx} = x^4 y
which satisfies the initial condition y(1)=e^2.
y= ?

Here is my work:
http://img80.imageshack.us/img80/2868/lastscan9oj.jpg
 
Last edited by a moderator:
Physics news on Phys.org
Thanks for the tips guys, I thought I redid it right this time but no! :bugeye:
Here is what I did, i also took Ivey's advice and solved for C, and yes it was easier! thanks!
http://img75.imageshack.us/img75/674/lastscan4ux.jpg
 
Last edited by a moderator:
Your general solution looks ok, so we have that:

[tex]y^5 = e^{x^5 + 5c} \Leftrightarrow y = \left( {e^{x^5 + 5c} } \right)^{1/5}[/tex]

Now this is where you determine your c, I don't really understand why you used an expression of a few steps before, c = 0 isn't right.

[tex]y\left( 1 \right) = e^2 \Leftrightarrow e^2 = \left( {e^{1 + 5c} } \right)^{1/5} \Leftrightarrow 2 = \frac{{1 + 5c}}<br /> {5} \Leftrightarrow c = \frac{9}{5}[/tex]
 
In your post #4, (page(13)

3 rd line is not right.

You have used [tex]ln (y^5)[/tex]

instead of [tex](ln y)^5[/tex]

[tex](ln y)^5 = x^5 + 5C[/tex]

[tex](ln y) = (x^5 + 5C)^{1/5}[/tex]

[tex]y = exp( x^5 + 5C)^{1/5}[/tex]
 
simplifying e^(x^5)*e^(5C) may help you easier.
 
Ahhh, thank you everyone! it finally worked out. Sorry I didn't post sooner, I've been busy busy! :)