Find general solution to Bessel's equation with substitution

Click For Summary

Homework Help Overview

The problem involves finding the general solution to a differential equation of the form 81x²y'' + 27xy' + (9x^{2/3}+8)y = 0, which is transformed using the substitution y = x^{1/3}u. The discussion centers around the manipulation of this equation to relate it to Bessel's equation.

Discussion Character

  • Exploratory, Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • Participants discuss the change of variables and the resulting forms of the differential equation. There are attempts to verify the correctness of derivatives and the application of the chain rule. Questions arise regarding the proper differentiation techniques and the handling of terms in the transformed equation.

Discussion Status

Some participants have provided guidance on the differentiation process and the application of the chain rule. There is an ongoing exploration of the correct forms of the derivatives, with participants questioning each other's calculations and assumptions. The discussion reflects a collaborative effort to clarify the steps needed to reach the Bessel equation form.

Contextual Notes

Participants express constraints related to time limits for homework completion and the complexity of the problem, indicating a sense of urgency in resolving the issues discussed.

ILikeMath
Messages
5
Reaction score
0

Homework Statement


[tex]81x^{2}y'' + 27xy' + (9x^{\frac{2}{3}}+8)y = 0[/tex]
Hint: y = x1/3u
x1/3 = z

2. The attempt at a solution
Change of variables gives:
[tex]\frac{d^{2}y}{dx^{2}} = x^{\frac{1}{3}}\frac{d^{2}u}{dx^{2}}+\frac{2}{3}x^{-\frac{2}{3}}\frac{du}{dx} - \frac{2}{9}x^{-\frac{5}{3}}u[/tex]

Plugging into original equation:
[tex]81x^{\frac{7}{3}}u'' + 81x^{\frac{4}{3}}u'+(9x-x^{\frac{1}{3}})u = 0[/tex]

Then using x1/3 = z, z' = 1/3 x-2/3
[tex]\frac{d^{2}u}{dx^{2}} = -\frac{2}{9}x^{-\frac{5}{3}}\frac{du}{dz}+\frac{1}{3}x^{-\frac{2}{3}}\frac{d^{2}u}{dz^{2}}[/tex]

Plugging in:
[tex]3z^{4}u'' + zu' + (z^{2} - \frac{1}{9})u = 0[/tex]

The Bessel equation does not have a coeffcient in front of the first term and it is also of the second order:
x2y'' + xy' + (x2 - n2)y = 0
Can anyone help me get my equation into the Bessel equation form please?
 
Physics news on Phys.org
[tex]81x^{\frac{7}{3}}u'' + 81x^{\frac{4}{3}}u'+(9x-x^{\frac{1}{3}})u = 0[/tex]

Double check the power of x in the term 9xu.


[tex]\frac{d^{2}u}{dx^{2}} = -\frac{2}{9}x^{-\frac{5}{3}}\frac{du}{dz}+\frac{1}{3}x^{-\frac{2}{3}}\frac{d^{2}u}{dz^{2}}[/tex]

Redo your calculation of [tex]\frac{d^{2}u}{dx^{2}}[/tex] because the term [tex]\frac{1}{3}x^{-\frac{2}{3}}\frac{d^{2}u}{dz^{2}}[/tex] is not right (missed a chain rule along the way?)
 
Yup, found it. Thanks
 
Billy Bob said:
[tex]81x^{\frac{7}{3}}u'' + 81x^{\frac{4}{3}}u'+(9x-x^{\frac{1}{3}})u = 0[/tex]

Double check the power of x in the term 9xu.


[tex]\frac{d^{2}u}{dx^{2}} = -\frac{2}{9}x^{-\frac{5}{3}}\frac{du}{dz}+\frac{1}{3}x^{-\frac{2}{3}}\frac{d^{2}u}{dz^{2}}[/tex]

Redo your calculation of [tex]\frac{d^{2}u}{dx^{2}}[/tex] because the term [tex]\frac{1}{3}x^{-\frac{2}{3}}\frac{d^{2}u}{dz^{2}}[/tex] is not right (missed a chain rule along the way?)

can you show me why the term [tex]\frac{1}{3}x^{-\frac{2}{3}}\frac{d^{2}u}{dz^{2}}[/tex] is wrong?

(I have already followed and checked the chain rule step by step but I still got this term.)
 
Last edited:
You have

