GEORGIA INSTITUTE OF TECHNOLOGY SCHOOL OF ELECTRICAL AND COMPUTER ENGINEERING

Size: px
Start display at page:

Download "GEORGIA INSTITUTE OF TECHNOLOGY SCHOOL OF ELECTRICAL AND COMPUTER ENGINEERING"

Transcription

1 GEORGIA INSTITUTE OF TECHNOLOGY SCHOOL OF ELECTRICAL AND COMPUTER ENGINEERING ECE 6 Summer 13 Quiz #1 June 1, 13 NAME: (FIRST) (LAST) GT username: (e.g., gtxyz13) Circle your recitation section (otherwise you lose 3 points!): Mon Tue 1 11:4am L (Moore) 1 1:4pm L3 (Moore) 4 :4pm L1 (Barry) Important Notes: DO NOT unstaple the test. One two-sided page (8. 11 ) of hand-written notes permitted. JUSTIFY your reasoning CLEARLY to receive partial credit. You must write your answer in the space provided on the exam paper itself. Only these answers will be graded. Circle your answers, or write them in the boxes provided. If more space is needed for scratch work, use the backs of the previous pages. Problem Value Score Earned No/Wrong Rec 3 Total

2 PROB. Su13-Q1.1. The figure below shows the locations of twelve points in the complex plane, along with the unit circle: Im{ } C B F E A D L Re{ } H G I K Match each point above to one of the functions of an unspecified complex number z shown in the table below, by arranging the letters {A, B,... M} in the second column of the table below: J (1) () (3) (4) () (6) (7) (9) (9) (1) (11) (1) z 1/z z* 1/z* z + z* z z* zz* z/z* z jz z + j z + 1

3 PROB. Su13-Q1.. The signal x( t ) = B + Acos(πf t + θ) achieves a peak value of zero at time t =. and again at time t =.4, as shown below: x( t )..4 t 4 (a) Specify numeric values for the following parameters: B = A = f = Hz θ = ( π, π]. (b) Consider the following MATLAB code: tt = :.1:dur; % dur is the duration in seconds xx = real((1-j)*exp(j*16*pi*tt)) + real((-j)*exp(j*16*pi*tt)); The variable xx represents a sinusoidal signal x( t ) = Acos(ωt + θ) in standard form, where: ω = rad/s A = θ = ( π, π].

4 PROB. Su13-Q1.3. Several signals are plotted below along with their corresponding spectra. However, they are in a scrambled order. For each of the signals below, identify its corresponding spectrum by writing a letter {A, B,... G} into each answer box: A e jπ e jπ e jπ e jπ (1) t (sec) B 1 1 f (Hz) 1.e jπ 1.e jπ ().e jπ.e jπ t (sec) t (sec) t (sec) t (sec) F C D E 1 1 f (Hz).e jπ.e jπ.e jπ.e jπ 1 1 f (Hz) 1..e j.π.e j.π f (Hz) ().e j.π.e j.π f (Hz) e j.π e j.π (3) (4) (6) t (sec) G 1 1 f (Hz) e j.π e j.π (7) t (sec) 1 1 f (Hz)

5 PROB. Su13-Q Consider the periodic signal x( t ) shown below: x( t ) t (a) The fundamental period of x( t ) is T = seconds. (b) The fundamental frequency is f = Hz. P (c) In the Fourier series representation x( t )= k = a k e jkπt/t, the DC component is a =. (d) The spectrum for x( t ) will have a line at 9 Hz. Explain. (Check one.) YES NO NOT ENOUGH INFORMATION

6 PROB. Su13-Q1.. Suppose a sinusoidal signal x( t ) = cos(πf t ) with frequency f is sampled with a sampling rate of f s =3 samples/sec, and suppose that the resulting discrete-time sequence is as sketched below: x[ n ] 1 x( t ) = cos(πf t ) IDEAL C-to-D CONVERTER x[ n ] 1 1 n f s = 3 Hz -1 There are many possible values for the frequency f. Name any two. f = Hz, or f = Hz. The remainder of this problem concerns the following piece of MATLAB code: fsamp = 8; dt = 1/fsamp; dur =.; A3 = phi3 = tt = : dt : dur; x1 = cos(*pi*tt ); x = cos(*pi*tt +.*pi); x3 = A3*cos(*pi*tt + phi3 ); x = x1 + x + x3; (a) The length of the vector x1 is length(x1) =. (b) The sum x = x1 + x + x3 represents the sum of three sinusoids. In order for this sum to zero, the variables A3 and phi3 need to be: A3 =, phi3 = ( π, π].

7 GEORGIA INSTITUTE OF TECHNOLOGY SCHOOL OF ELECTRICAL AND COMPUTER ENGINEERING ECE 6 Summer 13 Quiz #1 June 1, 13 NAME: VERSION A (FIRST) (LAST) GT username: (e.g., gtxyz13) Circle your recitation section (otherwise you lose 3 points!): Mon Tue 1 11:4am L (Moore) 1 1:4pm L3 (Moore) 4 :4pm L1 (Barry) Important Notes: DO NOT unstaple the test. One two-sided page (8. 11 ) of hand-written notes permitted. JUSTIFY your reasoning CLEARLY to receive partial credit. You must write your answer in the space provided on the exam paper itself. Only these answers will be graded. Circle your answers, or write them in the boxes provided. If more space is needed for scratch work, use the backs of the previous pages. Problem Value Score Earned No/Wrong Rec 3 Total

8 PROB. Su13-Q1.1. The figure below shows the locations of twelve points in the complex plane, along with the unit circle: Im{ } C B F E A D L Re{ } H G I K Match each point above to one of the functions of an unspecified complex number z shown in the table below, by arranging letters {A, B,... M} in the second column of the table below: J (1) () (3) (4) () (6) (7) (9) (9) (1) (11) (1) z 1/z z* 1/z* z + z* z z* zz* z/z* z jz z + j z + 1 G E B H A J L F C K D I

9 PROB. Su13-Q1.. The signal x( t ) = B + Acos(πf t + θ) achieves a peak value of zero at time t =. and again at time t =.4, as shown below: x( t )..4 t 4 (a) Specify numeric values for the following parameters: B = A = f = Hz θ = ( π, π]. (b) Consider the following MATLAB code: tt = :.1:dur; % dur is the duration in seconds xx = real((1-j)*exp(j*16*pi*tt)) + real((-j)*exp(j*16*pi*tt)); The variable xx represents a sinusoidal signal x( t ) = Acos(ωt + θ) in standard form, where: ω = 16π rad/s (1 j) + ( j) = 3 j 3.6e j.19π A = θ =.19π ( π, π].

