StudentsEducators

Stokes Theorem

Stokes' Theorem is a fundamental result in vector calculus that relates surface integrals of vector fields over a surface to line integrals of the same vector fields around the boundary of that surface. Mathematically, it can be expressed as:

∫CF⋅dr=∬S∇×F⋅dS\int_C \mathbf{F} \cdot d\mathbf{r} = \iint_S \nabla \times \mathbf{F} \cdot d\mathbf{S}∫C​F⋅dr=∬S​∇×F⋅dS

where:

  • CCC is a positively oriented, simple, closed curve,
  • SSS is a surface bounded by CCC,
  • F\mathbf{F}F is a vector field,
  • ∇×F\nabla \times \mathbf{F}∇×F represents the curl of F\mathbf{F}F,
  • drd\mathbf{r}dr is a differential line element along the curve, and
  • dSd\mathbf{S}dS is a differential area element of the surface SSS.

This theorem provides a powerful tool for converting difficult surface integrals into simpler line integrals, facilitating easier calculations in physics and engineering problems involving circulation and flux. Stokes' Theorem is particularly useful in fluid dynamics, electromagnetism, and in the study of differential forms in advanced mathematics.

Other related terms

contact us

Let's get started

Start your personalized study experience with acemate today. Sign up for free and find summaries and mock exams for your university.

logoTurn your courses into an interactive learning experience.
Antong Yin

Antong Yin

Co-Founder & CEO

Jan Tiegges

Jan Tiegges

Co-Founder & CTO

Paul Herman

Paul Herman

Co-Founder & CPO

© 2025 acemate UG (haftungsbeschränkt)  |   Terms and Conditions  |   Privacy Policy  |   Imprint  |   Careers   |  
iconlogo
Log in

Normalizing Flows

Normalizing Flows are a class of generative models that enable the transformation of a simple probability distribution, such as a standard Gaussian, into a more complex distribution through a series of invertible mappings. The key idea is to use a sequence of bijective transformations f1,f2,…,fkf_1, f_2, \ldots, f_kf1​,f2​,…,fk​ to map a simple latent variable zzz into a target variable xxx as follows:

x=fk∘fk−1∘…∘f1(z)x = f_k \circ f_{k-1} \circ \ldots \circ f_1(z)x=fk​∘fk−1​∘…∘f1​(z)

This approach allows the computation of the probability density function of the target variable xxx using the change of variables formula:

pX(x)=pZ(z)∣det⁡∂f−1∂x∣p_X(x) = p_Z(z) \left| \det \frac{\partial f^{-1}}{\partial x} \right|pX​(x)=pZ​(z)​det∂x∂f−1​​

where pZ(z)p_Z(z)pZ​(z) is the density of the latent variable and the determinant term accounts for the change in volume induced by the transformations. Normalizing Flows are particularly powerful because they can model complex distributions while allowing for efficient sampling and exact likelihood computation, making them suitable for various applications in machine learning, such as density estimation and variational inference.

Tarjan’S Bridge-Finding

Tarjan’s Bridge-Finding Algorithm is an efficient method for identifying bridges in a graph—edges that, when removed, increase the number of connected components. The algorithm operates using a Depth-First Search (DFS) approach, maintaining two key arrays: disc[] and low[]. The disc[] array records the discovery time of each vertex, while the low[] array determines the lowest discovery time reachable from a vertex, allowing the identification of bridges. An edge (u,v)(u, v)(u,v) is classified as a bridge if the condition low[v]>disc[u]low[v] > disc[u]low[v]>disc[u] holds after the DFS traversal. This algorithm runs in O(V + E) time complexity, where VVV is the number of vertices and EEE is the number of edges, making it highly efficient for large graphs.

Hicksian Demand

Hicksian Demand refers to the quantity of goods that a consumer would buy to minimize their expenditure while achieving a specific level of utility, given changes in prices. This concept is based on the work of economist John Hicks and is a key part of consumer theory in microeconomics. Unlike Marshallian demand, which focuses on the relationship between price and quantity demanded, Hicksian demand isolates the effect of price changes by holding utility constant.

Mathematically, Hicksian demand can be represented as:

h(p,u)=arg⁡min⁡x{p⋅x:u(x)=u}h(p, u) = \arg \min_{x} \{ p \cdot x : u(x) = u \}h(p,u)=argxmin​{p⋅x:u(x)=u}

where h(p,u)h(p, u)h(p,u) is the Hicksian demand function, ppp is the price vector, and uuu represents utility. This approach allows economists to analyze how consumer behavior adjusts to price changes without the influence of income effects, highlighting the substitution effect of price changes more clearly.

Heisenberg Uncertainty

The Heisenberg Uncertainty Principle is a fundamental concept in quantum mechanics that states it is impossible to simultaneously know both the exact position and exact momentum of a particle. This principle arises from the wave-particle duality of matter, where particles like electrons exhibit both particle-like and wave-like properties. Mathematically, the uncertainty can be expressed as:

ΔxΔp≥ℏ2\Delta x \Delta p \geq \frac{\hbar}{2}ΔxΔp≥2ℏ​

where Δx\Delta xΔx represents the uncertainty in position, Δp\Delta pΔp represents the uncertainty in momentum, and ℏ\hbarℏ is the reduced Planck constant. The more precisely one property is measured, the less precise the measurement of the other property becomes. This intrinsic limitation challenges classical notions of determinism and has profound implications for our understanding of the micro-world, emphasizing that at the quantum level, uncertainty is an inherent feature of nature rather than a limitation of measurement tools.

Factor Pricing

Factor pricing refers to the method of determining the prices of the various factors of production, such as labor, land, and capital. In economic theory, these factors are essential inputs for producing goods and services, and their prices are influenced by supply and demand dynamics within the market. The pricing of each factor can be understood through the concept of marginal productivity, which states that the price of a factor should equal the additional output generated by employing one more unit of that factor. For example, if hiring an additional worker increases output by 10 units, and the price of each unit is $5, the appropriate wage for that worker would be $50, reflecting their marginal productivity. Additionally, factor pricing can lead to discussions about income distribution, as differences in factor prices can result in varying levels of income for individuals and businesses based on the factors they control.

Euler Characteristic Of Surfaces

The Euler characteristic is a fundamental topological invariant that provides important insights into the shape and structure of surfaces. It is denoted by the symbol χ\chiχ and is defined for a compact surface as:

χ=V−E+F\chi = V - E + Fχ=V−E+F

where VVV is the number of vertices, EEE is the number of edges, and FFF is the number of faces in a polyhedral representation of the surface. The Euler characteristic can also be calculated using the formula:

χ=2−2g−b\chi = 2 - 2g - bχ=2−2g−b

where ggg is the number of handles (genus) of the surface and bbb is the number of boundary components. For example, a sphere has an Euler characteristic of 222, while a torus has 000. This characteristic helps in classifying surfaces and understanding their properties in topology, as it remains invariant under continuous deformations.