Parabolic mirror

Posted on Tue 16 August 2022 in maths

Parabolic mirrors in the wild

Parabolic mirrors have a lot of technical applications. They are used as sattelite dishes, solar cookers or headlamps which is due to one unique property.

On wikipedia, you can even find an application as lighter for the Olympic Flame.

Lighting the Olympic Flame


Parabolic mirrors reflect parallel light coming from one direction in such a way, that all reflected beams hit one point, which is called focal point or focus.


In fact, this is one of the possible defining properties of a parabolic mirror, which will, as the name suggests, have the shape of a paraboloid.

Or will it?

I recall being told at school that the catenary was a parabola while in fact, it is a hyperbolic cosine, which can just be approximated as a parabola. But it is not the same!

So I guess, I'll have to check whether I have been tricked or not...

Geometry

Of course, we start with a sketch:

Geometry of a parabolic mirror

Light (yellow) is coming from the right, i. e. it goes in negative $x$-direction.

The mirror is represented by the black curve above the $x$-axis. The gray curve below the $x$-axis is actually also representing the mirror, but we will focus on the upper part, since both parts will be symmetric, anyway. (In fact, it is sufficient to let the black upper part rotate around the $x$-axis to create the full mirror.)

The focus point $F$ must rest on the $x$-Axis, because of the symmetry of the setup.

We will consider one particular ray of light. (red)

It will hit the mirror and be reflected towards the focus. The reflection point is $R$.

Now, how does a reflection at a curve work?

It will be the same as reflecting over the curve's tangent at $R$. This tangent $y_T$ is shown in the sketch as a dashed blue line.

However, we can also imagine the focus $F$ to be reflected over the same tangent. The reflection of $F$ would not go through $R$, but through another point $R^\prime$ on the tangent and land on the "virtual" focus point $F^\prime$. As the dashed red "virtual" light ray indicates, we can imagine the original ray to go straight through the mirror and follow a straight line to hit the virtual focus $F^\prime$.

Now, there is some easy geometry nailing down the location of $R^\prime$. It will be at the (orthogonal) intersection of the tangent $y_T$ and the straight line $y_N$ connecting focus and virtual focus.

Indeed, $y_N$ is perpendicular to $y_T$ and the distances between $R^\prime$ and $F$ or $F^\prime$, respectively, will be the same. Furthermore, this means that the difference of their coordinates is also identical, i. e.:

$$\begin{align} x_{R^\prime} - x_{F^\prime} =& x_F - x_{R^\prime}\\ y_{F^\prime} - y_{R^\prime} =& y_{R^\prime} - y_F\\ \end{align}$$

Summing up

  1. Let a (red) ray of light go into the mirror. It will hit the reflecting surface at point $R$.
  2. It shall be reflected into the focus $F$.
  3. Construct the mirror's tangent $y_T$ through $R$ and reflect the focus over that tangent onto a "virtual" focus $F^\prime$.
  4. In order to actually hit the real focus $F$, the straight-line-continuation of the incoming light ray must hit the "virtual" focus $F^\prime$.
  5. When reflecting the focus over the tangent, the actual reflection will happen at a point $R^\prime$, which will be on the tangent.
  6. Furthermore, $R^\prime$ will have the same distance to the focus and the "virtual" focus and the straight line $y_N$ connecting all three of them will be perpendicular to the tangent $y_T$.

The geometry in equations

Now, let us put some numbers on that.

A straight line always has an equation of the form

$$\begin{align} y(x) =& mx + b\\ =& m (x - x_0) + y_0,\\ \end{align}$$

where $m$ is the slope and $(x_0,y_0)$ is any point on that straight line.

Therefore, we can express the tangent $y_T(x_T)$ and the perpendicular straight line $y_N(x_N)$ as:

$$\begin{align} y_T -y_R =& m_T (x_T - x_R)\\ y_N -y_F =& m_N (x_N - x_F)\\ \end{align}$$

For the sake of simplicity, we will place the focus into the origin, i. e.:

$$(x_F, y_F) = (0, 0)$$

This will come at the cost of $x$ ranging into the negative numbers and we will get back to that.