10 PROB. Su13-Q1.3. Several signals are plotted below along with their corresponding spectra. However, they are in a scrambled order. For each of the signals below, identify its corresponding spectrum by writing {A, B,... G} into each answer box: A e jπ e jπ e jπ e jπ (1) C t (sec) t (sec) t (sec) t (sec) t (sec) t (sec) F B C D E G t (sec) 1 1 f (Hz) 1.e jπ 1.e jπ.e jπ.e jπ 1 1 f (Hz).e jπ.e jπ.e jπ.e jπ 1 1 f (Hz) 1..e j.π.e j.π f (Hz).e j.π.e j.π f (Hz) e j.π e j.π 1 1 f (Hz) e j.π e j.π (7) 1 1 f (Hz) () B (3) E (4) A () F (6) D G

11 PROB. Su13-Q Consider the periodic signal x( t ) shown below: x( t ) t (a) The fundamental period of x( t ) is T =.6 seconds. (b) The fundamental frequency is f = Hz. f = 1/T P (c) In the Fourier series representation x( t )= k = a k e jkπt/t, the DC component is a = 3. By inspection, or by integration: a = (1/T )(area under one period) = (1/.6)(.18) = 3 (d) The spectrum for x( t ) will have a line at 9 Hz. Explain. (Check one.) YES NO NOT ENOUGH INFORMATION 9 Hz is not an integer multiple of f.

12 PROB. Su13-Q1.. Suppose a sinusoidal signal x( t ) = cos(πf t ) with frequency f is sampled with a sampling rate of f s =3 samples/sec, and suppose that the resulting discrete-time sequence is as sketched below: x[ n ] = cos(πn/16) 1 x( t ) = cos(πf t ) IDEAL C-to-D CONVERTER x[ n ] 1 1 n f s = 3 Hz -1 There are many possible values for the frequency f. Name any two. f = Hz, or f = + 3 Hz. for any integer From the stem plot we can write x[ n ] = cos(πn/16). Since this is a sinusoid whose digital frequency is less than π, we can convert to continuous time via the substitution n = tf s x( t ) = cos(π(f s /16)t) f = f s /16 = Hz. Other solutions can be found by adding f s for any integer. The remainder of this problem concerns the following piece of MATLAB code: fsamp = 8; dt = 1/fsamp; dur =.; A3 = phi3 = tt = : dt : dur; x1 = cos(*pi*tt ); x = cos(*pi*tt +.*pi); x3 = A3*cos(*pi*tt + phi3 ); x = x1 + x + x3; (a) The length of the vector x1 is length(x1) = 41. length = dur/dt + 1 = (.)(8) + 1 = 41 (b) The sum x = x1 + x + x3 represents the sum of three sinusoids. In order for this sum to zero, the variables A3 and phi3 need to be: A3 = 1.848, phi3 =.87π ( π, π]. 1 + e j.π + A 3 e jϕ 3 = A 3 e jϕ 3 = (1 + e j.π ) 1.848e j.87π

GEORGIA INSTITUTE OF TECHNOLOGY SCHOOL OF ELECTRICAL AND COMPUTER ENGINEERING

GEORGIA INSTITUTE OF TECHNOLOGY SCHOOL OF ELECTRICAL AND COMPUTER ENGINEERING GEORGIA INSTITUTE OF TECHNOLOGY SCHOOL OF ELECTRICAL AND COMPUTER ENGINEERING ECE 26 Summer 14 Quiz #1 June 11, 14 NAME: (FIRST) (LAST) GT username: (e.g., gtxyz123) Circle your recitation section (otherwise

More information

Problem Value Score No/Wrong Rec

Problem Value Score No/Wrong Rec GEORGIA INSTITUTE OF TECHNOLOGY SCHOOL of ELECTRICAL & COMPUTER ENGINEERING QUIZ #2 DATE: 14-Oct-11 COURSE: ECE-225 NAME: GT username: LAST, FIRST (ex: gpburdell3) 3 points 3 points 3 points Recitation

More information

Problem Value Score No/Wrong Rec 3

Problem Value Score No/Wrong Rec 3 GEORGIA INSTITUTE OF TECHNOLOGY SCHOOL of ELECTRICAL & COMPUTER ENGINEERING QUIZ #2 DATE: 22-Feb- COURSE: ECE-25 NAME: GT username: LAST, FIRST (ex: gpburdell3) 3 points 3 points 3 points Recitation Section:

More information

Problem Value

Problem Value GEORGIA INSTITUTE OF TECHNOLOGY SCHOOL of ELECTRICAL & COMPUTER ENGINEERING FINAL EXAM DATE: 30-Apr-04 COURSE: ECE-2025 NAME: GT #: LAST, FIRST Recitation Section: Circle the date & time when your Recitation

More information

Problem Value

Problem Value GEORGIA INSTITUTE OF TECHNOLOGY SCHOOL of ELECTRICAL & COMPUTER ENGINEERING FINAL EXAM DATE: 30-Apr-04 COURSE: ECE-2025 NAME: GT #: LAST, FIRST Recitation Section: Circle the date & time when your Recitation

More information

FINAL EXAM. Problem Value Score No/Wrong Rec 3

FINAL EXAM. Problem Value Score No/Wrong Rec 3 GEORGIA INSTITUTE OF TECHNOLOGY SCHOOL of ELECTRICAL & COMPUTER ENGINEERING FINAL EXAM DATE: 1-May-08 COURSE: ECE-2025 NAME: GT username: LAST, FIRST (ex: gpburdell3) 3 points 3 points 3 points Recitation

More information

Problem Value Score No/Wrong Rec 3

Problem Value Score No/Wrong Rec 3 GEORGIA INSTITUTE OF TECHNOLOGY SCHOOL of ELECTRICAL & COMPUTER ENGINEERING QUIZ #1 ATE: 4-Feb-11 COURSE: ECE-2025 NAME: GT username: LAST, FIRST (ex: gtbuzz8) 3 points 3 points 3 points Recitation Section:

More information

Problem Value Score No/Wrong Rec 3

Problem Value Score No/Wrong Rec 3 GEORGIA INSTITUTE OF TECHNOLOGY SCHOOL of ELECTRICAL & COMPUTER ENGINEERING QUIZ #2 DATE: 14-Mar-08 COURSE: ECE-2025 NAME: GT username: LAST, FIRST (ex: gpburdell3) 3 points 3 points 3 points Recitation

