Can someone help me i don't understand this DE

  • Thread starter Thread starter iScience
  • Start date Start date
iScience
Messages
466
Reaction score
5
problem: xy''-4y'=x^4

when i solve it i get y(homogeneous)=C1+C2x^5 which is fine because that's what the back of the book says

but for the particular solution, i get .. C1=-(1/25)x^5 , C2=(1/5)lnx

so y(general)= C1+C2x^5-(1/25)x^5+(1/5)lnx(x^5)

but wolframalpha as well as the back of my book both say the answer is...
y(general)=C1+C2x^5+(1/5)lnx(x^5)

where does the -(1/25)x^5 term go?...
 
Physics news on Phys.org
You have
C1 x5 + C2 x5 = C3x5

Does that help?
 
Last edited:
so technically my answer is correct and they just combined the x^5 terms.. i see
 
Thanks!
 
If you're finding the general solution of an ODE, then usually you would not allow pieces of the homogeneous solution to show up in the particular solution.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top