Questions tagged [frobenius-method]

Use this tag when you want to solve a linear ordinary differential equation with variable coefficients via the Frobenius method.

The Frobenius method or, Method of Frobenius, attributed to the german mathemematican Ferdinand Georg Frobenius , is a generalization of the power series method for finding an infinite series solution for a linear ordinary differential equation (ODE) with variable coefficients. In fact, when an ODE has regular singular points, power series method fails to provide enough linearly independent solutions. In such a case, Frobenius method comes to our aid.

Method:

Assume that $~x_0=0~$ is regular singular point of the differential equation $$P(x)~y''(x)+Q(x)~y'+R(x)~y=0$$

A Frobenius series (generalized Laurent series) of the form $$y=x^r~\sum_{n=0}^{\infty}a_n~x^{n}=\sum_{n=0}^{\infty}a_n~x^{n+r},\qquad a_0\neq 0 $$

can be used to solve the differential equation. The parameter$~r~$ must be chosen so that when the series is substituted into the D.E. the coefficient of the smallest power of $~x~$ is zero. This is called the indicial equation. Next, a recursive equation for the coefficients is obtained by setting the coefficient of$~x^{n+r}~$equal to zero.

Caveat: There are some instances when only one Frobenius solution can be constructed.

References:

https://en.wikipedia.org/wiki/Frobenius_method

http://mathworld.wolfram.com/FrobeniusMethod.html

http://home.iitk.ac.in/~sghorai/TEACHING/MTH203/ode14.pdf

http://www.math.mcgill.ca/gantumur/math315w14/downloads/frobenius.pdf

241 questions
6
votes
2 answers

The Method Of Frobenius

The ODE $xy'' + y = 0$ has a real degeneracy. Use The Method Of Frobenius to find a fundamental set of solutions. Here is the procedure, as I understand it: 1) Plug the guess $y = x^s \sum_{n = 0}^\infty a_n x^n$ into the ODE and do the…
6
votes
1 answer

Euler (equidimensional) equation question

Consider the equation $$x^2y''-8xy'+20y=0.$$ From an undergraduate ODE course, it is known that the two linearly are $y_1=x^5$ and $y_2=x^4$. However, why don't we consider solutions, for example, like the following…
6
votes
2 answers

Can we use Power Series Solution for points other than x=0 to escape Frobenius Solution?

Suppose I have an equation $y" + P(x)y' + Q(x)y = 0$ Now we apply power series when $P$ and $Q$ are analytic at $x=0$ and apply Frobenius method when $P$ and $Q$ are not analytic at $x=0$. Now, I want to know why do we apply the Frobenius method? We…
5
votes
1 answer

Is Frobenius' method generally useful?

Regarding the differential equation $$ y'' + p(z)y' + q(z)y = 0,\quad z\in\mathbb{C}, $$ we can find solutions of the form $$ \sum_{n=0}^\infty c_n (z-z_0)^n, \quad c_n\in\mathbb{C}, $$ given that $p(z)$ and $q(z)$ are analytic in $z=z_0$. Here…
4
votes
2 answers

Can’t see that an ODE is equivalent to a Bessel equation

I can solve the following differential equation without any trouble using the method of Frobenius $$ x^2 y’’ - (2 + 3x) y = 0. $$ When I put the differential equation in Mathematica, it gives me the solutions in terms of modified Bessel functions of…
4
votes
2 answers

Roots of the Indicial Polynomial of the Legendre equation $(1-z^2)u''-2zu'+v(v+1)u=0$

Consider the Legendre equation $$(1-z^2)u''-2zu'+v(v+1)u=0.$$ Find the roots of the indicial polynomial if we apply the Frobenius method about $z=1$. My attempt: Let \begin{align}u=\sum_{k=0}^{\infty} A_k(z-1)^{k+r}&\implies u'=\sum_{k=0}^{\infty}…
4
votes
2 answers

How can I solve $y'' + \left(4x-\tfrac{2}{x}\right)y' + 4x^2y= 3xe^{x^2}$?

The DE is $$y'' + \left(4x-\frac{2}{x}\right)y' + 4x^2y= 3xe^{x^2}.$$ I've been told to use $t = x^2$ along with change of variable to solve it, but it's clear that's not possible due to the singularity on $x = 0$ on the term $\frac{2}{x}$. I tried…
4
votes
1 answer

Does curl vector influence the final destination of a particle?

If we have an $n$ dimensional space ($n>3$) with a continuous $n$-dimensional vector field $\boldsymbol F$ $$\boldsymbol F:\mathbb{R}^n\rightarrow\mathbb{R}^n$$ and for every particle in this hyper-space, $$d\boldsymbol x=\boldsymbol F dt$$ where…
4
votes
1 answer

Method of Frobenius, constants replaced by power series

The source I am using is Differential Equations with Applications and Historical Notes (Simmons). I appologize in advance if I did not include enough information from the text about my question. The method of Frobenius is motivated with the $z =…
4
votes
2 answers

On reducing complex ODE's to Bessel's form using Kummer's series

I am trying to reduce the following ODE to Bessel's ODE form and solve it: $$x^{2}y''(x)+x(4x^{3}-3)y'(x)+(4x^{8}-5x^{2}+3)y(x)=0\tag{1} \, .$$ I tried to solve it via the standard method, i.e., by comparing it with a generalised ODE form and…
4
votes
1 answer

Problem: differential equation

Hi I try solve the following problem of differential equation $$ x''+tx'+\frac{1}{1+t+t^2}x=0\tag 1$$ when $$x(1)=0\ \ \ ;\ \ \ x'(1)=1 $$ is the solution analytic in $t_0=1$ and his convergence radius is $R>1$? Ok, I think I need put the…
3
votes
0 answers

Understanding special functions

Tomorrow is my mathematical method exam where we have studied different kind of special functions named Legendre, Bessel's, Hermite and Laguerre functions. I solve their associated differential equation. Interestingly, I noticed to solve a specific…
3
votes
1 answer

Relationship Between Power Series ODE Solution Techniques?

When solving an ODE via a power series at an ordinary (nonsingular) point, the initial guess is $y = \sum_{n = 0}^\infty a_n x^n$. When solving an Euler ODE, the second order equation $x^2 y'' + pxy' + qy = 0$ where $p$ and $q$ are constant…
3
votes
0 answers

Frobenius theorem to solve PDE v.s. other techniques

When is the Frobenius theorem used to prove existence for PDE on manifolds, as opposed to more analytical techniques? I apologize that my question is pretty vague, but it stems from confusion about what techniques are generally used in geometric…
3
votes
1 answer

Intuition behind the general form of the solution in Frobenius Method?

When we solve the equation $z^{2}u''+p(z)zu'+q(z)u=0$ using Frobenius method, we first find zeros of the indicial polynomial $r_1>r_2$ to get a solution $u_1$. In the case that the difference of roots $r_1-r_2$ is an integer, we might need to find a…
1
2 3
16 17