Topic: Mathematics (Page 25)

You are looking at all articles with the topic "Mathematics". We found 247 matches.

Hint: To view all topics, click here. Too see the most popular topics, click here instead.

πŸ”— Quadratrix of Hippias

πŸ”— Mathematics πŸ”— Classical Greece and Rome

The quadratrix or trisectrix of Hippias (also called the quadratrix of Dinostratus) is a curve which is created by a uniform motion. It is traced out by the crossing point of two lines, one moving by translation at a uniform speed, and the other moving by rotation around one of its points at a uniform speed. An alternative definition as a parametric curve leads to an equivalence between the quadratrix, the image of the Lambert W function, and the graph of the function y = x cot ⁑ x {\displaystyle y=x\cot x} .

The discovery of this curve is attributed to the Greek sophist Hippias of Elis, around 420 BC. Historians of mathematics have suggested that Hippias used it to solve the angle trisection problem, hence its name as a trisectrix. Later around 350 BC Dinostratus used it to solve the problem of squaring the circle, hence its name as a quadratrix. Dinostratus's theorem, used by Dinostratus to square the circle, relates an endpoint of the curve to the value of Ο€. Both angle trisection and squaring the circle can be solved using a compass, a straightedge, and a given copy of this curve; however, they cannot be solved with compass and straightedge alone. Although a dense set of points on the curve can be constructed by compass and straightedge, allowing these problems to be approximated, the whole curve cannot be constructed in this way.

The quadratrix of Hippias is a transcendental curve. It is one of several curves used in Greek mathematics for squaring the circle.

πŸ”— YBC 7289

πŸ”— Mathematics πŸ”— Ancient Near East πŸ”— Archaeology

YBC 7289 is a Babylonian clay tablet notable for containing an accurate sexagesimal approximation to the square root of 2, the length of the diagonal of a unit square. This number is given to the equivalent of six decimal digits, "the greatest known computational accuracy ... in the ancient world". The tablet is believed to be the work of a student in southern Mesopotamia from some time in the range from 1800–1600 BC, and was donated to the Yale Babylonian Collection by J. P. Morgan.

πŸ”— Modern Arabic Mathematical Notation

πŸ”— Mathematics

Modern Arabic mathematical notation is a mathematical notation based on the Arabic script, used especially at pre-university levels of education. Its form is mostly derived from Western notation, but has some notable features that set it apart from its Western counterpart. The most remarkable of those features is the fact that it is written from right to left following the normal direction of the Arabic script. Other differences include the replacement of the Greek and Latin alphabet letters for symbols with Arabic letters and the use of Arabic names for functions and relations.

πŸ”— Zipf's Law

πŸ”— Mathematics πŸ”— Statistics πŸ”— Linguistics πŸ”— Linguistics/Applied Linguistics

Zipf's law (, not as in German) is an empirical law formulated using mathematical statistics that refers to the fact that many types of data studied in the physical and social sciences can be approximated with a Zipfian distribution, one of a family of related discrete power law probability distributions. Zipf distribution is related to the zeta distribution, but is not identical.

Zipf's law was originally formulated in terms of quantitative linguistics, stating that given some corpus of natural language utterances, the frequency of any word is inversely proportional to its rank in the frequency table. Thus the most frequent word will occur approximately twice as often as the second most frequent word, three times as often as the third most frequent word, etc.: the rank-frequency distribution is an inverse relation. For example, in the Brown Corpus of American English text, the word the is the most frequently occurring word, and by itself accounts for nearly 7% of all word occurrences (69,971 out of slightly over 1 million). True to Zipf's Law, the second-place word of accounts for slightly over 3.5% of words (36,411 occurrences), followed by and (28,852). Only 135 vocabulary items are needed to account for half the Brown Corpus.

The law is named after the American linguist George Kingsley Zipf (1902–1950), who popularized it and sought to explain it (Zipf 1935, 1949), though he did not claim to have originated it. The French stenographer Jean-Baptiste Estoup (1868–1950) appears to have noticed the regularity before Zipf. It was also noted in 1913 by German physicist Felix Auerbach (1856–1933).

πŸ”— Hearing the Shape of a Drum

πŸ”— Mathematics πŸ”— Percussion

To hear the shape of a drum is to infer information about the shape of the drumhead from the sound it makes, i.e., from the list of overtones, via the use of mathematical theory.

"Can One Hear the Shape of a Drum?" is the title of a 1966 article by Mark Kac in the American Mathematical Monthly which made the question famous, though this particular phrasing originates with Lipman Bers. Similar questions can be traced back all the way to Hermann Weyl . For his paper, Kac was given the Lester R. Ford Award in 1967 and the Chauvenet Prize in 1968.

The frequencies at which a drumhead can vibrate depend on its shape. The Helmholtz equation calculates the frequencies if the shape is known. These frequencies are the eigenvalues of the Laplacian in the space. A central question is whether the shape can be predicted if the frequencies are known; for example, whether a circle-shaped triangle can be recognized in this way. Kac admitted he did not know if it was possible for two different shapes to yield the same set of frequencies. The question of whether the frequencies determine the shape was finally answered in the negative in the early 1990s by Gordon, Webb and Wolpert.

πŸ”— Umbral Calculus

πŸ”— Mathematics

In mathematics before the 1970s, the term umbral calculus referred to the surprising similarity between seemingly unrelated polynomial equations and certain "shadowy" techniques used to "prove" them. These techniques were introduced by John BlissardΒ (1861) and are sometimes called Blissard's symbolic method. They are often attributed to Γ‰douard Lucas (or James Joseph Sylvester), who used the technique extensively.

πŸ”— Karmarkar's algorithm – Patent controversy – can mathematics be patented?

πŸ”— Mathematics

Karmarkar's algorithm is an algorithm introduced by Narendra Karmarkar in 1984 for solving linear programming problems. It was the first reasonably efficient algorithm that solves these problems in polynomial time. The ellipsoid method is also polynomial time but proved to be inefficient in practice.

Denoting n {\displaystyle n} as the number of variables and L {\displaystyle L} as the number of bits of input to the algorithm, Karmarkar's algorithm requires O ( n 3.5 L ) {\displaystyle O(n^{3.5}L)} operations on O ( L ) {\displaystyle O(L)} -digit numbers, as compared to O ( n 6 L ) {\displaystyle O(n^{6}L)} such operations for the ellipsoid algorithm. The runtime of Karmarkar's algorithm is thus

O ( n 3.5 L 2 β‹… log ⁑ L β‹… log ⁑ log ⁑ L ) , {\displaystyle O(n^{3.5}L^{2}\cdot \log L\cdot \log \log L),}

using FFT-based multiplication (see Big O notation).

Karmarkar's algorithm falls within the class of interior-point methods: the current guess for the solution does not follow the boundary of the feasible set as in the simplex method, but moves through the interior of the feasible region, improving the approximation of the optimal solution by a definite fraction with every iteration and converging to an optimal solution with rational data.