GSO002 Problem 4
Problem Statement
Stamp Collector and the Secret Microprint: Magnification by a Convex Lens
Problem Statement
A stamp collector uses a magnifying glass (convex lens) to examine very small "microprint" on a rare 19th-century stamp.
Let the focal length of the magnifying glass be f. The stamp surface is placed perpendicular to the optical axis of the lens. When the distance between the stamp and the lens is a, the microprint observed through the lens appears as an upright virtual image larger than the actual object.
Let the actual length of the microprint be L. Find the length L′ of the virtual image formed by the lens.
Assume the lens is thin and only paraxial rays are considered. The size of the virtual image L′ is defined as L′=m×L, where m is the magnification.
Constraints
- Focal length of magnifying glass: f=120 mm
- Distance from stamp to lens: a=90 mm
- Actual length of microprint: L=7 mm
Input Format
Find the length L′ of the virtual image in mm and give the answer as a positive integer.
Solution
1. Applying the Thin Lens Formula
For a thin convex lens, the relationship between the object distance a, image distance b, and focal length f is:
a1+b1=f1Since an upright virtual image is formed, b is negative (b<0). Substituting a=90 mm and f=120 mm:
901+b1=1201Solving for b1:
b1=1201−901Computing with least common multiple 360:
b1=3603−3604=−3601Therefore:
b=−360 [mm]The negative sign indicates that the image is on the same side as the object (a virtual image).
2. Computing the Magnification m
The magnification m of the lens is:
m=a∣b∣Substituting b=−360 and a=90:
m=90∣−360∣=90360=4The magnifying glass enlarges the image to 4 times the actual size.
3. Determining the Image Length L′
Multiplying the actual length L=7 mm by the magnification m=4:
L′=m×L=4×7=28 [mm]Answer: 28