Higher Order Differential Equations, Solutions related

NCyellow
Messages
22
Reaction score
0

Homework Statement


Given the following differential equation
t^3y''' - t^2y'' + 2ty' - 2y = 0; t > 0
Find a solution that satisfies di fferential equation and the initial conditions
y(1) = 3; y'(1) = 2; y''(1) = 1

Homework Equations





The Attempt at a Solution


I tried plugging in 1 for y, y' and y'', but that gave me t^3y'''-t^2+2t-2=0, which doesn't give me anything... i looked in the book but still am positively stumped... Please help.
 
Physics news on Phys.org
I don't understand why you would expect that to work! That would give you the value of y"' at x= 1 but no where else. The fact that they are equal to 1 at x= 1 tells you nothing about their values in general.

That equation simply says that
\frac{d^3y}{dt^3}= \frac{t^2- 2t+ 2}{t^3}= t^{-1}- 2t^{-2}+ 2t^{-3}

Integrate three times.
 
I'm sorry, how did you get that equation?
 
Are you familiar with constant coefficient ode's?

If yes, then make the substitution x=ln(t), and find u(x)=y(e^x).
(Remember that the derivatives of y wrt to t are different, and use the chain rule)
 
This type of DE is called an Euler or Euler-LaGrange equation. Look for a solution of the form y = tn. When you plug that into the DE you will get an equation that you can solve for n. It is similar to what happens for constant coefficient DE's. You can read about them, for example at:

http://tutorial.math.lamar.edu/Classes/DE/EulerEquations.aspx

In particular, that location shows you what happens if you get a repeated root for n.
 
HallsofIvy said:
That equation simply says that
\frac{d^3y}{dt^3}= \frac{t^2- 2t+ 2}{t^3}= t^{-1}- 2t^{-2}+ 2t^{-3}

Integrate three times.

NCyellow said:
I'm sorry, how did you get that equation?

Sometimes we all type before we look closely. I don't think Halls really meant that.
 
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