maths.free › Trigonometry › Identities and triangles › Pythagorean trigonometric identity
Pythagorean trigonometric identity
The Pythagorean trigonometric identity, also called simply the Pythagorean identity, is an identity expressing the Pythagorean theorem in terms of trigonometric functions.
Pythagorean trigonometric identity
The Pythagorean trigonometric identity, also called simply the Pythagorean identity, is an identity expressing the Pythagorean theorem in terms of trigonometric functions. Along with the sum-of-angles formulae, it is one of the basic relations between the sine and cosine functions.
The identity is
\(\sin^2 \theta + \cos^2 \theta = 1\),
where \(\sin^2 \theta\) means \((\sin\theta)^2\) and \(\cos^2 \theta\) means \((\cos\theta)^2\).
Proof based on right-angle triangles
Any similar triangles have the property that if we select the same angle in all of them, the ratio of the two sides defining the angle is the same regardless of which similar triangle is selected, regardless of its actual size: the ratios depend upon the three angles, not the lengths of the sides. Thus for either of the similar right triangles in the figure, the ratio of its horizontal side to its hypotenuse is the same, namely cos θ.
The elementary definitions of the sine and cosine functions in terms of the sides of a right triangle are:
\[\begin{alignedat}{3} \sin \theta &= \frac{\mathrm{opposite}}{\mathrm{hypotenuse}} = \frac{b}{c} \\ \cos \theta &= \frac{\mathrm{adjacent}}{\mathrm{hypotenuse}} = \frac{a}{c} \end{alignedat}\]
The Pythagorean identity follows by squaring both definitions above, and adding; the left-hand side of the identity then becomes
\[\frac{\mathrm{opposite}^2 + \mathrm{adjacent}^2}{\mathrm{hypotenuse}^2}\]
which by the Pythagorean theorem is equal to 1. This definition is valid for all angles, due to the definition of defining x = cos θ and y sin θ for the unit circle and thus x = c cos θ and y = c sin θ for a circle of radius c and reflecting our triangle in the y-axis and setting a = x and b = y.
Alternatively, the identities found at Trigonometric symmetry, shifts, and periodicity may be employed. By the periodicity identities we can say if the formula is true for −π < θ ≤ π then it is true for all real θ. Next we prove the identity in the range π/2 < θ ≤ π. To do this we let t = θ − π/2, t will now be in the range 0 < t ≤ π/2. We can then make use of squared versions of some basic shift identities (squaring conveniently removes the minus signs):
Condensed: the full section is in Wikipedia.
Proof using the unit circle
The unit circle centered at the origin in the Euclidean plane is defined by the equation:
\(x^2 + y^2 = 1.\)
Given an angle θ, there is a unique point P on the unit circle at an anticlockwise angle of θ from the x-axis, and the x- and y-coordinates of P are:
\[x = \cos\theta \ \text{ and }\ y = \sin\theta.\]
Consequently, from the equation for the unit circle, \[\cos^2 \theta + \sin^2 \theta = 1,\] the Pythagorean identity.
In the figure, the point P has a negative x-coordinate, and is appropriately given by x = cos θ, which is a negative number: cos θ = −cos(π − θ). Point P has a positive y-coordinate, and sin θ = sin(π − θ) > 0. As θ increases from zero to the full circle θ = 2π, the sine and cosine change signs in the various quadrants to keep x and y with the correct signs. The figure shows how the sign of the sine function varies as the angle changes quadrant.
Because the x- and y-axes are perpendicular, this Pythagorean identity is equivalent to the Pythagorean theorem for triangles with hypotenuse of length 1 (which is in turn equivalent to the full Pythagorean theorem by applying a similar-triangles argument). See Unit circle for a short explanation.
Proof using power series
The trigonometric functions may also be defined using power series, namely for x (an angle measured in radians):
\[\begin{aligned} \sin x &= \sum_{n = 0}^\infty \frac{(-1)^n}{(2n + 1)!} x^{2n + 1},\\ \cos x &= \sum_{n = 0}^\infty \frac{(-1)^n}{(2n)!} x^{2n}. \end{aligned}\]
Using the multiplication formula for power series at Multiplication and division of power series (suitably modified to account for the form of the series here) we obtain
\[\begin{aligned} \sin^2 x & = \sum_{i = 0}^\infty \sum_{j = 0}^\infty \frac{(-1)^i}{(2i + 1)!} \frac{(-1)^j}{(2j + 1)!} x^{(2i + 1) + (2j + 1)} \\ & = \sum_{n = 1}^\infty \left(\sum_{i = 0}^{n - 1} \frac{(-1)^{n - 1}}{(2i + 1)!(2(n - i - 1) + 1)!}\right) x^{2n} \\ & = \sum_{n = 1}^\infty \left( \sum_{i = 0}^{n - 1} {2n \choose 2i + 1} \right) \frac{(-1)^{n - 1}}{(2n)!} x^{2n},\\ \cos^2 x & = \sum_{i = 0}^\infty \sum_{j = 0}^\infty \frac{(-1)^i}{(2i)!} \frac{(-1)^j}{(2j)!} x^{(2i) + (2j)} \\ & = \sum_{n = 0}^\infty \left(\sum_{i = 0}^n \frac{(-1)^n}{(2i)!(2(n - i))!}\right) x^{2n} \\ & = \sum_{n = 0}^\infty \left( \sum_{i = 0}^n {2n \choose 2i} \right) \frac{(-1)^n}{(2n)!} x^{2n}. \end{aligned}\]
In the expression for sin, n must be at least 1, while in the expression for cos, the constant term is equal to 1. The remaining terms of their sum are (with common factors removed)
\[\begin{aligned} \sum_{i = 0}^n {2n \choose 2i} - \sum_{i = 0}^{n - 1} {2n \choose 2i + 1} &= \sum_{j = 0}^{2n} (-1)^j {2n \choose j} \\ &= (1 - 1)^{2n} = 0 \end{aligned}\]
by the binomial theorem. Consequently, \[\sin^2 x + \cos^2 x = 1,\] which is the Pythagorean trigonometric identity.
Condensed: the full section is in Wikipedia.
Proof using the differential equation
Sine and cosine can be defined as the two solutions to the differential equation:
\[y'' + y = 0\]
satisfying respectively y(0) = 0, y′(0) = 1 and y(0) = 1, y′(0) = 0. It follows from the theory of ordinary differential equations that the first solution, sine, has the second, cosine, as its derivative, and it follows from this that the derivative of cosine is the negative of the sine. The identity is equivalent to the assertion that the function
\[z = \sin^2 x + \cos^2 x\]
is constant and equal to 1. Differentiating using the chain rule gives:
\[\frac{d}{dx} z = 2 \sin x \cos x + 2 \cos x(-\sin x) = 0,\] so z is constant. A calculation confirms that z(0) = 1, and z is a constant so z = 1 for all x, so the Pythagorean identity is established.
A similar proof can be completed using power series as above to establish that the sine has as its derivative the cosine, and the cosine has as its derivative the negative sine. In fact, the definitions by ordinary differential equation and by power series lead to similar derivations of most identities.
Condensed: the full section is in Wikipedia.
Proof using Euler's formula
Factoring \(\cos^2 \theta + \sin^2 \theta\) as the complex difference of two squares and using Euler's formula \(e^{i\theta} = \cos\theta + i\sin\theta\),
\[\begin{aligned} \cos^2 \theta + \sin^2 \theta &= \cos^2 \theta - i^2 \sin^2 \theta \\[3mu] &= (\cos\theta + i\sin\theta)(\cos\theta - i\sin\theta) \\[3mu] &= e^{i\theta}e^{-i\theta} \\ &= e^{i\theta-i\theta} = e^0 = 1 \end{aligned}\]
Haddaad Ma jiro xisaabis oo ku nool midkan, laakiin qaybaha ka mid ah waa la xisaabi karaa. Ku raaxayso mid ka hooseeya, ama ku qor adiga kuu gaar ah.
A xisaab bilaash ah oo ku daray qoraalada waxbarasho kasta, diiwaanka waxa aad dhamaatay, dhibaatooyinka aad xal u tahay meel kaliya, iyo macallinka aad weydiisan kartaa oo ku saabsan bogga. Xisaabta oo keliya waa u furan yahay qof kasta, la diiwaan geliyey ama aan.
Ku soo biir Ku soo galCalaamadaha la isticmaalay halkan
Taab calaamad kasta oo loogu talagalay qeexidda buuxda, sawir, iyo waxa xarfaha oo dhan ka mid ah ka dhigan tahay.
Su'aalaha dadku waydiiyaan
Why radians instead of degrees?
A radian is the angle whose arc equals the radius, so it is a pure ratio rather than an arbitrary 1/360 of a turn. With radians the derivative of sin x is exactly cos x; with degrees a factor of π/180 appears everywhere.
Why does sin x = 1/2 have infinitely many solutions?
Sine repeats every full turn, and within one turn it reaches 1/2 twice (at π/6 and 5π/6). Add any whole number of turns to either and it is still true.
How do I remember the exact values?
Two triangles: the 45-45-90 with sides 1, 1, √2 and the 30-60-90 with sides 1, √3, 2. Every value for 30°, 45° and 60° is a ratio of those sides; symmetry gives the rest of the circle.
Qaybaha ee boggaan waxaa la beddelay ka Wikipedia (CC BY-SA 4.0). Condensed iyo dib-oo halkan lagu sharaxay; khaladaadka waa inoo.
In ka badan Trigonometry
The unit circleTrigonometric equationsTrigonometric identitiesDegrees and radiansRight-triangle trigonometry (SOH-CAH-TOA)Law of sines and law of cosinesGraphs of sine, cosine and tangentInverse trigonometric functions