Problem with finding the complementary solution of ODE

  • Thread starter Thread starter Uku
  • Start date Start date
  • Tags Tags
    Ode
Uku
Messages
79
Reaction score
0
Hello!

On Pauls notes webpage, there is the following problem to be solved by variation of parameters:

ty''-(t+1)y'+y=t^2 (1)
On the page, the fundamental set of solutions if formed on the basis of the complementary solution. The set is:
y_{1}(t)=e^t and y_{2}(t)=t+1

Now, I must be missing something here. Since I get the complementary solution for the homogeneous equation of (1):

r=\frac{(t+1)+/- \sqrt{(t+1)^2-4t}}{2t} which solves as r_{1}=1 and r_{2}=\frac{1}{t} which would give a complementary solution of:

Y_{c}=C_{1}e^{t}+C_{2}e^{\frac{1}{t}t}=C_{1}e^{t}+C_{2}e^1
from which I would get y_{1}(t)=e^t and y_{2}(t)=e

What have I missed, must be simple...

Regards,
U.
 
Physics news on Phys.org
Hello Uku! :smile:
Uku said:
I get the complementary solution for the homogeneous equation of (1):

r=\frac{(t+1)+/- \sqrt{(t+1)^2-4t}}{2t} which solves as r_{1}=1 and r_{2}=\frac{1}{t} which would give a complementary solution of:

Y_{c}=C_{1}e^{t}+C_{2}e^{\frac{1}{t}t} …

no, the characteristic polynomial method only works for constant coefficients,

not for coefficients which depend on t
 
Okay, that is true, thank you. I now read from his example that the set is given by default.

Still: how would you arrive at y_{1} and y_{2}?

U.
 
dunno :redface:
 
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