Posts

Distance on the surface of a sphere

A common problem is how to measure distances on a sphere. For our normal, flat, Euclidean space, it is simply a straight line. However, this is not the case on the surface of a sphere. Do to it's curvature, the shortest path from one point to another (geodesic path) is a segment of a great circle. The derivation is short and can be found on WolframMathWorld | Great Circle . The distance is, With \(\lambda\)=longitude and \(\delta\) = latitude \[ d = R~\cos^{-1}\left[\cos{\delta_1}\cos{\delta_2}\cos{(\lambda_1-\lambda_2)}+\sin{\delta_1}\sin{\delta_2}\right], \] the angular change is \(d/R\). If you want to use pure sphereical coordinates, make the transformation \(\theta=\frac{\pi}{2}-\delta\) and \(\phi = \lambda\) If you are only interested in the motion along the lines of latitiude, then that distance is simply $$d= R|\lambda_1-\lambda_2|$$

The Double Slit with Delta function slits - A rigorous approach

Image
The truest statement about Fourier Transforms is that they are complex. - A.G.S. Two-slit interference The interference of light arises from something called Huygen's Principle. It basically states the every point a beam of light reaches becomes a source of a spherical wave. This is seen in the image below (source Wikipedia)

A Quick Look at Spherical Coordinates

Image
Because astronomy works on the Celestial Sphere, spherical coordinates play a very important role in astronomy. Most of the time we can ignore the intricacies of physics in 3-dimensions and work in a 2D far-field regime. (The far-field regime is just fancy speak for "small-angles"). However, it can be useful to understand why spherical coordinates are they way they are. Here, we will quickly derive the spherical differential volume element. Differential, just means vanishingly small. To let the cat out of the bag, the spherical differential volume element is, \[ dV = r^2 \sin{\theta}\, dr\, d\theta \, d\phi .\] The figure above shows the coordinate system we will be working with. This form is commonly used in astronomy, and also in some physics. However, it is different from the way mathematicians define it. In mathematics the \(\theta\) and the \(\phi\) are often switched. The astronomy convention is the more commonly used one in physics and astronomy (sorry mathematica...

MathJax on Blogger

Image
Typesetting mathematics in HTML is time-consuming to say the least. The LaTeX language math-mode allows us to typeset math in a much simpler way. Our interface to this system is MathJax. Setting up MathJax on Blogger can be a daunting task. While there are many ways to implement MathJax on the internet. You will want to put the following code into the Blogger template you choose to use. Paste the code right below the head tag in the template. To do this go to the Template Editor and edit the HTML ( Template >> Edit HTML ) The simplest method is to just use the paste the following code into the template: After pasting, make sure none of the text or symbols have changed. If it is not working, sometimes it is a good idea to paste it into a plain-text text editor (like EditPad ). The config=Tex-AMS-MML-HTMLorMML tells MathJax what packages and extensions to load by default. What we are really interested in here is the “AMS” portion. This provides access to the suite of s...

The Expert Methodology

1. Carefully read the instructions and problem description. 2. Draw a picture of the physical situation. In astronomy, this often involves circles and lines. Make your drawing large enough to label clearly in the next step. Keep your lines straight. Slow down . It’s not a race to the finish line. If you'd like to have fun and draw cartoon characters or artistic scenes, this is fine. Indeed, it’s encouraged, especially if it helps you slow down. Just avoid obfuscating your drawing. 3. Label your drawing with the key physical variables. For example, distances should be labeled with \(D\), \(d\), \(L\),\(a\) (semimajor axis), \(R\), \(r\), etc. Use appropriate subscripts. Use these symbols consistently throughout the problem-solving process. 4. To the side of your drawing, list your known and unknown variables. An example of a known value: $$ R_\oplus = 6.4 \times 10^8 {\rm cm} $$ An unknown value: $$M_{M} = ?\ g$$ 5. Identify and write down an equation that your intuiti...