<< Chapter < Page Chapter >> Page >
Homework 1 problem set for Elec301 at Rice University.

Noon, Thursday, September 5, 2002

Assignment 1

Homework, tests, and solutions from previous offerings of this course are off limits, under the honor code.

Problem 1

Form a study group of 3-4 members. With your group, discuss and synthesize the major themes of this week of lectures. Turn in a one page summary of yourdiscussion. You need turn in only one summary per group, but include the names of all group members. Please do notwrite up just a "table of contents."

Problem 2

Construct a WWW page (with your picture ) and email Mike Wakin (wakin@rice.edu) your name (as you want it to appear on theclass web page) and the URL. If you need assistance setting up your page or taking/scanning a picture (both are easy!),ask your classmates.

Problem 3: learning styles

Follow this learning styles link (also found on the Elec 301 web page ) and learn about the basics of learning styles. Write a short summary of what you learned. Also,complete the "Index of learning styles" self-scoring test on the web and bring your results to class.

Problem 4

Make sure you know the material in Lathi , Chapter B, Sections 1-4, 6.1, 6.2, 7. Specifically, be sureto review topics such as:

  • complex arithmetic (adding, multiplying, powers)
  • finding (complex) roots of polynomials
  • complex plane and plotting roots
  • vectors (adding, inner products)

Problem 5: complex number applet

Reacquaint yourself with complex numbers by going to the course applets web page and clicking on the Complex Numbers applet (may take a few seconds to load).

(a) Change the default add function to exponential (exp). Click on the complex plane to get a blue arrow, which isyour complex number z . Click again anywhere on the complex plane to get a yellow arrow,which is equal to z . Now drag the tip of the blue arrow along the unit circle on with z 1 (smaller circle). For which values of z on the unit circle does z also lie on the unit circle? Why?

(b) Experiment with the functions absolute (abs), real part (re), and imaginary part (im) and report your findings.

Problem 6: complex arithmetic

Reduce the following to the Cartesian form, a b . Do not use your calculator!

(a) -1 2 20

(b) 1 2 3 4

(c) 1 3 3

(d)

(e)

Problem 7: roots of polynomials

Find the roots of each of the following polynomials (show your work). Use MATLAB to check your answer with the roots command and to plot the roots in the complex plane. Mark the root locations with an 'o'. Putall of the roots on the same plot and identify the corresponding polynomial ( a , b , etc. ..).

(a) z 2 4 z

(b) z 2 4 z 4

(c) z 2 4 z 8

(d) z 2 8

(e) z 2 4 z 8

(f) 2 z 2 4 z 8

Problem 8: nth roots of unity

2 N is called an Nth Root of Unity .

(a) Why?

(b) Let z 2 7 . Draw z z 2 z 7 in the complex plane.

(c) Let z 4 7 . Draw z z 2 z 7 in the complex plane.

Problem 9: writing vectors in terms of other vectors

A pair of vectors u 2 and v 2 are called linearly independent if u v 0 if and only if 0 It is a fact that we can write any vector in 2 as a weighted sum (or linear combination ) of any two linearly independent vectors, where the weights and are complex-valued.

(a) Write 3 4 6 2 as a linear combination of 1 2 and -5 3 . That is, find and such that 3 4 6 2 1 2 -5 3

(b) More generally, write x x 1 x 2 as a linear combination of 1 2 and -5 3 . We will denote the answer for a given x as x and x .

(c) Write the answer to (a) in matrix form, i.e. find a 22 matrix A such that A x 1 x 2 x x

(d) Repeat (b) and (c) for a general set of linearly independent vectors u and v .

Problem 10: fun with fractals

A Julia set J is obtained by characterizing points in the complex plane. Specifically,let f x x 2 with complex, and define g 0 x x g 1 x f g 0 x f x g 2 x f g 1 x f f x g n x f g n 1 x Then for each x in the complex plane, we say x J if the sequence g 0 x g 1 x g 2 x does not tend to infinity. Notice that if x J , then each element of the sequence g 0 x g 1 x g 2 x also belongs to J .

For most values of , the boundary of a Julia set is a fractal curve - it contains"jagged" detail no matter how far you zoom in on it. The well-known Mandelbrot set contains all values of for which the corresponding Julia set is connected.

(a) Let -1 . Is x 1 in J ?

(b) Let 0 . What conditions on x ensure that x belongs to J ?

(c) Create an approximate picture of a Julia set in MATLAB. The easiest way is to create a matrix of complexnumbers, decide for each number whether it belongs to J , and plot the results using the imagesc command. To determine whether a number belongs to J , it is helpful to define a limit N on the number of iterations of g . For a given x , if the magnitude g n x remains below some threshold M for all 0 n N , we say that x belongs to J . The code below will help you get started:

N = 100; % Max # of iterations M = 2; % Magnitude threshold mu = -0.75; % Julia parameter realVals = [-1.6:0.01:1.6]; imagVals = [-1.2:0.01:1.2]; xVals = ones(length(imagVals),1) * realVals + ... j*imagVals'*ones(1,length(realVals)); Jmap = ones(size(xVals)); g = xVals; % Start with g0 % Insert code here to fill in elements of Jmap. Leave a '1' % in locations where x belongs to J, insert '0' in the % locations otherwise. It is not necessary to store all 100 % iterations of g! imagesc(realVals, imagVals, Jmap); colormap gray; xlabel('Re(x)'); ylabel('Imag(x)');

This creates the following picture for -0.75 , N 100 , and M 2 .

Example image where the x-axis is x and the y-axis is x .

Using the same values for N , M , and x , create a picture of the Julia set for -0.391 0.587 . Print out this picture and hand it in with yourMATLAB code.

Try assigning different color values to Jmap. For example, let Jmap indicate the first iteration when the magnitudeexceeds M . Tip: try imagesc(log(Jmap)) and colormap jet for a neat picture.

Questions & Answers

summarize halerambos & holbon
David Reply
the Three stages of Auguste Comte
Clementina Reply
what are agents of socialization
Antonio Reply
sociology of education
Nuhu Reply
definition of sociology of education
Nuhu
what is culture
Abdulrahim Reply
shared beliefs, values, and practices
AI-Robot
What are the two type of scientific method
ogunniran Reply
I'm willing to join you
Aceng Reply
what are the scientific method of sociology
Man
what is socialization
ogunniran Reply
the process wherein people come to understand societal norms and expectations, to accept society's beliefs, and to be aware of societal values
AI-Robot
scientific method in doing research
ogunniran
defimition of sickness in afica
Anita
Cosmology
ogunniran
Hmmm
ogunniran
list and explain the terms that found in society
REMMY Reply
list and explain the terms that found in society
Mukhtar
what are the agents of socialization
Antonio
Family Peer group Institution
Abdulwajud
I mean the definition
Antonio
ways of perceived deviance indifferent society
Naomi Reply
reasons of joining groups
SAM
to bring development to the nation at large
Hyellafiya
entails of consultative and consensus building from others
Gadama
World first Sociologist?
Abu
What is evolutionary model
Muhammad Reply
Evolution models refer to mathematical and computational representations of the processes involved in biological evolution. These models aim to simulate and understand how species change over time through mechanisms such as natural selection, genetic drift, and mutation. Evolutionary models can be u
faruk
what are the modern trends in religious behaviours
Selekeye Reply
what are social norms
Daniel Reply
shared standards of acceptable behavior by the group or appropriate behavior in a particular institution or those behaviors that are acceptable in a society
Lucius
that is how i understood it
Lucius
examples of societal norms
Diamond
Discuss the characteristics of the research located within positivist and the interpretivist paradigm
Tariro Reply
what is Industrialisation
Selekeye Reply
industrialization
Angelo
Got questions? Join the online conversation and get instant answers!
Jobilize.com Reply

Get Jobilize Job Search Mobile App in your pocket Now!

Get it on Google Play Download on the App Store Now




Source:  OpenStax, Señales y sistemas. OpenStax CNX. Sep 28, 2006 Download for free at http://cnx.org/content/col10373/1.2
Google Play and the Google Play logo are trademarks of Google Inc.

Notification Switch

Would you like to follow the 'Señales y sistemas' conversation and receive update notifications?

Ask