Simple Differential Equation Help | Solving y'[x] = xy | e^x Solution Explained

  • Thread starter Thread starter boomer22
  • Start date Start date
  • Tags Tags
    Diff eq Figure
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
10 replies · 3K views
boomer22
Messages
6
Reaction score
0

Homework Statement


y ' [x] = xy
y[0] = 1


Homework Equations


none


The Attempt at a Solution



I posted this somewhere else and 2 people got the answer is y = e^x

I am getting something else though.

I get up to here:

dy/dx = xy

1/y dy = x dx

ln y = (x^2)/2 + C

that is what i get to, but here is what the other person got from this point:

y = e^[ (x^2/2) + C ] (Im not confused on e^ln^y = y fyi)

then he simplified that to:

y = Ce^x (I DONT understand that property of natural logs)

1 = C * e^0

C = 0

y = e^x

anyone care to explain? don't worry if you know a better way and start from scratch, ignore mine and this other guys answer if you want.
 
Physics news on Phys.org
boomer22 said:

Homework Statement


y ' [x] = xy
y[0] = 1


Homework Equations


none


The Attempt at a Solution



I posted this somewhere else and 2 people got the answer is y = e^x

I am getting something else though.

I get up to here:

dy/dx = xy

1/y dy = x dx

ln y = (x^2)/2 + C

Yup, so far, so good. :wink:

that is what i get to, but here is what the other person got from this point:

y = e^[ (x^2/2) + C ] (Im not confused on e^ln^y = y fyi)

Yup, this is correct. Can you get this step? We have:

[tex]\ln y = x \Rightarrow e ^ {\ln y} = e ^ x \Rightarrow y = e ^ x[/tex]

then he simplified that to:

y = Ce^x (I DONT understand that property of natural logs)

1 = C * e^0

C = 0

y = e^x

anyone care to explain? don't worry if you know a better way and start from scratch, ignore mine and this other guys answer if you want.

Nope, this is wrong. You can simply check it by differentiate y with respect to x. If y = ex, then, y' = ex = y, not xy.

Here's some properties of exponential that you should remember:
(1). [tex]\alpha ^ {\beta + \gamma} = \alpha ^ \beta \times \alpha ^ \gamma[/tex]

(2).[tex]\alpha ^ {\beta - \gamma} = \frac {\alpha ^ \beta}{\alpha ^ \gamma}[/tex]

(3).[tex]\alpha ^ {-\gamma} = \alpha ^ {0 - \gamma} = \frac{\alpha ^ 0}{\alpha ^ \gamma} = \frac{1}{\alpha ^ \gamma}[/tex]

(4).[tex]\alpha ^ {\beta \times \gamma} = \left( \alpha ^ \beta \right) ^ \gamma[/tex]

(5).[tex]\alpha ^ {\frac{\beta}{\gamma}} = \sqrt[\gamma]{\alpha ^ \beta}[/tex]

Back to your problem:

[tex]y = e ^ {\frac{x ^ 2}{2} + C}[/tex]

Using (1), we have:

[tex]\Rightarrow y = e ^ C \times e ^ {\frac{x ^ 2}{2}}[/tex] since C is a constant, we have eC is also a constant, we denote it D, we have:

[tex]\Rightarrow y = D \times e ^ {\frac{x ^ 2}{2}}[/tex]

Can you go from here? Can you find D? :)
 
Last edited by a moderator:
haha no, i can't actually. please continue.
 
Use the condition y(0) = 1 to find D.
 
boomer22 said:
ok, D = 0 then

No, because that forces y=0 for all x, which certainly does not satisfy y(0)=1.
 
boomer22 said:

Homework Statement


y ' [x] = xy
y[0] = 1


Homework Equations


none


The Attempt at a Solution



I posted this somewhere else and 2 people got the answer is y = e^x

I am getting something else though.

I get up to here:

dy/dx = xy

1/y dy = x dx

ln y = (x^2)/2 + C

that is what i get to, but here is what the other person got from this point:

y = e^[ (x^2/2) + C ] (Im not confused on e^ln^y = y fyi)

then he simplified that to:

y = Ce^x (I DONT understand that property of natural logs)

1 = C * e^0

C = 0

y = e^x

anyone care to explain? don't worry if you know a better way and start from scratch, ignore mine and this other guys answer if you want.

Just so you don't get thrown off

y = e^[ (x^2/2) + C ]

does not simplify down to

y = Ce^x (What happened to the x^2 then?)
 
l46kok said:
Just so you don't get thrown off

y = e^[ (x^2/2) + C ]

does not simplify down to

y = Ce^x (What happened to the x^2 then?)

Yes, that was pointed out before.
[tex]y= e^{\frac{x^2}{2}+ C[/tex]
does simplify to
[tex]y= Ce^{\frac{x^2}{2}[/tex]
But this new "C" is not the same as the previous "C"!

Now if y= 1 when x= 0, that becomes
[tex]y= 1= Ce^{0}[/itex]<br /> Solve that for C.[/tex]
 
ok, C = 1 then

what is next?
 
plug in C=1 into y=Ce^[(x^2)/2]

and you'll get your final answer