[tex]\frac{du}{dx} = \frac{1}{3}x^{-2/3} \frac{du}{dz}[/tex]

Then you differentiate again, applying the product rule, to get

[tex]\frac{d^2u}{dx^2} = -\frac{2}{9}x^{-5/3}\frac{du}{dz} + \frac{1}{3}x^{-2/3}\frac{d}{dx}\left(\frac{du}{dz}\right)[/tex]

The mistake you're probably making is saying

[tex]\frac{d}{dx}\left(\frac{du}{dz}\right) \rightarrow \frac{d^2u}{dz^2}[/tex]

which results in the term you got, but you have to remember you're differentiating with respect to x, not z, so you have to apply the chain rule one more time.
 
vela said:
You have

[tex]\frac{du}{dx} = \frac{1}{3}x^{-2/3} \frac{du}{dz}[/tex]

Then you differentiate again, applying the product rule, to get

[tex]\frac{d^2u}{dx^2} = -\frac{2}{9}x^{-5/3}\frac{du}{dz} + \frac{1}{3}x^{-2/3}\frac{d}{dx}\left(\frac{du}{dz}\right)[/tex]

The mistake you're probably making is saying

[tex]\frac{d}{dx}\left(\frac{du}{dz}\right) \rightarrow \frac{d^2u}{dz^2}[/tex]

which results in the term you got, but you have to remember you're differentiating with respect to x, not z, so you have to apply the chain rule one more time.

I've tried to apply the chain rule again as you have told me to do so . I got these following results.

as from du/dx = {(1/3)[x^(-2/3)]}du/dz
thus du/dz = [3x^(-2/3)]du/dx
and then [d(du/dz)]/dx = d[(3x^2/3)(du/dx)]/dx
using product rule; [d(du/dz)]/dx = [2x^(-1/3)]du/dx + [3x^(2/3)]{[(d^2)u]/dx^2}

so i couldn't move on again.
 
euronemous said:
I've tried to apply the chain rule again as you have told me to do so . I got these following results.

as from du/dx = {(1/3)[x^(-2/3)]}du/dz
thus du/dz = [3x^(-2/3)]du/dx
Why did you solve for du/dz? Remember, you're trying to replace du/dx and d2u/dx2 in the original equation.
and then [d(du/dz)]/dx = d[(3x^2/3)(du/dx)]/dx
using product rule; [d(du/dz)]/dx = [2x^(-1/3)]du/dx + [3x^(2/3)]{[(d^2)u]/dx^2}

so i couldn't move on again.
 
vela said:
Why did you solve for du/dz? Remember, you're trying to replace du/dx and d2u/dx2 in the original equation.

thx for your advice. Ok, this is my last question. I want you to show me in detail how to get d^2u/dx^2 . please dont't blame me whether i didn't try it myself because actually I did but I stuck with this kind of problems for 3 days .(I have the limit of time before my test!) thanks a lot
 
You have [itex]z=x^{1/3}[/itex] so that

[tex]\frac{dz}{dx} = \frac{1}{3} x^{-2/3} = \frac{1}{3z^2}[/tex]

The chain rule tells you, for an arbitrary function f,

[tex]\frac{df}{dx} = \frac{dz}{dx} \frac{df}{dz} = \frac{1}{3z^2} \frac{df}{dz}[/tex]

Differentiating with respect to x is the same thing as differentiating with respect to z and dividing by 3z2.

So to find du/dx, you'd set f=u and you'd get

[tex]\frac{du}{dx} = \frac{1}{3z^2} \frac{du}{dz}[/tex]

and to find d2u/dx2, set f=du/dx and do the same thing:

[tex]\frac{d^2u}{dx^2} = \frac{1}{3z^2} \frac{d}{dz} \left(\frac{du}{dx}\right) = \frac{1}{3z^2} \frac{d}{dz} \left(\frac{1}{3z^2} \frac{du}{dz}\right)[/tex]

I'll leave it to you to work out the rest.
 
  • #10
Thank you very much , I got it!
 

Similar threads

  • · Replies 4 ·
Replies
4
Views
2K
Replies
5
Views
2K
Replies
3
Views
2K
Replies
4
Views
3K
  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 10 ·
Replies
10
Views
3K
Replies
3
Views
2K
  • · Replies 105 ·
4
Replies
105
Views
11K
  • · Replies 5 ·
Replies
5
Views
3K