March 9th, 2009, 7:28 pm
just to fill in a little more details:set the focal point at (0,0). the light beam follows x=x0, get reflected at point A on the curve: (x0,y0), then arrives at the origin O: (0,0). say the normal line of the curve at A (the angle bisector) intersects y-axis at B. easy to see OAB is an isosceles triangle, hence B is at (0,+/-sqrt[x0^2+y0^2]), which gives the slope of AB:(y0 +/- sqrt[x0^2+y0^2])/x0.the tangent line at A has a slope of dy/dx at x=x0. so you have an ODE:(or take x0=0 in arkol's eq.)thusintegrating both sides gives +/-y=sqrt(x^2+y^2)+C (essentially the parabola eq. in polar coordinates). exclude the trivial case C=0, this is a one-parameter family of parabolas: y=(x^2-C^2)/(2C). note two parabola have C's with same sign don't intersect, so one cannot construct a curve that is parabola piecewise.
Last edited by
wileysw on March 9th, 2009, 11:00 pm, edited 1 time in total.