Higher Order Differential Equation: Substitution

AATroop
Messages
30
Reaction score
2

Homework Statement



Solve x^{2}\times y'' - 4 \times x \times y' + 6 \times y = 0 for y(x) by first using the substitution v = ln(x) to obtain an equation involving y, dy/dv, d^2y/dv^2 and no x. Solve for y(v), then return to y(x).

Homework Equations



NA

The Attempt at a Solution



I know how to solve the differential once I substitute in for v, but what I'm not getting right is the substitution for the derivatives. I know dy/dx = dy/dv \times dv/dx = dy/dv \times \frac{1}{x}, but what I can't figure out is d^2y/dx^2. I got -dy/dv \times \frac{ln(x)}{x^2}, but that's not giving me the right answer (I checked w/ Wolfram Alpha). So, I'm a bit stuck on that.
Any help is appreciated, thanks.
 
Physics news on Phys.org
AATroop said:

Homework Statement



Solve x^{2}\times y'' - 4 \times x \times y' + 6 \times y = 0 for y(x) by first using the substitution v = ln(x) to obtain an equation involving y, dy/dv, d^2y/dv^2 and no x. Solve for y(v), then return to y(x).

Homework Equations



NA

The Attempt at a Solution



I know how to solve the differential once I substitute in for v, but what I'm not getting right is the substitution for the derivatives. I know dy/dx = dy/dv \times dv/dx = dy/dv \times \frac{1}{x}, but what I can't figure out is d^2y/dx^2. I got -dy/dv \times \frac{ln(x)}{x^2}, but that's not giving me the right answer (I checked w/ Wolfram Alpha). So, I'm a bit stuck on that.
Any help is appreciated, thanks.

The derivative of a product fg is (fg) ' =f 'g + f g '. (dy/dv) (1/x) is a product of the functions (dy/dv) and 1/x. Apply the chain rule again when you derive dy/dv with respect to x.

ehild
 
Yeah, I think I just got it. My new result for d^2y/dx^2 = dy^2/dv^2 * \frac{1}{x^2} - dy/dv * \frac{1}{x^2}. I think that's right because the diff eq worked out pretty well from there.
 
Well done!

ehild
 
  • Like
Likes 1 person
Awesome! Thanks a bunch for your help.
 
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...
Back
Top