Volume 2016, Issue 1 3698251
Research Article
Open Access

On the Use of Recursive Evaluation of Derivatives and Padé Approximation to Solve the Blasius Problem

Asai Asaithambi

Corresponding Author

Asai Asaithambi

School of Computing, University of North Florida, Jacksonville, FL 32224, USA unf.edu

Search for more papers by this author
First published: 26 January 2016
Academic Editor: Mikhail Tokar

Abstract

The Blasius problem is one of the well-known problems in fluid mechanics in the study of boundary layers. It is described by a third-order ordinary differential equation derived from the Navier-Stokes equation by a similarity transformation. Crocco and Wang independently transformed this third-order problem further into a second-order differential equation. Classical series solutions and their Padé approximants have been computed. These solutions however require extensive algebraic manipulations and significant computational effort. In this paper, we present a computational approach using algorithmic differentiation to obtain these series solutions. Our work produces results superior to those reported previously. Additionally, using increased precision in our calculations, we have been able to extend the usefulness of the method beyond limits where previous methods have failed.

1. Introduction

The boundary value problem described by
()
is called the Blasius problem [1]. It is one of the well-known problems in fluid mechanics in the study of boundary layers.
Blasius [1], Howarth [2], and Asaithambi [3] provide direct analytical and numerical treatments of (1). For instance, with β0 = 1/2, Blasius [1] obtained the series solution
()
with
()
and α representing the unknown f(0). For this case (β0 = 1/2), Howarth [2] computed the numerical value f(0) ≈ 0.33206. Liao [4] takes the approach of the Homotopy Analysis Method (HAM) and obtains “an explicit, totally analytic approximate solution” for the Blasius problem with β0 = 1/2.

Asaithambi [3] solved numerically the problem corresponding to β0 = 1 using Taylor series and shooting and obtained f(0) ≈ 0.469600. Using suitable substitutions, Fang et al. [5] have shown that it suffices to consider the case β0 = 1. Using Fang et al. [5], it is easy to see that the value corresponds to . Thus the numerical value corresponding to Asaithambi [3] will be which is in agreement with Howarth [2]. Thus, for the rest of this paper, we will consider only the case corresponding to β0 = 1.

Using the transformation
()
Wang [6] reduced the problem (1) (with β0 = 1) to
()
subject to the boundary conditions
()
It has been recently reported [7, 8] that Crocco [9] had used transformation (4) already in the 1940s. Since no closed-form solutions are available in general, the search for efficient series and numerical solutions to (5)-(6) has been an active research topic.
Ahmad [7] obtains a series solution for (5) as
()
where aj’s satisfy
()
with a0 = α, a3 = −1/6α, and α = f(0). Expanded through the first few terms, this solution looks like
()
This series appears to be identical to the one obtained by Wang [6] who used Adomian decomposition. All of these researchers who obtained the series in terms of α = f(0) then proceeded to solve for α by satisfying the boundary condition y(1) = 0. This, in essence, is the approach known as shooting in numerical analysis.

Ahmad [7] obtains an increasing sequence of approximations to α and a decreasing sequence and concludes that α satisfies 0.469597 < α < 0.4696064. Hashim [10] and Ahmad and Albarakati [11] use a Padé approximation to improve upon the results of Wang [6] and Ahmad [7], respectively, but report that as the number of terms in the series solution increases, the accuracy of the α produced by the corresponding Padé approximation suffers.

In this paper, we develop a shooting method that successfully obtains Taylor series expansions of arbitrarily large orders by computing exact derivatives, not approximations to the derivatives, directly by using recursive formulas derived from the differential equation itself. Also, our approach does not require the use of symbolic manipulation packages as it does not involve extensive algebraic manipulations. Finally, by using increased precision, we are able to obtain superior Padé approximants to the solution as well.

2. Method of Solution

As with any shooting method, we convert the two-point boundary-value problem to an initial-value problem and determine an appropriate set of boundary conditions at one end so that the boundary condition at the other end is satisfied. To be specific, we will solve (5)-(6) by supplying the initial value (dy/dx)(0) = 0 and a suitable value for y(0) = f(0) to obtain a solution y(x) for which the boundary condition y(1) = 0 in (6) is satisfied.

Accordingly, we begin by letting y(0) = α and obtain the solution of (5)-(6) as Taylor series expansion of degree J. In other words, we first solve the initial value problem
()
subject to the conditions
()
In order to indicate its dependence on both x and α, we denote the solution thus obtained as yJ(x; α). Now, if we let
()
then we wish to obtain α for which p(α) = 0.
Our method will begin by obtaining the Jth-order Taylor series solution of (10)-(11) in the form
()
in which the notation
()
has been used. The quantity (y) j is called the jth Taylor coefficient for y(x) around x = 0. Thus, we wish to obtain the Taylor coefficients (y) j for j = 1, …, J for arbitrary J.
For this purpose in relation to this problem, we will use the following formulas.
  • (1)

    For two functions r(x) and s(x) satisfying dr/dx = s,

    ()

  • (2)

    For any two functions r(x) and s(x),

    ()

