Solving for Differential Equation of Reflecting Surface

  • Thread starter Thread starter mrjeffy321
  • Start date Start date
  • Tags Tags
    Surface
mrjeffy321
Science Advisor
Messages
876
Reaction score
1
In the question, I am given a diagram of a curved surface which is symetic around the X axis which will reflect all incoming parallel light rays to the origin.
A point on the curve (point P(x, y) is chooses, which happens to be the point the light reflects off the curve/mirror) and a tangent line is drawn as well as the reflected light rays path towards the origin. Angle measures are given for the angle between the tangent line and the incoming light ray (theta), between the tangent line and the reflect path of the light (also theta), and the angle measure between the X axis and the reflected path of the light (phi). We are also told that phi = 2*theta so that we can use an appropriate trigonometric identity.
The question asks to determine a differential equation which describes the shape of the curve C.

I know that the slope of the tangent line is the instantaneous slop of the curve at point P, also the derivative of the curve equation (dx/dy = y’). I also know that the slop of the line equals the tangent of theta.

For reasons I am not totally sure about,
y/x = tan (2*theta)
So then using that “appropriate trigonometric identity”, we can re-write this as,
y/x = 2tan(theta) / 1 – tan^2(theta)
then we can substitute y’ in for tan(theta) to get,
y/x = 2*(y’) / 1 – (y’)^2

At this point, I am lost, I do not know how to proceed from here.
I do know that the answer to the question is suppose to be:
dy/dx = (-x + sqrt(x^2 + y^2)) / y
 
Physics news on Phys.org
At first glance, it looks like they are saying,

y/x = tan (phi)

and then just substituting in phi = 2*theta
 
The reason I substituted,
y/x = 2tan(theta) / 1 – tan^2(theta)
for,
y/x = tan (2*theta)
was because that is what the teacher did in class while semi-solving the problem on the board.
 
Last edited:
I figured it out (and by "I", of course I mean "someone else").

I was left with this when last I stopped,
y/x = 2(y') / 1 - (y')^2
and the goal was to find an equation for y' (y' = ...)

By multiplying both sides by x, then both by 1 - (y')^2, you are left with,
y(1-(y')^2) = 2(y')x
then distribute the y on the left into the parenthesis,
y - y(y')^2 = 2(y')x
then rearrange it to look like this,
-y(y')^2 - 2x(y') + y = 0
then treat this as a quadratic equation and solve for (y').

In this end, the answer should be,
y' = dy/dx = (-x + sqrt(x^2 + y^2)) / y

It is always important to keep the goal in mind while solving this stuff, I quickly forgot the goal and was lost in all the symbol rearranging.
 
Last edited:
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top