\begin{align*}
3ty^{\prime \prime} + y^\prime - y \amp = 0
\end{align*}
Let me setup and label the pieces I will need.
\begin{align*}
P \amp = \frac{1}{3t}\\
Q \amp = \frac{-1}{3t}\\
tP \amp = \frac{1}{3} \implies p_{-1} = \frac{1}{3}\\
t^2 Q \amp = \frac{-t}{3} \implies q_{-2} = 0\\
r(r-1) + \frac{r}{3} \amp = 0\\
3r^2 - 2r = 0 \implies r \amp = 0 \text{ or } r =
\frac{2}{3}
\end{align*}
I’ll deal with the \(r=0\) case first. (Note that \(r=0\) means I get a conventional Taylor series solution.) I go through the conventional steps: taking the derivatives of the Taylor series, inserting those derivatives into the equation, taking the powers of \(t\) into the sums, shifting to adjust the exponents, pulling out coefficients to make the indices match, combining the sums, and then grouping everything to find the recurrence relation.
\begin{align*}
3t \sum_{n=2}^\infty c_n (n) (n-1) t^{n-2} +
\sum_{n=1}^\infty c_n (n) t^{n-1} - \sum_{n=0}^\infty
c_n t^{n} \amp = 0\\
\sum_{n=2}^\infty 3c_n (n) (n-1) t^{n-1} +
\sum_{n=1}^\infty c_n (n) t^{n-1} - \sum_{n=0}^\infty
c_n t^{n} \amp = 0\\
\sum_{n=1}^\infty 3c_{n+1} (n+1) n t^n +
\sum_{n=0}^\infty c_{n+1} (n+1) t^n - \sum_{n=0}^\infty
c_n t^{n} \amp = 0\\
c_1 - c_0 + \sum_{n=1}^\infty \left[ 3(n+1)n c_{n+1} +
(n+1) c_{n+1} - c_n \right] t^n \amp = 0\\
c_{n+1} = \frac{c_n}{3(n^2+n) + n+1} = \frac{c_n}{3n^2
+4n +1} \amp = \frac{c_n}{(3n+1)(n+1)}
\end{align*}
I use the recurrence relation to start calculating terms. I use the constant term \((c_1 - c_0)\) to determine \(c_1\) and apply the recurrence relation to all terms later. This is ony a degree 1 recurrence relation, so I only need one unknown (\(c_0\)) to start.
\begin{align*}
c_0 \amp = c_0\\
c_1 \amp = c_0\\
c_2 \amp = \frac{c_1}{(4)(2)} = \frac{c_0}{(4)(2)}\\
c_3 \amp = \frac{c_2}{(7)(3)} =
\frac{c_0}{(7)(4)(3)(2)}\\
c_4 \amp = \frac{c_3}{(10)(4)} =
\frac{c_0}{(10)(7)(4)(4)(3)(2)}\\
c_5 \amp = \frac{c_4}{(13)(5)} =
\frac{c_0}{(13)(10)(7)(4)(5)(4)(3)(2)}
\end{align*}
Now I intuit a general pattern and put that pattern into the Taylor series form.
\begin{align*}
c_n \amp = \frac{c_0}{n! (4)(7)(10) \ldots (3n-2)}\\
y_1 \amp = 1 + \sum_{n=1}^\infty \frac{t^n}{n!
(4)(7)(10) \ldots (3n-2)}
\end{align*}
This is the solution for \(r=0\text{.}\) Now we proceed to the \(r=\frac{2}{3}\) case. This is a non-integer exponent, so the solution is not a conventional Taylor series. However, the steps are nearly the same: I take the derivatives and put them into the equation.
\begin{align*}
3t \sum_{n=0}^\infty c_n \left(n + \frac{2}{3} \right)
\left(n + \frac{2}{3}-1 \right) t^{n + \frac{2}{3}-2}
\amp \\
+ \sum_{n=0}^\infty c_n \left(n + \frac{2}{3} \right)
t^{n + \frac{2}{3}-1} - \sum_{n=0}^\infty c_n t^{n +
\frac{2}{3}} \amp = 0
\end{align*}
At this point, I’m going to factor \(t^{\frac{2}{3}}\) out of all the term. This will leave me with just integer exponents inside, which I can deal with in the same method as Taylor series solutions. This kind of manipulation, to factor our a common exponent, will always be available for solutions when \(r\) is not an integer. Now I proceed with the same Taylor series steps: shift to adjust the exponents, pull out terms to match the indices, combine sums, and look for the recurrence relation.
\begin{align*}
t^{\frac{2}{3}} \left[ \sum_{n=0}^\infty 3c_n \left(n+
\frac{2}{3} \right) \left(n - \frac{1}{3} \right)
t^{n-1} + \sum_{n=0}^\infty c_n \left(n+ \frac{2}{3}
\right) t^{n-1} - \sum_{n=0}^\infty c_n t^{n} \right]
\amp = 0\\
t^{\frac{2}{3}} \left[ \sum_{n=0}^\infty 3c_n \left(n +
\frac{2}{3} \right) \left( n - \frac{1}{3} \right) t^{n
-1} + \sum_{n=0}^\infty c_n \left(n + \frac{2}{3}
\right) t^{n-1} - \sum_{n=1}^\infty c_{n-1} t^{n-1}
\right] \amp = 0\\
t^{\frac{2}{3}} \left[ \left(3\frac{2}{3} \frac{-1}{3} +
\frac{2}{3} \right) c_0 t^{-1} \right. \amp \\
\left. + \sum_{n=1}^\infty
\left[ 3 c_n \left( n+ \frac{2}{3} \right) \left( n -
\frac{1}{3} \right) + c_n \left( n + \frac{2}{3} \right)
- c_{n-1} \right] t^{n-1} \right] \amp = 0\\
\left[ \left( n + \frac{2}{3} \right) \left( 3n - 1 + 1
\right) \right] c_n - c_{n-1} \amp = 0\\
c_n = \frac{c_{n-1}}{ \left( n + \frac{2}{3} \right)
(3n)} = \frac{c_{n-1}}{(3n+2)n} \amp\\
c_{n+1} = \frac{c_n}{(3n+5)(n+1)} \amp
\end{align*}
The term in front of \(c_0\) reduces to \(0\text{,}\) so \(c_0\) is free. After the first term, there is a degree 1 recurrence relation, so I start calculating terms.
\begin{align*}
c_0 \amp = c_0\\
c_1 \amp = \frac{c_0}{5}\\
c_2 \amp = \frac{c_1}{(8)(2)} = \frac{c_0}{(8)(5)(2)}\\
c_3 \amp = \frac{c_2}{(11)(3)} =
\frac{c_0}{(5)(8)(11)(2)(3)}\\
c_4 \amp = \frac{c_3}{(14)(4)} =
\frac{c_0}{(5)(8)(11)(14)(2)(3)(4)}\\
c_5 \amp = \frac{c_4}{(17)(5)} =
\frac{c_0}{(5)(8)(11)(14)(17)(2)(3)(4)(5)}
\end{align*}
I intuit the pattern and then insert it in the series.
\begin{align*}
c_n \amp = \frac{c_0}{n! (5)(8)(11) \ldots (3n+2)}\\
y_2 \amp = 1 + \sum_{n=1}^\infty \frac{t^{n +
\frac{2}{3}}}{n! (5)(8) \ldots (3n+2)}
\end{align*}
This is the second solution. The general solution is any linear combination of the two solutions.
\begin{align*}
y \amp = A \left( 1 + \sum_{n=1}^\infty \frac{t^n}{n!
(4)(7)(10) \ldots (3n-2)} \right) + B \left( 1 +
\sum_{n=1}^\infty \frac{t^{n + \frac{2}{3}}}{n! (5)(8)
\ldots (3n+2)} \right)
\end{align*}
The radius of convergence here is \(R = \infty\text{,}\) which can be calculated by ratio test. It is good to note, though, that there are no guarantees about the radius of convergence with the method of Frobenius.
In this example, I could have gone as far as the recurrence relation using an arbitrary \(r\) to avoid repetition. I do need to specify \(r\) once I get to the recurrence relation. However, when \(r\) is an integer, I will often have to return to the original differential equation and repeat the calculation for each \(r\text{,}\) in order to keep track of which terms are sent to zero in the series due to taking derivatives.