I'm trying to solve the following problem:
A convex spherical refracting surface with a radius of 0.6 m separates a medium whose index of refraction is 1.5 from another whose index of refraction is 2.0. An object is placed in the first medium 1.0 m from the surface. Determine the focal distances of the object and image, the position of the image, and the magnification of the image.
Here is my attempt:
The focal length of a lens or a refracting surface can be determined using the lens formula:
$1/f = (n_2 - n_1)(1 / R_1 - 1 / R_2)$
Since we have a single convex spherical refracting surface, we can assume the other surface has an infinite radius of curvature, so the lens formula simplifies to:
$1/f = (n_2 - n_1) \cdot (1 / R_1)$
Substituting the given values:
$1/f = (2.0 - 1.5) \cdot (1 / 0.6)$
Solving for $f$:
$1/f = 0.5 \cdot (5 / 3)$
Therefore, $f = 1.2 \, \text{m}$
But I should obtain that it is 1.8m. Can someone help me?