On Einstein's famous paper, in the section on the transformation of light energy between frames of reference, Einstein devises a thought experiment to determine it. He imagines two frames of reference, $K$ and $k$, in which $k$ moves relative to $K$ with velocity $v$ along the x-axis. The coordinates and time in frame $K$ are $x, y, z,$ and $t$. The coordinates in time for $k$ are $\xi, \eta, \zeta,$ and $\tau$. He imagines that a plane light wave travels at an angle from the axis with $l, m,$ and $n$ being the cosines between the wave-normal and the three axis, respectively. He then imagines an imaginary spherical surface which moves in the same direction as the light, such that as it travels, it always encloses the same 'bit' of light. The equation for this sphere is $$(x-clt)^2+(y-cmt)^2+(z-cnt)^2=R^2$$ To find the volume of this 'sphere' in the $k$ frame of reference, he applies the Lorentz Transformation to the equation of the sphere and obtaining an ellipsoid. Setting $\tau=0$: $$(\beta\xi-l\beta\frac{v}{c}\xi)^2+(\eta-m\beta\frac{v}{c}\xi)^2+(\zeta-n\beta\frac{v}{c}\xi)^2=R^2$$ So far so great, but then he states that "through a simple calculation" it can be shown that the ratio between the volume $S'$ of the ellipsoid and the volume $S$ of the sphere is $$\frac{S'}{S}=\frac{\sqrt{1-\frac{v^2}{c^2}}}{1-l\frac{v}{c}}$$ What is this 'Simple Calculation' through which we can determine the volume of the ellipsoid?
2026-04-07 09:55:10.1775555710
Volume of ellipsoid in "On the Electrodynamics of Moving Bodies"
101 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in PHYSICS
- Why is the derivative of a vector in polar form the cross product?
- What is meant by input and output bases?
- Does Planck length contradict math?
- Computing relative error with ideal gas law.
- Planetary orbits in a $4$-dimensional universe
- Applied Maths: Equations of Motion
- Return probability random walk
- What will be the velocity of a photon ejected from the surface of cesium by a photon with a frequency of 6.12E14 s^-1?
- What mathematical principal allows this rearrangement during simplifying
- Time when velocity of object is zero and position at that point in time
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
Okay, I think this is the simplest way to do it. The volume of the ellipsoid $$ \frac{X^2}{a^2}+\frac{Y^2}{b^2}+\frac{Z^2}{c^2} = 1 $$ is $4\pi abc/3$. Thus the ratio of this to the sphere $(X^2+Y^2+Z^2)/R^2 = 1$ is $abc/R^3$. Dividing your equation by a factor of $R^2$ means that the $R^3$ goes away. Hence we just have to find the coefficients of $X^2,Y^2,Z^2$.
To do this, the quickest way is to define new coordinates by $\xi' = \xi$, $\eta' = \eta-m\beta v\xi/c $, and $\zeta' = \zeta - n\beta v\xi/c$ (which are obviously linearly independent, so will span the space), which simplifies the ellipse equation to $$ \left(1-\frac{lv}{c}\right)^2\beta^2 \xi'^2 + \eta'^2 + \zeta'^2 = R^2. $$ In particular, this does not change the volume measure since the Jacobian is upper triangular with $1$s down the diagonal.
Now one can read off that the volume ratio is $$ abc = \frac{\beta}{1-lv/c}, $$ as required.