More information

QUIZ #2 SOLUTION Version A

QUIZ #2 SOLUTION Version A GEORGIA INSTITUTE OF TECHNOLOGY SCHOOL of ELECTRICAL & COMPUTER ENGINEERING QUIZ #2 SOLUTION Version A DATE: 7-MAR-16 SOLUTION Version A COURSE: ECE 226A,B NAME: STUDENT #: LAST, FIRST 2 points 2 points

More information

Problem Value

Problem Value GEORGIA INSTITUTE OF TECHNOLOGY SCHOOL of ELECTRICAL & COMPUTER ENGINEERING FINAL EXAM DATE: 2-May-05 COURSE: ECE-2025 NAME: GT #: LAST, FIRST (ex: gtz123a) Recitation Section: Circle the date & time when

More information

FINAL EXAM. Problem Value Score

FINAL EXAM. Problem Value Score GEORGIA INSTITUTE OF TECHNOLOGY SCHOOL of ELECTRICAL & COMPUTER ENGINEERING FINAL EXAM DATE: 27-Apr-09 COURSE: ECE-2025 NAME: GT username: LAST, FIRST (ex: gpburdell3) 3 points 3 points 3 points Recitation

More information

Problem Value Score No/Wrong Rec 3

Problem Value Score No/Wrong Rec 3 GEORGIA INSTITUTE OF TECHNOLOGY SCHOOL of ELECTRICAL & COMPUTER ENGINEERING QUIZ #3 DATE: 21-Nov-11 COURSE: ECE-2025 NAME: GT username: LAST, FIRST (ex: gpburdell3) 3 points 3 points 3 points Recitation

More information

GEORGIA INSTITUTE OF TECHNOLOGY SCHOOL OF ELECTRICAL AND COMPUTER ENGINEERING

GEORGIA INSTITUTE OF TECHNOLOGY SCHOOL OF ELECTRICAL AND COMPUTER ENGINEERING GEORGIA INSTITUTE OF TECHNOLOGY SCHOOL OF ELECTRICAL AND COMPUTER ENGINEERING ECE 226 Summer 28 Quiz #2 July 6, 28 NAME: (FIRST) (LAST) GT username: (e.g., gtxyz23) To avoid losing 3 oints, circle your

More information

GEORGIA INSTITUTE OF TECHNOLOGY SCHOOL OF ELECTRICAL AND COMPUTER ENGINEERING

GEORGIA INSTITUTE OF TECHNOLOGY SCHOOL OF ELECTRICAL AND COMPUTER ENGINEERING GEORGIA INSTITUTE OF TECHNOLOGY SCHOOL OF ELECTRICAL AND COMUTER ENGINEERING ECE 2026 Summer 208 roblem Set #3 Assigned: May 27, 208 Due: June 5, 208 Reading: Chapter 3 on Spectrum Representation, and

More information

GEORGIA INSTITUTE OF TECHNOLOGY SCHOOL of ELECTRICAL & COMPUTER ENGINEERING FINAL EXAM. COURSE: ECE 3084A (Prof. Michaels)

GEORGIA INSTITUTE OF TECHNOLOGY SCHOOL of ELECTRICAL & COMPUTER ENGINEERING FINAL EXAM. COURSE: ECE 3084A (Prof. Michaels) GEORGIA INSTITUTE OF TECHNOLOGY SCHOOL of ELECTRICAL & COMPUTER ENGINEERING FINAL EXAM DATE: 30-Apr-14 COURSE: ECE 3084A (Prof. Michaels) NAME: STUDENT #: LAST, FIRST Write your name on the front page

More information

GEORGIA INSTITUTE OF TECHNOLOGY SCHOOL of ELECTRICAL & COMPUTER ENGINEERING FINAL EXAM

GEORGIA INSTITUTE OF TECHNOLOGY SCHOOL of ELECTRICAL & COMPUTER ENGINEERING FINAL EXAM GEORGIA ISTITUTE OF TECHOLOGY SCHOOL of ELECTRICAL & COMPUTER EGIEERIG FIAL EXAM DATE: 9-APR-5 COURSE: ECE 6A AME: STUDET #: LAST, FIRST points points points Recitation Section: Circle the date & time

More information

GEORGIA INSTITUTE OF TECHNOLOGY SCHOOL OF ELECTRICAL AND COMPUTER ENGINEERING

GEORGIA INSTITUTE OF TECHNOLOGY SCHOOL OF ELECTRICAL AND COMPUTER ENGINEERING GEORGIA INSTITUTE OF TECHNOLOGY SCHOOL OF ELECTRICAL AND COMPUTER ENGINEERING ECE 06 Summer 08 Final Exam July 7, 08 NAME: Important Notes: Do not unstaple the test. Closed book and notes, except for three

More information

ECE 3084 QUIZ 2 SCHOOL OF ELECTRICAL AND COMPUTER ENGINEERING GEORGIA INSTITUTE OF TECHNOLOGY MARCH 31, Name:

ECE 3084 QUIZ 2 SCHOOL OF ELECTRICAL AND COMPUTER ENGINEERING GEORGIA INSTITUTE OF TECHNOLOGY MARCH 31, Name: ECE 3084 QUIZ SCHOOL OF ELECTRICAL AND COMPUTER ENGINEERING GEORGIA INSTITUTE OF TECHNOLOGY MARCH 3, 07 Name:. The quiz is closed book, closed notes, except for one -sided sheet of handwritten notes..

More information

6.003 (Fall 2011) Quiz #3 November 16, 2011

6.003 (Fall 2011) Quiz #3 November 16, 2011 6.003 (Fall 2011) Quiz #3 November 16, 2011 Name: Kerberos Username: Please circle your section number: Section Time 2 11 am 3 1 pm 4 2 pm Grades will be determined by the correctness of your answers (explanations

More information

GEORGIA INSTITUTE OF TECHNOLOGY SCHOOL OF ELECTRICAL AND COMPUTER ENGINEERING

GEORGIA INSTITUTE OF TECHNOLOGY SCHOOL OF ELECTRICAL AND COMPUTER ENGINEERING GEORGIA INSTITUTE OF TECHNOLOGY SCHOOL OF ELECTRICAL AND COMPUTER ENGINEERING ECE 2026 Summer 2018 Problem Set #1 Assigned: May 14, 2018 Due: May 22, 2018 Reading: Chapter 1; App. A on Complex Numbers,

More information

NAME: ht () 1 2π. Hj0 ( ) dω Find the value of BW for the system having the following impulse response.

NAME: ht () 1 2π. Hj0 ( ) dω Find the value of BW for the system having the following impulse response. University of California at Berkeley Department of Electrical Engineering and Computer Sciences Professor J. M. Kahn, EECS 120, Fall 1998 Final Examination, Wednesday, December 16, 1998, 5-8 pm NAME: 1.

More information

Final Exam 14 May LAST Name FIRST Name Lab Time

Final Exam 14 May LAST Name FIRST Name Lab Time EECS 20n: Structure and Interpretation of Signals and Systems Department of Electrical Engineering and Computer Sciences UNIVERSITY OF CALIFORNIA BERKELEY Final Exam 14 May 2005 LAST Name FIRST Name Lab

More information

SOLUTIONS to ECE 2026 Summer 2018 Problem Set #3

SOLUTIONS to ECE 2026 Summer 2018 Problem Set #3 SOLUTIONS to ECE 226 Summer 28 Problem Set #3 PROBLEM 3..* Consider a signal of the form: x( t ) = cos(2t) + cos(2f 2 t), the sum of a 6-Hz sunusoid and a second sinusoid whose frequency f 2 is known to

More information

Grades will be determined by the correctness of your answers (explanations are not required).

Grades will be determined by the correctness of your answers (explanations are not required). 6.00 (Fall 2011) Final Examination December 19, 2011 Name: Kerberos Username: Please circle your section number: Section Time 2 11 am 1 pm 4 2 pm Grades will be determined by the correctness of your answers

More information

ECE 3084 QUIZ 2 SCHOOL OF ELECTRICAL AND COMPUTER ENGINEERING GEORGIA INSTITUTE OF TECHNOLOGY APRIL 2, Name:

ECE 3084 QUIZ 2 SCHOOL OF ELECTRICAL AND COMPUTER ENGINEERING GEORGIA INSTITUTE OF TECHNOLOGY APRIL 2, Name: ECE 3084 QUIZ 2 SCHOOL OF ELECTRICAL AND COMPUTER ENGINEERING GEORGIA INSTITUTE OF TECHNOLOGY APRIL 2, 205 Name:. The quiz is closed book, except for one 2-sided sheet of handwritten notes. 2. Turn off

More information

ECE 350 Signals and Systems Spring 2011 Final Exam - Solutions. Three 8 ½ x 11 sheets of notes, and a calculator are allowed during the exam.

ECE 350 Signals and Systems Spring 2011 Final Exam - Solutions. Three 8 ½ x 11 sheets of notes, and a calculator are allowed during the exam. ECE 35 Spring - Final Exam 9 May ECE 35 Signals and Systems Spring Final Exam - Solutions Three 8 ½ x sheets of notes, and a calculator are allowed during the exam Write all answers neatly and show your

More information

Circuits and Systems I

Circuits and Systems I Circuits and Systems I LECTURE #2 Phasor Addition lions@epfl Prof. Dr. Volkan Cevher LIONS/Laboratory for Information and Inference Systems License Info for SPFirst Slides This work released under a Creative

More information

MTH 234 Exam 1 February 20th, Without fully opening the exam, check that you have pages 1 through 11.

MTH 234 Exam 1 February 20th, Without fully opening the exam, check that you have pages 1 through 11. Name: Section: Recitation Instructor: INSTRUCTIONS Fill in your name, etc. on this first page. Without fully opening the exam, check that you have pages 1 through 11. Show all your work on the standard

More information

GEORGIA INSTITUTE OF TECHNOLOGY SCHOOL of ELECTRICAL & COMPUTER ENGINEERING FINAL EXAM. COURSE: ECE 3084A (Prof. Michaels)

GEORGIA INSTITUTE OF TECHNOLOGY SCHOOL of ELECTRICAL & COMPUTER ENGINEERING FINAL EXAM. COURSE: ECE 3084A (Prof. Michaels) GEORGIA INSTITUTE OF TECHNOLOGY SCHOOL of ELECTRICAL & COMPUTER ENGINEERING FINAL EXAM DATE: 09-Dec-13 COURSE: ECE 3084A (Prof. Michaels) NAME: STUDENT #: LAST, FIRST Write your name on the front page

More information

- - - - - - - - - - - - - - - - - - DISCLAIMER - - - - - - - - - - - - - - - - - - General Information: This is a midterm from a previous semester. This means: This midterm contains problems that are of

More information

1 /30. APPM 1235 Final Exam Fall 2014 December 17, /30 3 /25

1 /30. APPM 1235 Final Exam Fall 2014 December 17, /30 3 /25 Name Section # Page Score 1 /30 APPM 1235 Final Exam Fall 2014 December 17, 2014 AT THE TOP OF THE PAGE write your name and your section number. Textbooks, class notes and electronic devices of any kind

More information

Page Max. Possible Points Total 100

Page Max. Possible Points Total 100 Math 3215 Exam 2 Summer 2014 Instructor: Sal Barone Name: GT username: 1. No books or notes are allowed. 2. You may use ONLY NON-GRAPHING and NON-PROGRAMABLE scientific calculators. All other electronic

More information

Signals and Systems. Problem Set: The z-transform and DT Fourier Transform

Signals and Systems. Problem Set: The z-transform and DT Fourier Transform Signals and Systems Problem Set: The z-transform and DT Fourier Transform Updated: October 9, 7 Problem Set Problem - Transfer functions in MATLAB A discrete-time, causal LTI system is described by the

More information

Math 51 Midterm 1 July 6, 2016

Math 51 Midterm 1 July 6, 2016 Math 51 Midterm 1 July 6, 2016 Name: SUID#: Circle your section: Section 01 Section 02 (1:30-2:50PM) (3:00-4:20PM) Complete the following problems. In order to receive full credit, please show all of your

More information

- - - - - - - - - - - - - - - - - - DISCLAIMER - - - - - - - - - - - - - - - - - - General Information: This midterm is a sample midterm. This means: The sample midterm contains problems that are of similar,

More information

Date: 1 April (1) The only reference material you may use is one 8½x11 crib sheet and a calculator.

Date: 1 April (1) The only reference material you may use is one 8½x11 crib sheet and a calculator. PH1140: Oscillations and Waves Name: Solutions Conference: Date: 1 April 2005 EXAM #1: D2005 INSTRUCTIONS: (1) The only reference material you may use is one 8½x11 crib sheet and a calculator. (2) Show

More information

Exam is: Math Dr. Smithies Spring 2018 Review and Practice Test 3

