Solving Euler-Cauchy Equation: General Solution with Euler Method

  • Thread starter xw0927
  • Start date
In summary, the conversation discusses different methods for finding the general solution to the given equation and mentions the use of Euler's name in various contexts. The equation can be solved by trying a solution of the form y= x^r, making a change of variable, or using Euler's numerical method for first order equations. The final solution given is C1x^1.4 + C2x^1.6 and there are no complex solutions. The conversation also mentions the Euler-Cauchy equation.
  • #1
xw0927
7
0
how to find the general solution for the equation
(10x^2D^2-20xD+22.4I)y=0...no idea to find it by using euler-method...help..sos
 
Physics news on Phys.org
  • #2
Unfortunately, Euler's name is attached to to many things!

That is an "Euler" or "Euler-type" equation. One way of solving it is to try a solution of the form [itex]y= x^r[/itex] for some number r. Then [itex]y'= rx^{r-1}[/itex] and [itex]y''= r(r-1)x^{r-2}[/itex]. Putting those into the equation gives
[itex](10r(r-1)+ 20r+ 22.4)x^r= 0[/itex] and, since [itex]x^r[/itex] is not always 0,
[itex]10r(r- 1)+ 20r+ 22.4= 10r^2+ 10r+ 22.4= 0[/itex]

That will have complex solutions so you would have to interpret [itex]x^{a+ bi}[/itex] in terms of sine and cosine.

Another way of doing that would be to make the change of variable x= ln(t) which converts the "Euler-type" equation to an equation with constant coefficents having the same characteristic equation.

Or, since you say "Euler method" are you referring Euler's numerical method for solving equations? Strictly speaking that applies to first order equations but you can convert this second order equation to a pair of first order equations:

Let y= Dy so that [itex]D^2 y= Du[/itex] any your equation becomes
[itex]x^2Du- 20xDy+ 22.4y= 0[/itex]
and [itex]Dy= u[/itex]
You can set up an "double" Euler-method solver that, given the values of u and y at a each step, solves Dy= u for y and then puts both of those values into the other equation to solve for y.
 
  • #3
but the answer given to the equation is C1x^1.4 + C2X^1.6,its no complex solutions...and i just learn the euler cauchy equation only..
 

1. What is the Euler-Cauchy equation?

The Euler-Cauchy equation is a second-order linear differential equation of the form ax2y'' + bxy' + cy = 0, where a, b, and c are constants.

2. What is the significance of the Euler-Cauchy equation?

The Euler-Cauchy equation is significant because it is a fundamental equation in the theory of ordinary differential equations. It is also useful in solving various physical problems, such as those involving vibrating strings or beams.

3. How is the Euler-Cauchy equation solved?

The Euler-Cauchy equation can be solved using several methods, including the method of undetermined coefficients, the method of variation of parameters, and the method of reduction of order.

4. What are the conditions for the existence of solutions to the Euler-Cauchy equation?

The existence of solutions to the Euler-Cauchy equation depends on the values of a, b, and c. For the equation to have a solution, a, b, and c must be constants and a ≠ 0. Additionally, the roots of the auxiliary equation (ar2 + br + c = 0) must be distinct.

5. Can the Euler-Cauchy equation be used to solve real-world problems?

Yes, the Euler-Cauchy equation can be used to solve various real-world problems, such as determining the motion of a vibrating string or the deflection of a beam under a load. It is also used in fields such as physics, engineering, and economics to model various phenomena.

Similar threads

  • Calculus and Beyond Homework Help
Replies
17
Views
916
  • Calculus and Beyond Homework Help
Replies
2
Views
462
  • Calculus and Beyond Homework Help
Replies
6
Views
853
  • Calculus and Beyond Homework Help
Replies
18
Views
1K
  • Calculus and Beyond Homework Help
Replies
13
Views
275
  • Calculus and Beyond Homework Help
Replies
3
Views
570
  • Calculus and Beyond Homework Help
Replies
10
Views
366
  • Calculus and Beyond Homework Help
Replies
1
Views
287
  • Calculus and Beyond Homework Help
Replies
2
Views
191
  • Calculus and Beyond Homework Help
Replies
1
Views
2K
Back
Top