# Optical Magnification Calculator

M = 250/f for magnifiers, (L/f_o)·(250/f_e) factorized for microscopes, f_o/f_e for telescopes.

> Canonical page: https://elysiatools.com/en/tools/magnification-power

- **Category:** Science & Education

- **Keywords:** magnification, magnifying glass, microscope, telescope, focal length, optics

## Overview

The Optical Magnification Calculator computes the total magnifying power and component factorizations for magnifying glasses, compound microscopes, and telescopes based on standard optical formulas and focal lengths in millimeters.

## Inputs

- **Instrument** (select)
- **Magnifier focal length f (mm)** (number): e.g. 50
- **Objective focal length f_o (mm)** (number): e.g. 4
- **Eyepiece focal length f_e (mm)** (number): e.g. 25
- **Tube length L (mm)** (number): e.g. 160

## When to use

- Determining the angular magnification of a simple magnifying lens using the standard 250 mm reference near point.
- Calculating the combined magnification of a compound microscope from objective focal length, eyepiece focal length, and optical tube length.
- Finding the visual magnification of an astronomical telescope setup by comparing objective and eyepiece focal lengths.

## How it works

- Select your target optical system: magnifying glass, microscope, or telescope.
- Enter the relevant focal lengths and tube dimensions in millimeters.
- The tool applies standard optical equations (M = 250/f for magnifiers, M = (L/f_o)·(250/f_e) for microscopes, or M = f_o/f_e for telescopes) to output exact magnification and intermediate factor breakdowns.

## Use cases

- Optics students verifying laboratory calculations for focal length and visual magnification experiments.
- Microscopy technicians configuring objective and eyepiece combinations for target specimen scale.
- Amateur astronomers selecting appropriate eyepieces to achieve desired planetary or deep-sky magnification.

## Frequently asked questions

### What standard near point distance is used for magnifiers and microscopes?

The calculator uses the standard optical convention of 250 mm (25 cm) as the clear visual near point distance.

### How is telescope magnification calculated?

Telescope magnification is calculated directly as the ratio of objective focal length to eyepiece focal length (M = f_o / f_e).

### Can I input focal lengths in units other than millimeters?

All inputs require millimeter (mm) values to match the standard formula scales.

### What is the standard optical tube length for compound microscopes?

Standard biological microscopes traditionally use a mechanical tube length of 160 mm, which is provided as the default value.

### How does compound microscope magnification break down?

It is the product of the objective magnification (L / f_o) and the eyepiece magnification (250 / f_e).

## Related tools

- [Ampère Force Calculator](https://elysiatools.com/en/tools/ampere-force-calculator): F = B·I·L·sinθ for a current-carrying wire, with unit selectors, the force magnitude, the 90° reference, and the right-hand-rule direction.
- [Coulomb Force Calculator](https://elysiatools.com/en/tools/coulomb-force-calculator): Coulomb's law F = k·|q₁q₂|/r² with signed charges and unit selectors, reporting the force magnitude and whether the pair attracts or repels.
- [Electric Potential Calculator](https://elysiatools.com/en/tools/electric-potential-calculator): V = k·Q/r with the sign preserved, plus the electron potential energy U = −e·V in eV — at the Bohr radius this reproduces 27.2114 V, twice hydrogen's ionization energy.
- [Faraday Induction EMF Calculator](https://elysiatools.com/en/tools/faraday-induction-emf): Faraday's law |ε| = N·ΔΦ/Δt with turns, flux, and time selectors, plus the Lenz's-law sign explained — one turn and one weber per second induce exactly one volt.
- [Malus's Law Polarization Calculator](https://elysiatools.com/en/tools/polarization-malus-law): I = I₀·cos²θ: transmitted intensity and percentage for any polarizer angle, with the 0°/45°/90° landmarks.
- [Relativistic Momentum Calculator](https://elysiatools.com/en/tools/relativistic-momentum): p = γmv with p·c in eV-scale units, the Lorentz factor, and the classical mv comparison for electron, proton, or custom mass.
- [Rest Mass Energy Calculator](https://elysiatools.com/en/tools/rest-mass-energy): E₀ = mc² for electron, proton, neutron, or custom mass: energy in J and eV-scale units, mass in kg and u — the collider mass table.
- [Stern-Gerlach Deflection Calculator](https://elysiatools.com/en/tools/stern-gerlach-deflection): a = μ_z·G/m, deflection z = a·\[(L/v)²/2 + L·D/v²\], and 2z screen separation for spin-1/2 atoms in a field gradient.

## Samples

- [Android Image Processing Java Samples](https://elysiatools.com/en/samples/android-image-processing-java): Android Java image processing examples including reading/saving images, scaling, and format conversion
- [Android Image Processing Kotlin Samples](https://elysiatools.com/en/samples/android-image-processing-kotlin): Android Kotlin image processing examples including reading/saving images, scaling, and format conversion
- [Web Image Processing Python Samples](https://elysiatools.com/en/samples/web-image-processing-python): Web Python image processing examples using PIL/Pillow including reading, saving, resizing, and format conversion
- [Web Image Processing Rust Samples](https://elysiatools.com/en/samples/web-image-processing-rust): Web Rust image processing examples including image read/save, scaling, and format conversion
