sanjayr

28 Reputation

2 Badges

16 years, 272 days

MaplePrimes Activity


These are questions asked by sanjayr

Hi I have the following maple file. Is anyone able to convert the maple code of the calculation of the reflected lines to the simple mathematical steps which are used to calcualte it. The calcualtion of the outgoing ray is from: if (abs(dr) > 0.001) then # if slope = 0 no outgoing ray > m := (dr^2 - 1)/(2 * dr): > ix := (height - y)/m: # > if ix <> tx := -width: > ty := y + m * (tx - x): > elif # Calculation of outgoing ray > ix > width then #
I have the following maple file. Is it possible to instead of having the incoming rays at a vertical at intervals along the x axis, whether to have them emerging from a single point on the y axis, and also whether this point can moved up and down the y axis. Thanks View 3259_mirrorplot.mw on MapleNet or Download 3259_mirrorplot.mw
View file details
I have to following Maple file and from the graph that is plotted the I need to find how far each of the reflected rays falls from a common focus. Is it possible to read the values of the y-intercept of each of the refelcted rays and then either output these to a file or to directly plot a graph showing the distance each ray falls from the common focus. Thanks Download 3259_Mirror.mws
View file details

What would be the simplest method using maple to calcualte the angles of incidence/reflection of straight lines from a common point striking the internal surface of a circle. If the centre of the circle lies on the y-axis and circumference touches x-axis forming a semi circle. Is it possible to represent graphically the setup and also have calculations giving accurate reflected rays from the surface of the curve, for the various points along the x-axis. Thanks

Page 1 of 1