Solving a Second Order Linear Differential Equation

s7b
Messages
26
Reaction score
0
Hi,

I'm having problems solving this equation;

y'' -2y' +3y =0 y(0)=-1 , y'(0)=(root 2) -1

I found the auxiliary equation r^2 -2r +3 = 0
and since b^2 -4ac is less than zero this the case where r1 and r2 are complex numbers.

This is as far as I get without getting stuck.

Please help me out if you know this.
Thanks :)
 
Physics news on Phys.org
For ay''+by'+cy=0

the auxiliary equation is ar2+br+c=0. If b2-4ac <0, such that the roots are in the form r=M \pm Ni

then y=eMx(Acos(Nx)+Bsin(Nx))
 
To find R1 and R2 do you just use the quadratic formula?

So r1= 1+i
and r2=1-i
 
s7b said:
To find R1 and R2 do you just use the quadratic formula?

So r1= 1+i
and r2=1-i

yep..so r= 1 \pm i i.e. M=1 and N=1
 
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