Английская Википедия:Identity (mathematics)
Шаблон:Short description Шаблон:Distinguish
In mathematics, an identity is an equality relating one mathematical expression A to another mathematical expression B, such that A and B (which might contain some variables) produce the same value for all values of the variables within a certain range of validity.[1] In other words, A = B is an identity if A and B define the same functions, and an identity is an equality between functions that are differently defined. For example, <math>(a+b)^2 = a^2 + 2ab + b^2</math> and <math>\cos^2\theta + \sin^2\theta =1</math> are identities.[1] Identities are sometimes indicated by the triple bar symbol Шаблон:Math instead of Шаблон:Math, the equals sign.[2] Formally, an identity is a universally quantified equality.
Common identities
Algebraic identities
Шаблон:See also Certain identities, such as <math>a+0=a</math> and <math>a+(-a)=0</math>, form the basis of algebra,[3] while other identities, such as <math>(a+b)^2 = a^2 + 2ab +b^2</math> and <math>a^2 - b^2 = (a+b)(a-b)</math>, can be useful in simplifying algebraic expressions and expanding them.[4]
Trigonometric identities
Geometrically, trigonometric identities are identities involving certain functions of one or more angles.[5] They are distinct from triangle identities, which are identities involving both angles and side lengths of a triangle. Only the former are covered in this article.
These identities are useful whenever expressions involving trigonometric functions need to be simplified. Another important application is the integration of non-trigonometric functions: a common technique which involves first using the substitution rule with a trigonometric function, and then simplifying the resulting integral with a trigonometric identity.
One of the most prominent examples of trigonometric identities involves the equation <math>\sin^2 \theta + \cos^2 \theta = 1,</math> which is true for all real values of <math>\theta</math>. On the other hand, the equation
- <math>\cos\theta = 1</math>
is only true for certain values of <math>\theta</math>, not all. For example, this equation is true when <math>\theta = 0,</math> but false when <math>\theta = 2</math>.
Another group of trigonometric identities concerns the so-called addition/subtraction formulas (e.g. the double-angle identity <math>\sin(2\theta) = 2\sin\theta \cos\theta</math>, the addition formula for <math>\tan(x + y)</math>),[2] which can be used to break down expressions of larger angles into those with smaller constituents.
Exponential identities
The following identities hold for all integer exponents, provided that the base is non-zero:
- <math>\begin{align}
b^{m + n} &= b^m \cdot b^n \\ (b^m)^n &= b^{m\cdot n} \\ (b \cdot c)^n &= b^n \cdot c^n
\end{align}</math>
Unlike addition and multiplication, exponentiation is not commutative. For example, Шаблон:Nowrap and Шаблон:Nowrap, but Шаблон:Nowrap whereas Шаблон:Nowrap.
Also unlike addition and multiplication, exponentiation is not associative either. For example, Шаблон:Nowrap and Шаблон:Nowrap, but 23 to the 4 is 84 (or 4,096) whereas 2 to the 34 is 281 (or 2,417,851,639,229,258,349,412,352). When no parentheses are written, by convention the order is top-down, not bottom-up:
- <math>b^{p^q} := b^{(p^q)} ,</math> whereas <math>(b^p)^q = b^{p \cdot q}.</math>
Logarithmic identities
Шаблон:Main Several important formulas, sometimes called logarithmic identities or log laws, relate logarithms to one another:Шаблон:Efn
Product, quotient, power and root
The logarithm of a product is the sum of the logarithms of the numbers being multiplied; the logarithm of the ratio of two numbers is the difference of the logarithms. The logarithm of the Шаблон:Mvarth power of a number is Шаблон:Mvar times the logarithm of the number itself; the logarithm of a Шаблон:Mvarth root is the logarithm of the number divided by Шаблон:Mvar. The following table lists these identities with examples. Each of the identities can be derived after substitution of the logarithm definitions <math>x=b^{\log_b x},</math> and/or <math>y=b^{\log_b y},</math> in the left hand sides.
Formula | Example | |
---|---|---|
product | <math>\log_b(x y) = \log_b(x) + \log_b(y)</math> | <math>\log_3(243) = \log_3(9 \cdot 27) = \log_3(9) + \log_3(27) = 2 + 3 = 5</math> |
quotient | <math>\log_b\! \left( \frac{x}{y} \right) = \log_b(x) - \log_b(y)</math> | <math>\log_2(16) = \log_2\!\left( \frac{64}{4} \right) = \log_2(64) - \log_2(4) = 6 - 2 = 4</math> |
power | <math>\log_b(x^p) = p \log_b(x)</math> | <math>\log_2(64) = \log_2(2^6) = 6 \log_2 (2) = 6</math> |
root | <math>\log_b\! \sqrt[p]{x} = \frac{\log_b(x)} p</math> | <math>\log_{10}\! \sqrt{1000} = \frac{1}{2}\log_{10} 1000 = \frac{3}{2} = 1.5</math> |
Change of base
The logarithm logb(x) can be computed from the logarithms of x and b with respect to an arbitrary base k using the following formula:
- <math> \log_b(x) = \frac{\log_k(x)}{\log_k(b)}.</math>
Typical scientific calculators calculate the logarithms to bases 10 and e.[6] Logarithms with respect to any base b can be determined using either of these two logarithms by the previous formula:
- <math> \log_b (x) = \frac{\log_{10} (x)}{\log_{10} (b)} = \frac{\log_{e} (x)}{\log_{e} (b)}. </math>
Given a number x and its logarithm logb(x) to an unknown base b, the base is given by:
- <math> b = x^\frac{1}{\log_b(x)}.</math>
Hyperbolic function identities
Шаблон:Main The hyperbolic functions satisfy many identities, all of them similar in form to the trigonometric identities. In fact, Osborn's rule[7] states that one can convert any trigonometric identity into a hyperbolic identity by expanding it completely in terms of integer powers of sines and cosines, changing sine to sinh and cosine to cosh, and switching the sign of every term which contains a product of an even number of hyperbolic sines.[8]
The Gudermannian function gives a direct relationship between the trigonometric functions and the hyperbolic ones that does not involve complex numbers.
Logic and universal algebra
Formally, an identity is a true universally quantified formula of the form <math>\forall x_1,\ldots,x_n: s=t,</math> where Шаблон:Math and Шаблон:Math are terms with no other free variables than <math>x_1,\ldots,x_n.</math> The quantifier prefix <math>\forall x_1,\ldots,x_n</math> is often left implicit, when it is stated that the formula is an identity. For example, the axioms of a monoid are often given as the formulas
- <math>\forall x,y,z: x*(y*z)=(x*y)*z,\quad \forall x: x*1=x, \quad \forall x: 1*x=x,</math>
or, shortly,
- <math>x*(y*z)=(x*y)*z,\qquad x*1=x, \qquad 1*x=x.</math>
So, these formulas are identities in every monoid. As for any equality, the formulas without quantifier are often called equations. In other words, an identity is an equation that is true for all values of the variables.[9][10]
See also
References
Notes
Citations
Sources
External links
- The Encyclopedia of Equation Online encyclopedia of mathematical identities (archived)
- A Collection of Algebraic Identities
- ↑ 1,0 1,1 Шаблон:Cite web
- ↑ 2,0 2,1 Шаблон:Cite web
- ↑ Шаблон:Cite web
- ↑ Шаблон:Cite web
- ↑ Шаблон:Cite web
- ↑ Шаблон:Citation, p. 21
- ↑ Шаблон:Cite journal
- ↑ Шаблон:Cite book, Chapter 26, page 1155
- ↑ Шаблон:Cite book
- ↑ Шаблон:Cite book Here: Def.1 of Sect.3.2.1, p.160.