Furthermore, the slopes of perpendicular lines always have a product of $-1$:

$$\begin{align} m_T \cdot m_N =& -1\\ \Leftrightarrow\,\, m:= m_T =& - \frac 1{m_N}\\ \Leftrightarrow\,\, m_T = m,\,\, & \,\, m_N = - \frac 1m\\ \end{align}$$

Therefore,

$$y_N = - \frac 1m x_N \,\,\Rightarrow\,\, x_N = -m y_N$$

and

$$y_T = m(x_T - x_R) +y_R.$$

The point $R^\prime$ is the intersection of $y_T$ and $y_N$. Therefore, it will satisfy both equations:

$$\begin{align} x_{R^\prime} =& -m y_{R^\prime}\\ y_{R^\prime} =& m(x_{R^\prime} - x_R) +y_R\\ \end{align}$$

Recall

$$\begin{align} y_{F^\prime} - y_{R^\prime} =& y_{R^\prime} - \underbrace{y_F}_{=0}\\ y_{F^\prime} =& 2 y_{R^\prime}\\ y_{R^\prime} =& \frac{y_{F^\prime}}2.\\ \end{align}$$

Additionally, we know that $F^\prime$ is on the straight-line-continuation of the original light ray going into negative $x$-direction, i. e. All points on the light ray have the same $y$-coordinate. Since the actual reflection point $R$ is hit by that beam of light,

$$y_{F^\prime} = y_R.$$

So finally,

$$y_{R^\prime} = \frac{y_R}2.$$

Combining all together,

$$\begin{align} y_{R^\prime} =& \frac{y_R}2\\ x_{R^\prime} =& -m y_{R^\prime}\\ y_{R^\prime} =& m(x_{R^\prime} - x_R) +y_R.\\ \end{align}$$

We can insert the first two equations into the last one:

$$\begin{align} y_{R^\prime} =& m(x_{R^\prime} - x_R) +y_R\\ \frac{y_R}2 =& m\left[\left(-m y_{R^\prime}\right) - x_R\right] +y_R\\ \frac{y_R}2 =& m\left[\left(-m\left(\frac{y_R}2\right)\right) - x_R\right] +y_R\\ \frac{y_R}2 - y_R =& \left(-m^2\left(\frac{y_R}2\right)\right) - mx_R\\ -\frac 12 y_R =& -\frac{m^2}2 y_R -m x_R\\ (m^2-1) y_R =& -2m x_R\\ \end{align}$$

At this point, we are tantalizingly close to our original problem. (To re-iterate, we want to know the exact shape of the parabolic mirror, i. e. the curve $y(x)$, that will reflect all parallel rays of light going into negative-$x$-direction into one focus point $F$.)

Since $R$ is part of the mirror and so far we selected it arbitrarily, we can replace

$$x_R \rightarrow x,\,\,\,\,y_R \rightarrow y.$$

Now, what about $m$?

Remember, that $m$ was the slope of the tangent $y_T$ through $R$, which is the same as the first derivative $y^\prime(x)$ of the function $y(x)$ we are looking for. (In fact, this is the definition of the first derivative.)

So, we can also replace

$$m \rightarrow y^\prime$$

to get:

$$\begin{align} (m^2-1) y_R =& -2m x_R\\ \left({y^\prime}^2 -1\right) y =& -2y^\prime x\\ {y^\prime}^2 +2y^\prime \frac xy -1 =& 0\\ \end{align}$$

Notice that in the last step, we divided by $y$, which means we cannot have $y=0$. Strictly speaking, we cannot be sure that whatever we find down the road will satisfy the case $y=0$.

But that is not a problem, as the incoming ray at $y=0$ will hit the focus even before hitting the mirror. So, we can exclude this case for now.

Thus, we are left with a quadratic equation in $y^\prime$:

$$\begin{align} {y^\prime}^2 +2y^\prime \frac xy -1 =& 0\\ y^\prime =& - \frac xy \pm \sqrt{1+\left(\frac xy\right)^2}\\ \end{align}$$

