Solve Euler's Equation: x3y'''+15x2y''+61xy'+64y=0

  • Thread starter Thread starter manenbu
  • Start date Start date
  • Tags Tags
    Euler
manenbu
Messages
101
Reaction score
0
Given the homogeneous equation:
x3y''' + 15x2y'' + 61xy' + 64y = 0

I get 3 solutions which are all -4.

Does this mean that the solution for y should be:

y = c1x-4 + c2x-4lnx + c3x-4ln2x
?
 
Physics news on Phys.org
I think you get it right. :approve:
 
If they are all solutions to the differential equation, then, by the superposition principle, the sum is a solution.
 
Notice, by the way, that the substitution t= ln(x) changes the differential equation into the "constant coefficients" equation d^3y/dt^3+ 12d^2y/dt^2+ 48dy/dt+ 64y= 0 which has characteristice equation r^3+ 12r^2+ 48r+ 64= (r+ 4)^2= 0 so the general solution to the constant coefficients equation is y(t)= C_1e^{-4t}+ C_2te^{-4t}+ C_3t^2 e^{-4t} and the general solution to the original equation is y(x)= C_1e^{-4ln(x)}+ C_2 ln(x) e^{-4ln(x)}+ C_3 (ln(x))^2 e^{-4ln(x)}= C_1x^{-4}+ C_2 ln(x) x^{-4}+ C_3 (ln(x))^2 x^{-4}, just as you say.
 
Thread 'Direction Fields and Isoclines'
I sketched the isoclines for $$ m=-1,0,1,2 $$. Since both $$ \frac{dy}{dx} $$ and $$ D_{y} \frac{dy}{dx} $$ are continuous on the square region R defined by $$ -4\leq x \leq 4, -4 \leq y \leq 4 $$ the existence and uniqueness theorem guarantees that if we pick a point in the interior that lies on an isocline there will be a unique differentiable function (solution) passing through that point. I understand that a solution exists but I unsure how to actually sketch it. For example, consider a...
Back
Top