5 Engineering Example 2

5.1 Deflection of a uniformly loaded beam

Introduction

A uniformly loaded beam of length L is supported at both ends. The deflection y ( x ) is a function of horizontal position x and obeys the differential equation

d 4 y d x 4 ( x ) = 1 E I q ( x ) (1)

where E is Young’s modulus, I is the moment of inertia and q ( x ) is the load per unit length at point x . We assume in this problem that q ( x ) = q (a constant). The boundary conditions are (i) no deflection at x = 0 and x = L (ii) no curvature of the beam at x = 0 and x = L .

Figure 20

No alt text was set. Please request alt text from the person who provided you with this resource.

Problem in words

In addition to being subject to a uniformly distributed load, a beam is supported so that there is no deflection and no curvature of the beam at its ends. Applying a Laplace Transform to the differential equation (1), find the deflection of the beam as function of horizontal position along the beam.

Mathematical formulation of the problem

Find the equation of the curve y ( x ) assumed by the bending beam that solves (1). Use the coordinate system shown in Figure 1 where the origin is at the left extremity of the beam. In this coordinate system, the mathematical formulations of the boundary conditions which require that there is no deflection at x = 0 and x = L , and that there is no curvature of the beam at x = 0 and x = L , are

  1. y ( 0 ) = 0
  2. y ( L ) = 0
  3. d 2 y d x 2 x = 0 = 0
  4. d 2 y d x 2 x = L = 0

Note that d y ( x ) d x and d 2 y ( x ) d x 2 are respectively the slope and the radius of curvature of the curve at point ( x , y ) .

Mathematical analysis

The following Laplace transform properties are needed:

L d n f ( t ) d t n = s n F ( s ) k = 1 n s k 1 d n k f d x n k x = 0 (P1)

L 1 = 1 s (P2)

L t n = n ! s n + 1 (P3)

L 1 L f ( t ) = f ( t ) (P4)

To solve a differential equation involving the unknown function f ( t ) using Laplace transforms

  1. Write the Laplace transform of the differential equation using property (P1)
  2. Solve for the function L f ( t ) using properties (P2) and (P3)
  3. Use the inverse Laplace transform to obtain f ( t ) using property (P4)

Using the linearity properties of the Laplace transform, (1) becomes

L d 4 y d x 4 ( x ) L { q E I } = 0.

Using (P1) and (P2)

s 4 L { y ( x ) } k = 1 4 s k 1 d 4 k y d x 4 k x = 0 q E I 1 s = 0. (2)

The four terms of the sum are

k = 1 4 s k 1 d 4 k y d x 4 k = d 3 y d x 3 x = 0 + d d 2 y d x 2 x = 0 + s 2 d y d x x = 0 + s 3 y ( 0 ) .

The boundary conditions give y ( 0 ) = 0 and d 2 y d x 2 = 0. So (2) becomes

s 4 L { y ( x ) } d 3 y d x 3 x = 0 s 2 d y d x x = 0 q E I 1 s = 0. (3)

Here d 3 y d x 3 x = 0 and d y d x x = 0 are unknown constants , but they can be determined by using the remaining two boundary conditions y ( L ) = 0 and d 2 y d x 2 x = L = 0.

Solving for L { y ( x ) } , (3) leads to

L { y ( x ) } = 1 s 4 d 3 y d x 3 x = 0 + 1 s 2 d y d x x = 0 + q E I 1 s 5 .

Using the linearity of the Laplace transform, the inverse Laplace transform of this equation gives

L 1 L { y ( x ) } = d 3 y d x 3 x = 0 × L 1 1 s 4 + d y d x x = 0 × L 1 1 s 2 + q E I L 1 1 s 5 .

Hence

y ( x ) = d 3 y d x 3 x = 0 × L 1 3 ! 1 s 4 3 ! + d y d x x = 0 × L 1 1 s 2 + q E I L 1 4 ! 1 s 5 4 !

So using (P3)

y ( x ) = d 3 y d x 3 x = 0 × L 1 { L { x 3 } } 6 + d y d x x = 0 × L 1 { L { x 1 } } + q E I L 1 { L { x 4 } } 24.

Simplifying by means of (P4)

y ( x ) = d 3 y d x 3 x = 0 × x 3 6 + d y d x x = 0 × x + q E I x 4 24. (4)

To use the boundary condition d 2 y d x 2 x = L = 0 , take the second derivative of (4), to obtain

d 2 y d x 2 ( x ) = d 3 y d x 3 x = 0 × x + q 2 E I x 2 .

The boundary condition d 2 y d x 2 x = L = 0 implies

d 3 y d x 3 x = 0 = q 2 E I L . (5)

Using the last boundary condition y ( L ) = 0 with (5) in (4)

d y d x x = 0 = q L 3 24 E I (6)

Finally substituting (5) and (6) in (4) gives

y ( x ) = q 24 E I x 4 q L 12 E I x 3 + q L 3 24 E I x .

Interpretation

The predicted deflection is zero at both ends as required.

Note  This problem was solved by an entirely different means (integrating the ODE) in HELM booklet  19.4, page 65.