Now, we have to answer the age-old question arising from quadratic equations. Which solution will we go with? The one with the plus-sign in front of the square-root or the one with the minus-sign?

Well, we know that $y$ will be positive, since we constructed it that way. The same goes for the slope $y^\prime$.

Mathematically, it is not absolutely clear that the slope can never be negative, but physically it is reasonable to assume this.

The square $\left(\frac xy\right)^2$ is always positive, since $x$ and $y$ are real values. Since below the square-root, we add a positive $1$ to the square, the whole square-root will be positive and larger than the absolute value of the fraction:

$$\sqrt{1+\left(\frac xy\right)^2} > \left| \frac xy \right|$$

When $x>0$, the $-\frac xy$-term is negative and since we need an overall positive slope, the square-root-term must be positive.

When $x<0$, the $-\frac xy$-term is positive, but the square-root-term still cannot be negative, since its absolute value is larger and would turn the whole term into a net negative.

So, we can comfortably choose the plus-sign.

$$\boxed{y^\prime = -\frac xy +\sqrt{1+\left(\frac xy\right)^2}}$$

Yaay, we got an ordinary non-linear first-order differential equation!

Our problem is basically solved!


Solving the differential equation

Indeed, this differential equation is not as evil as it looks. There is one sneaky substitution, we will have to do, but other than that, it is not really difficult.

In order to solve

$$y^\prime = -\frac xy +\sqrt{1+\left(\frac xy\right)^2},$$

the first step is introducing the substitution

$$u:= \frac xy \,\, \Rightarrow\,\, y=\frac xu.$$

Notice, that for $u=0$, $x=0$ and thus, the fraction $\frac xu$ will still have a well-defined limit of $y$ from both sides. That will allow us to ignore the issue of a zero in the denominator in this case.

Next, we calculate the derivative

$$y^\prime = \frac{u-xu^\prime}{u^2}$$

and insert into the original differential equation:

$$\begin{align} \frac{u-xu^\prime}{u^2} =& -u + \sqrt{1+u^2}\\ u - xu^\prime =& -u^3 + u^2\sqrt{1+u^2}\\ u + u^3 - u^2\sqrt{1+u^2} =& x u^\prime\\ \frac 1x =& \frac{u^\prime}{u + u^3 - u^2\sqrt{1+u^2}}\\ \end{align}$$

Now, we have a completely separable differential equation. We split the derivative like

$$u^\prime = \frac{du}{dx}$$

and integrate on both sides:

$$\int \frac{dx}x = \underbrace{\int \frac{du}{u+u^3-u^2\sqrt{1+u^2}}}_{=:I}$$

The left-hand-side is easily solved by

$$\int \frac{dx}x = \ln{\left|x\right|} + c,$$

while the right-hand-side is a little more involved. That is why we call the whole experssion $I$ and do an auxiliary calculation. Afterwards, we will re-insert into

$$\ln{\left|x\right|} +c = I.$$

Auxiliary calculation of the integral $I$

We need to solve

$$ I = \int \frac{du}{u+u^3-u^2\sqrt{1+u^2}}$$

To do that, we want to get rid of the square-root. This can be achieved by introducing Euler's first substitution:

$$u =: \frac{s^2 -1}{2s}$$

Yet again, we must fear a zero in the denominator. But in this case, we are in luck.

Let us calculate $s$ in terms of $u$:

$$\begin{align} u=& \frac{s^2 -1}{2s}\\ 2su =& s^2 -1\\ 0 =& s^2 -2su -1\\ \Rightarrow\,\, s=& u \pm \sqrt{u^2 + 1}\\ \end{align}$$

Now let us assume, $s=0$:

$$\begin{align} 0 =& u \pm \sqrt{u^2 +1}\\ -u =& \pm \sqrt{u^2 +1}\,\,\,\left.\right| \left(\cdots\right)^2\\ u^2 =& u^2 +1\\ 0 =& 1 \,\,\bot\\ \end{align}$$

This is a contradiction and so, $s$ cannot be zero. Our substitution can therefore progress and we, once again, calculate the first derivative:

