Register and share your invite link to earn from video plays and referrals.

Mathematica
@mathemetica
Math isn't escape. It's the map through the madness.
724 Following    50K Followers
The curve of e⁻ˣ² spans the real line with total area exactly √π. Square the integral I = ∫₋∞⁺∞ e⁻ˣ² dx to obtain the double integral of e⁻⁽ˣ²⁺ʸ²⁾ over the plane. Switch to polar coordinates (x = r cos θ, y = r sin θ, dx dy = r dr dθ), integrate θ from 0 to 2π and r from 0 to ∞, then substitute u = r² to reduce I² to π. The positive root is therefore √π. This constant normalizes the probability density of the normal distribution that models measurement error in experimental physics.
Show more
e^{ix} sits on the unit circle at angle x while e^{-ix} sits at −x. Their average is the real value cos x = (e^{ix} + e^{-ix})/2. Their difference divided by 2 is the pure imaginary i sin x = (e^{ix} − e^{-ix})/2. The horizontal dashed line joining −e^{−ix} to e^{ix} lies at height sin x and is centered exactly on that imaginary point. Radio engineers apply the same identity when computing phase angles for AC waveforms in transmission-line design.
Show more
Four classic results from real analysis appear here side by side. The Gaussian ∫₋∞⁺∞ e⁻ˣ² dx = √π The arctangent ∫₋∞⁺∞ 1/(x²+1) dx = π Dirichlet’s ∫₋∞⁺∞ (sin x)/x dx = π And ∫₋∞⁺∞ cos(x)/(1+x²) dx = π/e Digital audio codecs rely on the sinc integral to enforce the Nyquist rate that prevents aliasing in compressed music files.
Show more
Numbers x and y sit end to end under a semicircle and instantly rank their four classic averages by length. The tallest vertical is the arithmetic mean (x + y)/2. The vertical at their meeting point is the geometric mean √(xy). The long slant from the center top is the quadratic mean √((x² + y²)/2). The shortest vertical is the harmonic mean 2xy/(x + y). These lengths always obey QM ≥ AM ≥ GM ≥ HM, and the triangle drawn around the small circle has area xy. Electricians size household AC wiring with the quadratic mean because it gives the effective voltage that produces the same heating as a steady DC current.
Show more
Every electric motor, radio signal and light wave follows these four equations. Faraday’s law of induction links a changing magnetic field to an electric field through ∮ E · dl = −∬ ∂B/∂t · dS, or in differential form ∇ × E = −∂B/∂t. The Ampère-Maxwell law includes displacement current: ∮ H · dl = ∬ J · dS + ∬ ∂D/∂t · dS and ∇ × H = J + ∂D/∂t. Gauss’s electric law equates electric flux to enclosed charge ∯ D · dS = ∭ ρ dV, ∇ · D = ρ, while magnetic flux through any closed surface vanishes ∯ B · dS = 0, ∇ · B = 0. Induction cooktops heat pots by inducing currents with Faraday’s law.
Show more
“I think it's much more interesting to live not knowing than to have answers which might be wrong.” ― Richard P. Feynman
Scalars carry zero indices as lone values a. Vectors gain one as vᵢ packing n components into a column. Matrices take two as Mᵢⱼ filling m×n grids. 3-tensors use three as Aᵢⱼₖ arranging m×n×p entries in cubes. 4-tensors add four as Bᵢⱼₖₗ holding m×n×p×q values in hypercubes. Structural engineers feed the elasticity 4-tensor into finite-element codes that predict how steel beams twist and yield under seismic shear in high-rise frames.
Show more
Mathematicians isolate graphs with extreme traits under simple names that stick for generations. The Balaban 10-cage realizes the (3,10)-cage with 70 vertices. Errera and Kittell graphs relate to the four color theorem. The Frucht graph is the smallest 3-regular with trivial automorphism group. Circuit designers draw on the Goldner-Harary and Wagner graphs for planar embeddings in printed circuit board layouts.
Show more
Pixels from a face photograph enter the input layer and get processed across three hidden layers of a deep neural network. The first hidden layer isolates edges. The second hidden layer forms combinations of edges. The third hidden layer constructs object models such as faces. Four nodes in the output layer generate the network response. Security systems at border control use this hierarchical feature extraction to identify travelers from passport photos against database matches.
Show more
Numbers rarely sit exactly at their average - the standard deviation formula shows the typical distance they stray from it. Population: σ = √[∑(xᵢ − μ)² / N] xᵢ = elements in population μ = population mean N = population size Sample: s = √[∑(xᵢ − x̄)² / (n − 1)] xᵢ = elements in sample x̄ = sample mean n = sample size The sample version is applied by bank risk analysts to measure day-to-day swings in currency exchange rates.
Show more
Graphs reveal area secrets through simple shapes. The constant function f(x)=a spanning 0 to xₘ encloses a rectangle of area a𝑥ₘ. The linear function f(x)=a𝑥 encloses a triangle of area a𝑥ₘ²/2. These equal the evaluated definite integrals of each. Spring manufacturers compute elastic potential energy as the triangular area under the force-extension graph, yielding ½kx² for a spring constant k.
Show more
Maxim Kontsevich, born August 25, 1964, in Khimki, Russia, is a Russian-French mathematician and mathematical physicist. He won the Fields Medal in 1998 for proving Witten's conjecture on moduli spaces of curves, creating the Kontsevich integral for knot invariants, and his work on deformation quantization of Poisson manifolds. His ideas on homological mirror symmetry have also been hugely influential, blending string theory concepts with algebraic geometry. He's a professor at IHÉS in France and the University of Miami. Kontsevich's career reminds us how crossing boundaries between math and physics can lead to profound discoveries. How do you think proving Witten’s conjecture early on shaped the direction of his later work on quantization and mirror symmetry?
Show more
One number in the polar equation flips a circle into petals or layered loops. Rose curves follow r = cos(nθ). Odd integers give n petals; even integers give 2n. Reduced fractions n = p/q close after finite turns, with p petals if both odd, 2p otherwise. Cathedral builders used matching petal symmetries for the stone tracery of Gothic rose windows.
Show more
Probability quantifies likelihood from 0 (impossible) to 1 (certain). P(event) = favourable ÷ total outcomes. Diagrams show A ∪ B, A ∩ B, A' with P(not A)=1−P(A), A only=A∩B'. Mutually exclusive: A∩B=∅. Addition: P(A∪B)=P(A)+P(B)−P(A∩B). Independent: P(A∩B)=P(A)×P(B). Theoretical die P(5)=1/6≈0.1667; experimental from trials. Expected=P×trials. Sample space e.g. {1,2,3,4,5,6}. Stats: range=max−min, IQR=Q3−Q1 (middle 50%), mode most common, mean average, median middle, outliers distant. Actuaries set insurance premiums using claim probabilities from past data.
Show more
Every direction you can face from a point on the surface z = f(x, y) comes with its own slope. That slope is the directional derivative for the unit vector u pointing that way, and the continuum of directions means infinitely many such slopes exist. Find any one with Dᵤf = ∇f · u. Hikers' GPS apps compute these rates to estimate energy cost when a trail turns in any compass direction over varying terrain.
Show more
From lines to cubes and beyond, the powers of (a + b) expand as (a + b)¹ = a + b, (a + b)² = a² + 2ab + b², (a + b)³ = a³ + 3a²b + 3ab² + b³, and (a + b)⁴ = a⁴ + 4a³b + 6a²b² + 4ab³ + b⁴, with each term built from red a-blocks and blue b-blocks in matching quantities. Financial analysts expand (1 + r)ⁿ this way to project investment growth over n years under compound interest.
Show more
Stress states collapse to Mohr circles on the σₙ–σₛ plane. - Hydrostatic pressure appears as a lone point; - Uniaxial compression or tension yields a single circle rooted at the origin; - Confined axial and triaxial fields generate nested circles whose diameters equal principal differences; - Pure shear centers at zero mean stress; - Differential stress is simply σ₁ − σ₃; - Pore pressure p_f shifts every circle leftward to give effective stress. Principal matrices sit beside each plot. From the same constructions, tectonicists forecast crustal faults and mining engineers gauge tunnel stability.
Show more
“Mathematics is the art of giving the same name to different things.” — Henri Poincaré
Rotating a vector 90° then pushing it through f must match pushing first then rotating – otherwise the map isn’t complex-differentiable. These grids make that concrete: the top shows df(zX) while the bottom shows z·df(X); forcing them equal unpacks straight into the Cauchy-Riemann pair ∂u/∂x = ∂v/∂y ∂u/∂y = −∂v/∂x. Aircraft engineers lean on exactly these relations when they build conformal maps to forecast airflow over wing sections, skipping full Navier-Stokes runs for early design loops. Which single arrow in the picture finally made the two equations feel inevitable to you?
Show more
Number lines pair open circles with strict inequalities (excluding endpoints) and filled circles with inclusive ones, converting exactly to interval notation via parentheses or brackets. x > 5 becomes (5, ∞) x ≥ 5 becomes [5, ∞) 1 < x < 5 becomes (1, 5) 1 ≤ x ≤ 5 becomes [1, 5] x ≤ 1 or x ≥ 5 becomes (−∞, 1] ∪ [5, ∞) In order to activate cooling systems, engineers set temperature safety thresholds in industrial sensors as 1 ≤ T ≤ 5 °C above baseline.
Show more