2nd order ODE reduction of order method

In summary, the conversation is about solving a differential equation using substitution and separation of variables. The solution involves finding a particular solution and using two constants of integration to get the general solution. The final solution is y(x)= Ax^{-4}+ Bx^3.
  • #1
pat666
709
0

Homework Statement



[tex] x^2 y''+2xy'-12y=0,y_1=x^3 [/tex]
[tex] y''+(2y')/x-12y/x^2 =0 [/tex]

Homework Equations





The Attempt at a Solution


[tex] y=uy_1=ux y'=u' x+u y''=u'' x+2u' [/tex]
subbing that in instead of y,y',y''
[tex] u'' x+2u'+2(u'x+u)/x+12(ux)/x^2 =0 [/tex]

now my book says to reduce the order v=u' which is easy enough except for the fact that I have "u" in there with no derivative. What do I sub here (integral of v)? STUMPED!

thanks for any help
 
Physics news on Phys.org
  • #2
x is not a solution, x^3 is.
 
  • #3
Yes, that's one mistake so far:
[tex] y_1=uy_1=u*x^3 y'=u'*x^3+u y''=u''x^3+2u' [/tex]
before going on can you tell me if that's correct??

thanks
 
  • #4
I do not follow what you wrote, the subscripts are unclear and it all runs together.
The product rule is
(uv)'=u'v+uv'
(uv)''=u''v+2u'v'+uv''
 
  • #5
sorry, Ill fix it:
[tex] y_1=u*x^3--------------y'=u'*x^3+u----------y''=u''x^3+2u' [/tex]
 
  • #6
(x^3)'=3 x^2
(x^3)''=6 x
You might be differentiating x
x'=1
x''=0
 
  • #7
sorry, I don't know what you mean. I was following how the textbook does it which doesn't seem to be normal differentiation?
 
  • #8
It is normal differentiation.
let
y=u y1
y'=(uy1)'=u'y1+u y1'
y''=(uy1)''=u''y1+2u'y1'+uy1''
in this case
y1=x^3
y1'=3x^2
y1''=6x
so
y=x^3 u
y'=x^3 u'+3x^2 u
y''=x^3 u''+6x^2 u'+6x u
which we substitute into the differential equation
 
  • #9
Again your right, I was treating u as a constant and not what it actually is.
so what I have now is:
[tex] x^3*u''+6x^2u'+6x*u+2(x^3 u'+3x^2 u)/x-12(x^3 u)/x^2=0 [/tex]
now I can let v=u' or do I neaten things up first?
 
  • #10
You can let v=u' if you want, you will notice the u's cancel out as expected.
 
  • #11
Hi again, just neatened it up, in actually comes out quite neatly:
[tex] x^3u''+8x^2u' =0[/tex]
then subbing v=u', separation of variables + integration gives
[tex] ln(v)=-8ln(x) [/tex] can you give me some more help here please.
 
  • #12
Just reverse the substitutions
v=A x^-8
u'=v
y=x^3 u
to find y
y will have the form A y1+B y2
where A and B are arbitrary constants
 
  • #13
pat666 said:
Hi again, just neatened it up, in actually comes out quite neatly:
[tex] x^3u''+8x^2u' =0[/tex]
then subbing v=u', separation of variables + integration gives
[tex] ln(v)=-8ln(x) [/tex] can you give me some more help here please.
Well, [itex]-8ln(x)= ln(x^{-8})[/itex], of course, so you have [itex]ln(v)= ln(x^{-8})[/itex]. Can you solve that for v? And then integrate to find u.
 
  • #14
Certainty can:
[tex] v=1/x^8 [/tex]
since v=u' so ' = integral of v
so [tex]u=\int 1/x^8 [/tex]
[tex]u=-1/(7x^7) [/tex]
Do I need a constant of integration here or not because I am looking for a particular solution?

Thanks

also not sure what the next step is?
 
  • #15
Hey got a little further:
I have y=x^3u so u=y/x^3
and u=-A/(7x^7 )
so y/x^3=-A/(7x^7 )
But I don't have A and B??

Thanks
 
  • #16
Actually there are two constants of integration and you (and I) completely forgot the first one- which is the one you need.

ln(v)= -8ln(x)+ c gives [itex]v= Cx^{-8}[/itex] ([itex]C= e^c[/itex].)

Then [itex]u'= v= Cx^{-8}[/itex] so [itex]u(x)= -\frac{C}{7}x^{-7}+ C_2[/itex]

And then [itex]y(x)= u(x)x^3= -\frac{C}{7}x^{-4}+ C_2x^3[/itex] is the general solution. Notice that the second constant of integration gives the original solution, [itex]x^3[/itex]. Of course, you could have ignored both constants of integration to just get that [itex]x^{-4}[/itex] is a second independent solution and, already knowing that [itex]x^3[/itex]is a solution, write the general solution as
[tex]y(x)= Ax^{-4}+ Bx^3[/tex].
 
  • #17
Thanks heaps for all your help HallsofIvy and lurflurf! mucho appreciato!
 

1. What is the "2nd order ODE reduction of order method"?

The "2nd order ODE reduction of order method" is a technique used to solve second-order ordinary differential equations (ODEs). It involves reducing a second-order ODE into a first-order ODE, which can then be solved using standard methods.

2. When is the "2nd order ODE reduction of order method" used?

This method is typically used when the coefficients of the second-order ODE are not constant, making it difficult to solve using other techniques. It can also be used when the ODE is inhomogeneous, meaning it contains a non-zero function on the right-hand side.

3. How does the "2nd order ODE reduction of order method" work?

The method involves making a substitution, typically of the form y = u(x)v(x), and then applying the chain rule to convert the second-order ODE into a first-order ODE. This can then be solved using standard techniques such as separation of variables or integrating factors.

4. What are the advantages of using the "2nd order ODE reduction of order method"?

One advantage is that it can be used to solve a wider range of second-order ODEs compared to other methods. It also simplifies the ODE into a first-order form, making it easier to solve. Additionally, it can be used to find a general solution or a particular solution, depending on the initial conditions given.

5. Are there any limitations to the "2nd order ODE reduction of order method"?

This method may not always work for all second-order ODEs, particularly if the ODE is too complex. It also requires some algebraic manipulation and substitution, which may be time-consuming. Additionally, it may not provide a closed-form solution for all ODEs, requiring the use of numerical methods.

Similar threads

  • Calculus and Beyond Homework Help
Replies
19
Views
776
  • Calculus and Beyond Homework Help
Replies
14
Views
393
  • Calculus and Beyond Homework Help
Replies
1
Views
464
Replies
1
Views
631
  • Calculus and Beyond Homework Help
Replies
5
Views
290
  • Calculus and Beyond Homework Help
Replies
5
Views
1K
  • Calculus and Beyond Homework Help
Replies
11
Views
1K
  • Calculus and Beyond Homework Help
Replies
1
Views
1K
  • Calculus and Beyond Homework Help
Replies
8
Views
236
  • Calculus and Beyond Homework Help
Replies
21
Views
842
Back
Top