To install click the Add extension button. That's it.

The source code for the WIKI 2 extension is being checked by specialists of the Mozilla Foundation, Google, and Apple. You could also do it yourself at any point in time.

4,5
Kelly Slayton
Congratulations on this excellent venture… what a great idea!
Alexander Grigorievskiy
I use WIKI 2 every day and almost forgot how the original Wikipedia looks like.
Live Statistics
English Articles
Improved in 24 Hours
Added in 24 Hours
What we do. Every page goes through several hundred of perfecting techniques; in live mode. Quite the same Wikipedia. Just better.
.
Leo
Newton
Brights
Milds

From Wikipedia, the free encyclopedia

In the study of differential equations, the Ritz method is a direct method to find an approximate solution for boundary value problems. The method is named after Walther Ritz. Some alternative formulations include the Rayleigh–Ritz method and the Ritz-Galerkin method.

In quantum mechanics, a system of particles can be described in terms of an "energy functional" or Hamiltonian, which will measure the energy of any proposed configuration of said particles. It turns out that certain privileged configurations are more likely than other configurations, and this has to do with the eigenanalysis ("analysis of characteristics") of this Hamiltonian system. Because it is often impossible to analyze all of the infinite configurations of particles to find the one with the least amount of energy, it becomes essential to be able to approximate this Hamiltonian in some way for the purpose of numerical computations.

The Ritz method can be used to achieve this goal. In the language of mathematics, it is exactly the finite element method used to compute the eigenvectors and eigenvalues of a Hamiltonian system.

YouTube Encyclopedic

  • 1/3
    Views:
    55 068
    7 605
    3 971
  • Module 13 - Lecture 5 - Rayleigh-Ritz Method
  • Ritz Method: Trigonometric Functions
  • Ritz Method, Matlab example

Transcription

Definitions

As with other variational methods, a trial wave function, , is tested on the system. This trial function is selected to meet boundary conditions (and any other physical constraints). The exact function is not known; the trial function contains one or more adjustable parameters, which are varied to find a lowest energy configuration.

It can be shown that the ground state energy, , satisfies an inequality:

That is, the ground-state energy is less than this value. The trial wave-function will always give an expectation value larger than or equal to the ground-energy.

If the trial wave function is known to be orthogonal to the ground state, then it will provide a boundary for the energy of some excited state.

The Ritz ansatz function is a linear combination of N known basis functions , parametrized by unknown coefficients:

With a known Hamiltonian, we can write its expected value as

The basis functions are usually not orthogonal, so that the overlap matrix S has nonzero nondiagonal elements. Either or (the conjugation of the first) can be used to minimize the expectation value. For instance, by making the partial derivatives of over zero, the following equality is obtained for every k = 1, 2, ..., N:

which leads to a set of N secular equations:

In the above equations, energy and the coefficients are unknown. With respect to c, this is a homogeneous set of linear equations, which has a solution when the determinant of the coefficients to these unknowns is zero:

which in turn is true only for N values of . Furthermore, since the Hamiltonian is a hermitian operator, the H matrix is also hermitian and the values of will be real. The lowest value among (i=1,2,..,N), , will be the best approximation to the ground state for the basis functions used. The remaining N-1 energies are estimates of excited state energies. An approximation for the wave function of state i can be obtained by finding the coefficients from the corresponding secular equation.

Applications in mechanical engineering

The Rayleigh–Ritz method is often used in mechanical engineering for finding the approximate real resonant frequencies of multi degree of freedom systems, such as spring mass systems or flywheels on a shaft with varying cross section. It is an extension of Rayleigh's method. It can also be used for finding buckling loads and post-buckling behaviour for columns.

Consider the case whereby we want to find the resonant frequency of oscillation of a system. First, write the oscillation in the form,

with an unknown mode shape . Next, find the total energy of the system, consisting of a kinetic energy term and a potential energy term. The kinetic energy term involves the square of the time derivative of and thus gains a factor of . Thus, we can calculate the total energy of the system and express it in the following form:

