Problem 2
Question
Sketch a quadrilateral with corners properly lettered and \(\xi \eta\) axes properly oriented if shape functions are written as \(N_{A}=\frac{1}{4}(1-\xi)(1+\eta)\), \(N_{B}=\frac{1}{4}(1+\xi)(1+\eta), N_{C}=\frac{1}{4}(1-\xi)(1-\eta), N_{D}=\frac{1}{4}(1+\xi)(1-\eta)\)
Step-by-Step Solution
Verified Answer
The \(\xi \eta\) axes should be oriented in such a way that they intersect in the middle of the plot. The corners A, B, C, and D should respectively appear in the top left, top right, bottom left, and bottom right of the quadrilateral based on the derived corner coordinates.
1Step 1: Analyze the Shape Functions
Shape functions \(N_{A} = \frac{1}{4}(1-\xi)(1+\eta), N_{B} = \frac{1}{4}(1+\xi)(1+\eta), N_{C} = \frac{1}{4}(1-\xi)(1-\eta), N_{D} = \frac{1}{4}(1+\xi)(1-\eta)\) refer to the inner points of the quadrilateral at its corners. Here, \(\xi\) and \(\eta\) are the local coordinates inside the element ranging from -1 to 1. By analyzing the shape functions, you can understand that the summation of these shape functions at any point will always be 1.
2Step 2: Identify Values for Corners
Each corner of the quadrilateral corresponds to a shape function (\(N_{A}, N_{B}, N_{C}, N_{D}\)), and the values of \(\xi\) and \(\eta\) at these corners can be inferred from their respective shape functions. Corner A corresponds to \(N_{A} = \frac{1}{4}(1-\xi)(1+\eta)\), setting \(N_{A} = 1\) gives the corner A coordinates as (\(-\xi\), \(\eta\)) = (-1, 1). Repeat the process for the other corners. So,:\n\n- Corner B corresponds to \(N_{B} = \frac{1}{4}(1+\xi)(1+\eta)\), which gives B coordinates at (\(\xi\), \(\eta\)) = (1, 1).\n\n- Corner C corresponds to \(N_{C} = \frac{1}{4}(1-\xi)(1-\eta)\), which gives C coordinates at (\(\xi\), \(\eta\)) = (-1, -1).\n\n- Corner D corresponds to \(N_{D} = \frac{1}{4}(1+\xi)(1-\eta)\), which gives D coordinates at (\(\xi\), \(\eta\)) = (1, -1).
3Step 3: Sketch the Quadrilateral
Sketch the quadrilateral, where the corners are denoted by A, B, C, and D. Orient the \(\xi\) and \(\eta\) axis so that they intersect at the center of the quadrilateral. The direction of these axes is in accordance with the established corner coordinates obtained from Step 2. So, corner A should be at the top left, corner B at the top right, corner C at the bottom left, and corner D at the bottom right of the quadrilateral.
Key Concepts
Shape FunctionsQuadrilateral ElementsLocal Coordinates
Shape Functions
In finite element analysis, shape functions play a crucial role in defining how values, such as displacement or temperature, vary over the element. They effectively bridge local coordinate space to the real-world behavior of an element. In the context of a quadrilateral element, these functions help determine the influence that each node (corner) of the element has on any given point within the element. Let's break it down:
- Each shape function corresponds to a particular corner of the element. In our case, the corners are labeled A, B, C, and D.
- For example, the shape function associated with corner A, given by: \[ N_{A} = \frac{1}{4}(1-\xi)(1+\eta) \]evaluates to 1 at corner A and 0 at other corners, ensuring localized influence.
- Shape functions always sum up to 1 at any point inside the element, helping maintain consistency and stability in analysis.
Quadrilateral Elements
Quadrilateral elements are a common type of element used in finite element analysis because of their flexibility in modeling complex geometries. These elements boast four sides and vertices when plotting is necessary. Key characteristics of quadrilateral elements include:
- They can model both planar surfaces and solid bodies, depending on whether the analysis is 2D or 3D.
- Each vertex or node of the quadrilateral represents a point where calculations are particularly focused, using shape functions to extend these influences over the element's area.
- The element's internal geometry is defined within the bounds of the local coordinates \(\xi\) and \(\eta\), spanning values from -1 to 1, which makes numerical integration simpler.
Local Coordinates
Local coordinates are an integral part of finite element modeling. They simplify complex global geometries by converting them into a standard, consistent frame of reference within each element. For quadrilateral elements, the local coordinates \(\xi\) and \(\eta\) are employed. Here's why they are important:
- They help define the geometry of an element in a uniform manner, allowing for the integration and interpolation of functions more straightforwardly.
- The \(\xi\) and \(\eta\) coordinates range from -1 to 1, ensuring a consistent scheme across different elements and easing computational efforts.
- When shape functions are applied in these local coordinates, they effectively map the behavior of the physical element in a predictable and manageable way, crucial for numerical solutions.
Other exercises in this chapter
Problem 2
If element thickness can vary and is computed as \(t=\sum N_{i} t_{i}\) from nodal values \(t_{i}\), what order of Gauss quadrature is needed to compute the exa
View solution Problem 2
Let the three-node bar element of Fig. 6.1-la be uniform, with niode 2 at the midpoint. The first row of its stiffness matrix \([\mathrm{k}]\) is \((A E / 3 L)\
View solution Problem 4
Let the following plane elernents be rectangular, with side nodes (if present) uniformly spaced, and element thickness computed as \(t=\sum N_{i} I_{i}\) from n
View solution Problem 4
Consider a uniform beam element that deforms in the \(x y\) plane and can resist bending and axial deformation. Let the element be connected to a rotational spr
View solution