Archive of posts in category “math”
Some understanding of Grassmann numbers out of intuition
I was briefly introduced to Grassmann numbers when I studied quantum field theory. I then had the natural question of how we can formally define them. In this article, I went with my intuition and tried to answer this question.
- Categories: math
- Tags: quantum field theory, linear algebra, abstract algebra
Rotational symmetry of plane lattices as a simple example of algebraic number theory
For a plane lattice, there is only a finite number of different rotational symmetries that are compatible with the discrete translational symmetry. For example, the 5-fold rotational symmetry is not one of them. Why is that? It turns out that whether an -fold symmetry is compatible with translational symmetry is the same as whether .
- Categories: math
- Tags: complex, condensed matter physics, algebraic number theory, lattice, mathematical physics
The distribution when indistinguishable balls are put into boxes
Suppose there are distinguishable boxes and indistinguishable balls. Now, we randomly put the balls into the boxes. For each of the boxes, what is the probability that it contains balls? This is a simple combanitorics problem that can be solved by the stars and bars method. It turns out that in the limit with fixed, the distribution tends to be a geometric distribution.
- Categories: math
- Tags: probability, combinatorics, ruby
Introducing bra–ket notation to math learners
Bra–ket notation is a good-looking notation! I am sad that it is not generally taught in math courses. Let me introduce it to you.
- Categories: math
- Tags: from zhihu, quantum mechanics
This is what will happen after you get a haircut
Denote the length distribution of one’s hair to be , where is hair length, and is time. Considering that each hair may be lost naturally from time to time (there is a probability of for each hair to be lost within time range from to ) and then restart growing from zero length, how will the length distribution of hair evolve with time? It turns out that we may model it with a first-order PDE.
- Categories: math
- Tags: calculus, probability, pde
The longest all- substring of a random bit string
Given your probability of breaking the combo at each note, what is the probability distribution of your max combo in the rhythm game chart? I considered the problem seriously!
- Categories: math
- Tags: long paper, rhythm game, algorithm, probability
Solving ODE by recursive integration
By recursively integrating according to from , we can get the solution of the ODE with initial conditions as the limit of the sequence of functions.
Hölder means inequality
The Hölder mean of with weights and a parameter is defined as , and the value at are defined by the limits. We can prove using Jensen’s inquality that the Hölder mean increases as increases. This property can be used to prove HM-GM-AM-QM inequalities.
- Categories: math
- Tags: calculus, from zhihu
A polynomial whose sum of coefficients is a factorial
The function is a polynomial of degree w.r.t. , and the sum of its coefficients is . This turns out to be properties of Eulerian numbers.
- Categories: math
- Tags: combinatorics, number sequence, from zhihu
The point on the circle farthest to two lines
Suppose is a point on the circle . When is the sum of distances from to two edges of extremal? It turns out to be related to angle bisectors (the intersections of and the bisector of or its adjacent supplementary angle are extremals), while the edge cases (at the intersections of and edges of ) are a little tricky: we need to use the bisectors to divide the plane into four quadrants, pick the two quadrants where the line intersecting at lies, translate the region to make it center at , and see whether is inside the translated region.
- Categories: math
- Tags: elementary geometry, trigonometry, from zhihu