Solving DE x*y'' - y' = 3x^2: 2 Ways Found

  • Context: Graduate 
  • Thread starter Thread starter Mabbott608
  • Start date Start date
Click For Summary

Discussion Overview

The discussion revolves around solving the differential equation x*y'' - y' = 3x^2. Participants explore various methods for finding solutions, including Cauchy-Euler, series solutions, and the method of variation of parameters. The conversation includes attempts to manipulate the equation and considerations of different approaches.

Discussion Character

  • Exploratory
  • Technical explanation
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • One participant successfully applied the Cauchy-Euler method and is exploring series solutions, expressing uncertainty about how to derive a series for 3x^2.
  • Another participant suggests the possibility of using the product rule to rewrite the left side of the equation, although they acknowledge it may not work.
  • A participant describes the method of variation of parameters, outlining the general form and steps involved, including the use of the Wronskian.
  • Some participants propose letting u = y' to simplify the equation, with one suggesting multiplying by 1/x^2 to facilitate integration.
  • One participant mentions successfully using the Cauchy-Euler method with variation of parameters but expresses confusion about the implications of reducing the order of the equation by substituting u = y'.
  • There are observations about obtaining different answers from different methods, with participants questioning whether this is common and discussing the nature of arbitrary constants in solutions.
  • Some participants inquire about Mathematica, with explanations provided about its capabilities and the importance of manual problem-solving before using software tools.
  • A participant notes that the power series for 3x^2 is simply 3x^2, indicating that all other terms are zero.

Areas of Agreement / Disagreement

Participants express varying opinions on the methods to solve the differential equation, with no consensus on a single approach. There are multiple competing views and some uncertainty regarding the implications of different methods yielding slightly different results.

Contextual Notes

Participants mention the need for further clarification on certain steps, such as the integration process and the handling of arbitrary constants. There is also a lack of consensus on the effectiveness of different solution methods.

Who May Find This Useful

This discussion may be of interest to students and practitioners in mathematics and engineering who are exploring methods for solving differential equations, particularly those interested in the nuances of various solution techniques.

Mabbott608
Messages
6
Reaction score
0
I have to find three ways of solving the equation

x*y'' - y' = 3x^2

So far, I have tried Cauchy-Euler with success and am now working on using series solutions (although I do not know a series for 3x^2). And for a final way of solving I am completely lost.
 
Physics news on Phys.org
Is there any way that you could "un-product rule" the left side into d/dx(xy') or something? That might work... or it might not.

You could always try the "Professor's Solution"...

"This problem is left as an exercise for the grader."
 
This problem is solved with 'method of variation of parameters'.this way,y''+p(x)y'+q(x)y=f(x)
Yp=c1*y1+c2*y2
Yp(x)=u1*y1+u2*y2
u1=(-)integration(y2*f(x)/w[y1,y2])dx and u2=int(y1*f(x)/w[y1,y2])dx
w[y1,y2] is wronskian of y1 and y2
consequently,we locate yg=yp+yc
 
You can either let u=y' or just multiply both side by 1/x^2 and get [itex]d\left(\frac{1}{x}y'\right)=3[/itex]
 
I have used the cauchy-euler with variation of parameters with success. I have been informed by a friend and now jackmell to use the substitution u=y'. unfortunately i do not know how that is worked out. if i let u=y' then the order of the equation is reduced. does that mean i can just solve it as a first order linear equation? or are there other steps i need to be aware of.

Thanks everyone for the input! This site is awesome
 
jackmell said:
You can either let u=y' or just multiply both side by 1/x^2 and get [itex]d\left(\frac{1}{x}y'\right)=3[/itex]

I should have written [itex]d\left(\frac{1}{x}y'\right)=3dx[/itex]

to be more accurate but that's just skipping steps so yes, make the substitution u=y', solve the first-order equation in u for u, then back-substitute dy/dx=u, and solve for dy, then integrate again. Don't forget to include the constants of integration after each integration.
 
Thanks...i did so and got an answer! So far, i have completed two methods successfully yet they both produce a slightly different answer. I have yet to plug them into the original but I am curious, does this happen when various methods are used?
 
Mabbott608 said:
Thanks...i did so and got an answer! So far, i have completed two methods successfully yet they both produce a slightly different answer. I have yet to plug them into the original but I am curious, does this happen when various methods are used?

You mean the "same" answer just written differently. For example if c is an arbitrary constant then [itex]e^c x^2[/itex] and [itex]c x^2[/itex] represent the "same" answer. Yes, that happens especially when you use Mathematica to check your work but you can just do a little algebra to get it to look like the other expression or in the above, recognize that [itex]e^c[/itex] is still just an arbitrary constant. Just type:

DSolve[x y''[x]-y'[x]==3x^2,y,x]

into Wolfram Alpha to check your result.
 
What is mathematica?
 
  • #10
Mabbott608 said:
What is mathematica?

Mathematica is a program for doing mathematics. You can google Wolfram Alpha which accesses some of the features of Mathematica. You typed in that DSolve command yet? Well, when you do, it will pass it to a running Mathematica program on some server somewhere and it will solve the differential equation and give you the result. Of course don't rely on asking Mathematica to solve problems for you. I recommend it here to check your answers that you first learn to work manually--then use Mathematica :)
 
  • #11
Power series for 3x^2 is 3x^2 (all other terms are zero).
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
6K
  • · Replies 7 ·
Replies
7
Views
4K
  • · Replies 4 ·
Replies
4
Views
2K
Replies
1
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 4 ·
Replies
4
Views
1K
  • · Replies 9 ·
Replies
9
Views
9K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 3 ·
Replies
3
Views
3K
Replies
6
Views
2K