clc
clear
hold on
box on
r =10000;
k=0:1:12*60;
beta=2*pi/(24*60)*k;
x=r*cos(beta);
y=r*sin(beta);
anglT =pi- atan(400/7000); %angle perpendicular to the mirror
surface
theta= (beta+anglT)/2-pi/2;
plot(x,y,'yo');
plot(0,400,'kd');
text(-2500,800,'this is the tower')
plot(7000,0,'bd');
text(5000,400,'this is the mirror');
xlabel('X (meter)');
ylabel('Y(meter)');
l=1500; %take length of mirror just for plotting and visibility
for k=1:12*60
thet=theta(k);
lx=l/2*cos(thet); %x
position of mirror end
ly=l/2*sin(thet); %y
position of mirror end
sun=plot(x(k),y(k),'ko'); %sun plotting
sunLight=line([x(k) 7000],[y(k) 0],'Color','r');
%sunlight plotting
reflection=line([0 7000],[400
0],'Color','r'); %reflection plotting
plt=line([-lx+7000 7000+lx] ,[-ly
ly],'LineWidth',3); % plotting the mirror
bt=text(-3000,4500,sprintf('Beta in degree
%.6f',beta(k)*180/pi)); %beta values
t=text(-3000,4000,sprintf('Theta in degree
%.6f',thet*180/pi)); %theta values shown
pause(0.02);
%to show the graph
set(plt,'Visible','off'); % to update make
current graphs invisible
set(sun,'Visible','off');
set(sunLight,'Visible','off');
set(t,'Visible','off');
set(bt,'Visible','off');
end
set(plt,'Visible','on')
---------------------------------------------------------------------------------------------------------------------------------

Above is the animation's one screen shot..
Beta and theta values at the incident has been shown. It is taken at a minutes interval.
Thanks
1. A picture of a solar tower is shown below (figure 1). You can see that...
Please help with questions 6 and 7.
The exponential Eiffel Tower 501 Guided Project 72: The exponential Eiffel Tower Topics: Integration, center of mass Completed just one month before the opening of the 1889 Exposition Universelle (World's Fair) in Paris, the Eiffel Tower is one of the most recognizable landmarks in the world. It rises 300 meters from a 100 square base to a 10-meter-square observation deck. Surprisingly the project's chief engine tr no detailed structural analysis that explained the...
1. The solar energy spectral density is shown in the right figure. By assuming that the sun is a blackbody, use the Planck's distribution function to fit the extraterrestrial solar energy spectral density. Extraterrestrial (a) Determine the most possible surface temperature T of sun by fitting the Planck's distribution to the extraterrestrial solar energy spectral density. You can choose a few temperatures to see which temperature can best fit the peak (at Amsx) and the entire profile of the extraterrestrial...
A DC generator can be built as shown in the figure below. The bar, load (R), and rails form a closed circuit. The two rails are separated a distance d- 2m and the load resistance is R- 10Q. Assume the rails and bar are perfectly conducting and the bar moves to the right at a constant velocity v-10 m/s. The magnetic flux density is constant, directed upward, and equal to B-1 T. Suppose the rails in the figure resistance per...
4. The continuous-time signal e(t) has the Fourier transform X(jw) shown below. Xe(ju) is zero outside the region shown in the figure X.Gj) -2T (300) -2r(100) 0 2n(100) 2T (300) We need to filter re(t) to remove all frequencies higher than 200 Hz. (a) Plot the effective continuous-time filter we need to implement. Label your plot. b) Suppose we decide to implement the filtering in discrete-time using the overall process (sample, filter, reconstruct) shown in the figure in Problem 3....
Problem 1: A circular off-ramp of a freeway has a radius R (see Figure (1-a)), and the roadway is banked with an angle (see figure (1-b)). Show that the maximum constant velocity at which a car can travel the off-ramp without traction is v = |gr(n(0)+4,00s (0) Lor(@)- in () (20 pts) . 04 12 - Fieure 1
2. The following ODE model (for the Duffing oscillator) describes the motion of a damped spring driven by a periodic force: r(0) = zo (a) Rewrite the second order non-autonomous system in one independent variable above as an autonomous system in three independent variables: x, y and r, where: y-r ano T 1, with T(0)-0 (b) Fix the parameter values of α = 1, β-0, δ 0.05, w-1. Additionally, fix the initial conditions 2(0)-10, z'(0) . For the values of...
PLEASE HELP SOLVE WITH MATLAB LANGUGE.
Below are hints to the problem. THANKS A LOT!!
2 Coriolis Force In a rotating frame-of-reference,the equations of motion of a particle, written in co- ordinates fixed to the frame, have additional terms due to the rotation of the frame itself Consider such a rotating frame, with its origin at the center of rotation.In these coor- dinates, the equations of motion for a point-mass subjected to forces F, and F S m, are F(0...
I
want the math lab code for theses problems in a unique way
Theory A projectile is launched from point A up an incline plane that makes an angle of 10 with the horizontal. The mountain is 6,000 m high. Vo 10° Figure 1: Flightpath of a projectile. If we neglect the air resistance, the flight path of a projectile launched at an initial speed vo and an angle θ of departure relative to the horizontal is a parabola (see...
How can I get my while loop to run until my condition in my if statement is met? (In MATLAB) clc%clears screen clear all%clears history close all%closes all files format long %Euler's Method %Initial conditions and setup %Projectile motion x=3;%randi(3); y=3;%randi(3); figure('color','white'); plot(x,y,'bo'); hold on wind = (-10 + 20*rand(1)); fprintf('The wind speed is %2.2i\n',wind); v0= input('Initial velocity(m/s): '); a= input('Angle of projection(in degrees): '); a=a*pi/180; h=.01; cd=.1; %cdy=.1; %cdx=(rand*2-1)/2; %cdy=(rand*2-1)/2; m=1.5; g=9.8; %acceleration due to gravity in m/s^2 %td=2*v0*sin(a)/g;...
Consider the simplified transmision sample problem shown in Figure 1 below. In this figure, mating gears were shown to only exert tangential forces on each other. In reality, mating spur gear teeth will exert both tangential forces and radial forces2 due to the involute profile shape of the teeth (see Chapter 15, Figure 15.7). Let the diameters of gears B and D be 4.25 in while the diameters of gears A and C be 2.25 in. All other dimensions and...