Cylindrical mirror

Calculus Level 3

At the origin (point O O ) there is a reflecting cylinder with radius 1. From negative y y -direction the cylinder is illuminated by a homogeneous ligth source, so that the incident rays run parallel to the y y -axis. The light is reflected at the surface of the cylinder and hits a wall at x = 3 x = 3 . Which point on the wall is illuminated the brightest by the reflected light?

Hint: A ray of light striking the cylinder at a distance of x ( 0 , 1 ) x \in (0,1) to the y y -axis hits a certain point y R y \in \mathbb{R} on the wall. Find the function f : x y f: x \mapsto y that describes this reflection. The incident light is parallel and homogeneous, so that intensity on the wall is determined only by the function f ( x ) f (x) .

point C C ( y = 1 y = - 1 ) point B B ( y = 2 y = - 2 ) point D D ( y = 0 y = 0 ) point A A ( y = 3 y = - 3 ) point E E ( y = 1 y = 1 )

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

1 solution

Markus Michelmann
Apr 29, 2018

The light rays hit the cylinder at an angle α = arcsin x \alpha = \arcsin x . The reflected beam then has an angle 2 α 2 \alpha to the incident beam. The corresponding point on the wall then gives f ( x ) = y = cos α ( 3 sin α ) cot 2 α = cos α ( 3 sin α ) 2 sin α cos α cos 2 α sin 2 α = 1 x 2 ( 3 x ) 2 x 1 x 2 ( 1 x 2 ) x 2 = 6 x 2 x 3 2 x 1 x 2 \begin{aligned} f(x) = y &= -\cos \alpha - (3 - \sin \alpha) \cot 2 \alpha \\ &= -\cos \alpha - (3 - \sin \alpha) \frac{2 \sin \alpha \cos \alpha}{\cos^2 \alpha - \sin^2 \alpha} \\ &= - \sqrt{1 - x^2} - (3 - x) \frac{2 x \sqrt{1 - x^2}}{(1 - x^2) - x^2} \\ &= \frac{6 x^2 - x - 3}{2 x \sqrt{1 - x^2}} \end{aligned} This function has poles for the points x = 0 x = 0 and x = 1 x = 1 , so that the function value diverges here ( lim x 0 f ( x ) = \lim_{x \to 0} f(x) = - \infty , lim x 1 f ( x ) = + \lim_{x \to 1} f(x) = + \infty ) . Physically these cases correspond to reflections with the angles α = 0 \alpha = 0^\circ and 18 0 180^\circ , so that the reflected rays run parallel to the wall. In the domain x ( 0 , 1 ) x \in (0,1) the function is well-behaved, so that we can calculate the derivative of the function f ( x ) f (x) results according to the quotient rule: f ( x ) = ( 12 x 1 ) ( 2 x 1 x 2 ) ( 6 x 2 x 3 ) ( 2 1 x 2 2 x 2 / 1 x 2 ) ( 2 x 1 x 2 ) 2 = ( 12 x 2 x ) ( 1 x 2 ) ( 6 x 2 x 3 ) ( 1 2 x 2 ) 2 x 2 ( 1 x 2 ) 3 / 2 = ( 12 x 4 + x 3 + 12 x 2 x ) ( 12 x 4 + 2 x 3 + 12 x 2 x 3 ) 2 x 2 ( 1 x 2 ) 3 / 2 = 3 x 3 2 x 2 ( 1 x 2 ) 3 / 2 \begin{aligned} f'(x) &= \frac{(12 x - 1) \cdot (2 x \sqrt{1 - x^2}) - (6 x^2 - x - 3) \cdot (2 \sqrt{1 - x^2} - 2 x^2/\sqrt{1 - x^2})}{(2 x \sqrt{1 - x^2})^2} \\ &= \frac{(12 x^2 - x)(1 - x^2) - (6 x^2 - x - 3) ( 1 - 2 x^2) }{2 x^2 (1 - x^2)^{3/2}}\\ &= \frac{(- 12 x^4 + x^3 + 12 x^2 - x) - (- 12 x^4 + 2 x^3 + 12 x^2 - x - 3) }{2 x^2 (1 - x^2)^{3/2}} \\ &= \frac{3 - x^3}{2 x^2 (1 - x^2)^{3/2}} \end{aligned} For x ( 0 , 1 ) x \in (0,1) , the derivative f ( x ) f'(x) is positive, so that the function f ( x ) f(x) is monotone increasing. Therefore, the function can be inverted within the domain, so that each point y y can be assigned a unique point x = f 1 ( y ) x = f^{-1}(y) . However, the inverse function can only be determined graphically or numerically so that we first plot the function and the derivative: For the points A A , B B , C C , D D and E E , which correspond to the function values f ( x ) = 3 , 2 , 1 , 0 f(x) = -3, -2, -1, 0 and 1 1 , the corresponding x-values and derivatives can be determined numerically: x A = f 1 ( 3 ) 0.429 f ( x A ) 10.77 x B = f 1 ( 2 ) 0.536 f ( x B ) 8.23 x C = f 1 ( 1 ) 0.668 f ( x C ) 7.35 x D = f 1 ( 0 ) 0.795 f ( x D ) 8.85 x E = f 1 ( 1 ) 0.886 f ( x E ) 14.72 \begin{aligned} x_A &= f^{-1}(-3) \approx 0.429 & & \Rightarrow & f'(x_A) &\approx 10.77\\ x_B &= f^{-1}(-2) \approx 0.536 & & \Rightarrow & f'(x_B) &\approx 8.23\\ x_C &= f^{-1}(-1) \approx 0.668 & & \Rightarrow & f'(x_C) &\approx 7.35\\ x_D &= f^{-1}(0) \approx 0.795 & & \Rightarrow & f'(x_D) &\approx 8.85\\ x_E &= f^{-1}(1) \approx 0.886 & & \Rightarrow & f'(x_E) &\approx 14.72 \end{aligned} It is noticeable, that the point x C x_C corresponds to the point of lowest slope. The slope f ( x ) f '(x) is a measure of how much the reflected rays diverge. Two rays, each incident at points x x and x + d x x + dx , strike the wall at points f ( x ) f (x) and f ( x ) + f ( x ) d x f (x) + f '(x) dx , respectively. If the slope f ( x ) f '(x) is high, the rays diverge and the light intensity is small. If the slope f ( x ) f '(x) is small, then the rays are focused and the light intensity is large. Therefore, at point C C , the highest light intensity will be observed.

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...