The angle–addition identities for sine and cosine often appear as algebraic formulas, but they can also be understood by combining two right triangles in a simple geometric construction. The calculations for the side lengths follow directly from the definitions of sine and cosine. sin(x + y) = sin x cos y + cos x sin y cos(x + y) = cos x cos y − sin x sin y Start with a right triangle of angle y and hypotenuse 1. From basic trigonometry, its horizontal and vertical sides are: cos y and sin y. Next, attach a second right triangle with angle x . Its hypotenuse is the side of length cos y from the first triangle, so its adjacent and opposite sides become: adjacent = cos x · cos y opposite = sin x · cos y Likewise, if the first triangle's vertical side sin y is used as a hypotenuse in a similar way, it contributes: adjacent = cos x · sin y opposite = sin x · sin y When the horizontal components are combined, they give the expression for cos(x + y...
The Method of Differences — A Clean Proof of the Sum of Cubes The method of differences is a remarkably elegant tool for evaluating finite sums. When each term of a series can be written in the form f(r+1) − f(r) , the sum “collapses” — all interior terms cancel, leaving only a boundary expression. This behaviour is called a telescoping sum . 1) Telescoping Sums Assume the general term u r can be written as: u r = f(r+1) − f(r). Then the finite sum from r = 1 to r = n becomes: Σ u r = Σ ( f(r+1) − f(r) ). To see what happens, write out a few terms: u₁ = f(2) − f(1) u₂ = f(3) − f(2) u₃ = f(4) − f(3) ⋮ uₙ = f(n+1) − f(n) When these are added, everything cancels except the first and last pieces: Σ u r = f(n+1) − f(1). This is the essence of the method: interior structure disappears, leaving just the difference between the final and initial states. 2) A Classic Application — The Sum of Cubes We will use this technique to prove the well-known ...
Understanding Skew Lines in Three-Dimensional Space Why they exist, how they behave, and how to analyse them rigorously. In two-dimensional geometry, any two lines must either intersect or be parallel. There is no third possibility because both lines are trapped inside a single plane. However, in three-dimensional space, a new type of configuration becomes possible: two lines that do not meet, are not parallel, and do not lie in the same plane. These are called skew lines . They represent one of the first truly three-dimensional concepts in mathematics and geometry. 1. What Are Skew Lines? Two lines L₁ and L₂ in 3D are skew if: they do not intersect , they are not parallel , and they are not coplanar (there is no single plane that contains both). This gives the mathematical definition: L₁ and L₂ are skew ⇔ (1) L₁ ∩ L₂ = ∅ (2) L₁ is not parallel to L₂ (3) No plane contains both lines Skew lines cannot exist in 2D. They are a purely three-dim...