MHB Understanding the Reduction of Order Method for Solving LODEs

  • Thread starter Thread starter Carla1985
  • Start date Start date
  • Tags Tags
    Method Reduction
Carla1985
Messages
91
Reaction score
0
Hi, I'm practicing some of the methods for solving LODE's for my exam tomorrow afternoon and am struggling to understand one of the steps, I'm hoping someone will be able to explain it for me :)

So I have the equation

$(x-1)y''-xy+y=0$

with x being a solution. Then:

$y(x)=xv(t)$
$y'(x)=v(t)+xv'(x)$
$y''(x)=2v'(x)+xv''(x)$

I don't see where the 2 is coming from in the last line as my previous understanding of it was that:

$y''=x''v(x)+x'v'(x)+xv(x)$

so I thought it would just be one v'(x) with the v(x) disappearing?

Thanks
Carla
 
Physics news on Phys.org
Carla1985 said:
Hi, I'm practicing some of the methods for solving LODE's for my exam tomorrow afternoon and am struggling to understand one of the steps, I'm hoping someone will be able to explain it for me :)

So I have the equation

$(x-1)y''-xy+y=0$

with x being a solution. Then:

$y(x)=xv(t)$
$y'(x)=v(t)+xv'(x)$
$y''(x)=2v'(x)+xv''(x)$

I don't see where the 2 is coming from in the last line as my previous understanding of it was that:

$y''=x''v(x)+x'v'(x)+xv(x)$

so I thought it would just be one v'(x) with the v(x) disappearing?

Thanks
Carla

I assume the ODE is actually:

$(x-1)y''-xy'+y=0$

However, that is just an aside. You have assumed:

$$y(x)=xv(t)$$

Using the product rule we obtain:

$$y'(x)=xv'(x)+v(x)$$

Now, using the product rule again, we find:

$$y''(x)=xv''(x)+v'(x)+v'(x)=xv''(x)+2v'(x)$$
 
Aaaah I see. That makes perfect sense now. Thank you ever so much :)
 
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