$$\begin{align} u=& \frac{s^2 -1}{2s}\\ \Rightarrow\,\, u^\prime =& \frac{(2ss^\prime)(2s)-(s^2-1)(2s^\prime)}{4s^2}\\ =& s^\prime \frac{2s^2 - s^2 + 1}{2s^2}\\ =& s^\prime \frac{s^2 + 1}{2s^2}\\ \end{align}$$

Now, what will happen to the square-root $\sqrt{1+u^2}$?

We introduce the substitution for the expression inside the square-root:

$$\begin{align} 1+u^2 =& 1 + \left( \frac{s^2 -1}{2s}\right)^2\\ =& \frac{4s^2}{4s^2} + \frac{\left(s^2 -1\right)^2}{4s^2}\\ =& \frac{4s^2}{4s^2} + \frac{s^4 -2s^2 +1}{4s^2}\\ =& \frac{s^4 +2s^2 +1}{4s^2}\\ =& \left(\frac{s^2 + 1}{2s}\right)^2\\ \end{align}$$

Hooray! Thanks to the great Leonhard Euler, we managed to forge the term inside the square-root into a perfect square, which will allow us to resolve the square-root.

Recall

$$I = \int \frac{du}{u+u^3-\underbrace{u^2\sqrt{1+u^2}}_{=:R}}$$

and let us calculate the summands in terms of $s$, beginning with the evil square-root-term:

$$\begin{align} R =& u^2 \sqrt{1+u^2}\\ =& \left[ (1 + u^2 ) -1 \right]\cdot \sqrt{1+u^2}\\ =& \left[ \left(\frac{s^2 + 1}{2s}\right)^2 -1 \right]\cdot \frac{s^2 + 1}{2s}\\ =& \frac{s^4 - 2 s^2 + 1}{4s^2} \cdot \frac{s^2 + 1}{2s}\\ =& \frac{s^6 - s^4 - s^2 +1}{8s^3}\\ \end{align}$$

Since

$$u= \frac{s^2 -1}{2s},$$

$$\begin{align} u^3=& \left(\frac{s^2 -1}{2s}\right)^3\\ =& \frac{s^6 -3s^4 + 3s^2 -1}{8 s^3}.\\ \end{align}$$

We are getting somewhere!

Let us simplify the whole denominator

$$D:= u + u^3 - R$$

like so:

$$\begin{align} D =& u + u^3 - R\\ =& u + u^3 - u^2 \sqrt{1+u^2}\\ =& \left(\frac{s^2 -1}{2s}\right) + \left(\frac{s^6 -3s^4 + 3s^2 -1}{8 s^3}\right) - \left(\frac{s^6 - s^4 - s^2 +1}{8s^3}\right)\\ =& (8s^3)^{-1} \left[ 4s^2(s^2 -1) + (s^6 -3s^4 + 3s^2 -1) - (s^6 - s^4 - s^2 +1)\right]\\ =& (8s^3)^{-1} \left[ 4s^4 -4s^2 + s^6 -3s^4 + 3s^2 -1 - s^6 + s^4 + s^2 - 1\right]\\ =& (8s^3)^{-1} \left[ 2s^4 - 2\right]\\ =& \frac{s^4-1}{4s^3}\\ \end{align}$$

At this point, we can smell success, but we must not forget the numerator of the integral $I$'s integrand, i. e. the $du$-term, we still have to transform.

But we already did this with

$$u^\prime = s^\prime \frac{s^2 + 1}{2s^2}.$$

Now, we can express the full integrand in terms of $s$:

$$\begin{align} \frac{du}{D} =& \frac{ds \frac{s^2 + 1}{2s^2}}{\frac{s^4-1}{4s^3}}\\ =& \frac{(s^2 + 1) \cdot 4s^3}{2s^2 \cdot (s^4-1)} ds\\ =& \frac{2s}{s^2-1} ds\\ \end{align}$$

Uuuhhh, this is beautiful! Let us cherish this moment!

$$\begin{align} I =& \int \frac{2s}{s^2-1} ds\\ =& \ln{\left|s^2-1\right|}\\ \end{align}$$

