<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Transit-Method on Sebastian Spicker</title>
    <link>https://sebastianspicker.github.io/tags/transit-method/</link>
    <description>Recent content in Transit-Method on Sebastian Spicker</description>
    <image>
      <title>Sebastian Spicker</title>
      <url>https://sebastianspicker.github.io/og-image.png</url>
      <link>https://sebastianspicker.github.io/og-image.png</link>
    </image>
    <generator>Hugo -- 0.160.0</generator>
    <language>en</language>
    <lastBuildDate>Mon, 11 Mar 2024 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://sebastianspicker.github.io/tags/transit-method/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Hunting Exoplanets with Your Phone: A Classroom Experiment That Actually Works</title>
      <link>https://sebastianspicker.github.io/posts/exoplanet-hunting-smartphones/</link>
      <pubDate>Mon, 11 Mar 2024 00:00:00 +0000</pubDate>
      <guid>https://sebastianspicker.github.io/posts/exoplanet-hunting-smartphones/</guid>
      <description>Finding planets around other stars sounds like it requires a space telescope. It does not — at least not the analogy version. This is the story of how a lamp, a ball, and a smartphone became a peer-reviewed physics classroom experiment, published in The Physics Teacher in 2024.</description>
      <content:encoded><![CDATA[<p><em>This post describes the work behind &ldquo;Exoplanet Hunting in the Classroom: An
Easy-to-Implement Experiment Based on Video-Aided Light Curve Analysis with
Smartphones&rdquo;, published in The Physics Teacher in 2024 (co-authored with
Alexander Küpper). It also draws on the earlier German-language paper on
analogy experiments for the transit method, published in Astronomie+Raumfahrt
in 2022.</em></p>
<hr>
<h2 id="the-pedagogical-problem">The Pedagogical Problem</h2>
<p>The transit method is how the majority of confirmed exoplanets have been
found. When a planet passes in front of its host star, it blocks a fraction
of the star&rsquo;s light. A sufficiently precise light sensor pointed at the star
will record a characteristic dip: a flat-bottomed decrease in flux during
the transit, with a precise shape determined by the ratio of the planet&rsquo;s
radius to the star&rsquo;s radius, the duration of the transit, and the geometry
of the orbit.</p>
<p>This is conceptually accessible. The physics is essentially shadow casting —
a topic covered in primary school — applied to an astronomically interesting
situation. Students understand it quickly and find it genuinely exciting.</p>
<p>The problem is the implementation. How do you actually demonstrate this
in a classroom?</p>
<p>Standard approaches divide into three categories, each with limitations:</p>
<ol>
<li>
<p><strong>Simulations and database exercises</strong>: Students work with real data from
Kepler or TESS, or use a software simulation. These are conceptually
valid but remote from physical experience. There is no sensor, no
measurement, no uncertainty to grapple with.</p>
</li>
<li>
<p><strong>Prefabricated kits</strong>: Products like PocketLab or Pasco offer purpose-built
transit experiment setups. They work, but they are expensive, closed-source,
and require manufacturer-specific software. A school that buys a Pasco sensor
is locked into the Pasco ecosystem.</p>
</li>
<li>
<p><strong>DIY benchtop setups</strong>: Various published designs use phototransistors,
Arduinos, or similar components with a benchtop light source. These are
flexible and cheap but require component procurement, assembly, and some
technical confidence from the teacher. The barrier to entry is real.</p>
</li>
</ol>
<p>What was missing was an approach that was inexpensive, open-source, required
no specialist equipment procurement, and worked at the level of a student
experiment rather than a teacher demonstration.</p>
<hr>
<h2 id="the-smartphone-solution">The Smartphone Solution</h2>
<p>Modern Android smartphones include an ambient light sensor that is directly
accessible via <a href="https://phyphox.org">phyphox</a>, the free measurement app
developed at RWTH Aachen. Set up the experiment correctly, and the phone
records a real-time light curve.</p>
<p>The basic setup requires three things:</p>
<ul>
<li>A light source (a standard desk lamp, ideally with a constant-brightness
LED bulb to avoid flicker)</li>
<li>An opaque sphere to act as the &ldquo;planet&rdquo; (a tennis ball, a ping-pong ball,
anything with a defined circular silhouette)</li>
<li>A smartphone running phyphox, positioned beneath the lamp at a fixed
distance and oriented so the light sensor faces upward</li>
</ul>
<p>When the sphere is moved across the light path at a controlled height and
speed, the light sensor records a transit: a smooth dip in measured
illuminance with the flat-bottomed shape characteristic of a planetary
transit across a uniformly bright disk.</p>
<p>This is the core experiment. It works. The transit signal is clear enough
to measure even with the modest precision of a phone&rsquo;s ambient light sensor,
provided the background illumination is controlled (dark room or at least
consistent ambient light).</p>
<hr>
<h2 id="the-iphoneroblem-and-its-solution">The iPhoneRoblem and Its Solution</h2>
<p>Apple devices do not expose their ambient light sensor through any public
software API. An iPhone running phyphox cannot access the sensor that is
physically present in the device.</p>
<p>The workaround we recommend: an external Bluetooth light sensor connected
to phyphox. Options include the TI SensorTag CC2650, Bluetooth multimeters
such as the OWON B35T, or an Arduino Nano 33 BLE Sense. The Arduino option
is particularly well-suited to educational contexts: it is open-source, it
is inexpensive, and its absence of a built-in operating system makes it
more reliable as a pure sensor.</p>
<p>The external sensor approach also has a benefit beyond iPhone compatibility:
it produces more consistent data across different devices, since you are
measuring at a fixed external point rather than through whatever optical
pathway the phone manufacturer chose. For experiments where comparison
across student groups matters, this is not trivial.</p>
<hr>
<h2 id="video-aided-light-curve-analysis">Video-Aided Light Curve Analysis</h2>
<p>The standard approach to a transit experiment is: measure the dip, calculate
the planet-to-star radius ratio from the relative depth, done. This works
and is pedagogically valid.</p>
<p>The paper introduces a complementary approach: simultaneously recording a
video of the &ldquo;planet&rdquo; passing in front of the &ldquo;lamp&rdquo;, and using the video
frames to cross-reference the light curve data.</p>
<p>Why? Because the light curve from a real transit experiment does not look
exactly like the idealised textbook version. There is noise. There is
baseline drift. The &ldquo;ingress&rdquo; and &ldquo;egress&rdquo; phases — where the planet is
partially in front of the star — are often unclear at smartphone sensor
resolution. Students frequently have difficulty connecting the shape of
the curve to the physical geometry that produced it.</p>
<p>Video-aided analysis addresses this directly. Frame-by-frame, students can
see exactly where the planet was at each moment in the light curve. The
ingress becomes visible: when the sphere first touches the lamp&rsquo;s light cone,
the sensor begins to register the dip. The mid-transit flat bottom corresponds
to full occultation of a central portion of the lamp. The egress mirrors the
ingress. The correspondence between geometry and photometry — which is the
conceptual core of the transit method — becomes explicit.</p>
<p>In a teaching context, this turns the error and noise in the light curve from
an obstacle into an educational resource. Students can identify specific
features of the curve and ask: what was happening in the physical experiment
at that moment? The uncertainty is no longer an embarrassment. It is a
diagnostic.</p>
<hr>
<h2 id="scaffolding-levels">Scaffolding Levels</h2>
<p>The paper distinguishes three implementation modes, corresponding to different
levels of student independence:</p>
<p><strong>Demonstration experiment</strong>: Teacher sets up and runs the apparatus. Students
observe and discuss. Appropriate as an introduction to the concept before
students engage with it independently.</p>
<p><strong>Guided student experiment</strong>: Students follow a structured procedure, with
specified setup, data collection protocol, and analysis worksheet. Appropriate
for students who have not designed their own experiments and for lesson
contexts where time is limited.</p>
<p><strong>Open inquiry</strong>: Students are given the materials and a research question —
&ldquo;How does the depth of the transit dip depend on the size of the planet?&rdquo; —
and design their own procedure. Appropriate for upper secondary students with
experience in experimental design, and for lesson contexts that explicitly
address scientific method.</p>
<p>The materials for all three modes are described in the paper. The open inquiry
mode is the most demanding but also the most research-authentic: students
are not following a protocol but building one, confronting the actual decisions
that experimental physicists make.</p>
<hr>
<h2 id="from-the-classroom-to-the-telescope">From the Classroom to the Telescope</h2>
<p>A transit experiment with a lamp and a phone is, obviously, not the same
as the photometry done by TESS or the James Webb Space Telescope. The
planet-star radius ratios measurable in the classroom analog are much
larger than for most real exoplanets. The signal-to-noise is worse. The
lamp is not a star.</p>
<p>But the method is the same. The measurement principle — flux dip proportional
to the square of the radius ratio, duration determined by orbital geometry —
is the same physics that Kepler used to find thousands of planets. When
students calculate the &ldquo;radius&rdquo; of their tennis-ball planet from their light
curve, they are doing, in miniature, what professional astronomers do with
data from space.</p>
<p>This connection to real research is not incidental to the pedagogy. It is
central to it. The transit method works as a classroom experiment not because
it is a good demonstration of some abstract physics principle but because
it is a genuine slice of how contemporary science actually operates. The
question the experiment answers — is there something out there? — is the
same question the professional community is asking.</p>
<p>The simulation companion to this work — a browser-based model of transit
photometry with full limb darkening, exomoon scenarios, and N-body dynamics —
is described in <a href="/posts/the-gift-of-transits/">this separate post</a>. The
simulation is the place to go when you want to explore parameter space;
the physical experiment is the place to go when you want to understand
what a measurement actually is.</p>
<hr>
<h2 id="connection-to-the-astro-lab">Connection to the astro-lab</h2>
<p>The transit experiment described here grew directly out of the
<a href="/posts/astro-lab-at-home/">astro-lab project</a> at the University of Cologne,
where Alexander Küpper and I had been developing smartphone-based analogy
experiments for exoplanet detection since the COVID pivot in 2020. The
astro-lab@home established the feasibility of the smartphone approach;
the A+R 2022 paper on Analogieexperimente für die Transitmethode explored
the design space more systematically; the TPT 2024 paper is the version
written for an international teacher audience, with the comparative
equipment table, the video-aided analysis technique, and the scaffolding
levels made explicit.</p>
<p>If you want to extend the experiment to exomoons — detecting the gravitational
wobble that a moon induces in a planet&rsquo;s transit — that work is described
in <a href="/posts/exomoon-analogy-experiment/">a later post</a>.</p>
<p><em>For the curriculum article that places the transit experiment in the NRW
Sekundarstufe I context — including the Direct Imaging pre-experiment —
see <a href="/posts/fremde-welten-exoplanet-teaching/">Fremde Welten</a>.</em></p>
<hr>
<h2 id="references">References</h2>
<p>Spicker, S. J., &amp; Küpper, A. (2024). Exoplanet hunting in the classroom:
An easy-to-implement experiment based on video-aided light curve analysis
with smartphones. <em>The Physics Teacher</em>, 62(3).
<a href="https://doi.org/10.1119/5.0125305">https://doi.org/10.1119/5.0125305</a></p>
<p>Küpper, A., &amp; Spicker, S. J. (2022). Analogieexperimente zur Transitmethode
für den Einsatz in Schule und Hochschule. <em>Astronomie+Raumfahrt im Unterricht</em>,
59(5).</p>
<p>Staacks, S., Hütz, S., Heinke, H., &amp; Stampfer, C. (2018). Advanced tools
for smartphone-based experiments: phyphox. <em>Physics Education</em>, 53(4), 045009.
<a href="https://doi.org/10.1088/1361-6552/aac05e">https://doi.org/10.1088/1361-6552/aac05e</a></p>
<hr>
<h2 id="changelog">Changelog</h2>
<ul>
<li><strong>2025-10-03</strong>: Updated the DOI for Spicker &amp; Küpper (2024) to the correct 10.1119/5.0125305.</li>
</ul>
]]></content:encoded>
    </item>
    <item>
      <title>Can a Planet Have a Moon? Teaching Exomoon Detection with a Disco Ball Motor</title>
      <link>https://sebastianspicker.github.io/posts/exomoon-analogy-experiment/</link>
      <pubDate>Thu, 14 Sep 2023 00:00:00 +0000</pubDate>
      <guid>https://sebastianspicker.github.io/posts/exomoon-analogy-experiment/</guid>
      <description>Every classroom treatment of exoplanet detection focuses on the transit method. What gets omitted is that moons of exoplanets could also host life — and that with a small motor and a slight modification to the standard transit experiment, you can show students what an exomoon signature looks like in a light curve. Published in MNU Journal in 2023.</description>
      <content:encoded><![CDATA[<p><em>This post describes the paper &ldquo;Ein Analogieexperiment zur Suche nach Exomonden&rdquo;
(An Analogy Experiment for the Search for Exomoons), published in MNU Journal
in 2023 together with Alexander Küpper.</em></p>
<hr>
<h2 id="the-gap-in-the-curriculum">The Gap in the Curriculum</h2>
<p>Most physics and astronomy teaching units that address the search for
extraterrestrial life focus on exoplanets. The transit method gets
visualised, a light curve gets plotted, and the lesson ends with: some
exoplanets are in the habitable zone. The end.</p>
<p>What tends to get omitted: moons of exoplanets — exomoons — could equally
be candidates for extraterrestrial life, particularly if the exoplanet
itself sits in the habitable zone. The moon would then be in the habitable
zone too, and a large moon could maintain the atmospheric conditions necessary
for liquid water. The possibility is taken seriously in the astrophysics
community, and survey data consistently shows that students find the question
of life in the universe among the most interesting topics in all of science.</p>
<p>The pedagogical gap is this: the transit method is routinely demonstrated
in analogy experiments, but the extension to exomoon detection is almost
never treated experimentally, even though it is a natural continuation of
the same experiment with only minor modifications. This paper is an attempt
to close that gap.</p>
<hr>
<h2 id="what-an-exomoon-signal-looks-like">What an Exomoon Signal Looks Like</h2>
<p>When only a planet transits a star, the resulting light curve shows a
characteristic symmetric dip: flux drops as the planet moves in front of
the star, holds at a reduced level during full transit, and recovers as
the planet exits. The normalised flux during the flat-bottomed phase is:</p>
$$I(t) = \frac{A_s - A_p}{A_s} = 1 - \frac{A_p}{A_s}$$<p>where the dip depth $\delta = A_p / A_s$ is determined by the ratio of the
planet&rsquo;s cross-sectional area to the star&rsquo;s.</p>
<p>When the planet has a moon, the situation is more complex. The light curve
is now governed by:</p>
$$I(t) = \frac{A_s - (A_p + A_m - A_{pm}(t))}{A_s}$$<p>where $A_m$ is the moon&rsquo;s cross-sectional area and $A_{pm}(t)$ is the
time-dependent overlap between the planet&rsquo;s and moon&rsquo;s projected disks
(the moon is orbiting the planet, so this overlap changes during the
transit).</p>
<p>The consequence: additional dips and asymmetries appear in the light curve.
The moon can transit slightly before the planet (causing a small flux dip
before the main transit begins), or slide in front of the planet during
the transit (temporarily reducing the combined occulting area, causing
a brief flux recovery in the middle of the dip), or emerge from behind
the planet on the exit side (causing a small dip after the main transit
ends). The exact signature depends on the relative sizes of planet and
moon, their orbital period ratio, and the geometry of the particular
transit.</p>
<p>These signatures are small. In real astrophysics, this is why no exomoon
has been unambiguously confirmed. In a classroom analogy experiment, the
signals are large enough to see clearly — which is exactly what makes the
experiment pedagogically useful.</p>
<hr>
<h2 id="the-experimental-setup">The Experimental Setup</h2>
<p>The starting point is a standard transit analogy experiment: a sphere
(the planet) on a rod, moved slowly around a lamp (the star) by a slowly
rotating motor. A light sensor — an Android smartphone running phyphox,
or an Arduino with a suitable sensor — records the illuminance over time.
The resulting light curve shows the characteristic symmetric transit dip.</p>
<p>The modification is straightforward: attach a small battery-powered motor
to the planet sphere, with a smaller sphere (the moon) on the motor&rsquo;s arm.
The motor we used is a disco ball motor — inexpensive, widely available,
and with a rotation speed that works well relative to the transit timescale
if you choose the geometry appropriately.</p>
<p>The result is a physical system with two independent circular motions:</p>
<ul>
<li>The planet orbiting the star (driven by the main slow-rotation motor)</li>
<li>The moon orbiting the planet (driven by the disco ball motor)</li>
</ul>
<p>When this system transits the &ldquo;star&rdquo; (the lamp), the light sensor records
a compound light curve with the exomoon signatures described above.</p>
<p><strong>One technical note on sensors:</strong> High sample rate matters here.
The exomoon signatures are brief features on top of the transit dip, and
a sensor that samples too slowly will average them out. We found that
the TI SensorTag CC2650, despite being a reasonable choice for the basic
transit experiment, has a light sensor sample rate of only 1.25 Hz —
too slow to resolve exomoon signatures reliably. Android smartphones and
Arduinos both achieve adequate sample rates. The Pasco light sensor
used in the paper samples at up to 20 Hz and resolves the features clearly.</p>
<hr>
<h2 id="reading-the-light-curves">Reading the Light Curves</h2>
<p>The paper presents two distinct light curve types that emerge from the
experiment, each with a different exomoon orbital configuration.</p>
<p><strong>Type 1</strong>: The moon&rsquo;s orbital period is short relative to the transit
duration. Multiple exomoon signatures appear within a single transit.
These include:</p>
<ul>
<li>A small dip before the main transit begins (moon transiting alone)</li>
<li>Asymmetric ingress/egress (moon leading or trailing the planet)</li>
<li>A brief flux recovery midway through the transit (moon passing
behind the planet, reducing the total occluding area)</li>
<li>A small post-transit dip (moon still in front of the star after
the planet has exited)</li>
</ul>
<p><strong>Type 2</strong>: Specific orbital phase alignment where the moon moves
directly behind the planet at the moment of maximum occultation. In
this case, the deepest point of the transit corresponds to planet alone
blocking the star (moon hidden behind planet). As the moon emerges from
behind the planet, the total occluded area increases again briefly before
both planet and moon exit.</p>
<p>This second case is particularly useful for quantitative analysis: if the
orbital geometry is right, students can separately determine the planet&rsquo;s
radius from the secondary dip depth and the combined planet-moon radius
from the primary dip depth.</p>
<hr>
<h2 id="video--light-curve-together">Video + Light Curve Together</h2>
<p>The paper recommends recording a video of the experiment simultaneously
with the light sensor measurement, from the perspective of the sensor
(i.e., looking up at the lamp from below). This technique — which is
also central to the <a href="/posts/exoplanet-hunting-smartphones/">transit method paper</a>
— is even more valuable here.</p>
<p>Without the video, the exomoon signatures in the light curve are easy
to misread as noise or experimental error. With the video, students can
advance frame by frame through the moments corresponding to the unusual
features and see exactly what the physical system was doing: the moon
sliding in front of the planet, the moon emerging from the planet&rsquo;s
shadow, the moon transiting alone at the start or end of the main event.</p>
<p>The cognitive load of interpreting an unfamiliar, complex signal drops
substantially when the signal can be correlated frame by frame with a
visual record of what produced it.</p>
<hr>
<h2 id="differentiation-and-extensions">Differentiation and Extensions</h2>
<p>The paper suggests the exomoon experiment as an extension for higher-ability
students at the end of a unit on exoplanet detection, not as the entry
point. The transit method should come first; the exomoon experiment builds
on it.</p>
<p>For students who are comfortable with quantitative analysis, the formula
above allows a full treatment: given the measured light curve and a known
lamp radius, students can derive both the planet radius and the moon radius
from the dip depths at the appropriate moments.</p>
<p>Possible further extensions:</p>
<ol>
<li><strong>Noise floor investigation</strong>: systematically vary the moon&rsquo;s size and
determine the smallest moon still detectable. This connects directly
to the real astrophysical problem — the reason no exomoon has been
confirmed is that the signal is buried in noise.</li>
<li><strong>Period ratio effects</strong>: vary the transit speed (and thus the effective
period ratio between moon and planet) to see how the light curve changes.</li>
<li><strong>Sensor comparison</strong>: test different sensor types and compare their
ability to resolve exomoon signatures. This turns the instrumental
limitation into an explicit investigation.</li>
</ol>
<p>For the deeper theoretical connections — transit timing variations, the
David Kipping approach to exomoon detection — see the
<a href="/posts/the-gift-of-transits/">transit simulation post</a>, which models
these effects in a browser-based tool.</p>
<p><em>For the secondary school curriculum context and the Direct Imaging
pre-experiment that typically precedes the transit unit, see
<a href="/posts/fremde-welten-exoplanet-teaching/">Fremde Welten</a>.</em></p>
<hr>
<h2 id="references">References</h2>
<p>Küpper, A., &amp; Spicker, S. J. (2023). Ein Analogieexperiment zur Suche
nach Exomonden. <em>MNU Journal</em>, 76(5).</p>
<p>Sato, M., &amp; Asada, H. (2009). Effects of mutual transits by extrasolar
planet-companion systems on light curves. <em>Publications of the
Astronomical Society of Japan</em>, 61(4), L29–L34.</p>
<p>Tusnski, L. R. M., &amp; Valio, A. (2011). Transit model of planets with
moon and ring systems. <em>The Astrophysical Journal</em>, 743(1), 97.</p>
<p>Heller, R. (2018). On the detection of extrasolar moons and rings.
In H. J. Deeg &amp; J. A. Belmonte (Eds.), <em>Handbook of Exoplanets</em>
(pp. 835–851). Springer.</p>
<p>Küpper, A., Spicker, S. J., &amp; Schadschneider, A. (2022).
Analogieexperimente zur Transitmethode für den Physik- und
Astronomieunterricht in der Sekundarstufe I. <em>Astronomie+Raumfahrt
im Unterricht</em>, 59(188), 46–50.</p>
<hr>
<h2 id="changelog">Changelog</h2>
<ul>
<li><strong>2025-10-03</strong>: Updated the Tusnski &amp; Valio (2011) reference to use article number 97, replacing the previous page range &ldquo;1–16.&rdquo;</li>
</ul>
]]></content:encoded>
    </item>
    <item>
      <title>Fremde Welten: Teaching Exoplanet Detection in the Secondary School Classroom</title>
      <link>https://sebastianspicker.github.io/posts/fremde-welten-exoplanet-teaching/</link>
      <pubDate>Wed, 14 Jun 2023 00:00:00 +0000</pubDate>
      <guid>https://sebastianspicker.github.io/posts/fremde-welten-exoplanet-teaching/</guid>
      <description>A unit for lower secondary physics classes (grades 8–10) on detecting exoplanets with analogy experiments. Published in Unterricht Physik in 2023, it starts where students&amp;rsquo; misconceptions are — with the (wrong) assumption that you can just look at exoplanets through a telescope — and works forward from there.</description>
      <content:encoded><![CDATA[<p><em>This post describes the article &ldquo;Fremde Welten — Die Suche nach Exoplaneten
mit Analogieexperimenten thematisieren&rdquo; (Strange Worlds: Teaching Exoplanet
Detection with Analogy Experiments), published in Unterricht Physik (Issue 194,
2023) with Alexander Küpper.</em></p>
<hr>
<h2 id="where-students-start">Where Students Start</h2>
<p>Before students encounter the transit method, most of them have a clear mental
model of how exoplanet detection works: you point a large telescope at a nearby
star, and if there is a planet, you see it. &ldquo;You could see them [the exoplanets]
with a telescope/binoculars&rdquo; and &ldquo;You can see them with an extremely powerful
telescope&rdquo; are typical responses from year 8–9 students before they work through
an actual detection unit.</p>
<p>This is not an unreasonable starting intuition. Telescopes see things far away.
Planets are things far away. The inference seems to follow.</p>
<p>What it misses is the contrast ratio problem. A star is not just brighter
than its planets — it is overwhelmingly, almost incomprehensibly brighter.
In visible light, a star like the Sun outshines Jupiter by roughly a billion
to one. Against that glare, the planet is functionally invisible. Direct
imaging of exoplanets is possible in special circumstances — young planets
far from their stars, imaged in infrared — but for the vast majority of
exoplanets, it is not a viable detection method.</p>
<p>The unit described in this article takes that misconception as its entry point
and builds from there.</p>
<hr>
<h2 id="the-direct-imaging-experiment">The Direct Imaging Experiment</h2>
<p>The first experiment in the unit is a hands-on demonstration of why direct
imaging is difficult.</p>
<p>The setup: a student points their smartphone camera at a small light source
(a switched-on torch). Directly next to the torch, barely a few centimetres
away, is a pin with a coloured head — the &ldquo;exoplanet&rdquo;. On the phone&rsquo;s display,
the pinhead is invisible. The torch (star) drowns it out completely.</p>
<p>Students can then investigate what would need to change for the pinhead to
become visible. The answer they discover: block the torch with a small disc
held in front of the camera at the right distance. With the direct glare
suppressed, the illuminated pinhead becomes visible in the image.</p>
<p>This is a coronagraph in miniature. The same principle is used in real
direct-imaging instruments like SPHERE on the VLT or the coronagraph in
the Nancy Grace Roman Space Telescope. Students discover, experimentally,
the essential idea: to see an exoplanet directly, you need to suppress the
star&rsquo;s light without blocking the planet&rsquo;s.</p>
<p>The experiment also motivates a natural follow-on question: under what
conditions does direct imaging work at all? Students can vary the pinhead
distance from the torch and its size, exploring qualitatively the conditions
under which the &ldquo;exoplanet&rdquo; becomes detectable even with partial suppression.
The answer — large planets, far from their host star — matches the real
observational bias: most directly imaged exoplanets are large, young
(still warm from formation), and in wide orbits.</p>
<hr>
<h2 id="the-transit-experiment">The Transit Experiment</h2>
<p>Once the limits of direct imaging are established, the unit introduces the
transit method as the primary indirect technique. The pedagogical structure
is deliberate: students have already understood that you cannot usually see
exoplanets directly, which motivates the question of how else you might
detect them.</p>
<p>The transit experiment uses a lamp as the star, a ball moved by hand
(approximately periodically) around the lamp, and an Android smartphone
running <a href="https://phyphox.org">phyphox</a> as the light sensor. When the ball
crosses in front of the lamp from the sensor&rsquo;s perspective, the measured
illuminance dips. Students see a real light curve — not a simulation,
not a graph from a database, but something they produced themselves from
a physical measurement.</p>
<p>Two phyphox experiment files are provided for download (via QR code in
the article and at astro-lab.app):</p>
<p><strong>Basic experiment</strong>: records the raw illuminance data and displays the
light curve. The focus is qualitative — what shape does the dip have?
What determines the depth? What determines the period? Students can
formulate the relationship between dip depth and planet-to-star size ratio
as a qualitative rule (the larger the planet relative to the star, the
deeper the dip) without necessarily working through the mathematics.</p>
<p><strong>Extended experiment</strong>: adds real-time calculations of the transit depth
$\Delta F$, the maximum illuminance $I_*$ and transit illuminance $I_\text{transit}$,
the transit duration, and the orbital period. For students who are ready
for it, this allows a quantitative derivation of the &ldquo;planet&rdquo; radius from
the light curve — given a known lamp radius and the measured transit depth:</p>
$$\Delta F = \left(\frac{R_p}{R_*}\right)^2$$<p>The extended experiment also invites critical engagement with the model:
the radius derived from the analogy experiment will differ from the
actual ball radius, because the distance ratios in the tabletop setup
are not to scale. Making that discrepancy explicit — and asking students
why it arises — is good science practice.</p>
<hr>
<h2 id="limits-of-the-transit-method">Limits of the Transit Method</h2>
<p>A recurring theme in the unit is that every detection method has limits,
and understanding those limits is part of understanding the method.</p>
<p>For the transit method, the fundamental limit is inclination. A transit
is only observable if the planet&rsquo;s orbital plane is aligned (nearly
edge-on) relative to our line of sight. Most exoplanetary systems, viewed
from Earth, will not be aligned in this way. The transit method is
therefore a biased sample: it preferentially detects planets in edge-on
orbits, and it misses most planets entirely.</p>
<p>Students can explore this experimentally: tilt the plane of the ball&rsquo;s
orbit away from edge-on and observe what happens to the light curve.
The dip disappears. This connects naturally to a broader point about
how astronomical surveys work: when we report &ldquo;X% of stars have
detectable planets&rdquo;, we are reporting a fraction that has been corrected
for this and other observational biases.</p>
<p>The article includes a differentiation note: the limits investigation
works well as an open inquiry task, with students formulating and testing
their own hypotheses about what orbital configurations produce detectable
transits.</p>
<hr>
<h2 id="exoplanets-as-a-curriculum-bridge">Exoplanets as a Curriculum Bridge</h2>
<p>One point the article makes explicitly is that exoplanets are not just an
astronomy topic but a context that connects to multiple items in the German
physics curriculum for Sekundarstufe I. The cross-connections include:</p>
<ul>
<li><strong>Optics</strong>: the seeing process (why does the star outshine the planet?),
shadow formation, refraction in telescopes</li>
<li><strong>Mechanics</strong>: orbital period, Kepler&rsquo;s laws at a qualitative level,
the habitable zone as a consequence of stellar luminosity and distance</li>
<li><strong>Thermodynamics</strong>: planetary surface temperature, the greenhouse
effect, albedo</li>
<li><strong>Pressure</strong>: atmospheric pressure, habitability (a connection
developed more fully in the <a href="/posts/mission-to-mars/">Mission to Mars</a>
experiment)</li>
</ul>
<p>The motivating context — could this planet host life? — sustains
student engagement across these topics in a way that treating them
in isolation does not.</p>
<hr>
<h2 id="what-comes-after">What Comes After</h2>
<p>The transit method is a productive entry point, but the search for
extraterrestrial life does not end with planet detection. The article
closes by noting that the detected exoplanets need to be analysed
for habitability — which depends on orbital radius (habitable zone),
stellar temperature, planet radius (mass is not available from transit
data alone), atmospheric composition, albedo, and greenhouse effect.</p>
<p>Many of these can be connected back to physics experiment contexts,
and the astro-lab project has developed smartphone-based analogy
experiments for several of them. Detailed information on these is at
<a href="https://astro-lab.app">astro-lab.app</a>.</p>
<p>For the full pedagogical sequence — from the original astro-lab
student laboratory, through the COVID pivot to home experiments, to
the return to school — see <a href="/posts/astro-lab-at-home/">The Lab Goes Home</a>.
For the exomoon extension, which takes the transit experiment further
into the question of moon-hosted life, see
<a href="/posts/exomoon-analogy-experiment/">Can a Planet Have a Moon?</a>.</p>
<hr>
<h2 id="references">References</h2>
<p>Küpper, A., &amp; Spicker, S. J. (2023). Fremde Welten — Die Suche nach
Exoplaneten mit Analogieexperimenten thematisieren. <em>Unterricht Physik</em>,
34(194), 4–9.</p>
<p>Küpper, A., Spicker, S. J., &amp; Schadschneider, A. (2022).
Analogieexperimente zur Transitmethode für den Physik- und
Astronomieunterricht in der Sekundarstufe I. <em>Astronomie+Raumfahrt
im Unterricht</em>, 59(188), 46–50.</p>
<p>Spicker, S. J., &amp; Küpper, A. (2024). Exoplanet hunting in the classroom:
An easy-to-implement experiment based on video-aided light curve analysis
with smartphones. <em>The Physics Teacher</em>, 62(3).
<a href="https://doi.org/10.1119/5.0125305">https://doi.org/10.1119/5.0125305</a></p>
<p>MSB NRW (2019). <em>Kernlehrplan für die Sekundarstufe I — Gymnasium in
Nordrhein-Westfalen: Physik.</em> Ministerium für Schule und Bildung NRW.</p>
<hr>
<h2 id="changelog">Changelog</h2>
<ul>
<li><strong>2025-10-03</strong>: Updated the DOI for Spicker &amp; Küpper (2024) to the correct 10.1119/5.0125305.</li>
</ul>
]]></content:encoded>
    </item>
  </channel>
</rss>
