Tag Archive for: Undergraduate

AI Enriched Problem Solving
/
1 Comment
Introduction
This article is written by way of a reference for my longstanding PF colleague and prolific poster of challenging Maths/geometry problems…

Relativator (Circular Slide-Rule) – Simulated with Desmos
The Relativator (revisited)
This is an update of my 2006 post (reconstructed in 2014) Relativator: The circular slide-rule for physicists.
This is a…

What Exactly is Dirac’s Delta Function?
Introduction: "Convenient Notation"In Dirac's Principles of Quantum Mechanics published in 1930 he introduced a "convenient notation" he referred …

Quantum Entanglement is a Kinematic Fact, not a Dynamical Effect
Towards the end of the first lecture for the Qiskit Global Summer School 2025, Foundations of Quantum Mechanics, Olivia Lanes (Global Lead, Content and…

Fixing Things Which Can Go Wrong With Complex Numbers
Abstract
This article will build on the hints about treating the complex numbers as a branched surface, briefly described and pictured in section 4.2…

Fermat’s Last Theorem
Abstract
Fermat's Last Theorem has long been one of the most famous mathematical problems, and is now one of the most famous theorems. It simply states…

Vector Spaces: Concepts, History, and Applications Guide
The Concept
A vector space is an additively written abelian group together with a field that operates on it.Intuitive picture vs abstract definition
Vector…

Groups, The Path from a Simple Concept to Mysterious Results
Introduction
The concept of a group is as simple as it gets: a set with a binary operation like addition and a couple of natural laws like the requirement…

Why the Tidal Bulge Doesn’t Exist – Tidal Theory Explained
Introduction
Overview
That there is no tidal bulge is the key premise of this article. Upper-level oceanography undergraduates and above know this. Yet…

The Many Faces of Topology
Abstract
Topology as a branch of mathematics is a bracket that encompasses many different parts of mathematics. It is sometimes even difficult to see…

Brownian Motions and Quantifying Randomness in Physical Systems
Stochastic calculus has come a long way since Robert Brown described the motion of pollen through a microscope in 1827. It's now a key player in data science,…

Quantum Reconstruction & Bell Correlations Explained
Comment on PBS Space Time video
PBS Space Time produces some very good videos on the foundations of quantum mechanics (QM), so let me comment on their…

Aspects Behind the Concept of Dimension in Various Fields
Abstract
It took until the last century for physicists and mathematicians in the Netherlands to question the Euclidean concept of dimension as length,…

Views On Complex Numbers
Abstract
Why do we need yet another article about complex numbers? This is a valid question and I have asked it myself. I could mention that I wanted…

Addition of Velocities (Velocity Composition) in Special Relativity
The "Addition of Velocities" formula (more correctly, the "Composition of Velocities" formula) in Special Relativity[tex]\frac{v_{AC}}{c}=\frac{ \frac{v_{AB}}{c}+\frac{v_{BC}}{c}…

Schrödinger’s Cat and the Qbit
The concept of quantum superposition (or superposition for short) is very counterintuitive, as Schr##\ddot{\text{o}}##dinger noted in 1935 writing [1],…

The Slinky Drop Experiment Analysed
The slinky drop is a rather simple experiment. In its most basic form, it requires only a popular toy for children, a stable hand, and a keen eye.…

Open, Flat & Closed Universes: Curvature Explained
Standard cosmological models are classified by spatial curvature into three broad types: open, flat, and closed universes. These correspond to negative,…

How to Solve a Multi-Atwood Machine Assembly
IntroductionThe figure on the right shows a "double-double" Atwood machine with three ideal pulleys and four masses. All pulleys are released from…

Sinc Function & Upsampling in Digital Audio Explained
Introduction
This elaborates some of the claims in my insights article on digital audio.
The Sinc Function
Upsampling and Zero Insertion
The first link…

Series in Mathematics: From Zeno to Quantum Theory
Introduction
Series play a decisive role in many branches of mathematics. They accompanied mathematical developments from Zeno of Elea (##5##-th century…

Epsilontic – Limits and Continuity
Abstract
I remember that I had some difficulties moving from school mathematics to university mathematics. From what I read on PF through the years, I…

Differential Equation Systems and Nature
Abstract
"Mathematics is the native language of nature." is a phrase that is often used when it comes to explaining why mathematics is all around in natural…

How to Apply Newton’s Second Law to Variable Mass Systems
Introduction
The applicability of Newton's second law in the oft-quoted "general form" $$\begin{align}\frac{d\mathbf{P}}{dt}=\mathbf{F}_{\text{ext}}\end{align}$$…

What Are Numbers?
Introduction
When doing mathematics, we usually take for granted what natural numbers, integers, and rationals are. They are pretty intuitive. Going…

The Art of Integration
Abstract
My school teacher used to say
"Everybody can differentiate, but it takes an artist to integrate."
The mathematical reason behind this phrase…

An Overview of Complex Differentiation and Integration
Abstract
I want to shed some light on complex analysis without getting all the technical details in the way which are necessary for the precise treatments…

How to Measure Internal Resistance of a Battery
Introduction
A commonly encountered school-level Physics practical is the determination of the internal resistance of a battery - typically an AA or D…

Why There Are Maximum Mass Limits for Compact Objects
In this article, we will look at why there are maximum mass limits for objects that are supported against gravity by degeneracy pressure instead of kinetic…

Tensors Explained: Beginner’s Essentials for Relativity
If you try learning general relativity, and sometimes special relativity, on your own, you will undoubtedly run into tensors. This article will outline…

Twin Paradox Guide: Spacetime Geometry Explained Clearly
Introduction
This article is intended for anyone who wants to start a thread here at Physics Forums on the twin paradox. There are already many, many threads…

Subtleties Overlooked in Friction Questions: Object Slides Down Ramp
Problem statement (simplified)
An object slides down a ramp at angle θ to encounter level ground. Both surfaces have kinetic friction: μ' on the ramp,…

Reduction of Order For Recursions
This is not meant as a full introduction to recursion relations but it should suffice for just about any level of the student.Most of us remember recursion…

Évariste Galois and His Theory
* Oct. 25th, 1811 † May 31st, 1832
... or why squaring the circle is doomed.
Galois died in a duel at the age of twenty. Yet, he gave…

P vs. NP and what is a Turing Machine (TM)?
P or NP
This article deals with the complexity of calculations and in particular the meaning of
##P\stackrel{?}{\neq}NP##
Before we explain what P and…

A Physics Misconception with Gauss’ Law
Introduction
It is relatively common to see the following type of argument:
The surface area is ##A## and the enclosed charge is ##Q##. The electric…

How to Model a Magnet Falling Through a Conducting Pipe
Introduction
In an earlier article, we examined a magnet falling through a solenoid. We argued that the point dipole model can account for the basic features…

How to Model a Magnet Falling Through a Solenoid
Introduction
Modeling a magnet realistically is a task best done numerically. Even the simplified model of two separated disks with uniform surface…

Symmetry Arguments and the Infinite Wire with a Current
Many people reading this will be familiar with symmetry arguments related to the use of Gauss law. Finding the electric field around a spherically symmetric…

Parallel Programming on a CPU with AVX-512
This article is the second of a two-part series that presents two distinctly different approaches to parallel programming. In the two articles, I use different…

CUDA Regression Line: GPU Parallel Programming Guide
Overview
This article is the first of a two-part series that presents two distinctly different approaches to parallel programming. In the two articles,…

The Amazing Relationship Between Integration And Euler’s Number
We use integration to measure lengths, areas, or volumes. This is a geometrical interpretation, but we want to examine an analytical interpretation that…

Relativity on Rotated Graph Paper (a graphical motivation)
(based on https://www.physicsforums.com/threads/teaching-sr-without-simultaneity.1011051/post-6588952 and https://physics.stackexchange.com/a/689291/148184…

Probabilistic Factors Involved in Disease and Virus Testing
Introduction
This Insight looks at the various probabilistic factors and related terminology involved in disease and virus testing.As we all know,…

An Introduction to Theorema Primum
Introduction
Whilst no doubt most frequenters of "Physics Forums" will be familiar with Nicolaus Copernicus as the scientist who advanced the (at the…

Python’s Sympy Module and the Cayley-Hamilton Theorem
Two of my favorite areas of study are linear algebra and computer programming. In this article I combine these areas by using Python to confirm that a…

Corrections to MIT Open Courseware: Systems of Varying Mass
Corrections to
MIT Open Courseware 8-01sc classical mechanics,
fall 2016
Applying Newton's Laws to systems of Varying Mass
PDF Course Link
My concerns…

Quaternions in Projectile Motion
Introduction
In a previous Physics Forums article entitled “How to Master Projectile Motion Without Quadratics”, PF user @kuruman brought to our…

How to Solve Projectile Motion Problems in One or Two Lines
Introduction
We show how one can solve most if not all, introductory-level projectile motion problems in one or maybe two lines. To this end, we forgo…

Computing the Riemann Zeta Function Using Fourier Series
Euler's amazing identity
The mathematician Leonard Euler developed some surprising mathematical formulas involving the number ##\pi##. The most famous…

Maximizing Horizontal Range of a Projectile
Introduction
A recent homework problem that appeared in the forums was concerned with maximizing the horizontal range of a projectile subject to the launch…

Posterior Predictive Distributions in Bayesian Statistics
Confessions of a moderate Bayesian, part 4
Bayesian statistics by and for non-statisticiansRead part 1: How to Get Started with Bayesian StatisticsRead…

How Bayesian Inference Works in the Context of Science
Confessions of a moderate Bayesian part 3
Read part 1: How to Get Started with Bayesian Statistics
Read part 2: Frequentist Probability vs Bayesian ProbabilityBayesian…

Exploring Frequentist Probability vs Bayesian Probability
Confessions of a moderate Bayesian, part 2
Read Part 1: Confessions of a moderate Bayesian, part 1Bayesian statistics by and for non-statisticianshttps://www.cafepress.com/physicsforums.13280237
Background
One…

Es vs Em Fields in Electrodynamics: Capacitor & Antenna
Abstract
The analysis of the two kinds of electric fields, namely the irrotational and non-conservative, is extended to electrodynamics, as exemplified…

How to Get Started with Bayesian Statistics
Confessions of a moderate Bayesian, part 1
Bayesian statistics by and for non-statisticianshttps://www.cafepress.com/physicsforums.13265286
Background
I…

Introduction to Pitot-Static Systems in Gliders
Introduction
Like many others, I have been seeking new and fun things to do during a pandemic. I decided on the new Microsoft Flight Simulator 2020,…

Why Bother Teaching Mechanical Energy Conservation?
Note: It is assumed that the reader has read part I and part II of the series.
Earlier partsIs Mechanical Energy Conservation Free of Ambiguity?
…

Intro to Physically Reasonable Waves on a String
Introduction
Physics teachers who are either writing physics questions that deal with waves on a string or setting up equipment for a class lab or demo…

ASOE Physics Past Exams: Yearly Issues & Corrections
ASOE Physics — Review of Past Exam Issues
ref: http://asi.edu.au/programs/past-exams/physics-olympiad-past-exams/Classification of issues:
[1*]…

A Principle Explanation of the “Mysteries” of Modern Physics
All undergraduate physics majors are shown how the counterintuitive aspects ("mysteries") of time dilation and length contraction in special relativity…

Exploring the Anatomy of Compton Scattering
Introduction
In this article, we take as our starting point the original equations which Compton drew up and solved in his ground-breaking 1925 article: From…

Learning the Twin Paradox for Freely-falling Observers
The "twin paradox" is often discussed in the introductory treatment of special relativity. Under "twin paradox" we understand the fact that if two twins…

Android Ringtone Picker with RingtoneManager (Java)
Android Ringtone Picker using RingtoneManager
In article, I will show you how to create a ringtone picker using the RingtoneManager class in Android.…

How to Solve Second-Order Partial Derivatives
Introduction
A frequent concern among students is how to carry out higher order partial derivatives where a change of variables and the chain rule are…

Massive Meets Massless: Compton Scattering Revisited
Introduction
In a previous article entitled "Alternate Approach to 2D Collisions" we analyzed collisions between a moving and stationary object by defining…

A Beginner Physics Guide to Baryon Particles
Baryon Introduction
At the beginning of the 20th century, it was thought that all matter consisted of only three particles: the electron, the neutron,…

Supernova Refsdal: Multiply-Imaged Supernova Guide
Supernova (SN) Refsdal — Key PointsAstronomers have been trying to understand space for thousands of years.
Supernova Refsdal was the first known…

Can We Do Better Than Mechanical Energy Conservation?
Note: It is assumed that the reader has read part I of the series.
Introduction
The ambiguity and flaws discussed in part I can be resolved using the…

An Alternate Approach to Solving 2-Dimensional Elastic Collisions
Introduction
This article follows on from the previous on an alternate approach to solving collision problems. In that article, we determined the equal…

Is Mechanical Energy Conservation Free of Ambiguity?
Introduction
"Close to any question that is in the textbook, there is another question that has never been answered that is interesting."
[Stephen Wolfram,…

How to Recognize Split Electric Fields
Introduction
In a previous Insight, A New Interpretation of Dr. Walter Lewin’s Paradox, I introduced the fact that there are two kinds of E fields. …

An Introduction to the Generation of Mass from Energy
Introduction
This article is essentially an addition to the previous one on (mainly) inelastic collisions to include the particular case of inelastic…

An Alternative Approach to Solving Collision Problems
Introduction
Collisions are very much a stock item in any school physics curriculum and students are generally taught about the use of the principles…

Video Analysis of Spheres Falling Through Two Liquids
Introduction
Providing accurate fluid-dynamics experiments for undergraduate laboratories is challenging in several ways, including reproducibility, simplicity,…

Learn the Fundamentals of the Diffraction Grating Spectrometer
Introduction
In this article, we will discuss the fundamentals of the diffraction grating spectrometer. The operation of the instrument is based upon…

Intro to the Ionization Energy of Atomic Hydrogen
Introduction
In previous articles relating to various transition energies in Hydrogen, Helium, and Deuterium we have employed the following formula for…

Signature of the Sun: Analyzing the Solar Balmer Series Lines
Introduction
We are in many ways a fortunate generation having so many wonderful tools at our disposal on account of the "silicon revolution". The advent…

Recursion in Programming and When to Use or Not to Use It
What is recursion?
Recursion is quite simple. It's a subroutine calling itself. It's surprising but some problems that look quite hard can be trivial using…

Understanding Bohr’s Helium Lines
Introduction
In a previous article "Calculating the Balmer Alpha Line" we mentioned how accurate predictions of the spectral lines of singly ionized Helium…

Maxwell’s Equations in Magnetostatics and Solving with the Curl Operator
Introduction:
Maxwell's equation in differential form ## \nabla \times \vec{B}=\mu_o \vec{J}_{total}+\mu_o \epsilon_o \dot{\vec{E}} ## with ## \dot{\vec{E}}=0…

Impedance in AC Circuits: Definition & Key Equations
Definition / Summary
The impedance of a load (a combination of components) in an AC circuit is a complex number [itex]Z = R + jX[/itex], where [itex]R[/itex]…

Learn the Basics of Dimensional Analysis
As a university teacher and as a PF member, I have often noted that students are largely unaware of or not using dimensional analysis to help them in their…

How to Transit a Rotating Tunnel: Physics & Trajectories
Introduction
Preface
While browsing through unanswered posts in the Classical Physics Workshop, I came across a gem at the link shown below. For the…

Calculating the Balmer Alpha Line: Atomic Hydrogen
Introduction
Most readers acquainted with the hydrogen spectrum will be familiar with the set of lines in the visible spectrum representing transitions…

Potential Energy Explained — Definitions & Formulas
Definition / Summary
Potential energy is the negative of the work done by a conservative force. It represents stored mechanical energy associated with…

How to Find a Potential Function of a Vector Field
Definition and summary
Given a vector field ##\vec F(x,y,z)## that has a potential function, how do you find it?
Conditions and equations
$$\nabla \phi(x,y,z)…

Moment of Inertia: Definitions, Formulas & Tensor Guide
Definition / Summary
The moment of inertia is a property of a rigid body that relates torque (rotational force) to rotational acceleration in the same…

Understanding Superposition Physically and Mathematically
What is superposition
Superposition is a fundamental concept in physics and mathematics, particularly in the fields of wave theory and quantum mechanics.…

What Thermodynamics and Entropy Means
Introduction
The student of thermodynamics, as they consider pistons and ideal gasses and such, often begin to grasp the nature of entropy only to find…

How to Write a Math Proof and Their Structure
Proofs in mathematics are what mathematics is all about. They are subject to entire books, created entire theories like Fermat's last theorem, are hard…

Real Numbers: Definition, Properties & Completeness
Definition of real numbers
Real numbers are the set of all values that can appear on the continuous number line. They include rational numbers (fractions…

What is the Double Slit? A 5 Minute Introduction
Definition/Summary
The double-slit is a simple configuration used to demonstrate interference effects in waves.Equations
At distances that are…

What is Integration By Parts? A 5 Minute Introduction
Definition/Summary
In this article, we shall learn a method for integrating the product of two functions. This method is derived from the 'product rule'…

The 7 Basic Rules of Quantum Mechanics
For reference purposes and to help focus discussions on Physics Forums in interpretation questions on the real issues, there is a need for fixing the common…

Limits of Functions for Calculus: Definition & Examples
What is a limit?
In mathematics, a limit describes the behavior of a function or sequence as its input approaches a particular value. Limits are a cornerstone…

Demystifying Parameterization and Surface Integrals
Introduction
This article will attempt to take the mystery out of setting up surface integrals. It will explain the basic ideas underlying surface integration…

Tangent Line and Hyperplane: Definitions & Circle Example
Definition / Summary
Informal idea
The tangent to a curve in a plane at a particular point has the same gradient as the curve at that point.
Generalization
More…

AVX-512 Programming: Extracting Column Subtotals from a Table
In this Insights article I'll present an example that shows how Intel® AVX-512 instructions can be used to read a whole row of data in a single operation,…

The Sum of Geometric Series from Probability Theory
Here I present a simple (but to the best of my knowledge, new) derivation of the formula for the sum of the infinite geometric series. The derivation is…