Undoing substitutions

As we had

$$\ln{\left|x\right|} + c = I,$$

this implies:

$$\begin{align} \ln{\left|x\right|} + c =& \ln{\left|s^2-1\right|}\\ \Rightarrow\,\, e^{\ln{\left|x\right|}} \cdot \underbrace{e^c}_{\alpha} =& e^{\ln{\left|s^2-1\right|}}\\ \alpha \cdot \left|x\right| =& \left|s^2-1\right|.\\ \end{align}$$

Notice that $\alpha$ will be positive, as it is $e$ to the something, which for a real something will always be positive.

Now, it would be so tempting, to just ignore the absolute values and it might even lead to the correct solution, but we will be thorough.

Recall Euler's substitution, and its implications:

$$\begin{align} u =& \frac{s^2 -1}{2s}\\ s^2-1 =& 2su\\ s =& u \pm \sqrt{1+u^2}\\ \end{align}$$

We will now insert.

$$\begin{align} \alpha \left|x\right| =& \left|s^2-1\right|\\ \alpha \left|x\right| =& \left|2su\right|\\ \end{align}$$

To get rid of the absolute values, we square both sides of the equation.

$$\begin{align} \left(\alpha \left|x\right|\right)^2 =& \left(\left|2su\right|\right)^2\\ \alpha^2 x^2 =& 4s^2u^2\\ \alpha^2 x^2=& 4(s^2-1)u^2 + 4u^2\\ \alpha^2 x^2 =& 4u^2 \cdot 2su + 4u^2\\ =& 4u^2 \cdot 2u\left(u\pm \sqrt{1+u^2}\right) + 4u^2\\ =& 8u^4 \pm 8u^3 \sqrt{1+u^2} + 4u^2\\ \left(\frac\alpha 2\right)^2 x^2 =& 2u^4 \pm 2u^3 \sqrt{1+u^2} + u^2\\ \end{align}$$

Since up to this point, $\alpha$ is just an undefined integration constant without a lot of meaning, we will replace

$$\frac \alpha 2 = \eta$$

to keep the equations cleaner. Additionally, we can re-insert

$$u = \frac xy.$$

$$\begin{align} \left(\frac\alpha 2\right)^2 x^2 =& 2u^4 \pm 2u^3 \sqrt{1+u^2} + u^2\\ \eta^2 x^2=& 2u^4 \pm 2u^3 \sqrt{1+u^2} + u^2\\ =& 2\left(\frac xy\right)^4 \pm 2\left(\frac xy\right)^3 \sqrt{1+\left(\frac xy\right)^2} + \left(\frac xy\right)^2\\ \end{align}$$

The next step is multiplying by $y^4$ and canceling $x^2$, as it is a factor that appears in every summand. Once again, we will have to be careful about the case of $x=0$.

$$\begin{align} \eta^2 x^2 =& 2\left(\frac xy\right)^4 \pm 2\left(\frac xy\right)^3 \sqrt{1+\left(\frac xy\right)^2} + \left(\frac xy\right)^2\\ \eta^2 x^2 y^4 =& 2x^4 \pm 2x^3 \sqrt{y^2+x^2} + x^2y^2\\ \eta^2 y^4 =& 2x^2 \pm 2x \sqrt{y^2+x^2} + y^2\\ \end{align}$$

Next, we want to get rid of the $\pm$-sign. The way to do this is isolating that term and squaring it once again:

$$\begin{align} \eta^2 y^4 - 2x^2 - y^2=& \pm 2x \sqrt{y^2+x^2}\,\,\left.\right|\left(\cdots\right)^2\\ \left[\eta^2 y^4 - 2x^2 - y^2\right]^2=& 4x^2 \left(y^2+x^2\right)\\ \eta^4 y^8 -4\eta^2x^2y^4-2\eta^2y^6 +4x^4+4x^2y^2 + y^4=& 4x^2y^2+4x^4\\ \end{align}$$

Yet again, we got lucky. The whole right-hand-side cancels against corresponding terms on the left-hand-side and afterwards, we can draw a factor of $y^4$ to the front. Since we already excluded $y=0$, we can cancel this one as well:

