Question

In: Physics

You are to design a thin lens for eyeglasses that will have a focal length of...

You are to design a thin lens for eyeglasses that will have a focal length of 10 cm. You only have tools that will allow you to shape glass surfaces with the following radii for convex surfaces: 4, 8, 12, 16, 18, and 21 cm, and the following radii for concave surfaces 3, 6, 7, 10, 12 and 14 cm. The glass to be used has an index of refraction of 1.48. Determine a combination you can use to make this lens. State the radii of curvature used for each surface, and whether it is concave or convex.

Solutions

Expert Solution

The Lens maker's formula:

where,

  • n is the refractive index of the lens material,
  • f is the focal length of the lens,
  • R1 is the radius of curvature (with sign, see below) of the lens surface closer to the light source,
  • R2 is the radius of curvature of the lens surface farther from the light source.

Now sign convention for R is,

Assuming light coming from the Left to right direction,

if the center of radius is on the left of the lens the sign of R is negative
If the center of radius is on the right of the lens the sign is positive.

_____________________________________________________________________

From the given values of R1 and R2, here's a small python script to try out all the combinations between them and show the matches for which f = 10cm

cvex = [4, 8, 12, 16, 18, 21]
cncv = [3, 6, 7, 10, 12, 14]
for i in cvex:
   for j in cncv:
       if i == j:
           continue
       else:
            f = (0.48*((1/-j) - (1/-i)))**-1
           if f == 10 or f==-10:
               print(i, j)

if you don't understand this, it doesn't matter. You can still plug in various values in the place of R1 and R2 from the given values, where R1 is the concave surface and R2 is the convex surface, and find out for which f =10, but as that'll be a bit long and tedious, so I've chosen this python script.
The Output is: 8 3
___________________________________________________________________

So from the given values, when the convex surface is 8cm and the concave surface is 3cm, then focal length = 10cm.


Related Solutions

A thin lens has a focal length of 25.0 cm. (a) Find the location of the...
A thin lens has a focal length of 25.0 cm. (a) Find the location of the image (in cm from the lens) formed by the lens when an object is placed p1 = 27.6 cm in front of the lens. (Enter a negative distance if the image is in front of the lens.) Choose the correct description of the image. (Select all that apply.) virtual upright inverted reduced real enlarged (b) Find the location of the image (in cm from...
An object is placed 4.0cm from a thin converging lens with a focal length of 12cm....
An object is placed 4.0cm from a thin converging lens with a focal length of 12cm. What are the properties of the image?
Imagine you have two converging lenses. Lens A has a focal length of 12.5 cm. Lens...
Imagine you have two converging lenses. Lens A has a focal length of 12.5 cm. Lens B has a focal length of 50.0 cm. The diameter of each lens is 6.50 cm. Assume a near point of 25.0 cm. a)     How could you make a microscope with 4x magnification using these lenses? b)     How could you make a telescope with 4x magnification using these lenses? c)     Which of these is more practical? Why?
Question 1: Part (A) Prove the thin lens equation, geometrically. Also show that the focal length...
Question 1: Part (A) Prove the thin lens equation, geometrically. Also show that the focal length of a curved mirror is 1/2 the radius of curvature. DRAW good diagrams Part (B). White light is incident on a soap film (n = 1.33 and thickness = 800 nm) suspended in air. If the incident light makes a 45o angle with the normal to the film, what visible wavelengths with be constructively reflected?
A thin lens has a focal length f = 1.0 x 10^2 cm. In order to...
A thin lens has a focal length f = 1.0 x 10^2 cm. In order to ensure that the image is the same size as the object, where should the object be placed? That is, what is the object distance s? Question 1 options: 1.0 x 10^2 cm 3.4 x 10^2 cm 50. cm 2.0 x 10^2 cm 4.0 x 10^2 cm An electron is moving in the positive x direction at a rate 3.0 x 10^5 m/s. A magnetic...
For converging and diverging lens types: a. Explain what the “focal length” of a lens is.
  For converging and diverging lens types:   a. Explain what the “focal length” of a lens is. b. What is the difference between converging and diverging lenses? c. What is the relationship between the object distance and the image distance for a lens?
An object is placed in front of a lens with focal length f1, a second lens...
An object is placed in front of a lens with focal length f1, a second lens is placed at a distance of d from the first lens and has focal length f2. Given that the object has a height of h, find the height of the final image.
Lens 1, in a two-lens system, is converging with a focal length +15.0 cm and Lens...
Lens 1, in a two-lens system, is converging with a focal length +15.0 cm and Lens 2 is also converging, with a focal length of +5.0 cm. An object is placed 40.0 cm to the left of Lens 1, as shown. If the two lenses are separated by 30.0 cm, where is the final image in relation to Lens 2?
What does focal length mean for a converget lens?
What does focal length mean for a converget lens?
A converging lens with a focal length of 4.0cm is to the left of a second...
A converging lens with a focal length of 4.0cm is to the left of a second identical lens. When a feather is placed 11cm to the left of the first lens, the final image is the same size and orientation as the feather itself. What is the separation between the lenses? Express your answer using two significant figures.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT