

InterviewSolution
Saved Bookmarks
1. |
A source S and a detector D are placed at a distance d apart. A big cardboard is placed at a distance sqrt2d from the source and the detector as shown in figure. The source emits a wave of wavelength = d/2 which is received by the detector after reflection from the cardboard. It is found to be in phase with the direct wave received from the source. By what minimum distance should the cardboard be shifted away so that the reflected wave becomes out of phase with the direct wave ? |
Answer» <html><body><p><br/></p>Solution :Here given `lamda=d/<a href="https://interviewquestions.tuteehub.com/tag/2-283658" style="font-weight:bold;" target="_blank" title="Click to know more about 2">2</a>` <br/> Initial path <a href="https://interviewquestions.tuteehub.com/tag/difference-951394" style="font-weight:bold;" target="_blank" title="Click to know more about DIFFERENCE">DIFFERENCE</a> is given by <br/> `2sqrt((d/2)^2+2d^2)=(2xx(3d)/2)-d` <br/> If it is now <a href="https://interviewquestions.tuteehub.com/tag/shifted-7301841" style="font-weight:bold;" target="_blank" title="Click to know more about SHIFTED">SHIFTED</a> a distance x then <a href="https://interviewquestions.tuteehub.com/tag/pathdifference-2917693" style="font-weight:bold;" target="_blank" title="Click to know more about PATHDIFFERENCE">PATHDIFFERENCE</a> will be <br/> `=2sqrt((d/2)^2)+(sqrt2d+x)^2-d` <br/> `=2d+d/4` <br/> `rarr (d/2)^2+(sqrt2dx)^2=169/64d^2` <br/> `rarr (sqrt2d+x)^2=d^2(9169-16))/64` <br/> `rarr sqrt2d+x=1.54d` <br/> `rarr x=1.54d-1.414d` <br/> `=0.3d`</body></html> | |