Chapter 8

CALCULUS OF VARIATION

Problems 8.1 to 8.5 | Problems 8.6 to 8.8

problem8.6 | problem8.7 | problem8.8

8-6(9). For steady flow of an incompressible fluid in a square duct, the equation of continuity and motion simplify to a partial differential equation which requires an elaborate analytical solution involving the sum of an infinite series. An approximate solution can be obtained using the calculus of variation which gives a simple equation that predicts the volumetric flow rate within 1% of the exact solution. The equation that describes the flow at a point z along the axis of the duct is:

Prob8-6a.jpg (4380 bytes)

where v is the axial velocity; µ is the viscosity of the fluid; dP/dz is the pressure gradient, a constant; and a is the length of one-half of the side of the duct. The boundary conditions are that there is no slip at the wall, i.e. v = 0 at x = a for 0 < y < a and at y = a for 0 < x < a.

a. Show that the integral to be minimized corresponding to the differential equation is:

Prob8-6b.jpg (7531 bytes)

b. A simple approximation to v is given by the following equation which satisfies the boundary conditions.

v = A(a2 - x2)(a2 - y2)

Using this equation perform the integration of the equation in part a to obtain the following result.

I[v] = (64/45)A2a8 - (8/9µ)(dP/dz)Aa6

c. Find the value of A that minimizes I.

d. If the mass flow rate, w, through the duct is given by the following equation:

Soln8-6a.jpg (3498 bytes)

Show that the following result is obtained:

w = 0.556 r(dP/dz) a4

The analytical solution has the same form, but the coefficient is 0.560. Thus, the approximate solution is within 1% of the exact solution.

Solution:

a. For

Prob8-6b.jpg (7531 bytes)

The extension of Euler equation for this case of two independent variables was given by equation (8-55).

This equation can be written as:

Soln8-6b.jpg (5081 bytes)

The integrand for F in the above equation is:

F = (v/x)2 + (v/y)2 - (2/µ)(dP/dz) v

The partial derivatives appearing in the Euler equation are:

F/vx = 2(v/x) ,      F/vy = 2(v/y)

F/v = - (2/µ)(dP/dz)

Substituting the above expressions into the Euler equation gives:

Soln8-6c.jpg (13720 bytes)

This is the differential equation required.

b.

v      =  A(a2 - x2)(a2 - y2)

vx =  A(-2x)(a2 - y2)

vx2 =  4A2x2(a4 - 2a2y2 + y4)

vy =  A(-2y)(a2 - x2)

vy2 =  4A2y2(a4 - 2a2x2 + x4)

Performing the integration in steps as follows, gives:

Soln8-6d.jpg (16722 bytes)

= 4A2[8a8/45]

Similarly:

Soln8-6e.jpg (27370 bytes)

= - (2/µ)(dP/dz) A(4a6/9) = - (8a6A/9µ)(dP/dz)

I[v] = (64/45) A2a8 - (8a6A/9µ)(dP/dz)

c.

Soln8-6f.jpg (5345 bytes)

A = (5/16)(dP/dz)(1/µa2)

d. To compute the mass flow rate, the following integration is required:

Soln8-6a.jpg (3498 bytes)

Soln8-6g.jpg (10778 bytes)

w = 4 A 4a6/9

Using the value of A determined in part c gives:

w = 4r(4/9)a6 [5/16 (dP/dz)(1/µ a2)] =(5/9)(ra4/µ)(dP/dz)

w = 0.556 (r a4/µ)(dP/dz)

top

8-7. In a production schedule problem, the production rate is to be changed from 100 units per unit time to 300 units per unit time in ten time units, i.e. p(0) = 100 and p(10) = 300. The costs as a function of time are associated with changes in machines, personnel and raw materials. For this simple problem this cost is given as:

C(t) = 2(p')2 + 4tp'

where p' = dp/dt. Determine the production rate as a function of time that maximizes the cost over the time period.

Solution:

The Euler equation for this problem is:

Soln8-7.jpg (10332 bytes)

    4p" + 4 = 0

    p" = -1

Integrating this simple second-order ordinary differential equation gives:

p' = -t + C1

p = -t2/2 + C1t + C2

Solving for C1 and C2 with the boundary conditions give:

100 = 0 + C1(0) + C2     and    C2 = 100

300 = -100/2 + 10C1 + C2  and     C1 = 25

C1 = 25

Substituting, the particular solution is:

p = -t2/2 + 25t + 100

top

8-8(1). Determine the deflection in an uniformly-loaded, cantilever beam, y(x), where y is the deflection as a function of distance down the beam from the wall (x = 0)to the end of the beam (x = L). The total potential energy of the system to be minimized is given by:

Prob8-8.jpg (4581 bytes)

where E is the bending rigidity and q is the load. The boundary conditions at the wall end are y(0) = y'(0) = 0 and at the unsupported end of y"(L) = y'''(L) = 0.

Solution:

The Euler-Poisson equation for m = 2 is:

Soln8-8a.jpg (4171 bytes)

For this problem, the integrand is:

Soln8-8b.jpg (2902 bytes)

Performing the partial differentiation gives:

Soln8-8c.jpg (6209 bytes)

Substituting into the Euler-Poisson equation gives:

Soln8-8d.jpg (4827 bytes)

The boundary conditions for this fourth-order ordinary differential are:

y(0) = 0 y"(L) = 0

y'(0) = 0 y"(L) = 0

Integrating the differential equation one time gives:

d3y/dx3 = q/E x + C1

Using y'''(L) = 0, C1 can be evaluated and is:

C1 = -qL/E

The differential equation becomes:

d3y/dx3 = qx/E - qL/E

Integrating again gives:

d2y/dx2 = (q/E)(x2/2) - (q/E)(Lx) + C2

Using y"(L) = 0, C2 can be evaluated and is:

C2 = qL2/2E

The differential equation becomes:

d2y/dx2 = (q/E)(x2/2) - (q/E)(Lx2/2) + qL2/2E

Integrating again gives:

dy/dx = (q/E)(x3/6) - (q/E)Lx2/2 + (qL2/2E)(x) + C3

Using y'(0) = 0, C3 = 0. This integrating again gives:

y = (q/E)x4/24 - qLx3/6E + (qL2/2E)(x2/2) + C4

Using y(0) = 0, C4 = 0; and the solution is:

y = (q/E)(x4/24) - (qL/E)(x3/6) + (qL2/E)(x2/4)

or

y = q/2E [ (x4/12) - (Lx3/3) + (L2x2/2)]

top