- Dec 25, 2022
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!
- Dec 5, 2022
The number of days in a week is prime, so we cannot utilize weekly periods to help us remember periodical events unless the period is a multiple of 7. However, there may be something that we need to get reminded of which happens once per two days or three days. For example, I wash my hair once per two days and wash my clothes once per eight days. To solve the problem, I wrote a Ruby program to help remind me of those routines.
- Nov 28, 2022
I use udev and systemd to send a notification to my phone via ntfy automatically whenever my laptop is discharging.
- Nov 20, 2022
We can derive the equation of motion for mechanical systems in a Galileo universe with ι time dimensions and χ space dimensions by generalizing the principle of relativity and Hamilton’s principle.
- Nov 18, 2022
Suppose a supersonic airplane has Mach number M. It flies horizontally. At some time, it flies past over your head at height h. Then, the distance between you and it when you have just heard it is Mh.
- Nov 16, 2022
Sometimes the curvature radius of a curve can be found by using physical methods although it seems that you must use calculus to find it. In this article, the curvature radius of the curve x2=2py at the point where the curvature radius is smallest is found by using physical methods without using calculus (with only high school knowledge). The answer is that the smallest curvature is exactly p, and the point with smallest curvature is the vertex.
- Nov 16, 2022
In the vacuum, inside a fixed ring of radius R with fixed charge Q uniformly distributed, there is a point charge with charge q and mass m moving in the plane of the ring due tue the electrostatic force. It moves in the small region around the center of the ring, and the motion is periodic along a closed curve. The area of the region enclosed by the curve is S. Denote the distance from the center to the point charge as r, and r≪R. Find the magnetic induction B at the center of the ring.
- Nov 15, 2022
By recursively integrating according to xn+1(t):=∫t0tf(xn(s),s)ds+C from x0(t0):=C, we can get the solution of the ODE
x′(t)=f(x(t),t) with initial conditions x(t0)=C as the limit of the sequence of functions.
- Nov 13, 2022
To illustrate the concept about non-uniform elements, we study a simple problem: suppose a uniform heavy elastic rope has mass m, original length L0, and stiffness k, and find the mass distribution and length of it when hung vertically. We can use the element method to solve this problem, but the elements are non-uniform in terms of length. The elements add up to get the total length L=2kmg+L0.
- Nov 12, 2022
In this article, we will find that the inertia matrix naturally appears when we calculate the kinetic energy T or the angular momentum M of a rigid body. Then, we introduce the concept of principal inertia Jpri. We also study how the inertia matrix changes under translations and rotations and how those transformations may lead to conclusions that can help us simplify the calculation of inertia matrices.