How Do You Substitute to Convert an ODE into Terms of z?

  • Thread starter TheFerruccio
  • Start date
  • Tags
    Substitution
In summary, Homework Statement: The student is having trouble with the substitution for the ODE y''+xy'+4(x^4-1)y=0. They need help with the chain rule and are stuck on the product rule. After getting help with the chain rule, they are still struggling with the substitution. They are trying to convert the ODE into terms of z using the Bessel function, but are not successful. They are getting help from HallsofIvy with the chain rule and are still struggling with the substitution, but are getting closer to solving the ODE.
  • #1
TheFerruccio
220
0

Homework Statement



I'm not even going to get to the real problem. I'm just having a basic mental block with how to do the substitution. I just need to know how to convert this ODE into terms of [tex]z[/tex]

Homework Equations



[tex]x^2y''+xy'+4(x^4-1)y = 0[/tex]
[tex]x^2 = z[/tex]

The Attempt at a Solution



I have some vague idea. I think I'm supposed to use the chain rule. This is rather embarrassing in the first place.

[tex]\frac{dy}{dx} = \frac{dy}{dz}\frac{dz}{dx}[/tex]

I don't know where to go from here. I've been looking around at some of the chain rule instructions that are out there online, but I have not been able to link it to what I need to do here. In fact, the chain rule in general has been a large weakness for me, and I'm surprised that I have gotten to graduate classes and am still mixing it up so frequently.
 
Last edited:
Physics news on Phys.org
  • #2
well remember that y'=dy/dx = (dy/dz)(dz/dx)

so you need to use the product rule on y'=(dy/dz)(dz/dx) to get y''
 
  • #3
rock.freak667 said:
well remember that y'=dy/dx = (dy/dz)(dz/dx)

so you need to use the product rule on y'=(dy/dz)(dz/dx) to get y''

With that in mind, does [tex]y(x)[/tex] become a function of [tex]z[/tex]? Here's my attempt:

[tex]y' = y'(z) \cdot 2x[/tex]
[tex]y'' = y''(z) \cdot 2x + 2y'(z)[/tex]
 
  • #4
Well y would not become a function of z it seems and Wolfram Alpha is giving me a solution that contains the Bessel functions.
 
  • #5
rock.freak667 said:
Well y would not become a function of z it seems and Wolfram Alpha is giving me a solution that contains the Bessel functions.

If it's not a function of Z, then what is it? See, this is where I am getting confused.

As I said before, I don't need help in actually solving the Bessel Function part of it (I already know how to do that, and how to derive the Bessel Functions). I'm hung up on the substitution.

I've always stumbled on this aspect of how to apply the chain rule. I keep mixing up things. If anyone can provide assistance to just stepping me the way through this Calculus 1 topic I should have known quite well 6 years ago, that would be greatly appreciated. I'm clearly looking at this basic concept in the wrong way, and I'm sure that a short explanation would set me straight from here on out for all future substitution problems.
 
  • #6
Are you sure you need to use a substitution?

I think you can just make into an Euler-Cauchy equation and then solve for the particular integral.

http://en.wikipedia.org/wiki/Cauchy–Euler_equation"
 
Last edited by a moderator:
  • #7
TheFerruccio said:

Homework Statement



I'm not even going to get to the real problem. I'm just having a basic mental block with how to do the substitution. I just need to know how to convert this ODE into terms of [tex]z[/tex]


Homework Equations



[tex]x^2y''+xy'+4(x^4-1)y = 0[/tex]
[tex]x^2 = z[/tex]


The Attempt at a Solution



I have some vague idea. I think I'm supposed to use the chain rule. This is rather embarrassing in the first place.

[tex]\frac{dy}{dx} = \frac{dy}{dz}\frac{dz}{dx}[/tex]

I don't know where to go from here. I've been looking around at some of the chain rule instructions that are out there online, but I have not been able to link it to what I need to do here. In fact, the chain rule in general has been a large weakness for me, and I'm surprised that I have gotten to graduate classes and am still mixing it up so frequently.
[tex]\frac{dy}{dx} = \frac{dy}{dz}\frac{dz}{dx}[/tex]
Yes, and since [itex]z=x^2[/itex], [itex]dz/dx= 2x[/itex] so that [itex]dy/dx= 2x dy/dz[/itex].

Then [itex]d^2y/dx^2= d/dx(dy/dx)= d/dx(2x dy/dz)[/itex][itex]= 2 dy/dz+ 2x(d/dx(dy/dx)= 2 dy/dx+ 4x^2 d^2y/dz^2[/itex]

Putting those into your equation,
[tex]x^2 d^2y/dx^2+ x dy/dx+ (x^4- 1)y= x^2(2 dy/dz+ 4x^2 d^2y/dz^2)+ x(2x dy/dz)+ (x^4- 1)y[/tex]
[tex]= 4x^4 d^2y/dz^2+ 3x^2 dy/dz+ (x^4- 1)y[/tex]

Of course, [itex]x^2= z[/itex] and [itex]x^4= z^2[/itex] so that becomes
[tex]4z^2 d^2y/dz^2+ 3z dy/dz+ (z^2- 1)y= 0[/tex]
 
  • #8
Thank you very much for the reply. This is starting to make more sense. However, the final equation, after substitution, does not seem to effectively put the equation into the same form as Bessel's differential equation.

I suppose, I actually have to ask now! How would the coefficients be manipulated so it gets into the form of

[tex]x^2y'' + xy' + (x^2-\nu^2)y = 0[/tex]
?
 
  • #9
Thanks HallsofIvy. I managed to get the answer. I think, after plugging in the substitution, the final differential equation is slightly different, and does indeed match Bessel's differential equation, except in terms of z.

I got:

[tex]z^2 \ddot y + z\dot y + (z^2-1)y = 0[/tex]

In terms of z, I get the following:

[tex]y(z) = c_1J_1(z) + c_2Y_1(z)[/tex]

Substituting back x:

[tex]y(z) = c_1x^2J_1(x) + c_2x^2Y_1(x)[/tex]

Mathematica returns something like [tex]2c_2x^2Y_1(x)[/tex] for the second term, which doesn't make sense, since the 2 is redundant, given it's simply linearly dependent on the regular [tex]c_2x^2Y_1(x)[/tex]
 

FAQ: How Do You Substitute to Convert an ODE into Terms of z?

What is substitution in science?

Substitution in science is the process of replacing one element or compound with another in a chemical reaction. It involves the exchange of atoms or groups of atoms to form new products.

How does substitution occur?

Substitution can occur through various mechanisms, such as nucleophilic substitution, electrophilic substitution, and radical substitution. These mechanisms involve the breaking and forming of chemical bonds to replace one atom or group with another.

What are some real-world examples of substitution?

Substitution is a common process in everyday life, such as when sodium chloride (table salt) is used to replace sodium nitrate in food preservation, or when plants undergo photosynthesis to substitute carbon dioxide with oxygen.

What is the difference between substitution and replacement?

Substitution and replacement are often used interchangeably, but there is a subtle difference. Substitution refers specifically to the replacement of one atom or group with another in a chemical reaction, while replacement can also refer to the act of taking the place of something else.

How is substitution used in the production of pharmaceutical drugs?

Substitution plays a crucial role in the synthesis of pharmaceutical drugs. It allows chemists to replace certain chemical groups in a drug molecule to enhance its effectiveness or reduce side effects. For example, substituting a hydrogen atom with a fluorine atom can make a drug more potent and increase its ability to pass through cell membranes.

Back
Top