Exam is: Math Dr. Smithies Spring 2018 Review and Practice Test 3 Math 11022-003 Dr. Smithies Spring 2018 Review and Practice Test 3 Test 3 is Tuesday March 24 th. Unless you have documentation of a University Approved Excuse, you may not be able to take a make-up exam

More information

Date: 31 March (1) The only reference material you may use is one 8½x11 crib sheet and a calculator.

Date: 31 March (1) The only reference material you may use is one 8½x11 crib sheet and a calculator. PH1140: Oscillations and Waves Name: SOLUTIONS AT END Conference: Date: 31 March 2005 EXAM #1: D2006 INSTRUCTIONS: (1) The only reference material you may use is one 8½x11 crib sheet and a calculator.

More information

A.P. Calculus BC Test Four Section Two Free-Response Calculators Allowed Time 45 minutes Number of Questions 3

A.P. Calculus BC Test Four Section Two Free-Response Calculators Allowed Time 45 minutes Number of Questions 3 A.P. Calculus BC Test Four Section Two Free-Response Calculators Allowed Time 45 minutes Number of Questions Each of the three questions is worth 9 points. The maximum possible points earned on this section

More information

Introduction to Algorithms March 10, 2010 Massachusetts Institute of Technology Spring 2010 Professors Piotr Indyk and David Karger Quiz 1

Introduction to Algorithms March 10, 2010 Massachusetts Institute of Technology Spring 2010 Professors Piotr Indyk and David Karger Quiz 1 Introduction to Algorithms March 10, 2010 Massachusetts Institute of Technology 6.006 Spring 2010 Professors Piotr Indyk and David Karger Quiz 1 Quiz 1 Do not open this quiz booklet until directed to do

More information

My signature below certifies that I have complied with the University of Pennsylvania s Code of Academic Integrity in completing this exam.

My signature below certifies that I have complied with the University of Pennsylvania s Code of Academic Integrity in completing this exam. My signature below certifies that I have complied with the University of Pennsylvania s Code of Academic Integrity in completing this exam. Signature Printed Name Math 241 Exam 1 Jerry Kazdan Feb. 17,

More information

Without fully opening the exam, check that you have pages 1 through 11.

Without fully opening the exam, check that you have pages 1 through 11. Name: Section: Recitation Instructor: INSTRUCTIONS Fill in your name, etc. on this first page. Without fully opening the exam, check that you have pages 1 through 11. Show all your work on the standard

More information

Fourier Methods in Digital Signal Processing Final Exam ME 579, Spring 2015 NAME

Fourier Methods in Digital Signal Processing Final Exam ME 579, Spring 2015 NAME Fourier Methods in Digital Signal Processing Final Exam ME 579, Instructions for this CLOSED BOOK EXAM 2 hours long. Monday, May 8th, 8-10am in ME1051 Answer FIVE Questions, at LEAST ONE from each section.

More information

Grades will be determined by the correctness of your answers (explanations are not required).

Grades will be determined by the correctness of your answers (explanations are not required). 6.00 (Fall 20) Final Examination December 9, 20 Name: Kerberos Username: Please circle your section number: Section Time 2 am pm 4 2 pm Grades will be determined by the correctness of your answers (explanations

More information

ECE 301 Fall 2011 Division 1. Homework 1 Solutions.

ECE 301 Fall 2011 Division 1. Homework 1 Solutions. ECE 3 Fall 2 Division. Homework Solutions. Reading: Course information handout on the course website; textbook sections.,.,.2,.3,.4; online review notes on complex numbers. Problem. For each discrete-time

More information

Spring /06/2018

Spring /06/2018 MA 38 Calculus II with Life Science Applications FIRST MIDTERM Spring 28 2/6/28 Name: Sect. #: Do not remove this answer page you will return the whole exam. No books or notes may be used. Use the backs

More information

Form #221 Page 1 of 7

Form #221 Page 1 of 7 Version Quiz #2 Form #221 Name: A Physics 2212 GH Spring 2016 Recitation Section: Print your name, quiz form number (3 digits at the top of this form), and student number (9 digit Georgia Tech ID number)

More information

I. Signals & Sinusoids

I. Signals & Sinusoids I. Signals & Sinusoids [p. 3] Signal definition Sinusoidal signal Plotting a sinusoid [p. 12] Signal operations Time shifting Time scaling Time reversal Combining time shifting & scaling [p. 17] Trigonometric

More information

MERIDIAN SECONDARY SCHOOL SCIENCE DEPARTMENT MID-YEAR EXAM Format. Cells Movement of substances Nutrients Enzymes Nutrition in Humans

MERIDIAN SECONDARY SCHOOL SCIENCE DEPARTMENT MID-YEAR EXAM Format. Cells Movement of substances Nutrients Enzymes Nutrition in Humans MID-YEAR EXAM 08 Subject: E Biology (09) Format Date Paper & Duration 8 May 08 (Tue) 0 Multiple Choice Questions 0 Structured Questions 70 ( minutes) 9 May 08 (Wed) ( hour min) MYE Topics / Cells Movement

More information

Final Exam December 13, 2016

Final Exam December 13, 2016 Final Exam Instructions: You have 120 minutes to complete this exam. This is a closed-boo, closed-notes exam. You are allowed to use a calculator during the exam. Do NOT unstaple your exam. Do NOT write

More information

EE 380 EXAM II 3 November 2011 Last Name (Print): First Name (Print): ID number (Last 4 digits): Section: DO NOT TURN THIS PAGE UNTIL YOU ARE TOLD TO

EE 380 EXAM II 3 November 2011 Last Name (Print): First Name (Print): ID number (Last 4 digits): Section: DO NOT TURN THIS PAGE UNTIL YOU ARE TOLD TO EE 380 EXAM II 3 November 2011 Last Name (Print): First Name (Print): ID number (Last 4 digits): Section: DO NOT TURN THIS PAGE UNTIL YOU ARE TOLD TO DO SO Problem Weight Score 1 25 2 25 3 25 4 25 Total

More information

University of Illinois at Urbana-Champaign ECE 310: Digital Signal Processing

University of Illinois at Urbana-Champaign ECE 310: Digital Signal Processing University of Illinois at Urbana-Champaign ECE 0: Digital Signal Processing Chandra Radhakrishnan PROBLEM SET : SOLUTIONS Peter Kairouz Problem. Hz z 7 z +/9, causal ROC z > contains the unit circle BIBO

More information

GOOD LUCK! 2. a b c d e 12. a b c d e. 3. a b c d e 13. a b c d e. 4. a b c d e 14. a b c d e. 5. a b c d e 15. a b c d e. 6. a b c d e 16.

GOOD LUCK! 2. a b c d e 12. a b c d e. 3. a b c d e 13. a b c d e. 4. a b c d e 14. a b c d e. 5. a b c d e 15. a b c d e. 6. a b c d e 16. MA109 College Algebra Fall 017 Exam1 017-09-0 Name: Sec.: Do not remove this answer page you will turn in the entire exam. You have two hours to do this exam. No books or notes may be used. You may use

More information

Without fully opening the exam, check that you have pages 1 through 12.

Without fully opening the exam, check that you have pages 1 through 12. MTH 34 Solutions to Exam April 9th, 8 Name: Section: Recitation Instructor: INSTRUTIONS Fill in your name, etc. on this first page. Without fully opening the exam, check that you have pages through. Show

More information

Oscillation as Rotation. Rate of rotation: ω degrees/sec

Oscillation as Rotation. Rate of rotation: ω degrees/sec Oscillation as Rotation Rate of rotation: ω degrees/sec Oscillation as Rotation Rate of rotation: ω degrees/sec Oscillation as Rotation Oscillation as Rotation y x Oscillation as Rotation y R x Oscillation

More information

Honors Algebra II Final Exam Order - Fall 2018

Honors Algebra II Final Exam Order - Fall 2018 Honors Algebra II Final Exam Order - Fall 2018 For the Final Exam for Algebra II, students will be given the opportunity to re-take any of their Fall 2018 Assessments. To do so they will need to place

More information

Final Exam ECE301 Signals and Systems Friday, May 3, Cover Sheet

Final Exam ECE301 Signals and Systems Friday, May 3, Cover Sheet Name: Final Exam ECE3 Signals and Systems Friday, May 3, 3 Cover Sheet Write your name on this page and every page to be safe. Test Duration: minutes. Coverage: Comprehensive Open Book but Closed Notes.

More information

100 (s + 10) (s + 100) e 0.5s. s 100 (s + 10) (s + 100). G(s) =

100 (s + 10) (s + 100) e 0.5s. s 100 (s + 10) (s + 100). G(s) = 1 AME 3315; Spring 215; Midterm 2 Review (not graded) Problems: 9.3 9.8 9.9 9.12 except parts 5 and 6. 9.13 except parts 4 and 5 9.28 9.34 You are given the transfer function: G(s) = 1) Plot the bode plot

