Nonlinear finite elements/Functions

From testwiki
Jump to navigation Jump to search

-- Back to Nonlinear finite elements --

There are certain terms involving relationships between functions that you will often encounter in papers dealing with finite elements and continuum mechanics. We list some of the basic terms that you will see. More details can be found in books on advanced calculus and functional analysis.

Functions

Let A and B be two sets. A function is a rule that assigns to each aA an element of B. A function is usually denoted by

f:AB(ftakesAtoB).

Sometimes, one also writes

af(a)(ais mapped to the elementf(a)).

For example, if the function is f(x)=x2, then we may write xx2.

Domain and Range

For a function f:AB, the set A is called the domain of f. See Figure 1.

File:DomainRange.png
Figure 1. Domain and range of a function.

The range of f is the set

R(A)={f(x)B|xA}

Therefore, R(A)B.

One-to-one mapping (injection)

A function f:AB is called one-to-one (or an injection) if no two distinct elements of A are mapped to the same element of B.

Onto mapping (surjection)

A function f:AB is called onto if for every bB there is an aA such that f(a)=b.

If that case, R(A)=B.

One-to-one and onto mapping (bijection)

When a mapping is both one-to-one and onto it is called a bijection. For example, if f:AB and f(x)=x2 with

A={x|x0};B={x|x0}

the map is one-to-one and onto.

On the other hand, if

A={x|x0};B={x}

the map is one-to-one but not onto.

If we choose

A={x};B={x}

the map is neither one-to-one nor onto.

Image, pre-image, and inverse functions

Suppose we have a function f:AB. Let D be a subset of A (see Figure~1). Let us define

f(D):={f(d)B|dD}.

Then, f(D) is called the image of D.

On the other hand, if C is a subset of B and we define

f1(C):={aA|f(a)C}.

Then, f1(C) is called the inverse image or pre-image of C.

If f:AB is one-to-one and onto, then there is a unique function f1:BA such that

f(f1(b))=bfor allbBandf1(f(a))=afor allaA.

The function f1 is called an inverse function of f.

Identity map

The map f:AA such that f(x)=x for all xA is called the identity map. This map is one-to-one and onto.

Composition

A notation that you will commonly see in papers on nonlinear solid mechanics is the composition of two functions. See Figure 2.

Figure 2. Composition of functions.

Let f and g be two functions such that f:AB and g:BC. The composition gf:AC is defined as

gf(a):=g(f(a))

Let us consider a stretch (f) followed by a translation (g). Then we can write f:xλx and g:yy+c.

The composition gf is given by

gf:xλx+c

The inverse composition fg is given by

fg:xλ(x+c)

Isomorphism and Homeomorphism

You will also come across the terms isomorphism and homeomorphism in the literature on nonlinear solid mechanics.

Isomorphism is a very general concept that appears in several areas of mathematics. The word means, roughly, "equal shapes". It usually refers to one-to-one and onto maps that preserve relations among elements.

A homeomorphism is a continuous transformation between two geometric figures that is continuous in both directions. The map has to be one-to-one to be homeomorphic. It also has to satisfy the requirements on an equivalence relation.

Continuously differentiable functions

A function

f:Ω

is said to be k-times continuous differentiable or of class Ck if its derivatives of order j (where 0jk) exist and are continuous functions.

Figure 3 shows three functions (f(x), g(x), h(x)) and their derivatives.

File:ContinuityFn.png
Figure 3: Continuity of functions.

C-1 Functions

The function f(x) is called the Heaviside step function (usually written H(x)) which is defined as

H(x)={0ifx<01ifx0

The derivative of the Heaviside function is the Dirac delta function (written δ(x)) which has the defining property that

F(x)δ(xc)dx=F(c)

for any function F(x) and any constant c. The delta function is singular and discontinuous. Hence, the Heaviside function is not continuously differentiable. Sometimes the Heaviside function is said to belong to the class of C1 functions.

C0 Functions

The function g(x) in Figure 3 (also called a hat function) is continuous but has discontinuous derivatives. In this particular case, the function has the form

g(x)={xa+1ifax01xaif0xa

Such functions that are differentiable only once are called C0 functions.

C Functions

The function h(x) in Figure 3 is infinitely differentiable and has continuous derivatives every time it is differentiable. Such functions are called C functions. Since the function can be differentiated once to give a continuous derivative, it also falls into the category of C1 functions.

Sobolev spaces of functions

You will find Sobolev spaces being mentioned when you read the finite element literature. A clear understanding of these function spaces needs a knowledge of functional analysis. The book Introduction to Functional Analysis with Applications to Boundary Value Problems and Finite Elements by B. Daya Reddy is a good starting point that is just right for engineers. We will not get into the details here.

Of particular interest in finite element analysis are Sobolev spaces of functions such as

k={w|w2,wx2,,kwxk2}

where

2={w|01w2dx<}.

The function space 2 is the space of square integrable functions.

Of interest to us is an outcome of Sobolev's theorem which says that if a function is of class k+1 then it is actually a bounded Ck function. If we choose our basis functions from the set of square integrable functions with continuous derivatives, certain singularities are automatically precluded.

Template:Subpage navbar