10 Pages

ece306-9

Course: ECE 306, Winter 2008
School: Cal Poly Pomona
Rating:
 
 
 
 
 

Word Count: 1369

Document Preview

of Solution Linear Constant-Coefficient Difference Equations Solution of Linear Constant-Coefficient Difference Equations Example: Determine the response y ( n), n 0 of the system described by the second-order difference equation y ( n) = 0.7 y ( n - 1) - 0.1 y ( n - 2) + 2 x ( n) - x ( n - 2) to the input x ( n ) = 4 n u ( n) The homogenous solution is y ( n) - 0.7 y ( n - 1) + 0.1 y ( n - 2) = 0 n - 0.7...

Register Now

Unformatted Document Excerpt

Coursehero >> California >> Cal Poly Pomona >> ECE 306

Course Hero has millions of student submitted documents similar to the one
below including study guides, practice problems, reference materials, practice exams, textbook help and tutor support.

Course Hero has millions of student submitted documents similar to the one below including study guides, practice problems, reference materials, practice exams, textbook help and tutor support.
of Solution Linear Constant-Coefficient Difference Equations Solution of Linear Constant-Coefficient Difference Equations Example: Determine the response y ( n), n 0 of the system described by the second-order difference equation y ( n) = 0.7 y ( n - 1) - 0.1 y ( n - 2) + 2 x ( n) - x ( n - 2) to the input x ( n ) = 4 n u ( n) The homogenous solution is y ( n) - 0.7 y ( n - 1) + 0.1 y ( n - 2) = 0 n - 0.7 n -1 + 0.1 n - 2 = 0 n + 2 ( 2 - 0.7 + 0.1) = 0 1 = 0.5 and 2 = 0.2 yh (n) = c1 0.5n + c2 0.2n 1 Solution of Linear Constant-Coefficient Difference Equations Particular Solution: y p ( n) = K 4 n u ( n ) K 4n u (n) - 0.7 K 4 n -1 u (n - 1) + 0.1K 4n - 2 u (n - 2) = (2)4n u (n) - 4n - 2 u (n - 2) n=2 K 42 - 0.7 K 41 + 0.1K 40 = 2(4)2 - 40 16 K - 2.8K + 0.1K = 32 - 1 y p (n) = 2.33(4) n u (n) The total solution K= 31 = 2.33 13.3 y (n) = c1 0.5n + c2 0.2n + 2.33(4) n u (n) Solution of Linear Constant-Coefficient Difference Equations To find c1 and c2 For n=0: From difference equation, y (0) = 0.7 y (0 - 1) - 0.1 y (0 - 2) + 2 x (0) - x (0 - 2) y (0) = 2 From the total solution, , y (0) = c1 + c2 + 2.33 For n=1: From difference equation, y (1) = 0.7 y (1 - 1) - 0.1 y (1 - 2) + 2 x (1) - x (1 - 2) y (1) = 1.4 + 8 = 9.4 From difference equation, y (1) = 0.5c1 + 0.2c2 + 9.32 c1 = 0.466 Therefore, 2 = c1 + c2 + 2.33 9.4 = 0.5c1 + 0.2c2 + 9.32 c2 = -0.807 Total Solution y ( n) = 0.466(0.5) n - 0.807(0.2) n + 2.33(4) n u ( n) 2 The Impulse Response of a LTI recursive system y zs (n) = n k =0 h(k ) x(n - k ), n 0 x ( n) = ( n) yzs (n) = h(n) The impulse response can be obtained from the linear constantcoefficient difference equation. That is the solution of homogeneous equation and particular solution to the excitation function. In the case where the excitation function is an impulse function. The particular solution is zero y p (n) = 0 , since x ( n) = 0 for n>0. The Impulse Response of a LTI recursive system Example: Find the impulse response form the following equation, y ( n) - 3 y (n - 1) - 4 y (n - 2) = x (n) + 2 x( n - 1) The homogenous solution is yh (n) = C1 (-1) n + C2 4n The particular solution is zero when x ( n) = ( n ) To find C1and C2, we evaluate difference equation and homogenous solution for n=0 and n=1.( y ( -1) = 0, y ( -2) = 0, since the system must be relaxed) y (0) = 1 y (1) = 3 y (0) + 2 = 5 The impulse response is y (0) = C1 + C2 y (1) = -C1 + 4C2 C2 = 6 5 C1 = - 1 5 1 6 h(n) = - ( -1) n + 4n u ( n) 5 5 3 Implementation of Discrete-Time Systems A system can be described by a linear constant-coefficient difference equation. Let's consider the first order system y (n) = -a1 y (n - 1) + b0 x(n) + b1 x(n - 1) The system can be described by two systems in cascade. The first is a nonrecursive system described by the equation v(n) = b0 x(n) + b1 x(n - 1) The second part is recursive system y (n) = -a1 y (n - 1) + v(n) x(n) z-1 b0 b1 + v(n) + -a1 z-1 y(n) This is called a direct form I structure. Implementation of Discrete-Time Systems Using convolution properties, we can interchange the order of the recursive and nonrecursive system x(n) + -a1 z-1 w(n) z-1 b0 b1 + y(n) w(n-1) w(n-1) w(n) = -a0 w(n - 1) + x(n) x(n) + -a1 w(n) z-1 w(n-1) b0 b1 y (n) = b0 w(n) + b1w(n - 1) + y(n) Using only one delay. It is more efficient in terms of memory requirement. It is called the direct form II structure ! 4 Implementation of Discrete-Time Systems In general form, The difference equation is given by y (n) = - N k =1 N k =0 ak y (n - k ) + bk x (n - k ) N k =0 The nonrecursive system is The recursive system is y ( n) = - N k =1 v(n) = bk x(n - k ) ak y ( n - k ) + v ( n ) Direct form II structure , the recursive system is w(n) = - N k =1 ak w(n - k ) + x(n) y ( n) = N k =0 The nonrecursive system is bk w(n - k ) Implementation of Discrete-Time Systems x(n) z-1 b0 b1 v(n) + + z-1 y(n) x(n) + w(n) z-1 b0 b1 + y(n) + + -a1 z-1 + -a1 + z-1 b2 + + -a2 + -a2 z-1 b2 + z-1 bM -aN z-1 + -aN-1 z-1 bM z-1 -aN w(n-N) Step-1 Step-3 " 5 Implementation Discrete-Time of Systems A special case of general case N k =0 ak = 0, k = 1,2,..., N y ( n) = bk x ( n - k ) which is a nonrecursive LTI system. Such a system coefficients bk h( k ) = bk 0 k M 0 otherwise The second part, set M=0 to obtain the general case difference equation y ( n) = - N k =1 ak y (n - k ) + b0 x(n) " " The crosscorelation of x(n) and y(n) is s sequence rxy (l ) is defined as rxy (l ) = n =- x( n) y ( n - l ), l = 0, 1, 2,... Or rxy (l ) = n =- x(n + l ) y (n), l = 0, 1, 2,... The reverse crosscorrelation is ryx (l ) = n =- n =- y ( n) x( n - l ), l = 0, 1, 2,... y (n + l ) x( n), l = 0, 1, 2,... Or ryx (l ) = rxy (l ) = ry x ( -l ) " 6 In special case , we have autocorrelation, which is defined as So, that rxx (l ) = n =- x ( n) x ( n - l ) Or rxx (l ) = n =- x(n + 1) x(n) Example: x ( n ) = {...0,0, 2, -1,3,7,1, 2, -3,0,0,...} y ( n ) = {...0,0,1, -1, 2, -2, 4,1, -2,5,0,0,...} rxy (0) = rxy (1) = n=- x(n) y (n) = 0 + 0 + 2 + 6 - 14 + 4 + 2 + 6 + 0 + 0 = 7 x(n) y ( n - 1) = 0 + 0 + -1 - 3 + 14 - 2 + 8 - 3 + 0 + 0 = 13 n =- rxy (l ) = {10, -9,19,36, -14,33,0,7,13, -18,16, -7,5, -3} " # Problem 43.a $% Determine the direct form II realization for the following LTI system 2 y (n) + y (n - 1) - 4 y (n - 3) = x(n) + 3x(n - 5) y ( n) + 1 1 3 y (n - 1) - 2 y (n - 3) = x(n) + x(n - 5) 2 2 2 x(n) + z-1 + -1/2 z-1 z-1 2 z-1 z-1 3/2 1/2 + y(n) " 7 # Problem 44.a x(n) + $% + Compute the first samples of its impulse response y(n) z-1 1/2 x( n) = ( n) x( n) = {1, 0, 0,...} y ( n) = 1 y (n - 1) + x(n) + x(n - 1) 2 y (1) = 1 3 y (0) + x(1) + x(0) = 2 2 y (0) = x(0) = 1 1 3 y (1) + x(2) + x(1) = 2 4 1 3 y (3) = y (2) + x(3) + x(2) = 2 8 y (2) = 3 3 3 3 3 3 y ( n ) = 1, , , , , , ,... 2 4 8 16 32 64 " # Problem 44.b y ( n) = $% Find the input output relation 1 y (n - 1) + x(n) + x(n - 1) 2 Problem 44.c The input x( n) = {1,1,1,...} y (1) = 1 5 y (0) + x(1) + x(0) = 2 2 1 y (n) = y (n - 1) + x(n) + x(n - 1) 2 y (2) = 1 13 y (1) + x(2) + x(1) = 2 4 y (0) = x(0) = 1 y (3) = 1 29 y (2) + x(3) + x(2) = 2 8 ...... " 8 # Problem 44.d y (n ) = u(n ) * h(n ) = k =0 $% u ( k )h ( n - k ) = n k =0 Use convolution h(n - k ) y (0) = h(0) = 1 y (1) = h(0) + h(1) = 5 2 y (2) = h(0) + h(1) + h(2) = 13 4 29 8 y (3) = h(0) + h(1) + h(2) + h(3) = " # Problem 54 $% Find the y(n) for the following equation y (n) - 4 y (n - 1) + 4 y (n - 2) = x(n) - x(n - 1) x( n) = ( -1) n u ( n) The characteristic equation 2 - 4 + 4 = 0 The homogenous solution is The particular solution is 1 = 2, 2 = 2 yh (n) = c1 2n + c2 n 2n y p (n) = k (-1) n u (n) k (-1) n u (n) - 4k (-1) n -1 u (n - 1) + 4k (-1) n - 2 u (n - 2) = (-1) n u (n) - (-1) n -1 u (n - 1) For n=2 k + 4k + 4k = 1 + 1 k= 2 9 " ! 9 # The total solution is $% 2 y ( n ) = yh (n ) + y p (n ) = c1 2n + c2n 2n + ( -1) n u(n ) 9 Using the initial condition, y (-1) = y (-2) = 0 we can obtain from difference equation at n=0 y (0) - 4 y (-1) + 4 y (-2) = x(0) - x(-1) y (0) = 1 n=1 y (1) - 4 y (0) + 4 y ( -1) = x(1) - x(0) y (1) = 2 y (1) = c1 2 + c2 2 - 2 =2 9 From the total solution y (0) = c1 + 2 =1 9 c1 = 7 9 y (1) = c1 2 + c2 2 - 2 =2 9 c2 = 1 3 The total solution y ( n) = 7 n 1 n 2 2 + n2 + (-1) n u (n) 9 3 9 " # Problem 55 $% Find the impulse response h(n) for the following equation y (n) - 4 y (n - 1) + 4 y (n - 2) = x(n) - x(n - 1) The homogenous solution is y h ( n ) = c1 2 n + c2 n 2 n So system response To find the constant y (0) - 4 y ( -1) + 4 y (-2) = (0) - (-1) y (0) = 1 h(n) = c1 2n + c2 n2n u (n) y (1) - 4 y (0) + 4 y (-1) = (1) - (0) y (1) = 3 From the system response h(n) y (0) = c1 = 1 y (1) = c1 2 + c1 2 = 3 c2 = 1 2 1 h( n) = 2 n + n 2 n u ( n) 2 10
Find millions of documents on Course Hero - Study Guides, Lecture Notes, Reference Materials, Practice Exams and more. Course Hero has millions of course specific materials providing students with the best way to expand their education.

Below is a small sample set of documents:

Cal Poly Pomona - ECE - 306
Z TransformZ Transform and Its Application to the Analysis of LTI Systems Z-transform is an alternative representation of a discrete signal. Z-Transform is important in the analysis and characterization of LTI systems Z-Transform play the same r
Cal Poly Pomona - ECE - 306
ECE 306 -11Z Transform Rational Z-TransformThe inverse of the z-transformZ. Aliyazicioglu Electrical and Computer Engineering Department Cal Poly PomonaRational Z-TransformPoles and Zeros The poles of a z-transform are the values of z for whi
Cal Poly Pomona - ECE - 306
The One-Side z-TransformThe One-Side z-TransformThe one-sided z-transform of a signal x(n) is defined asX + ( z) = n =0x ( n) z - nx (n) X + ( z )z+The one-sided z-transform has the following characteristics: 1. It does not contain in
USC - ECON - 203
2nd Econ Midterm ReviewCHAPTER 6 o Productivity: output per unit of input (output/labor hour) o Productivity of any factor of production depends on the amount of other resources available to it o Production Function: technological relationship expre
USC - ECON - 203
Chapter 1 Economics: study of how best to allocate scarce resources among competing uses Scarcity: lack of enough resources to satisfy all desired uses of those resources Opportunity Cost: what is given up to obtain something else. Shows choices and
Cal Poly Pomona - ECE - 306
California State Polytechnic University, PomonaElectrical & Computer Eng. Dr. Z. Aliyazicioglu! " # " ") * " " $ + , $ ' $xa (t ) = 4 cos(2 1000t ) - 2sin(2 1500t ) " x ( n) % $ & '(-Fs = 800 Hz " ' x ( n) "$y (t ) ''(x ( n) "'x( n
Cal Poly Pomona - ECE - 306
California State Polytechnic University, PomonaECE 306 - 02 Introduction to Discrete Time Signals & Systems Homework # 3Electrical & Computer Eng. Dr. Z. Aliyazicioglu2/19/2008x (n ) =1 2nu(n - 2)x (n ) = n ( -0.5) n u ( n ) x(n ) = 4
Cal Poly Pomona - ECE - 306
California State Polytechnic University, PomonaElectrical & Computer Eng.Dr. Z. AliyaziciogluECE 306 - 02 Introduction to Discrete Time Signals & SystemsPractice QuestionsName:_February 4, 20081. Using table method, findy(n) and graph you
Cal Poly Pomona - ECE - 306
California State Polytechnic University, PomonaElectrical & Computer Eng. Dr. Zekeriya AliyaziciogluECE 306 - 02 Introduction to Discrete Time Signals & SystemsQuiz #1 Solution Name:_1. Consider the following signal January 16, 2008xa (t ) =
Cal Poly Pomona - ECE - 306
ECE306z-TRANSFORM PROPERTIESThe index-domain signal is x[n] for - < n < ; and the z-transform is: X(z) = n=-x[n] z-nx[n] =1 2jX(z) zndz zThe ROC is the set of complex numbers z where the z-transform sum converges. Signal: x[n] - < n
Cal Poly Pomona - CS - 264
.data Array1: .space 80 Zero: .word 0 prompt: .asciiz "How many values? " prompt2: .asciiz "\n Please Input a value = " promptsum: .asciiz "\n Sum is = " promptavg: .asciiz "\n Average is = " promptline: .asciiz "\n" .globl .text main: la $t0, move $
Cal Poly Pomona - CS - 264
.data prompt: .asciiz "How many values?\n" prompt2: .asciiz "\nPlease Input a value:\n" sort: .asciiz "\nSuccess\n" line: .asciiz "\n" Array1: .word 0 .globl main .text #Reading integers main: li $v0, 4 #load Print String la $a0, prompt #load the add
Cal Poly Pomona - MATH - 214
o xAhQAhQi@h4) o bt2tAhQ@h4Q6EAhQ2C il l k i W#@nmAdj l l ki @nmAdj UQ426(#VdtrAhVz7h8tVA$VvbRtCAAhx#UpAh4rxAVd v u 1 ' D 3 w Yee c a u Y g f s uv s uu f c f u s e cu a Y q c Y a y w u s f su Y } u g f
Cal Poly Pomona - MATH - 214
sX 6 Ypg 6d6 eF 6 ~ 674 ` 6 v5FD7U2PlaU1#00g c U`Uf x74 ` #P5 b z f` f R T r V T S RQ I H G X ` W G p W W c 6 W 6 p 6 z f sX 6 Yg bd6 {`F 6 ~ 74 ` 6 f7%0D7U2PlaU1#00g c U`Uf x74 ` #P5 T R r V T S RQ I H G X ` W G p W W c 6 W
Cal Poly Pomona - MATH - 214
u~lw k c!Ewe R p P a R y d H w H f a a p f d r P p a dW a a s Hh r R Y f y H Rw t H R R a rW s P R Y R f EXzly!wb"uX!CEX!S`EXu"%Eu~vwUc8yQv`I"ulEX`wVcV8 r fW a HW a r R P R W T h f P R T P f R a r f T r R R T d R W a H W P R
UCLA - FTV - 106A
FILM 106AJAN 14LECTURE 3The Nickelodeon Era "Trip to the Moon" credited as one of the first films to utilize film as a way to tell stories This and "the Great Train Robbery" were huge hits. People wanted to see more films like this. Up until th
UCLA - FTV - 106A
Film 106Alecture 4Jan 16Charlie Chaplin's "The Kid" (1921) from United Artists At the time, longest comedic film Emergence of the feature film (film of 1hr to 1hr 30min length) as dominant form of film At the time, a feature film was just any f
UCLA - FTV - 106A
Film 106APost-Midterm lec 2Feb 13 (you were 30 minutes late)Hollywood Studio Hollywood production lots, backlots and ranches Studio Boss Head of Production Story Dept William Faulkner Hollywood system highly dependent on stars Hollywood Star St
UCLA - FTV - 106A
Film 106APOST MIDTERMlecture 1feb 11Hollywood and World War 2 WWII was biggest years in Hollywood history, tremendous boom for Hollywood, peaked in the year after end of war, 1946 US enters WWII December 1941, end August 1945 Almost all forms
UCLA - FTV - 150
Film 150Feb 29CONTROLLABLE PROPERTIES OF LIGHT 1. Direction a. Where is light coming from? i. Mood ii. Motivated vs. unmotivated sources 2. Intensity a. How bright is dark? b. How dark is dark? c. Technical issue: Exposure 3. Diffusion a. The bou
UCLA - FTV - 115
FILM 115 FRI LECTURENOV 2The Man Who Shot Liberty Valance Ransom ended up being many prestigious jobs based on one act of violence, based on the fact that everyone thought he shot Liberty Valance. Political philosophy in a crucial scene, where No
UCLA - FTV - 115
FILM 115FRIOCT 26 LECTUREStrangers on a Train, directed by Alfred Hitchcock About a rich tennis player who runs into another stranger on a train and their paths cross and they will exchange murders even though the rich tennis player doesn't agr
UCLA - FTV - 115
FILM 115FRI LECTURENOV 16!"Why We Fight" "band of outsiders" two men in love with same woman. How is it staged? Doesn't necessarily progress the narration but it lets the narrator give us an insight of the characters "Man's favorite sport" Intr
UCLA - FTV - 115
FILM 115 LEC 3FRIDAY OCT 12Russian Ark: the building preserves Russian culture. Segurov. The ,Ark is a biblical allusion. This building, or "ark", is preserving the beautiful Russian culture of the czars time Eisenstein: Intellectual montage: sho
UCLA - PHIL - 127
Spinoza Paper Topics (Second Paper) Your paper should be 4 to 6 pages (1200 to 1800 words) in length. It is due Wednesday, March 5, by 2pm. You should BOTH submit it through "TurnItIn" AND bring a hardcopy to class. You should write on one of the fol
UCLA - PHIL - 110
Philosophy 110 Final Exam Review Questions The final exam will consist of the following questions. (I reserve the right to tinker with the last question, depending on how far we get this week.) The exam is closed-book and closed-notes. It will take p
Cal Poly Pomona - AG - 128
Class ResultsMs. Ek Class ResultsTest ScoresTotal Name Quiz 25 Tudor Nightinga le Roosevel t Ptolemy Hamilton Stanton Clevelad Elizabeth Florence Franklin Cleopatra Alexander Elizabeth Cady Grover 25 23 12 22 24 25 19 100 92 48 88 96 100 76 99 93
Cal Poly Pomona - AG - 128
A N I M A L RE SC U E FO U ND A TI O NTO: FROM: SUBJECT: DATE: CC:SAM JOHNSON JENNIFER EK ANIMAL ADOPTION STATISTICS THURSDAY, APRIL 26, 2007 MARY MUNSON, FRED SAMUELS, SARA JOSEPHA NIM A L A DO PTIO N RA TE SI have finished compiling the ado
UCLA - PHIL - 127
1The Proper Treatment of Quantification in Ordinary EnglishRichard MontagueThe aim of this paper is to present in a rigorous way the syntax and semantics of a certain fragment of a certain dialect of English. For expository purposes the fragment
UCLA - PHIL - 127
1. Internal Sound: Sound represented as coming from the mind of a character within the story space. Although we can and characters can hear it, we assume that the other characters cannot. External Sound: Sound represented as coming from a physical so
Cal Poly Pomona - AG - 128
Fitness and NutritionPresented by Lifestyle FitnessWhat Exercise and Nutriention Can Do for YouBenefits ProgramsBenefits1.2.3.4.Prevents heart disease and normalizes blood pressure Regulates blood sugar and controls body weight Prev
Cal Poly Pomona - AG - 128
Penn State - BI SC - 004
Tissue - Multiple cells make up tissue I. FOUR TYPES OF HUMAN TISSUE 1. Epithelial Tissue - covers all free body surfaces - are major tissue of glands - Functions: Protection, secretion, absorption, excretion, & sensory reception (Anchored to other t
Penn State - BI SC - 004
Types of Membrane Synovial Membrane- lines joint cavities skin as an organ - How much does it weigh? 6-10 lbs, 3ft x 7ft - How deep is skin deep? 1mm long palm of palm, sole of feet - What does skin do? Produce vitamin D, protect against UV rays Func
Penn State - BI SC - 004
The Appendicular Skeleton - The appendicular skeleton is made up of the pectoral & pelvic girdles, & the arm & leg bones Difference b/w man's & woman's skeleton - Size: for muscle growth - Shape & pelvis: woman's = broad & shallow - Pelvis inlet: wom
Penn State - BI SC - 004
Study Guide 1 1. Anatomy: branch of science that studies the physical structure of animals, plants, and other organisms 2. Physiology: branch of biology that deals with the internal workings of living things, including functions such as metabolism, r
Penn State - BI SC - 004
Digestive System I. Nutrition & Nutrients Nutrition: is the process of ingestion & utilization of the necessary food substances or nutrients 1. Carbohydrates - Energy source - Requirement: at least 100 grams - Some cells depend on a continuous supply
Penn State - BI SC - 004
Digestive System - The organs are divided into 2 main groups - Gastrointestinal (GI) tract: - Accessory structures: are the teeth, tongue, salivary glands, liver, gallbladder, & pancreas Mouth - Adapted to receive food & begin preparing it for digest
Penn State - BI SC - 004
Respiratory System - Includes the passage that transport air to & from the lungs & the air sacs, in which gas exchanges occur Respiration: is the entire process by which gases are exchanged b/w the atmosphere & body cells [TOP TO BOTTOM. IN ORDER] I.
UCLA - PHIL - 127
1. Saul Bass created the credit sequence. The major Cross- Cutting sequence is when Sam and Marion's sister separate when they leave cabin #1.2. The major extreme close-up shot is when they zoomed in on the drain of the tub, where all the water and
Penn State - BI SC - 004
Defecation: referring to the elimination of feces from body; undigested food & bacteria Excretion: Elimination of digestible waste - 4 Excretory Organs 1. Skin: Excretes water & salt into perspiration 2. Liver: Excretes bile pigments into bile = the
Penn State - BI SC - 004
Nutrient Nephrons Urochrome Constipation Tuberculosis Defecation reflex Loop of nephron Digestion Anorexia nervosa Breathing Excretion Urea Alveoli Bilirublin Pneumonia Diarrhea Dialysis Jaundice Obesity Glomerular capsule Pulmonary fibrosis Peristal
Penn State - BI SC - 004
Function of Plasma .Transporting nutrients, gases, & vitamins .Regulating fluid & electrolytes balances .Maintaining a favorable pH Plasma Protein Three Major Groups 1. ALBUMINS .Help maintains the osmotic pressure of the blood .About 60% of plasma p
Colorado - HIST - 1020
II French revolution A-Causes 1.Weaknesses of the ancien regimes 2.american revolutionFrench revolution- A political collapse, a series of a weaknesses of this old regime(louis the 14th). Louis- created a whole new political system, appointed men w
Cal Poly Pomona - PHY - 132L
Experiment 7: Coefficient of Linear Expansion Abstract Using an expansion apparatus which included fastened clips and a multimeter, my lab partner and I measured the expansion of three solid rods of copper, aluminum and steel, as well as its respecti
Colorado - HIST - 1020
Test is 2 essay questions one will be linked to environment and social change. During the industrial rev. there was a quick rise in income Investors in factories, insurance schemers, the financiers of the industrial revolution all saw profit rise fir
Colorado - HIST - 1020
MIDTERM2 separate questions French rev and Industrial Analyze the relationship between the ecological (found in the outside reading, not only the ice age one) /environmental and the human sociological, economical, and political in the French revoluti
Colorado - HIST - 1020
NOTES 9/13By 1787 the French government was out of money, the monarch louie the 16 th thought he could get revenues by taxing the nobility. The parlement of paris, denies his proposal of taxing the nobility claiming it was not good for the sovereig
Colorado - HIST - 1020
Society during industrialization Industrialization-Work moves outside the home. In factories for workers Middle class (NOT WORKING CLASS) moves into offices and commercial enterprises separate from the home, family now becomes a emotional and private
Colorado - HIST - 1020
Notes 10/4 Why industrialization took place? (look into ecological factors! FINAL) Industrialization put pressure on the land that created scarcity, which required a substitution of raw materials for those traditional materials. Most obvious was usin
Colorado - HIST - 1020
MIDTERM2 separate questions French rev and Industrial Analyze the relationship between the ecological /environmental (found in the outside reading, not only the ice age one) and the human sociological, economical, and political in the French revoluti
Colorado - HIST - 1020
Notes 9/18/07-READ LITTLE ICE AGE ON E-RESERVE Popular rev. A. Bastille B. "the great fear" what turns this political rev. into a social rev., From 1700-1850 was much cooler, given the name "little ice age". But around 1850 climate starts to warm up
Colorado - HIST - 1020
Scramble for Africa-1875 to 1902 europeans seized up to 90 percent of the continent Europeans wanted to look like the were civilizing aquired nations not as if they conquested them. The Haitian rebellion and also slave rebellions in the early ninetee
Colorado - HIST - 1020
Notes 10/23 Imperialism- Imperialism is not just one country expanding into other areas of the world, it differs from mere expansion because it involves ruling over indigenous people (it involves force). Beginning at the end of the 15th century we se
Colorado - HIST - 1020
Notes 9/25 Industrial revolution was the creation of mechanical machinery, the steam engine the most important Industrial Rev created a huge population increase and was sustained by the agricultural rev. Commercial revolution was the vast increase of
Colorado - HIST - 1020
Notes 11/1 Alliances are created- triple alliance turkey, germany, Austria-hungry Triple GB, France, Russia July 1914 This is the breakdown of the early part of the 20th century. It is these alliances that break down peace in Russia. France Ferdinand
Colorado - HIST - 1020
Chapter 25 The soviet union under Lenin and stalin - Whites were the bolshevics opponents (the reds), they were mostly comprised of supporters from the past regime. - The greens joined in with the whites who opposed all central state power, comprised
Colorado - HIST - 1020
Notes 11/13 Two parties are set up in Russia. Mensheviks, and Bolsheviks. What changes the power between the two parties is that the Petrograd Soviets claimed that they would give them food, money, and other social needs but never delivered, Lenin (B
Penn State - BI SC - 004
Composition and Function of the Blood Function: It transports substances between the body cells and the external environment/ Helps maintain a stable cellular environment. Blood and Blood cells 45% blood cells 55% plasma .When if you put your blood i
Cal Poly Pomona - FRL - 201
Kelsey Jans FRL 201 1/15/07Brief: Case 4.2 pg.85 ( Chapter 4.) Interactive Digital Software Association vs. St. Louis County, MissouriIn the case of Interactive Digital Software Association Vs. St Louis County, Missouri, the court is dealing with
Cal Poly Pomona - FRL - 201
Kelsey Jans FRL 201 1/21/08Brief: Case 5.2 Page 100 In re the Exxon ValdezIn the case In re the Exxon Valdez, the court has to decide whether Exxon was highly reprehensible for their damages as well as determining whether $5 billion would be too h