The formulas (15)-(16) are examples of algorithmic/automatic differentiation formulas, which may be used to evaluate successive Taylor coefficients recursively without deriving symbolic expressions for the corresponding derivatives. Note that these formulas evaluate the exact derivatives and are not comparable to any finite-difference formulas (numerical), nor are they formulas that require the use of symbolic manipulation systems. A more extensive yet preliminary treatment of automatic differentiation (recursive evaluation of Taylor coefficients) may be found in Moore [12] and other references cited there.

2.1. Evaluation of Taylor Coefficients

We rewrite (10)-(11) as an equivalent system in the form
()
Using (15)-(16) in (17) yields, for j ≥ 0,
()
In (18), we have introduced a temporary variable T1 to make the presentation of the calculation easier to understand. The initial conditions y(0) = α and u(0) = 0 in (17) now take the form
()
Also, note that the Taylor coefficients (x) j for the function x are given by
()
Therefore, with an initial “guess” for α, it is possible to compute the numerical values of (y) j and (u) j for arbitrary J recursively. A quick examination of the calculations for the present problem shows that (y) 3j+1 = (y) 3j+2 = 0 for j ≥ 0. In other words, the only nonzero terms in the Taylor series are those that correspond to powers of x that are multiples of 3 (the constant term α, the x3 term, the x6 term, etc.).

2.2. Removing the Dependence on the Initial Guess for α

We realized that it will be useful to explicitly separate the dependence of these coefficients on α so that the series we obtain may be compared with those obtained previously. As we proceeded to do this, we discovered an alternate approach to solving for α.

As a clarification for this, let us rewrite (9) as
()
Comparing (21) with (9) term by term yields, for instance,
()
Next, comparing (21) with (13) yields,
()
We were able to verify this by running the calculations with initial guesses for α = 0.3 and 0.5. In both cases, we obtained the same values for the δj, as in (22).

2.3. Solving for α

Suppose we obtain Taylor coefficients of orders through J; then we can compute δj for j = 1,2, …, ⌊J/3⌋ using (23). In order to impose the condition y(1) = 0, we truncate the series in (21) after j = ⌊J/3⌋, set x = 1, and set the resulting summation to zero. We obtain
()
Dividing throughout by α, setting γ = 1/α2, defining δ0 = 1 in (24), and denoting the resulting polynomial as g(γ), we obtain
()
Since g(γ) = 0 in (25) is a polynomial equation, it can be solved easily using Newton’s method.
Alternatively, with 2L = ⌊J/3⌋, we can obtain a [L/L] Padé approximant for g(γ) as
()
and then solve p(γ) = 0 instead. Standard numerical algorithms are available [13] for obtaining the Padé approximant (26), and they involve the solution of linear systems of order L.

Once the root γ for which g(γ) = 0 or p(γ) = 0 is obtained, then the value of α is computed as .

This approach is the same as Ahmad and Albarakati’s [11]. However, as our experimentation with arbitrarily large orders J has revealed, our results are much superior and extend far beyond the limits encountered by [11] where their method failed to produce results.

3. Numerical Results and Discussion

In this section, we present our results and compare them with those obtained by Ahmad [7] and by Ahmad and Albarakati [11]. It must be noted that the index values these authors have used are not the same as the index J we have used for the order of the Taylor series, but they are closely related. In order to make things clearer, we will tabulate the index J of our method corresponding to the indexes used in the previous works.

Ahmad [7] computes an increasing sequence converging to the desired value of α and then a decreasing sequence also converging to α and concludes that α satisfies 0.469597 < α < 0.4696064. The index k used in [7] satisfies J = 3k, where J is the order of the Taylor series obtained by our method. For instance, when k = 2 is used in [7], the corresponding Taylor series is of order 6. Table 1 shown indicates that our results for α obtained by solving g(γ) = 0 are in excellent agreement with the increasing sequence of [7].

Table 1. Taylor series solutions (β0 = 1) compared (increasing sequence).
J Present k Ahmad [7]
3 0.408248290 1 0.408248
6 0.441742835 2 0.441743
15 0.460566286 5 0.460566
21 0.463662320 7 0.463662
45 0.467293212 15 0.467293
75 0.468366120 25 0.468366
150 0.469065604 50 0.469066
300 0.469365358 100 0.469365
600 0.469495691 200 0.469496
900 0.469534749 300 0.469535
3000 0.469583484 1000 0.469583
6000 0.469592426 2000 0.469592
9000 0.469595183 3000 0.469595
12000 0.469596501 4000 0.469597

For all computations in Table 1 we have used an initial value of α = 0.5 to calculate the Taylor coefficients. As we pointed out earlier, this initial value will not impact the values obtained for the δj values. However, for the solution of g(γ) = 0, we need an initial guess for γ. We have used γ = 4, which corresponds to 1/α2 with α = 0.5. Our computations yielded the same results as those of [7] for k values through 300, when double precision arithmetic was used. For k ≥ 1000, we were able to obtain the results reported using quadruple precision.

