Solve y'''=y'': Using Power Series to Solve Non-Linear Diff Eq

  • Thread starter lkj-17
  • Start date
In summary, using power series to solve this non-linear differential equation will require solving for y(x) and y'(x), as well as y(0), y'(0), y"(0), and the constants A, B, C.
  • #1
lkj-17
5
0
How to use power series to solve this non-linear differential equation?
 
Physics news on Phys.org
  • #2
First, because this is a third order equation, its general solution will involve 3 undetermined constants. So, assume y(0)= A, y'(0)= B, y"(0)= C.

From y'y"'= y", y"'= y"/y' and so y"'(0)= C/B. Now, differentiating y"'= y"/y' again, yiv= (y'y"'- y"2)/y'2 so yiv(0)= (B(C/B)- C^2)/B2= (C- C2)/B2.

So far, we have y(x)= y(0)+ y'(0)x+ (1/2)y"(0)x2+ (1/3!)y"'(0)x3+ (1/4!)yiv(0)x4+ ...= A+ Bx+ (1/2)Cx2+ (1/6)(C/B)x3+ (1/24){(C- C2)/B2}x^4+ ...

Continue like that to get higher terms.
 
  • #3
Re-arrange your equation as

[tex]y^{\prime \prime \prime} = \frac{y^{\prime \prime}}{y^{\prime}}[/tex]

Now integrate with respect to x to get

[tex]y^{\prime \prime} = \kappa + \ln{y^{\prime}}[/tex]

where [tex]\kappa[/tex] is a constant of integration. Now re-arrange and integrate to get

[tex]\int{\frac{d y^{\prime}}{\kappa + \ln{y^{\prime}}} = x + \epsilon[/tex]

where [tex]\epsilon[/tex] is another constant.

I checked the Integrator (Wolfram site), and it gave the integral as:

[tex]\int{\frac{dw}{a + \ln{w}}} = e^{-a}Ei(a + \ln{w})[/tex]

where [tex]Ei[/tex] is the Exponential Integral.

Hence we can apply this to our integral to get

[tex]e^{- \kappa} Ei(\kappa + \ln{y^{\prime}) = x + \epsilon [/tex]

which we can re-arrange as

[tex]y^{\prime} = exp(Ei^{-1}(e^{\kappa}(x + \epsilon)) - \kappa)[/tex]

We can tidy this up a bit by making

[tex]e^{\kappa} = \alpha[/tex]

and

[tex]\epsilon \alpha = \beta [/tex]

and then integrate to get

[tex]y(x) = \frac{1}{\beta}\int{exp(Ei^{-1}(\alpha x + \beta)) dx}[/tex]

and then you'll have to try some numerical techniques to obtain values for y(x) (I have to idea how to express the inverse of "Ei".)
 
Last edited:
  • #4
Sorry that should read:

[tex]y(x) = \frac{1}{\alpha}\int{exp(Ei^{-1}(\alpha x + \beta)) dx}[/tex]
 

1. What is a power series?

A power series is a mathematical series that represents a function as an infinite sum of terms. Each term contains a variable raised to a certain power and a coefficient.

2. How is a power series used to solve non-linear differential equations?

A power series can be used to approximate the solution to a non-linear differential equation by substituting it into the equation and solving for the coefficients. This method is known as the power series method.

3. What is the benefit of using a power series to solve non-linear differential equations?

The benefit of using a power series is that it allows for an approximate solution to be found even when an exact solution is not possible. It also allows for the solution to be expressed in a series form, which can be easier to work with than a complicated function.

4. Are there any limitations to using the power series method for non-linear differential equations?

Yes, the power series method may not work for all non-linear differential equations. It is most effective for equations with small non-linear terms and around a specific point or initial condition.

5. Can the power series method be used for any non-linear differential equation?

No, the power series method is not suitable for all non-linear differential equations. It is important to analyze the equation and determine if the power series method is appropriate for the specific problem at hand.

Similar threads

  • Differential Equations
Replies
5
Views
2K
  • Differential Equations
Replies
12
Views
2K
  • Differential Equations
Replies
3
Views
1K
  • Differential Equations
Replies
2
Views
2K
  • Differential Equations
Replies
8
Views
522
  • Differential Equations
Replies
7
Views
1K
  • Differential Equations
Replies
2
Views
984
Replies
3
Views
788
Replies
2
Views
2K
  • Differential Equations
Replies
23
Views
2K
Back
Top