Joule to hertz (J to Hz)

🔬 Joule to Hertz Calculator

Convert energy to frequency using the Planck-Einstein relation (E = hf)

Joule → Hertz
Hertz → Joule
J
Hz
Hz
J

Joule to Hertz Conversion

Joules (J) measure energy while Hertz (Hz) measure frequency—these are fundamentally different physical quantities. However, they connect through one of the most important equations in quantum mechanics: the Planck-Einstein relation. For a comprehensive scientific overview, see the Wikipedia article on the Planck relation.

This equation, discovered by Max Planck in 1900 and applied by Albert Einstein to explain the photoelectric effect, reveals that energy is quantized—it comes in discrete packets called “quanta” or photons.

The Planck-Einstein Relation
E = h × f
E Energy in Joules (J)
h Planck’s constant (6.62607015 × 10⁻³⁴ J·s)
f Frequency in Hertz (Hz)
Planck’s Constant (Exact Value – 2019 SI Redefinition)
h = 6.62607015 × 10⁻³⁴ J·s

Conversion Formulas Joules to Hertz

f = E / h

To convert energy to frequency, divide the energy in Joules by Planck’s constant.

Hertz to Joules

E = h × f

To convert frequency to energy, multiply the frequency in Hertz by Planck’s constant.

💡
Key Insight: Since Planck’s constant is extremely small (10⁻³⁴), everyday energy values correspond to astronomically high frequencies. For example, 1 Joule equals approximately 1.509 × 10³³ Hz—far beyond any measurable frequency!

Step-by-Step Calculation Example

Example: Red Light Photon Energy

Problem: A red laser emits light with a frequency of 4.74 × 10¹⁴ Hz. What is the energy of each photon?

Solution

Step 1: Write down the formula
E = h × f

Step 2: Substitute the values
E = (6.62607015 × 10⁻³⁴ J·s) × (4.74 × 10¹⁴ Hz)

Step 3: Calculate
E = 3.14 × 10⁻¹⁹ J

Step 4: Convert to electron volts (optional)
E = 3.14 × 10⁻¹⁹ J ÷ (1.602 × 10⁻¹⁹ J/eV)
E ≈ 1.96 eV

This confirms that red light photons carry approximately 1.96 eV of energy, which falls within the visible light spectrum (1.65-3.10 eV).

Joules to Hertz Conversion Table

This table shows common energy-to-frequency conversions using the Planck-Einstein relation.

Energy (Joules)Frequency (Hertz)Physical Context
1 J1.509 × 10³³ HzTheoretical (beyond measurement)
1 × 10⁻¹⁹ J1.509 × 10¹⁴ HzVisible light range (~0.62 eV)
1 × 10⁻²⁰ J1.509 × 10¹³ HzInfrared radiation
1 × 10⁻²¹ J1.509 × 10¹² HzFar infrared / THz radiation
1 eV (1.602 × 10⁻¹⁹ J)2.418 × 10¹⁴ HzCommon unit in particle physics
1 keV (1.602 × 10⁻¹⁶ J)2.418 × 10¹⁷ HzX-ray photons
1 MeV (1.602 × 10⁻¹³ J)2.418 × 10²⁰ HzGamma rays

Hertz to Joules Conversion Table

Reverse conversion reference for frequency to energy:

Frequency (Hertz)Energy (Joules)Physical Context
1 Hz6.626 × 10⁻³⁴ JTheoretical minimum energy
1 kHz6.626 × 10⁻³¹ JAudio range
1 MHz6.626 × 10⁻²⁸ JRadio frequencies
1 GHz6.626 × 10⁻²⁵ JMicrowave frequencies
1 THz6.626 × 10⁻²² JFar infrared
430 THz2.85 × 10⁻¹⁹ JRed light (~650 nm)
750 THz4.97 × 10⁻¹⁹ JViolet light (~400 nm)

Explore our comprehensive collection of physics and energy calculators:

Important Notes

⚠️
Scientific Context: This conversion is based on quantum mechanics and applies to photons and quantum systems. Everyday mechanical energy cannot be directly converted to frequency without considering the underlying quantum nature of the system.

Precision: This calculator uses the exact value of Planck’s constant as defined by the 2019 SI redefinition: h = 6.62607015 × 10⁻³⁴ J·s. This value is now defined exactly (not measured) and forms the basis of the modern kilogram definition.

Units: Frequency units range from Hz (Hertz) to PHz (Petahertz) to accommodate the extremely wide range of frequencies corresponding to different energy levels.

`; }// Download as Text file window.downloadAsText = function() { const content = [ '===========================================', ' JOULE TO HERTZ CALCULATION RESULT', '===========================================', '', 'Conversion Type: ' + (lastCalculation.mode === 'j-to-hz' ? 'Energy to Frequency' : 'Frequency to Energy'), '', 'Input: ' + lastCalculation.input + ' ' + lastCalculation.inputUnit, 'Output: ' + lastCalculation.output + ' ' + lastCalculation.outputUnit, 'Scientific Notation: ' + lastCalculation.scientificNotation, '', '-------------------------------------------', 'Formula Used: ' + (lastCalculation.mode === 'j-to-hz' ? 'f = E / h' : 'E = h × f'), "Planck's Constant: h = 6.62607015 × 10⁻³⁴ J·s", '-------------------------------------------', '', 'Calculated using: ' + shareUrl, 'Date: ' + new Date().toLocaleString(), '', '===========================================' ].join('\n');const blob = new Blob([content], { type: 'text/plain' }); const url = URL.createObjectURL(blob); const a = document.createElement('a'); a.href = url; a.download = 'joule-to-hertz-calculation.txt'; document.body.appendChild(a); a.click(); document.body.removeChild(a); URL.revokeObjectURL(url);showTooltip('Downloaded as TXT!'); };})();

Author

  • Manish Kumar

    Manish holds a B.Tech in Electrical and Electronics Engineering (EEE) and an M.Tech in Power Systems, with over 10 years of experience in Metro Rail Systems, specializing in advanced rail infrastructure.

    He is also a NASM-certified fitness and nutrition coach with more than a decade of experience in weightlifting and fat loss coaching. With expertise in gym-based training, lifting techniques, and biomechanics, Manish combines his technical mindset with his passion for fitness.

Leave a Comment