By conservation of energy, the average kinetic energy must be equal to the average potential energy. Thus,

which is also known as the Rayleigh quotient. Thus, if we knew the mode shape , we would be able to calculate and , and in turn get the eigenfrequency. However, we do not yet know the mode shape. In order to find this, we can approximate as a combination of a few approximating functions
where are constants to be determined. In general, if we choose a random set of , it will describe a superposition of the actual eigenmodes of the system. However, if we seek such that the eigenfrequency is minimised, then the mode described by this set of will be close to the lowest possible actual eigenmode of the system. Thus, this finds the lowest eigenfrequency. If we find eigenmodes orthogonal to this approximated lowest eigenmode, we can approximately find the next few eigenfrequencies as well.

In general, we can express and as a collection of terms quadratic in the coefficients :

where and are the stiffness matrix and mass matrix of a discrete system respectively.

The minimization of becomes:

Solving this,

For a non-trivial solution of c, we require determinant of the matrix coefficient of c to be zero.

This gives a solution for the first N eigenfrequencies and eigenmodes of the system, with N being the number of approximating functions.

Simple case of double spring-mass system

The following discussion uses the simplest case, where the system has two lumped springs and two lumped masses, and only two mode shapes are assumed. Hence M = [m1, m2] and K = [k1, k2].

A mode shape is assumed for the system, with two terms, one of which is weighted by a factor B, e.g. Y = [1, 1] + B[1, −1]. Simple harmonic motion theory says that the velocity at the time when deflection is zero, is the angular frequency times the deflection (y) at time of maximum deflection. In this example the kinetic energy (KE) for each mass is etc., and the potential energy (PE) for each spring is etc.

We also know that without damping, the maximal KE equals the maximal PE. Thus,

The overall amplitude of the mode shape cancels out from each side, always. That is, the actual size of the assumed deflection does not matter, just the mode shape.

Mathematical manipulations then obtain an expression for , in terms of B, which can be differentiated with respect to B, to find the minimum, i.e. when . This gives the value of B for which is lowest. This is an upper bound solution for if is hoped to be the predicted fundamental frequency of the system because the mode shape is assumed, but we have found the lowest value of that upper bound, given our assumptions, because B is used to find the optimal 'mix' of the two assumed mode shape functions.

There are many tricks with this method, the most important is to try and choose realistic assumed mode shapes. For example, in the case of beam deflection problems it is wise to use a deformed shape that is analytically similar to the expected solution. A quartic may fit most of the easy problems of simply linked beams even if the order of the deformed solution may be lower. The springs and masses do not have to be discrete, they can be continuous (or a mixture), and this method can be easily used in a spreadsheet to find the natural frequencies of quite complex distributed systems, if you can describe the distributed KE and PE terms easily, or else break the continuous elements up into discrete parts.

This method could be used iteratively, adding additional mode shapes to the previous best solution, or you can build up a long expression with many Bs and many mode shapes, and then differentiate them partially.

The relationship with the finite element method

In the language of the finite element method, the matrix is precisely the stiffness matrix of the Hamiltonian in the piecewise linear element space, and the matrix is the mass matrix. In the language of linear algebra, the value is an eigenvalue of the discretized Hamiltonian, and the vector is a discretized eigenvector.

See also

Sources

Papers

External links

  • Ritz method in the Encyclopedia of Mathematics
  • Gander, Martin J.; Wanner, Gerhard (2012). "From Euler, Ritz, and Galerkin to Modern Computing". SIAM Review. 54 (4): 627–666. doi:10.1137/100804036.
This page was last edited on 24 November 2023, at 18:43
Basis of this page is in Wikipedia. Text is available under the CC BY-SA 3.0 Unported License. Non-text media are available under their specified licenses. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc. WIKI 2 is an independent company and has no affiliation with Wikimedia Foundation.