More information

SOLUTIONS to ECE 2026 Summer 2017 Problem Set #2

SOLUTIONS to ECE 2026 Summer 2017 Problem Set #2 SOLUTIONS to ECE 06 Summer 07 Problem Set # PROBLEM..* Put each of the following signals into the standard form x( t ) = Acos( t + ). (Standard form means that A 0, 0, and < Use the phasor addition theorem

More information

Without fully opening the exam, check that you have pages 1 through 11.

Without fully opening the exam, check that you have pages 1 through 11. Name: Section: Recitation Instructor: INSTRUCTIONS Fill in your name, etc. on this first page. Without fully opening the exam, check that you have pages through. Show all your work on the standard response

More information

Solutions. Number of Problems: 10

Solutions. Number of Problems: 10 Final Exam February 9th, 2 Signals & Systems (5-575-) Prof. R. D Andrea Solutions Exam Duration: 5 minutes Number of Problems: Permitted aids: One double-sided A4 sheet. Questions can be answered in English

More information

Digital Signal Processing

Digital Signal Processing Digital Signal Processing Introduction Moslem Amiri, Václav Přenosil Embedded Systems Laboratory Faculty of Informatics, Masaryk University Brno, Czech Republic amiri@mail.muni.cz prenosil@fi.muni.cz February

More information

Math 123 Elem. Calculus Fall 2014 Name: Sec.: Exam 4 Bonus Questions

Math 123 Elem. Calculus Fall 2014 Name: Sec.: Exam 4 Bonus Questions Math 13 Elem. Calculus Fall 01 Name: Sec.: Exam Bonus Questions The questions below are bonus questions. You should write your answers on this page. BOTH THE STEPS YOU SHOW (YOUR WORK) AND YOUR FINAL ANSWER

More information

EECE 2150 Circuits and Signals Final Exam Fall 2016 Dec 12

EECE 2150 Circuits and Signals Final Exam Fall 2016 Dec 12 EECE 2150 Circuits and Signals Final Exam Fall 2016 Dec 12 Instructions: Write your name and section number on all pages Closed book, closed notes; Computers and cell phones are not allowed You can use

More information

Each problem is worth 25 points, and you may solve the problems in any order.

Each problem is worth 25 points, and you may solve the problems in any order. EE 120: Signals & Systems Department of Electrical Engineering and Computer Sciences University of California, Berkeley Midterm Exam #2 April 11, 2016, 2:10-4:00pm Instructions: There are four questions

More information

Name (print): Lab (circle): W8 Th8 Th11 Th2 F8. θ (radians) θ (degrees) cos θ sin θ π/ /2 1/2 π/4 45 2/2 2/2 π/3 60 1/2 3/2 π/

Name (print): Lab (circle): W8 Th8 Th11 Th2 F8. θ (radians) θ (degrees) cos θ sin θ π/ /2 1/2 π/4 45 2/2 2/2 π/3 60 1/2 3/2 π/ Name (print): Lab (circle): W8 Th8 Th11 Th2 F8 Trigonometric Identities ( cos(θ) = cos(θ) sin(θ) = sin(θ) sin(θ) = cos θ π ) 2 Cosines and Sines of common angles Euler s Formula θ (radians) θ (degrees)

More information

Page Points Score Total: 100

Page Points Score Total: 100 Math 1130 Spring 2019 Sample Exam 1c 1/31/19 Name (Print): Username.#: Lecturer: Rec. Instructor: Rec. Time: This exam contains 8 pages (including this cover page) and 7 problems. Check to see if any pages

More information

LAB 2: DTFT, DFT, and DFT Spectral Analysis Summer 2011

LAB 2: DTFT, DFT, and DFT Spectral Analysis Summer 2011 University of Illinois at Urbana-Champaign Department of Electrical and Computer Engineering ECE 311: Digital Signal Processing Lab Chandra Radhakrishnan Peter Kairouz LAB 2: DTFT, DFT, and DFT Spectral

More information

MTH 132 Solutions to Exam 2 November 21st, Without fully opening the exam, check that you have pages 1 through 11.

MTH 132 Solutions to Exam 2 November 21st, Without fully opening the exam, check that you have pages 1 through 11. Name: Section: Recitation/Instructor: INSTRUCTIONS Fill in your name, etc. on this first page. Without fully opening the exam, check that you have pages through. Show all your work on the standard response

More information

Without fully opening the exam, check that you have pages 1 through 10.

Without fully opening the exam, check that you have pages 1 through 10. Name: Section: Recitation Instructor: INSTRUCTIONS Fill in your name, etc. on this first page. Without fully opening the eam, check that you have pages 1 through 10. Show all your work on the standard

More information

Math 41 First Exam October 12, 2010

Math 41 First Exam October 12, 2010 Math 41 First Exam October 12, 2010 Name: SUID#: Circle your section: Olena Bormashenko Ulrik Buchholtz John Jiang Michael Lipnowski Jonathan Lee 03 (11-11:50am) 07 (10-10:50am) 02 (1:15-2:05pm) 04 (1:15-2:05pm)

More information

Quiz. Good luck! Signals & Systems ( ) Number of Problems: 19. Number of Points: 19. Permitted aids:

Quiz. Good luck! Signals & Systems ( ) Number of Problems: 19. Number of Points: 19. Permitted aids: Quiz November th, Signals & Systems (--) Prof. R. D Andrea Quiz Exam Duration: Min Number of Problems: Number of Points: Permitted aids: Important: None Questions must be answered on the provided answer

More information

Honors Math 4 Final Exam 2016 Lexington High School Mathematics Department

Honors Math 4 Final Exam 2016 Lexington High School Mathematics Department Name Teacher (circle): Runge Tracy Verner Class block (circle): A C D F G H Honors Math 4 Final Exam 2016 Lexington High School Mathematics Department This is a 90-minute exam, but you will be allowed

More information

Multiple Choice Answers. Math 110: Algebra for Trig and Calculus Tuesday, November 14, 2017 Exam 3 Fall 2017

Multiple Choice Answers. Math 110: Algebra for Trig and Calculus Tuesday, November 14, 2017 Exam 3 Fall 2017 Math 110: Algebra for Trig and Calculus Tuesday, November 14, 2017 Exam 3 Fall 2017 Name: Section: Last 4 Digits of Student ID #: This exam has twelve multiple choice questions (5 points each), five true/false

More information

6.02 Practice Problems: Frequency Response of LTI Systems & Filters

6.02 Practice Problems: Frequency Response of LTI Systems & Filters 1 of 12 6.02 Practice Problems: Frequency Response of LTI Systems & Filters Note: In these problems, we sometimes refer to H(Ω) as H(e jω ). The reason is that in some previous terms we used the latter

More information

MTH 133 Solutions to Exam 2 November 15, Without fully opening the exam, check that you have pages 1 through 13.

MTH 133 Solutions to Exam 2 November 15, Without fully opening the exam, check that you have pages 1 through 13. MTH 33 Solutions to Exam 2 November 5, 207 Name: Section: Recitation Instructor: INSTRUCTIONS Fill in your name, etc. on this first page. Without fully opening the exam, check that you have pages through

More information

Problem Weight Total 100

Problem Weight Total 100 EE 350 Problem Set 3 Cover Sheet Fall 2016 Last Name (Print): First Name (Print): ID number (Last 4 digits): Section: Submission deadlines: Turn in the written solutions by 4:00 pm on Tuesday September

More information

EECE 2150 Circuits and Signals Final Exam Fall 2016 Dec 16

EECE 2150 Circuits and Signals Final Exam Fall 2016 Dec 16 EECE 2150 Circuits and Signals Final Exam Fall 2016 Dec 16 Instructions: Write your name and section number on all pages Closed book, closed notes; Computers and cell phones are not allowed You can use

More information

Math 19 Practice Exam 2B, Winter 2011

Math 19 Practice Exam 2B, Winter 2011 Math 19 Practice Exam 2B, Winter 2011 Name: SUID#: Complete the following problems. In order to receive full credit, please show all of your work and justify your answers. You do not need to simplify your

More information

Math 53 Final Exam, Prof. Srivastava May 11, 2018, 11:40pm 2:30pm, 155 Dwinelle Hall.

Math 53 Final Exam, Prof. Srivastava May 11, 2018, 11:40pm 2:30pm, 155 Dwinelle Hall. Math 53 Final Exam, Prof. Srivastava May 11, 2018, 11:40pm 2:30pm, 155 Dwinelle Hall. Name: SID: GSI: Name of the student to your left: Name of the student to your right: Instructions: Write all answers

More information

ECE 308 SIGNALS AND SYSTEMS SPRING 2013 Examination #2 14 March 2013

ECE 308 SIGNALS AND SYSTEMS SPRING 2013 Examination #2 14 March 2013 ECE 308 SIGNALS AND SYSTEMS SPRING 2013 Examination #2 14 March 2013 Name: Instructions: The examination lasts for 75 minutes and is closed book, closed notes. No electronic devices are permitted, including

More information

GOOD LUCK! 2. a b c d e 12. a b c d e. 3. a b c d e 13. a b c d e. 4. a b c d e 14. a b c d e. 5. a b c d e 15. a b c d e. 6. a b c d e 16.

GOOD LUCK! 2. a b c d e 12. a b c d e. 3. a b c d e 13. a b c d e. 4. a b c d e 14. a b c d e. 5. a b c d e 15. a b c d e. 6. a b c d e 16. MA109 College Algebra Spring 017 Exam1 017-0-08 Name: Sec.: Do not remove this answer page you will turn in the entire exam. You have two hours to do this exam. No books or notes may be used. You may use

More information

Final Exam January 31, Solutions

Final Exam January 31, Solutions Final Exam January 31, 014 Signals & Systems (151-0575-01) Prof. R. D Andrea & P. Reist Solutions Exam Duration: Number of Problems: Total Points: Permitted aids: Important: 150 minutes 7 problems 50 points

More information

THE UNIVERSITY OF WESTERN ONTARIO

THE UNIVERSITY OF WESTERN ONTARIO Instructor s Name (Print) Student s Name (Print) Student s Signature THE UNIVERSITY OF WESTERN ONTARIO LONDON CANADA DEPARTMENTS OF APPLIED MATHEMATICS AND MATHEMATICS Calculus 1A Final Examination Code

More information

EECS 123 Digital Signal Processing University of California, Berkeley: Fall 2007 Gastpar November 7, Exam 2