$$\begin{align} \eta^4 y^8 -4\eta^2x^2y^4-2\eta^2y^6 +4x^4+4x^2y^2 + y^4=& 4x^2y^2+4x^4\\ \eta^4 y^8 -4\eta^2x^2y^4-2\eta^2y^6 + y^4=& 0\\ y^4\left[\eta^4 y^4 -4\eta^2x^2-2\eta^2y^2 + 1\right]=& 0\\ \eta^4 y^4 -4\eta^2x^2-2\eta^2y^2 + 1=& 0\\ \end{align}$$

Now, let us solve for $x$:

$$\begin{align} \eta^4 y^4 -4\eta^2x^2-2\eta^2y^2 + 1=& 0\\ \eta^4 y^4 -2\eta^2y^2 + 1 =& 4\eta^2x^2\\ x^2 =& \frac{\left(\eta^2 y^2 - 1\right)^2}{4\eta^2}\\ x^2 =& \left(\frac \eta 2 y^2 - \frac 1{2\eta}\right)^2\\ \end{align}$$

We do one last substitution

$$a=\frac\eta 2$$

and take the square-root:

$$\begin{align} x^2 =& \left(\frac \eta 2 y^2 - \frac 1{2\eta}\right)^2\\ x^2 =& \left(a y^2 - \frac 1{4a}\right)^2\\ \Rightarrow\,\,x =& \pm\left(a y^2 - \frac 1{4a}\right)\\ \end{align}$$

Now, what can we do with the last $\pm$-sign to bother us on this one?

Well, if we exchanged the variables $x$ and $y$, we would face a simple equation for a parabola. That is a good thing, already.

The $\pm$-sign would just tell us, whether its opening is facing upwards or downwards, which is fine for our situation as well, since we only said, that the light should come in from the right, i.e. positive-$x$-direction, but we did not really enforce this in our equations. Thus, the plus-sign corresponds to a parabola "laying on the side" that opens to the right, while the minus-sign would flip it over the $y$-axis to make it open to the left.

Sort of a "bonus" is, that our solution also covers the parabola-branch below the $x$-axis, but this is more or less just a detail.

Our problem is generally solved by any function

$$x = a y^2 - \frac 1{4a},$$

or, if we want to rewrite ond only focus on the upper branch:

$$\boxed{y = \sqrt{\frac xa + \frac 1{4a^2}}}$$

After all, they did not lie to me at school - this time!

Consistency checks for the result

A first consistency check to judge, whether our result is reasonable is to plot it for some values of $a$:

Parabolic mirrors for some parameters.

First of all, the curves are continuous, smooth and monotonic. That is certainly a good start for something that should represent a physical shape.

Furthermore, the "critical" cases $x=0$ and $y=0$ do not seem to be singular in our solution.

Critical cases $x=0$ and $y=0$

The case $x=0$ is in no way special in our result.

The curves are still smooth and continuous.

Furthermore, we can have a look at the first derivative(s):

$$\begin{align} y^\prime(x) =& \frac d{dx} y(x)\\ =& \frac d{dx} \left[ \frac 1{\sqrt{a}} \sqrt{x+\frac 1{4a}} \right]\\ =& \frac 1{2\sqrt{a}} \frac 1{\sqrt{x+\frac 1{4a}}}\\ \end{align}$$

This derivative is still smooth and continuous at $x=0$. Therefore, this case does not seem to present a problem.


Now, what about $y=0$?

Well, the first derivative goes off to infinity, but that is okay, since this only means that the tangent at this point is vertical.

Furthermore, if we were to use the lower branch, i. e. the function $-y(x)$, the derivative's limit for $y=0$, i. e. $x=-\frac 1{4a}$ of the derivative also goes to a vertical tangent. (Notice, that in this case, it would be negative infinity.)

Aside from the formal points, we can argue that the reflection of a light ray hitting the mirror at $y=0$ will also go through the focus. So, our solution satisfies our requirements, as well for this case.

Thus, our solution, indeed, works all over the place.

This article is also available as PDF. PDF