Next, we compare our Padé approximant results with the corresponding results of Ahmad and Albarakati [11]. Once again, the index i used in the paper by Ahmad and Albarakati [11] corresponds to retaining through the x6i term in the Taylor series expansion. In other words, i satisfies J = 6i, where J is the order of Taylor cries we have used. For instance, when i = 2 is used in [11], the corresponding Taylor series used to obtain the Padé approximant is actually of order 12. The Padé approximant yields a value of α, denoted as αi in [11]. Table 2 shows the α values obtained by solving p(γ) = 0 in our notation, with the corresponding αi values reported in [11] for values of J not exceeding 138. As is evident from Table 2, our results are superior in accuracy compared to the results of [11], beginning with the case corresponding to their i = 8 (or our J = 48).

Table 2. Padé approximants compared.
J Present i Ahmad and Albarakati [11]
12 0.463256776 2 0.463257
24 0.468060891 4 0.468061
36 0.468956035 6 0.468956
48 0.469256787 8 0.468997
60 0.469390186 10 0.469025
72 0.469459891 12 0.469051
84 0.469500493 14 0.469075
96 0.469526045 16 0.469097
108 0.469543087 18 0.469118
120 0.469554976 20 0.469124
132 0.469563577 22 0.469977
138 0.469567005 23 0.474672
144 0.469569990 24 Unavailable

Also, we were able to continue our calculations much beyond the limiting case observed of i = 24 by [11]. In Table 3, we present results we obtained for larger values of J. As the J value is increased, by supplying the final α values obtained for smaller values of J as initial guesses for larger J, we were able to carry out the calculation of Padé approximants through J = 7680 (or i = 1280) with no difficulty, and we obtain α ≈ 0.46959964975.

Table 3. Padé approximants for larger values of J.
J α
120 0.46955497638
480 0.46959296614
1920 0.46959844847
7680 0.46959964975

It is important to realize that as the order of the Taylor series increases, the order of the linear system to be solved to obtain the coefficients in the Padé approximant will also increase. As these linear systems are known to have coefficient matrices which are close to being singular, it is necessary to carry out the calculations in higher precision and use iterative refinement of the solution obtained as well. We have used quadruple precision in all our calculations of the Padé approximants reported in Table 3.

We close our discussion by comparing our approach with the HAM approach of Liao [4], even though their goal was to obtain an analytic approximate solution, while we have obtained numerical solution by Taylor series. The present result of (from Table 3) corresponds to the result of on using the observation by Fang et al. [5]. This result is in agreement with Liao [4]. It is important to realize that the computational complexity of the two techniques cannot be directly compared because a kth order Taylor solution obtained by the present method and a kth-order HAM solution obtained by Liao [4] are entirely different. The method of Liao [4] is a technique for obtaining explicit, analytical approximate solutions for general nonlinear problems, which has been applied to the Blasius problem with β0 = 1/2. Liao’s [4] technique obtains a series solution that uses two parameters β and ħ and two embedding functions A(p) and B(p), studies the mathematical structure of the series by using symbolic manipulation packages such as MATHEMATICA, and derives recursive formulas for the coefficients of a series involving exponential functions, which need to be evaluated for each term in the HAM solution. The method is applied directly on the Blasius problem (1) involving the independent variable η. However, because of the goal of obtaining analytical solutions in the HAM technique, obtaining the underlying symbol manipulations and the recursive formulas may involve a significant amount of analytical manipulations before calculations may be carried out. Additionally, the nature of the analytical manipulations and the convergence will depend on the choices of the parameters and the embedding functions. On the other hand, note that the present method is a numerical method that obtains a Taylor series solution of the transformed Blasius problem (4), does not rely on the use of symbol manipulation packages, obtains the coefficients in a series solution in a recursive manner to construct Padé approximants, and does not require repeated calculation of exponential or any other nonlinear functions. However, the present method does require the solution of large systems of linear equations in extended precision as the order of the desired Padé approximant is increased. The simplicity and overall performance of the present method are well worth the effort expended in the solution of the linear systems.

4. Conclusions

We have developed a computational method for obtaining arbitrarily larger order Taylor series solutions of the Blasius problem by evaluating exact derivatives for the coefficients in the series using algorithmic differentiation. From the series solutions thus obtained, we also computed (diagonal) Padé approximants. Our method does not use symbol manipulation packages or difference formulas for calculating the derivatives needed in the Taylor series. Quadruple precision arithmetic and iterative refinement were used in the calculations related to obtaining Padé approximants. The results obtained by our present method are superior to those obtained previously and are extensible beyond the limits where previous methods have failed.

Conflict of Interests

The author declares that there is no conflict of interests regarding the publication of this paper.

    The full text of this article hosted at iucr.org is unavailable due to technical difficulties.