EECS 123 Digital Signal Processing University of California, Berkeley: Fall 2007 Gastpar November 7, Exam 2 EECS 3 Digital Signal Processing University of California, Berkeley: Fall 7 Gastpar November 7, 7 Exam Last name First name SID You have hour and 45 minutes to complete this exam. he exam is closed-book

More information

Multiple Choice Answers. Math 110: Algebra for Trig and Calculus Tuesday, October 17, 2017 Exam 2 Fall 2017

Multiple Choice Answers. Math 110: Algebra for Trig and Calculus Tuesday, October 17, 2017 Exam 2 Fall 2017 Math 110: Algebra for Trig and Calculus Tuesday, October 17, 2017 Exam 2 Fall 2017 Name: Section: Last 4 Digits of Student ID #: This exam has twelve multiple choice questions (5 points each), five true/false

More information

MTH 310, Section 001 Abstract Algebra I and Number Theory. Sample Midterm 1

MTH 310, Section 001 Abstract Algebra I and Number Theory. Sample Midterm 1 MTH 310, Section 001 Abstract Algebra I and Number Theory Sample Midterm 1 Instructions: You have 50 minutes to complete the exam. There are five problems, worth a total of fifty points. You may not use

More information

Without fully opening the exam, check that you have pages 1 through 12.

Without fully opening the exam, check that you have pages 1 through 12. Name: Section: Recitation Instructor: INSTRUCTIONS Fill in your name, etc. on this first page. Without fully opening the exam, check that you have pages through 2. Show all your work on the standard response

More information

NAME: 23 February 2017 EE301 Signals and Systems Exam 1 Cover Sheet

NAME: 23 February 2017 EE301 Signals and Systems Exam 1 Cover Sheet NAME: 23 February 2017 EE301 Signals and Systems Exam 1 Cover Sheet Test Duration: 75 minutes Coverage: Chaps 1,2 Open Book but Closed Notes One 85 in x 11 in crib sheet Calculators NOT allowed DO NOT

More information

ECE 301 Division 1 Final Exam Solutions, 12/12/2011, 3:20-5:20pm in PHYS 114.

ECE 301 Division 1 Final Exam Solutions, 12/12/2011, 3:20-5:20pm in PHYS 114. ECE 301 Division 1 Final Exam Solutions, 12/12/2011, 3:20-5:20pm in PHYS 114. The exam for both sections of ECE 301 is conducted in the same room, but the problems are completely different. Your ID will

More information

2.161 Signal Processing: Continuous and Discrete

2.161 Signal Processing: Continuous and Discrete MIT OpenCourseWare http://ocw.mit.edu.6 Signal Processing: Continuous and Discrete Fall 008 For information about citing these materials or our Terms of Use, visit: http://ocw.mit.edu/terms. M MASSACHUSETTS

More information

University of Georgia Department of Mathematics. Math 2250 Final Exam Fall 2016

University of Georgia Department of Mathematics. Math 2250 Final Exam Fall 2016 University of Georgia Department of Mathematics Math 2250 Final Exam Fall 2016 By providing my signature below I acknowledge that I abide by the University s academic honesty policy. This is my work, and

More information

Final exam (practice) UCLA: Math 31B, Spring 2017

Final exam (practice) UCLA: Math 31B, Spring 2017 Instructor: Noah White Date: Final exam (practice) UCLA: Math 31B, Spring 2017 This exam has 8 questions, for a total of 80 points. Please print your working and answers neatly. Write your solutions in

More information

ω 0 = 2π/T 0 is called the fundamental angular frequency and ω 2 = 2ω 0 is called the

ω 0 = 2π/T 0 is called the fundamental angular frequency and ω 2 = 2ω 0 is called the he ime-frequency Concept []. Review of Fourier Series Consider the following set of time functions {3A sin t, A sin t}. We can represent these functions in different ways by plotting the amplitude versus

More information

- - - - - - - - - - - - - - - - - - DISCLAIMER - - - - - - - - - - - - - - - - - - General Information: This midterm is a sample midterm. This means: The sample midterm contains problems that are of similar,

More information

Solutions to ECE 2026 Problem Set #1. 2.5e j0.46

Solutions to ECE 2026 Problem Set #1. 2.5e j0.46 Solutions to ECE 2026 Problem Set #1 PROBLEM 1.1.* Convert the following to polar form: (a) z 3 + 4j 3 2 + 4 2 e jtan 1 ( 4/3) 5e j0.295 3 4j 5e (b) z ---------------- ------------------------ j0.295 3

More information

E2.5 Signals & Linear Systems. Tutorial Sheet 1 Introduction to Signals & Systems (Lectures 1 & 2)

E2.5 Signals & Linear Systems. Tutorial Sheet 1 Introduction to Signals & Systems (Lectures 1 & 2) E.5 Signals & Linear Systems Tutorial Sheet 1 Introduction to Signals & Systems (Lectures 1 & ) 1. Sketch each of the following continuous-time signals, specify if the signal is periodic/non-periodic,

More information

Version: A. Earth s gravitational field g = 9.81 N/kg Mass of a Proton m p = kg

Version: A. Earth s gravitational field g = 9.81 N/kg Mass of a Proton m p = kg PHYS 2212 K Quiz and Exam Formulæ & Constants Summer 2016 k = 1 4πϵ 0 V = E d s V = k q r U = q V I = dq/dt P = I V R = V I Series : 1 = 1 C eq C i R eq = R i Parallel : 1 R eq = 1 R i C eq = C i ϵ 0 E

More information

FINAL EXAM CALCULUS 2. Name PRACTICE EXAM

FINAL EXAM CALCULUS 2. Name PRACTICE EXAM FINAL EXAM CALCULUS 2 MATH 2300 FALL 208 Name PRACTICE EXAM Please answer all of the questions, and show your work. You must explain your answers to get credit. You will be graded on the clarity of your

More information

ω = k/m x = A cos (ωt + ϕ 0 ) L = I ω a x = ω 2 x P = F v P = de sys J = F dt = p w = m g F G = Gm 1m 2 D = 1 2 CρAv2 a r = v2

ω = k/m x = A cos (ωt + ϕ 0 ) L = I ω a x = ω 2 x P = F v P = de sys J = F dt = p w = m g F G = Gm 1m 2 D = 1 2 CρAv2 a r = v2 PHYS 2211 M Formulæ & Constants Summer 2017 Unless otherwise directed, drag is to be neglected and all problems take place on Earth, use the gravitational definition of weight, and all springs, ropes and

More information