Solve the ODE with initial condition:

  • Context: Undergrad 
  • Thread starter Thread starter joker2014
  • Start date Start date
  • Tags Tags
    Condition Initial Ode
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
4 replies · 1K views
joker2014
Messages
21
Reaction score
0
y''-10y'+25=0

Solve the ODE with initial condition:

y(0) = 0,

y' (1) = 12e^5 .

I keep getting y=12/5e^5x when c1=0 and c2=12/5 ... but Answer key says y=2xe^5x

what am I doing wrong?
 
Physics news on Phys.org
axmls said:
We have to see what you're doing to know what you're doing wrong.
I solved it and got general solution of y=c1e^5x+c2xe5x and the derivative is y'=c1(5e^5x)+c2(5xe^5x)
for y(0)=0 i found that c1=0
in y'(1)=12e^5 i found that c2=12/5

which then gives final solution of y=(12/5)e^5x
 
You need to use the product rule on the second term: [tex](x e^{5x})' = x' e^{5x} + x (e^{5x})' = e^{5x} + 5x e^{5x}.[/tex]

Also, as a side note, it's advised that you use the homework section for any difficulties you're having in homework next time you have a question.
 
  • Like
Likes   Reactions: joker2014
axmls said:
You need to use the product rule on the second term: [tex](x e^{5x})' = x' e^{5x} + x (e^{5x})' = e^{5x} + 5x e^{5x}.[/tex]

Also, as a side note, it's advised that you use the homework section for any difficulties you're having in homework next time you have a question.
Ohmygodd! You are right I did a silly mistake!

This isn't homework, only studying for exam. But i thinkyes better to ask there.

Thank you