|
Doppler Effect and Propagation Delay Tutorial
This interactive tutorial demonstrates The Doppler Effect and Propagation Delay, two fundamental concepts in wave physics, communications, and radar systems. The Doppler Effect describes how the frequency of waves changes when the source or observer is moving, while propagation delay quantifies the time it takes for a signal to travel from source to observer. The tutorial provides a 2D top-down visualization showing how waves propagate through space and how motion affects their observed frequency.
The simulation provides a real-time visualization of: (1) The Source (S) - a moving emitter that continuously generates wave pulses, (2) The Observer (O) - a stationary receiver that "listens" for the waves, (3) Expanding Wave Fronts - circular waves that expand from their emission point, creating the visual "bunching up" effect when the source moves, (4) Doppler Color Coding - waves are tinted blue when compressed (higher frequency) and red when stretched (lower
frequency), (5) Propagation Delay Visualization - a dashed line connecting source and observer with real-time distance and time delay calculations, (6) Mach Cone - when the source exceeds the wave speed (supersonic), overlapping wavefronts naturally form a shock wave cone pattern, (7) Frequency Plot - a real-time graph showing emission frequency (constant) and perceived frequency (changing with Doppler effect) as the source moves, demonstrating collision course (step function) vs fly-by (S-curve)
scenarios, (8) Realistic Wave Types - support for both Radio Waves (electromagnetic, speed of light) and Acoustic Waves (sound, speed of sound) with appropriate frequency ranges and speed limits, (9) Source Type Presets - predefined source types (Pedestrian, Car, Train, Aircraft, Satellite) with realistic speed ranges, (10) Step-by-Step Control - step forward/backward functionality for precise examination of the Doppler effect at specific moments.
Understanding the Doppler Effect: When a source moves toward an observer, the wavefronts are compressed, resulting in a higher observed frequency (blue shift). When the source moves away, the wavefronts are stretched, resulting in a lower observed frequency (red shift). This is why an ambulance siren sounds higher-pitched as it approaches and lower-pitched as it recedes. The key insight is that each wavefront expands from the point where it was emitted, not from the current source position. This creates
the characteristic "bunching" pattern that makes the Doppler effect visible.
Understanding Propagation Delay: Even at the speed of light, signals take time to travel from source to observer. The propagation delay is simply the distance divided by the wave speed: t = d / c. This delay is critical in communications systems, GPS, radar, and any application where timing matters. The simulation displays both the distance and calculated delay in real-time, showing how the delay changes as the source moves.
NOTE : The simulation uses HTML5 Canvas for high-performance 2D rendering. The visualization is top-down (bird's eye view) to clearly show the wave propagation patterns. Each wave remembers its emission location, creating the authentic Doppler effect visualization. The simulation handles both subsonic and supersonic cases, with Mach cone visualization emerging naturally from overlapping wavefronts for supersonic motion. The simulation supports both Radio Waves (electromagnetic,
speed of light) and Acoustic Waves (sound, speed of sound) with realistic physics values. Real-world units (km/h for speeds, Hz/kHz/MHz/GHz for frequencies) are used throughout, with automatic conversion for visualization. The frequency plot provides real-time visualization of the Doppler effect, showing the difference between collision course (step function) and fly-by (S-curve) scenarios. Step-by-step control allows precise examination of the physics at any moment. This makes it suitable for understanding both
acoustic Doppler (sound waves) and electromagnetic Doppler (light/radio waves) effects in realistic scenarios.
Mathematical Model
The simulation implements the fundamental physics of wave propagation, Doppler shift, and signal delay. The mathematical framework involves several key relationships:
1. Wave Propagation
Each wave expands as a circle from its emission point. The radius of a wave at time t is:
r(t) = c · (t - t₀)
Where: c is the wave speed (pixels per second), t is the current time, and t₀ is the emission time. Each wave remembers its emission location (x₀, y₀), which is where the source was when that wave was emitted. This is crucial for the Doppler effect visualization.
2. Propagation Delay
The time it takes for a signal to travel from source to observer is:
τ = d / c
Where: d is the distance between source and observer, and c is the wave speed. The distance is calculated using the Euclidean distance formula: d = √((xₛ - xₒ)² + (yₛ - yₒ)²), where (xₛ, yₛ) is the source position and (xₒ, yₒ) is the observer position.
3. Doppler Effect (Relativistic Formula for Light, Classical for Sound)
For a source moving with velocity v relative to the observer, the observed frequency is:
f' = f · (c / (c - v·cos(θ)))
Where: f is the emitted frequency, c is the wave speed, v is the source speed, and θ is the angle between the source velocity vector and the line connecting source to observer. When the source approaches (cos(θ) > 0), the frequency increases (blue shift). When it recedes (cos(θ) < 0), the frequency decreases (red shift).
4. Mach Number and Sonic Boom
The Mach number is the ratio of source speed to wave speed:
M = v / c
When M ≥ 1 (supersonic), the source outruns its own waves, creating a shock wave cone. The Mach angle (cone half-angle) is:
μ = arcsin(1 / M)
At M = 1, the cone angle is 90° (perpendicular to motion). As M increases, the cone narrows. This is the "sonic boom" effect.
5. Wave Emission Timing
Waves are emitted at regular intervals based on the emission frequency:
Δt = 1 / fₑ
Where: fₑ is the emission frequency (waves per second). Each wave is created at the current source position and assigned the current simulation time as its emission time. The source then continues moving, but the wave expands from its original emission point.
Calculated Values
Distance: 0 px
Propagation Delay: 0.000 s
Doppler Shift: N/A
Mach Number: 0.50
Usage Example
Follow these steps to explore the Doppler Effect and Propagation Delay:
-
Initial View: When you first load the simulation, you'll see:
- A red circle (Source) moving horizontally across the screen, emitting wave pulses
- A green circle (Observer) stationary on the right side, "listening" for waves
- Expanding blue circles representing wavefronts propagating outward from their emission points
- A gray dashed line connecting source and observer, showing the line of sight
- Real-time text displaying distance, propagation delay, Doppler shift, and Mach number
-
Observe the Doppler Effect: Watch the wavefronts as the source moves:
- Waves ahead of the source (in the direction of motion) are compressed - they appear closer together, indicating higher frequency (blue shift)
- Waves behind the source are stretched - they appear farther apart, indicating lower frequency (red shift)
- Key Insight: Each wave expands from where it was emitted, not from the current source position. This creates the "bunching up" effect that makes the Doppler shift visible.
- Notice how waves passing the observer change color: blue when compressed (approaching), red when stretched (receding)
-
Select Wave Type: Choose between Radio Wave or Acoustic Wave:
- Radio Wave: Uses speed of light (1.08×10⁹ km/h). Frequency range: 1 MHz to 10 GHz. Source speed range: 0-30,000 km/h (covers satellites).
- Acoustic Wave: Uses speed of sound (≈1235 km/h). Frequency range: 20 Hz to 20 kHz. Source speed range: 0-4,000 km/h (covers fastest fighter jets).
- Key Insight: Changing wave type automatically adjusts all related parameters (wave speed, frequency range, source speed limits) to realistic values for that wave type.
-
Select Source Type: Choose from predefined source types or Custom:
- Pedestrian (0-10 km/h): Walking to jogging speeds
- Car (0-200 km/h): Typical vehicle speeds
- High Speed Train (0-500 km/h): Modern high-speed rail
- Commercial Plane (0-1000 km/h): Jet airliners at cruising speed
- Fighter Jet (0-4000 km/h): Supersonic military aircraft
- Satellite (0-30,000 km/h): Low Earth orbit satellites (only available for Radio Wave)
- Custom: Full range control for any scenario
- Key Insight: Selecting a source type automatically sets the source speed to a realistic default value for that type, making it easy to explore different scenarios.
-
Adjust Source Speed: Use the Source Speed slider (in km/h):
- Speed range depends on wave type and source type selected
- For Acoustic Wave: 0-4,000 km/h (covers pedestrian to fighter jet speeds)
- For Radio Wave: 0-30,000 km/h (covers vehicles to satellite speeds)
- At supersonic speeds (≥ wave speed): The source outruns its waves! A Mach cone (red shock wave) appears. This is the "sonic boom" effect.
- Key Insight: The Mach number (M = v/c) tells you how fast the source moves relative to the wave speed. M = 1 is the speed of sound (or light), M > 1 is supersonic.
-
Adjust Source Y Position: Use the Source Y Position slider:
- Controls the vertical position of the source relative to the observer
- When at center (same Y as observer): Direct collision course - frequency plot shows a sharp step function
- When above or below center: Fly-by scenario - frequency plot shows a smooth S-curve
- Key Insight: The Y position determines whether the source passes directly through the observer (collision) or to the side (fly-by), dramatically affecting the frequency curve shape.
-
Adjust Wave Speed: Use the Wave Speed slider (adjustable):
- For Acoustic Wave: 800-1,500 km/h (allows variation for different temperatures/altitudes)
- For Radio Wave: Adjustable around speed of light (allows exploration of relativistic effects)
- Key Insight: Changing wave speed changes the Mach number for the same source speed. This demonstrates how the same physical speed can be subsonic or supersonic depending on the wave medium (sound vs. light).
-
Observe Propagation Delay: Watch the Propagation Delay value in the info display:
- As the source moves closer to the observer, the distance decreases and the delay decreases
- As the source moves away, the distance increases and the delay increases
- The delay is calculated as τ = d / c, where d is distance and c is wave speed
- Key Insight: Even at the speed of light (3×10⁸ m/s), signals take time to travel. For GPS satellites at 20,000 km, the delay is about 67 milliseconds. This delay must be accounted for in precise timing systems.
-
Adjust Emission Frequency: Use the Emission Frequency slider:
- For Acoustic Wave: 20 Hz to 20 kHz (audible range)
- For Radio Wave: 1 MHz to 10 GHz (radio frequency range)
- Frequency is displayed with appropriate units (Hz, kHz, MHz, GHz)
- Key Insight: Higher emission frequency means more waves per second, making the Doppler compression/stretching more visible. This is analogous to higher-pitched sounds showing more dramatic Doppler shifts.
-
Observe Frequency Plot: The plot below the canvas shows:
- Blue dashed line: Emission frequency (constant, what the source emits)
- Red solid line: Perceived frequency (changes with Doppler effect)
- Green vertical line: Observer position marker
- Yellow vertical line: Current source position marker
- X-axis: Source position (0 to canvas width, aligned with simulation)
- Y-axis: Frequency (auto-scaled to show changes clearly)
- Key Insights:
- When source is at center Y position: Sharp step function (collision course)
- When source is off-center: Smooth S-curve (fly-by)
- For supersonic: Shows zone of silence (0), sonic boom (spike), then low frequency (receding)
- The plot is asymmetric - approaching creates larger frequency changes than receding
-
Explore Supersonic Motion: Set source speed greater than wave speed:
- Watch the gray overlapping wavefronts create the Mach cone pattern naturally
- The cone angle narrows as Mach number increases (faster = narrower cone)
- At M = 1, the cone angle is 90° (perpendicular to motion)
- At M = 2, the cone angle is 30°
- In the frequency plot, observe:
- Zone of Silence: Frequency stays at 0 before the boom (sound hasn't reached observer yet)
- Sonic Boom: Sharp spike when Mach cone hits observer (all waves arrive simultaneously)
- Receding: Low frequency after passing (never returns to emission frequency)
- Key Insight: The Mach cone represents all the waves that arrive simultaneously at the observer, creating a "sonic boom." This is why supersonic aircraft create a loud boom when they pass overhead.
-
Step Forward/Backward: Use the Step Fwd and Step Bwd buttons:
- Works when simulation is paused
- Step Fwd: Advances simulation by 0.1 seconds, saves state to history
- Step Bwd: Restores previous state from history
- Both the simulation canvas and frequency plot update with each step
- Key Insight: Step-by-step control allows precise examination of the Doppler effect at specific moments, especially useful for understanding the sonic boom transition.
Tip: Start with default settings to see the basic Doppler effect. Then experiment with different speeds to understand how motion affects wave frequency. Try setting the source speed to exactly match the wave speed (M = 1) to see the transition to supersonic. The visualization makes abstract concepts like "frequency shift" and "propagation delay" tangible by showing them as visual patterns you can see and measure.
Parameters
Followings are short descriptions on each parameter
-
Wave Type: Selects the type of wave being simulated. Options: Radio Wave (electromagnetic, speed of light: 1.08×10⁹ km/h, frequency: 1 MHz-10 GHz) or Acoustic Wave (sound, speed of sound: ≈1235 km/h, frequency: 20 Hz-20 kHz). Changing wave type automatically adjusts wave speed, frequency range, and source speed limits to realistic values for that wave type.
-
Source Type: Selects a predefined source type with realistic speed ranges. Options include: Pedestrian (0-10 km/h), Car (0-200 km/h), High Speed Train (0-500 km/h), Commercial Plane (0-1000 km/h), Fighter Jet (0-4000 km/h), Satellite (0-30,000 km/h, Radio Wave only), and Custom (full range). Selecting a source type sets the source speed to a realistic default value for that type.
-
Source Speed: The velocity of the wave-emitting source in km/h. Range depends on wave type and source type selected. For Acoustic Wave: 0-4,000 km/h. For Radio Wave: 0-30,000 km/h. This controls how fast the red source circle moves across the screen. At 0 km/h, the source is stationary and there is no Doppler effect. As speed increases, the Doppler effect becomes more pronounced. When source speed exceeds wave speed, the source becomes supersonic and a Mach cone appears.
-
Source Y Position: The vertical position of the source relative to the observer. Range: 0 to canvas height. Default: Center (same Y as observer). When at center, the source passes directly through the observer (collision course), creating a sharp step function in the frequency plot. When above or below center, the source passes to the side (fly-by), creating a smooth S-curve in the frequency plot.
-
Wave Speed: The propagation speed of the waves in km/h. For Acoustic Wave: 800-1,500 km/h (adjustable, default ≈1235 km/h). For Radio Wave: Adjustable around speed of light. This represents the speed of the wave medium (e.g., speed of sound ≈ 343 m/s ≈ 1235 km/h, speed of light ≈ 3×10⁸ m/s ≈ 1.08×10⁹ km/h). The ratio of source speed to wave speed determines the Mach number. Changing wave speed while keeping source speed constant changes the Mach number, demonstrating how the same physical
speed can be subsonic or supersonic depending on the medium.
-
Emission Frequency: The frequency of the emitted waves. For Acoustic Wave: 20 Hz to 20 kHz (audible range). For Radio Wave: 1 MHz to 10 GHz (radio frequency range). Displayed with appropriate units (Hz, kHz, MHz, GHz). This controls how often new waves are created. Higher frequencies create more waves on screen, making the Doppler compression/stretching pattern more visible. Lower frequencies make it easier to track individual wavefronts.
-
Distance: The real-time Euclidean distance between source and observer, calculated as √((xₛ - xₒ)² + (yₛ - yₒ)²). Displayed in pixels. This value updates continuously as the source moves, showing how the separation changes over time.
-
Propagation Delay: The time it takes for a signal to travel from source to observer, calculated as τ = d / c, where d is distance and c is wave speed. Displayed in seconds with millisecond precision. This demonstrates that even at the speed of light, signals take measurable time to propagate. Critical for GPS, radar, and communications systems where timing precision matters.
-
Doppler Shift: The frequency shift factor due to the Doppler effect. Displayed as a ratio (e.g., 1.5 means the observed frequency is 1.5× the emitted frequency). When the source approaches, the shift is greater than 1 (blue shift, higher frequency). When the source recedes, the shift is less than 1 (red shift, lower frequency). For supersonic motion, the display shows "Supersonic" since the classical formula breaks down.
-
Mach Number: The ratio of source speed to wave speed (M = v / c). Displayed as a decimal. M < 1 is subsonic, M = 1 is sonic (speed of sound/light), M > 1 is supersonic. The Mach number determines the angle of the Mach cone for supersonic motion: μ = arcsin(1/M). This is a fundamental parameter in aerodynamics and wave physics.
Controls and Visualizations
Followings are short descriptions on each control and visualization element
-
Source Speed Slider: Adjusts the velocity of the wave-emitting source (0-400 px/s). The value display updates in real-time showing the current speed in pixels per second. Moving the slider immediately changes the source's motion speed, allowing you to observe how different speeds affect the Doppler effect and Mach number.
-
Wave Speed Slider: Adjusts the propagation speed of waves (50-400 px/s). The value display updates in real-time. Changing wave speed affects both the propagation delay and the Mach number for a given source speed. This demonstrates how the same physical speed can be subsonic or supersonic depending on the wave medium.
-
Wave Type Selector: Dropdown menu to select between Radio Wave and Acoustic Wave. Changing the selection automatically updates wave speed, frequency range, and source speed limits to realistic values for the selected wave type. The simulation resets when changed.
-
Source Type Selector: Dropdown menu to select from predefined source types (Pedestrian, Car, High Speed Train, Commercial Plane, Fighter Jet, Satellite, Custom). Selecting a type automatically sets the source speed to a realistic default value. Satellite option only appears when Radio Wave is selected. The simulation resets when changed.
-
Source Y Position Slider: Adjusts the vertical position of the source (0 to canvas height). Updates in real-time - the source moves vertically as you drag the slider. When at center, displays "Center (Collision)". When off-center, shows offset in pixels (Up/Down). This control demonstrates the difference between collision course (step function) and fly-by (S-curve) scenarios.
-
Emission Frequency Slider: Adjusts the frequency of emitted waves. Range and units depend on wave type: Acoustic Wave (20 Hz-20 kHz), Radio Wave (1 MHz-10 GHz). The value display shows frequency with appropriate units (Hz, kHz, MHz, GHz). Higher frequencies create more waves on screen, making the Doppler pattern more visible.
-
Step Backward Button: Restores the previous simulation state from history. Works when simulation is paused. Restores source position, waves, time, and frequency plot history. Allows precise examination of previous states.
-
Play/Pause Button: Toggles the simulation animation. When paused, the simulation stops updating, allowing you to examine the current state and use step controls. When playing, the source moves and waves expand in real-time. The button text changes between "Play" and "Pause" to indicate the current state. State is saved when pausing to enable step backward.
-
Step Forward Button: Advances the simulation by 0.1 seconds. Works when simulation is paused. Saves current state to history before stepping. Updates both the simulation canvas and frequency plot. Allows precise step-by-step examination of the Doppler effect.
-
Reset Button: Clears all waves from the screen, resets the source to its initial position, clears simulation time and history, and clears the frequency plot. This is useful for starting fresh or clearing accumulated waves for better visibility.
-
2D Canvas Visualization: The main visualization area showing:
- Source (Red Circle): The moving wave emitter. A small arrow indicates its direction of motion. The source wraps around the screen edges for continuous motion. Y position can be adjusted with the slider.
- Observer (Green Circle): The stationary receiver positioned at the center horizontally. A faint circle around it indicates its "listening" area.
- Wave Fronts (Expanding Circles): Circles that expand from their emission points. Each wave remembers where it was emitted, creating the Doppler "bunching" effect. For subsonic: Blue/red color coding shows compression/stretching. For supersonic: Gray circles that naturally form the Mach cone pattern through overlapping.
- Doppler Color Coding (Subsonic): Waves are tinted blue when compressed (approaching, higher frequency) and red when stretched (receding, lower frequency). The color changes dynamically as waves pass the observer.
- Mach Cone (Supersonic): When source speed exceeds wave speed, overlapping gray wavefronts naturally create a visible cone pattern. The cone angle narrows as Mach number increases. A red dashed line indicates the Mach cone boundary. This visualizes the "sonic boom" effect.
- Line of Sight (Gray Dashed): A dashed line connecting source and observer, showing the direct path. Text labels display distance and propagation delay along this line.
- Speed Indicators: Text labels showing source speed (v) in km/h, wave speed (c) in km/h (or scientific notation for light), and Mach number (M) in real-time.
-
Frequency Plot: A graph below the main canvas showing frequency over source position:
- X-axis: Source position (0 to canvas width, fixed scale aligned with simulation)
- Y-axis: Frequency (auto-scaled to show changes clearly, units: Hz/kHz/MHz/GHz)
- Blue Dashed Line: Emission frequency (constant, what the source emits)
- Red Solid Line: Perceived frequency (changes with Doppler effect as source moves)
- Green Vertical Line: Observer position marker (fixed at center)
- Yellow Vertical Line: Current source position marker (moves with source)
- Plot Behavior:
- Draws from start (position 0) to current source position
- Resets when source wraps around
- For collision course (center Y): Shows sharp step function
- For fly-by (off-center Y): Shows smooth S-curve
- For supersonic: Shows zone of silence (0), boom spike, then low frequency
- Asymmetric: Approaching creates larger frequency changes than receding
-
Calculated Values Display: Real-time information panel showing:
- Distance: Current separation between source and observer in pixels. Updates continuously as the source moves.
- Propagation Delay: Calculated time delay (τ = d/c) in seconds with millisecond precision. Shows how long a signal takes to travel from source to observer.
- Doppler Shift: Frequency shift factor due to motion. Values > 1 indicate blue shift (higher frequency), values < 1 indicate red shift (lower frequency). Shows "Supersonic" when M ≥ 1.
- Mach Number: Ratio of source speed to wave speed (M = v/c). M < 1 is subsonic, M = 1 is sonic, M > 1 is supersonic.
Key Concepts
-
The Doppler Effect: The fundamental phenomenon where the observed frequency of a wave changes due to relative motion between source and observer:
- Approaching Source: Waves are compressed (shorter wavelength, higher frequency). This is called "blue shift" for light or "pitch increase" for sound. The observer sees/hears a higher frequency than emitted.
- Receding Source: Waves are stretched (longer wavelength, lower frequency). This is called "red shift" for light or "pitch decrease" for sound. The observer sees/hears a lower frequency than emitted.
- Key Insight: Each wavefront expands from where it was emitted, not from the current source position. As the source moves, waves emitted at different positions create the "bunching up" pattern that makes the Doppler effect visible. This is why an ambulance siren sounds higher as it approaches and lower as it recedes.
The Doppler effect applies to all waves: sound, light, radio, water waves, etc.
-
Propagation Delay: The time it takes for a signal to travel from source to observer:
- Formula: τ = d / c, where d is distance and c is wave speed. This is a fundamental constraint - no signal can travel faster than the wave speed in the medium.
- For Light: At 3×10⁸ m/s, light takes about 1.3 seconds to travel from Earth to Moon (384,000 km), 8.3 minutes from Sun to Earth (150 million km).
- For Sound: At 343 m/s, sound takes about 3 seconds to travel 1 km. This is why you see lightning before hearing thunder.
- Key Insight: Even at the speed of light, propagation delay is significant for long distances. GPS satellites at 20,000 km create a 67 ms delay that must be accounted for in precise timing. Radar systems use propagation delay to measure range: R = c·τ/2 (round trip).
-
Mach Number and Supersonic Motion: The ratio of source speed to wave speed:
- Subsonic (M < 1): Source moves slower than waves. Waves can propagate ahead of the source. Normal Doppler effect applies.
- Sonic (M = 1): Source moves at exactly the wave speed. This is the "sound barrier" for sound waves or "light speed" for electromagnetic waves. Waves pile up at the source location.
- Supersonic (M > 1): Source outruns its own waves. A shock wave cone (Mach cone) forms. All waves arrive simultaneously along the cone, creating a "sonic boom" for sound or a Cherenkov cone for light in a medium.
- Mach Angle: The half-angle of the cone is μ = arcsin(1/M). At M = 1, μ = 90° (perpendicular). As M increases, the cone narrows. At M = 2, μ = 30°.
- Key Insight: The Mach cone represents the boundary where all wavefronts arrive simultaneously. This is why supersonic aircraft create a loud boom - all the sound energy arrives at once along the cone.
-
Wave Emission and Memory: Critical concept for understanding the Doppler visualization:
- Emission Point: Each wave remembers the exact location (x₀, y₀) where it was emitted. This is stored when the wave is created.
- Expansion: The wave expands as a circle from its emission point: r(t) = c·(t - t₀), where t₀ is the emission time.
- Source Movement: The source continues moving after emitting a wave, but the wave's center remains fixed at the emission point.
- Key Insight: This "memory" of emission location is what creates the Doppler pattern. Waves emitted when the source was closer to the observer arrive with higher frequency (compressed). Waves emitted when farther away arrive with lower frequency (stretched). The visualization makes this abstract concept tangible.
-
Color Coding and Visualization: The simulation uses visual cues to make concepts tangible:
- Blue Waves: Compressed waves (approaching, higher frequency, blue shift). These appear when the source is moving toward the observer.
- Red Waves: Stretched waves (receding, lower frequency, red shift). These appear when the source is moving away from the observer.
- Red Mach Cone: Shock wave for supersonic motion. Visualizes the "sonic boom" effect.
- Gray Dashed Line: Line of sight connecting source and observer. Shows the direct path and displays distance/delay information.
- Fading: Waves fade out as they expand to prevent visual clutter and maintain performance.
-
Applications: Doppler Effect and Propagation Delay are essential for:
- Radar Systems: Use Doppler shift to measure target velocity. Use propagation delay (round trip) to measure range: R = c·τ/2.
- GPS and Navigation: Account for propagation delay in timing calculations. Use Doppler shift for velocity measurements.
- Astronomy: Red shift of distant galaxies indicates they're receding (Hubble's law, expanding universe). Blue shift indicates approaching objects.
- Medical Imaging: Doppler ultrasound measures blood flow velocity by detecting frequency shifts in reflected sound waves.
- Communications: Account for propagation delay in satellite links. Compensate for Doppler shift in mobile communications.
- Aerodynamics: Mach number determines flight characteristics. Supersonic flight creates shock waves (sonic booms).
|
|