Question

In: Advanced Math

The following table of values gives experimentally-determined values of the angles of incidence and refraction of light through water.

#MATLAB

The following table of values gives experimentally-determined values of the angles of incidence and refraction of light through water. The known index of refraction of water is sinθi/ sinθr = 1.33 in which θi is the angle of incidence and θr is the angle of refraction. Make a plot that shows the experimental values as well as the theoretical values for 0 ≤ θi ≤ π/2. Experimental values should be filled symbols and the theoretical values should be a smooth line. Give the plot appropriate x and y labels, a title, and a legend.

Experiment number Angle of incidence (degrees) Angle of refraction (degrees)
1 33.5 24
2 12 3
3 17 10.5
4 41 20
5 22 10
6 30 15

Solutions

Expert Solution

Theoretical angle of refraction,   

MATLAB Code

clc;clear all;
i=1:8;
Angle_inc=[33.5 12 17 41 22 30]; % Angle of incidence
Expt_Angle_refr=[24 3 10.5 20 10 15]; % Experimental Angle of Refraction
theta_i=0:0.01:90; % Angle of incidence for theoretical
Theo_Angle_refr=(180/pi)*asin(sin(theta_i*pi/180)/1.33); % theoretical angle of refraction

plot(Angle_inc, Expt_Angle_refr,'*r'); hold on;
plot(theta_i,Theo_Angle_refr);
xlabel('Angle of incidence(degrees)','fontsize',13);
ylabel('Angle of refraction(degrees)','fontsize',13);
legend('Experimental Value of Angle of Refraction',' Theoretical value of Angle of Refraction');
title('Plot of Experimental values vs Theoretical values of Angle of Refraction','fontsize',13);
set(gca,'fontsize',14);


Related Solutions

1) if the angle of incidence is greater than the angle of refraction for a light...
1) if the angle of incidence is greater than the angle of refraction for a light ray, is the speed of light faster in a second material? explain your answer 2) a student needs a 100 ohms resistor for a circuit , but he only has a box of 300 ohms resistor, can the 300 ohms resistor be combined to make a 100 ohms resistor? 3) Explain how can you determine the types of radiation emitted by a nucleus when...
U22P1 In the reflection and refraction lab a beam of white light is passed through a...
U22P1 In the reflection and refraction lab a beam of white light is passed through a prism at an angle of 30 and separated into a spectrum. The red portion of the spectrum is measured to be at an angle of 52 and the blue at 55 . What is the index of refraction for each color? nred = ________ nblue = _______ What is the velocity of the blue light as it passes through the prism. vblue prism =...
A crystal composed of atoms of one unknown species has experimentally determined values of molar heat...
A crystal composed of atoms of one unknown species has experimentally determined values of molar heat capacity at constant pressure and two different temperatures: Cp (200 K) = 21.573 J.K-1.mol-1 Cp (100 K) = 13.360 J K-1.mol-1 Determine the approximate molar heat capacity at a constant volume of this crystal as a function of temperature over the interval from 50-300 K and plot it with the two experimental points.
1.a. Natural light propagating through air (index of refraction n = 1) is incident on the...
1.a. Natural light propagating through air (index of refraction n = 1) is incident on the surface of a transparent substance at an angle of 60◦ with normal. At this angle, the reflected light is seen to be completely polarized. What is the index of refraction of the transparent substance? Draw a picture to show the orientation of the electric field of the reflected light. 1.b. A swimmer at the bottom of a swimming pool 4 m deep looks up...
The following table of values gives a company's annual profits in millions of dollars. Rescale the...
The following table of values gives a company's annual profits in millions of dollars. Rescale the data so that the year 2005 corresponds to  x=1 . Year 2005 2006 2007 2008 2009 2010 Profits (in millions of dollars) 51.8 63.4 66.3 65.8 62.1 63.8 Use the power regression model to predict the company's profits in 2012. a) $70.2 million b) $68.6 million c) $71.5 million d) $67.7 million e) $66.6 million f) None of the above
The following table gives the approximate values of the coefficient of static friction μ, for various...
The following table gives the approximate values of the coefficient of static friction μ, for various materials Option/ Materials/ μ 1 /Metal on metal/ 0.2 2 /Wood on wood /0.35 3/ Metal on wood /0.4 4/ Rubber on concrete/ 0.7 To start moving a weight W, on a horizontal surface, you must push with a force F, where F=μW. Write an m-file that achieves the following: 1. Uses fprintf to print out the option and material information to the command...
8. For each of the following situations, predict whether the experimentally determined concentration of an unknown...
8. For each of the following situations, predict whether the experimentally determined concentration of an unknown solution would be greater than, less than, or unchanged from the theoretical value. Explain your reasoning in each case. a. The spectrophotometer is not zeroed, so all absorbance readings (for known and unknown solutions) are 0.010 too high. b. The spectrophotometer is not zeroed in preparing a calibration curve, so that all absorbance readings for the knowns are 0.010 too high. However, the instrument...
A light ray passes through a rectangular slab of transparent material having index of refraction n=2,...
A light ray passes through a rectangular slab of transparent material having index of refraction n=2, as shown in the figure (Figure 1). The incident angle is θo=50.0∘. a) Determine θa. Express your answer in degrees to two significant figures. b)Determine θb. Express your answer in degrees to two significant figures. c) Determine θc. Express your answer in degrees to two significant figures. d) What is the relationship between the directions of the incident ray and the emerging ray?
Consider the following: (i) blue light of wavelength 450 nm, traveling through water (ii) yellow light...
Consider the following: (i) blue light of wavelength 450 nm, traveling through water (ii) yellow light of wavelength 580 nm, traveling through air (iii) red light of wavelength 670 nm, traveling through glass a) Calculate the speeds of each color of light in their respective mediums. b) Rank from slowest-to-fastest these colors of light in their respective mediums. c) Rank from slowest-to-fastest these colors of light in vacuum.
The following table gives the total area in square miles​ (land and​ water) of seven states....
The following table gives the total area in square miles​ (land and​ water) of seven states. Complete parts​ (a) through​ (c). State Area 1 52,300 2 615,400 3 115,000 4 53,200 5 159,300 6 104,500 7 6,400 b. Which state is an outlier on the high​ end? If you eliminate this​ state, what are the new mean and median areas for this data​ set? State 2 is an outlier on the high end. The new mean is 81783 square miles....
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT