Question

Choose appropriate values of w, Dw, k and Dk and plot the sum of v1(z,t) =...

Choose appropriate values of w, Dw, k and Dk and plot the sum of

v1(z,t) = sin(wt - kz) and v2(z,t) = sin([w + Dw]t - [k + Dk]z) for a) a fixed value of time as a function of z; and b) for a fixed value of z as a function of time.  

Homework Answers

Answer #1

The matlab software is used for plotting the above expression

code is given below

a)

clc;
close all;
clear all;
w=2*pi*100;
Dw=2*pi*10;
k=10;
Dk=1;
t=0:0.001:1;
z=0:1:1000;
v1=sin(w*t-k*z);
v2=sin((w+Dw)*t+(k+Dk)*z);
v=v1+v2;
plot(t,v)
xlabel('t')
ylabel('v1(z,t)+v2(z,t)')

b)

clc;
close all;
clear all;
w=2*pi*100;
Dw=2*pi*10;
k=10;
Dk=1;
t=0:0.001:1;
z=0:1:1000;
v1=sin(w*t-k*z);
v2=sin((w+Dw)*t+(k+Dk)*z);
v=v1+v2;
plot(z,v)
xlabel('z')
ylabel('v1(z,t)+v2(z,t)')

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
5. A pure sine wave cannot convey any information, some change in amplitude or frequency, known...
5. A pure sine wave cannot convey any information, some change in amplitude or frequency, known as modulation, is required. By combining two sines with slightly different frequencies and wavelengths, the modulated amplitude becomes a sinusoid with phase speed ( modulation speed)Δω/Δk, and called group velocity. Let w1 = w – Δω ; w2=w+ Δω ; k1 = k – Δk; k2= k + Δk show that a. D(x,t) = sin(k1x-w1t) + sin(k2x-w2t)= 2sin(kx-wt)cos(Δk*x-Δω*t) b. group velocity = Δω /...
Assignments Generate and plot the signal x1(t) = 1+ sin (4pt), for t ranging from -1...
Assignments Generate and plot the signal x1(t) = 1+ sin (4pt), for t ranging from -1 to 1 in 0.001 increments. Use proper axes labels with title. Generate and plot the function x2(t) = sin (30pt), for t ranging from -1 to 1 in 0.001 increments. Use proper axes labels with title. Generate and plot the combination function x3(t) = x1(t)*x2(t) as above. Use proper axes labels with title. Generate and plot the sum of two cosine waves   v1(t) =...
Let w(x,y,z) = x^2+y^2+z^2 where x=sin(8t), y=cos(8t) , z= e^t Calculate dw/dt by first finding dx/dt,...
Let w(x,y,z) = x^2+y^2+z^2 where x=sin(8t), y=cos(8t) , z= e^t Calculate dw/dt by first finding dx/dt, dy/dt, and dz/dt and using the chain rule dx/dt = dy/dt= dz/dt= now using the chain rule calculate dw/dt 0=
For each of the random quantities X,Y, and Z, defined below (a) Plot the probability mass...
For each of the random quantities X,Y, and Z, defined below (a) Plot the probability mass function PMS (in the discrete case) , or the probability density function PDF (in the continuous case) (b) Calculate and plot the cumulative distribution function CDF (c) Calculate the mean and variance, and the moment function m(n), and plot the latter. The random quantities are as follows: X is a discrete r.q. taking values k=0,1,2,3,... with probabilities p(1-p)^k, where p is a parameter with...
Assume that we are working with an aluminum alloy (k = 180 W/moC) triangular fin with...
Assume that we are working with an aluminum alloy (k = 180 W/moC) triangular fin with a length, L = 5 cm, base thickness, b = 1 cm, a very large width, w = 1 m. The base of the fin is maintained at a temperature of T0 = 200oC (at the left boundary node). The fin is losing heat to the surrounding air/medium at T? = 25oC with a heat transfer coefficient of h = 15 W/m2oC. Using the...
Assume an object with mass m=1 kg is attached to a spring with stiffness k=2 N/m...
Assume an object with mass m=1 kg is attached to a spring with stiffness k=2 N/m and lies on a surface with damping constant b= 2 kg/s. The object is subject to the external force F(t) = 4cos(t) + 2sin(t). Suppose the object starts at the equilibrium position (y(0)=0) with an initial velocity of y_1 (y'(0) = y_1). In general, when the forcing function F(t) = F*cos(γ*t) + G*sin(γ*t) where γ>0, the solution is the sum of a periodic function...
2. Write the output matrix “v” t = [2:4]; k = [1:3]; v = t.*k –...
2. Write the output matrix “v” t = [2:4]; k = [1:3]; v = t.*k – k.^2 4. Given: D = [1 2 3 4 5 6 7 8 9] (3x3) . Which command will extract the submatrix [1 2 3 4 5 6] (2x3) ? a. D[1:2,1:3] b. D(1,2 ;1,3) c. [D(1:2),D(1:3)] d. D(1:2,1:3) 14. What will be the dimension of matrix B? B=[ones(3) zeros(3) rand(3); 2*eye(9)] 18. Find the value of “C” A=1:2:10; B=linspace(1,5,5); C = length(A)*B(2)+A(5)*B(3); 19....
Consider permutations of the 26-character lowercase alphabet Σ={a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z}. In how many of these permutations do a,b,c...
Consider permutations of the 26-character lowercase alphabet Σ={a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z}. In how many of these permutations do a,b,c occur consecutively and in that order? In how many of these permutations does a appear before b and b appear before c?
MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. 6)...
MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. 6) Consider the following dataset: ID V W X Y Z 1 10 2 8 Group 1 A 2 2 8 3 Group 1 A 3 2 8 5 Group 2 A 4 2 10 2 Group 2 A 5 5 2 5 Group 2 A 6 5 5 3 Group 1 B 7 10 7 1 Group 2 B 8 2 9 10 Group...
QUESTION 1 What does the following code segment output? int red, blue; red = 7; blue...
QUESTION 1 What does the following code segment output? int red, blue; red = 7; blue = red + 2 * 5 red++; blue = blue + red; cout << blue; 4 points    QUESTION 2 Is the following statement true or false? The Boolean expression in the following if statement will be true for all values of x in the range from 10 to 20 (including the endpoints) and false for all other values: int x; if (x >=...
ADVERTISEMENT
Need Online Homework Help?

Get Answers For Free
Most questions answered within 1 hours.

Ask a Question
ADVERTISEMENT