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 2026 Summer 2018 Problem Set #1 Assigned: May 14, 2018 Due: May 22, 2018 Reading: Chapter 1; App. A on Complex Numbers, App. B on MATLAB; and Chapter 2 on Sinusoids. Notes: Only turn in starred problems. Complex Numbers: In Cartesian (rectangular) form, a complex number z can be written as: z = x + jy where j = 1, where x and y are each real numbers, referred to as the real and imaginary parts of z, respectively, and denoted x = Re{ z } and y = Im{ z }. Note that i = 1 is typical notation in most math courses. The pair (x, y) can be drawn as a vector, such that x is the horizontal coordinate and y the vertical coordinate in a two-dimensional space. Addition of complex numbers is the same as vector addition; i.e., add the real parts and add the imaginary parts. In polar form we can write the complex number z as z = re j where r is a real nonnegative number, referred to as the magnitude of z, and denoted r = z, and where is a real number, referred to as the angle (or argument) of the complex number z. In vector drawing, r is the length and is the direction of the vector measured from the positive x-axis. A less common way to write z = re j is z = r. Euler s Formula: re j = rcos( ) + jrsin( ) can be used to convert between Cartesian and polar forms, since it implies that r = x 2 + y 2 and tan( ) = y/x. Some of the problems below should be a review of complex numbers learned in high school. In these problems, a calculator will be useful for doing the complex arithmetic, especially if it is one that accepts both polar and cartesian formats. It is essential to learn how to use the polar format feature. However, it is also worthwhile to be able to do the calculations by hand, and visualize the calculation to understand what your calculator is doing. PROBLEM 1.1.* Convert the following to polar form: (a) z = 3 + 4j (b) z = j 3 + j (c) z = e j /3 + e j2 /3 (d) z = (1 + j) 8 (e) z = jcos( /6) sin( /6) (f) z = (1 + j) 2 (1 j) 2

2 PROBLEM 1.2.* The figure below shows the locations in the complex plane of z = re j when raised to the powers of k {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10}. In other words, it show the locations in the complex plane of z 0, z 1, z 2, z 3, z 4, z 5, z 6, z 7, z 8, z 9 and z 10 : Although the axes are not labeled, and you are not told which points correspond to which powers of k, you will still be able to accurately determine the value of z = re j : (a) Find r (an estimate is OK). (b) Find. PROBLEM 1.3.* Find all solutions to the equation: z 8 1 = 0. In other words, find the complex numbers z for which the above equation is true. (Hint: Since this is a 8-th order polynomial, there are 8 solutions.) These numbers are the so-called 8-th roots of unity. Plot them in the complex plane.

3 PROBLEM 1.4.* Plot two periods of the following sinusoids over the time-interval 0 t 2T, where T is the period: (a) A sinusoid having a period of 3 secs, an amplitude of 14, and a phase of radians. (b) x( t ) = 1.2cos( -- t + -- ). 5 2 (c) x( t ) = 2 cos(4 (t 0.05)). PROBLEM 1.5.* The waveform shown below can be represented by x( t ) = Re{Xe j 0 t }: x( t ) Time t (seconds) (a) Find 0. (b) Find the complex phasor X, expressed in polar form. (c) The waveform can also be written as x( t ) = Acos( 0 t + ). Find the amplitude A and phase.

4 (The problems below are not starred. Not to be turned in. They are provided for extra practice.) PROBLEM 1.6. Convert the following to rectangular form (by using Euler s formula): (a) z = e 1 + j (b) z = 6e j( 5 /6) (c) z = e j199.5 (d) z = e 1+ (e) z = ( /10) PROBLEM 1.7. Consider the following sum of n complex numbers: P n k =1 ejk /10. For what value or values of the integer n will the sum be zero? If there is more than one possible answer, be sure to specify them all. PROBLEM 1.8. Consider the sinusoidal waveform shown in the following figure: Time (Seconds) This waveform can be expressed in any of the following three equivalent forms: x( t ) = Acos( 0 (t t d )) = Acos( 0 t + ) = Acos(2 f 0 t + ). From the above waveform, determine the values of the parameters A, 0, f 0, t d, and. Choose the value of satisfying <.

5 PROBLEM 1.9. The following MATLAB code generates a plot of a sinusoidal signal. Derive a formula for the signal in the standard form Acos( t + ), where A is real and nonnegative, and <. Draw a sketch of the plot that will be done by MATLAB. dt = 1/1000; tt = -0.2 : dt : 0.2; Fo = 10; zz = 3*exp(j*(2*pi*Fo*(tt ))); xx = real( zz ); plot( tt, xx ); xlabel( TIME (sec) )

6 (Use this format for the cover page when you turn in your homework.) James A. Smith ECE 2026 HW #1 Due May 22, 2018 Section L02: Prof. Beck HW Grader: G. Burdell

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

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

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

3 What You Should Know About Complex Numbers

3 What You Should Know About Complex Numbers 3 What You Should Know About Complex Numbers Life is complex it has a real part, and an imaginary part Andrew Koenig. Complex numbers are an extension of the more familiar world of real numbers that make

More information

Introduction to Complex Mathematics

Introduction to Complex Mathematics EEL335: Discrete-Time Signals and Systems. Introduction In our analysis of discrete-time signals and systems, complex numbers will play an incredibly important role; virtually everything we do from here

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

EDEXCEL NATIONAL CERTIFICATE UNIT 28 FURTHER MATHEMATICS FOR TECHNICIANS OUTCOME 2- ALGEBRAIC TECHNIQUES TUTORIAL 2 - COMPLEX NUMBERS

EDEXCEL NATIONAL CERTIFICATE UNIT 28 FURTHER MATHEMATICS FOR TECHNICIANS OUTCOME 2- ALGEBRAIC TECHNIQUES TUTORIAL 2 - COMPLEX NUMBERS EDEXCEL NATIONAL CERTIFICATE UNIT 8 FURTHER MATHEMATICS FOR TECHNICIANS OUTCOME - ALGEBRAIC TECHNIQUES TUTORIAL - COMPLEX NUMBERS CONTENTS Be able to apply algebraic techniques Arithmetic progression (AP):

More information

Chapter 7 PHASORS ALGEBRA

Chapter 7 PHASORS ALGEBRA 164 Chapter 7 PHASORS ALGEBRA Vectors, in general, may be located anywhere in space. We have restricted ourselves thus for to vectors which are all located in one plane (co planar vectors), but they may

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

Complex Numbers and Phasor Technique

Complex Numbers and Phasor Technique A P P E N D I X A Complex Numbers and Phasor Technique In this appendix, we discuss a mathematical technique known as the phasor technique, pertinent to operations involving sinusoidally time-varying quantities.

More information

18.03 LECTURE NOTES, SPRING 2014

18.03 LECTURE NOTES, SPRING 2014 18.03 LECTURE NOTES, SPRING 2014 BJORN POONEN 7. Complex numbers Complex numbers are expressions of the form x + yi, where x and y are real numbers, and i is a new symbol. Multiplication of complex numbers

More information

CMPT 889: Lecture 2 Sinusoids, Complex Exponentials, Spectrum Representation

CMPT 889: Lecture 2 Sinusoids, Complex Exponentials, Spectrum Representation CMPT 889: Lecture 2 Sinusoids, Complex Exponentials, Spectrum Representation Tamara Smyth, tamaras@cs.sfu.ca School of Computing Science, Simon Fraser University September 26, 2005 1 Sinusoids Sinusoids

More information

Summer Assignment MAT 414: Calculus

Summer Assignment MAT 414: Calculus Summer Assignment MAT 414: Calculus Calculus - Math 414 Summer Assignment Due first day of school in September Name: 1. If f ( x) = x + 1, g( x) = 3x 5 and h( x) A. f ( a+ ) x+ 1, x 1 = then find: x+ 7,

More information

Revision of Basic A.C. Theory

Revision of Basic A.C. Theory Revision of Basic A.C. Theory 1 Revision of Basic AC Theory (Much of this material has come from Electrical & Electronic Principles & Technology by John Bird) Electricity is generated in power stations

More information

MLC Practice Final Exam. Recitation Instructor: Page Points Score Total: 200.

MLC Practice Final Exam. Recitation Instructor: Page Points Score Total: 200. Name: PID: Section: Recitation Instructor: DO NOT WRITE BELOW THIS LINE. GO ON TO THE NEXT PAGE. Page Points Score 3 20 4 30 5 20 6 20 7 20 8 20 9 25 10 25 11 20 Total: 200 Page 1 of 11 Name: Section:

More information

ECE 241L Fundamentals of Electrical Engineering. Experiment 6 AC Circuits

ECE 241L Fundamentals of Electrical Engineering. Experiment 6 AC Circuits ECE 241L Fundamentals of Electrical Engineering Experiment 6 AC Circuits A. Objectives: Objectives: I. Calculate amplitude and phase angles of a-c voltages and impedances II. Calculate the reactance and

More information

MTH 362: Advanced Engineering Mathematics

MTH 362: Advanced Engineering Mathematics MTH 362: Advanced Engineering Mathematics Lecture 1 Jonathan A. Chávez Casillas 1 1 University of Rhode Island Department of Mathematics September 7, 2017 Course Name and number: MTH 362: Advanced Engineering

More information

MTH4101 CALCULUS II REVISION NOTES. 1. COMPLEX NUMBERS (Thomas Appendix 7 + lecture notes) ax 2 + bx + c = 0. x = b ± b 2 4ac 2a. i = 1.

MTH4101 CALCULUS II REVISION NOTES. 1. COMPLEX NUMBERS (Thomas Appendix 7 + lecture notes) ax 2 + bx + c = 0. x = b ± b 2 4ac 2a. i = 1. MTH4101 CALCULUS II REVISION NOTES 1. COMPLEX NUMBERS (Thomas Appendix 7 + lecture notes) 1.1 Introduction Types of numbers (natural, integers, rationals, reals) The need to solve quadratic equations:

More information

MATH HELP DESK. Complex Analysis. Department of Electrical Engineering

MATH HELP DESK. Complex Analysis. Department of Electrical Engineering MATH HELP DESK Complex Analysis Department of Electrical Engineering Introduction OVERVIEW Power of a complex number Root of a complex number Elementary Functions Exponential Logarithms Trigonometric and

More information

2.0 COMPLEX NUMBER SYSTEM. Bakiss Hiyana bt Abu Bakar JKE, POLISAS BHAB 1

2.0 COMPLEX NUMBER SYSTEM. Bakiss Hiyana bt Abu Bakar JKE, POLISAS BHAB 1 2.0 COMPLEX NUMBER SYSTEM Bakiss Hiyana bt Abu Bakar JKE, POLISAS BHAB 1 COURSE LEARNING OUTCOME 1. Explain AC circuit concept and their analysis using AC circuit law. 2. Apply the knowledge of AC circuit

More information

Math Analysis Summer Packet

Math Analysis Summer Packet Math Analysis Summer Packet Name: This packet is to be completed correctly and turned in at the beginning of the third class in the fall of 2017; you may print it out or copy the problems and complete

More information

EE292: Fundamentals of ECE

EE292: Fundamentals of ECE EE292: Fundamentals of ECE Fall 2012 TTh 10:00-11:15 SEB 1242 Lecture 18 121025 http://www.ee.unlv.edu/~b1morris/ee292/ 2 Outline Review RMS Values Complex Numbers Phasors Complex Impedance Circuit Analysis

More information

CM2202: Scientific Computing and Multimedia Applications General Maths: 3. Complex Numbers

CM2202: Scientific Computing and Multimedia Applications General Maths: 3. Complex Numbers CM2202: Scientific Computing and Multimedia Applications General Maths: 3. Complex Numbers Prof. David Marshall School of Computer Science & Informatics A problem when solving some equations There are

More information

The final is cumulative, but with more emphasis on chapters 3 and 4. There will be two parts.

The final is cumulative, but with more emphasis on chapters 3 and 4. There will be two parts. Math 141 Review for Final The final is cumulative, but with more emphasis on chapters 3 and 4. There will be two parts. Part 1 (no calculator) graphing (polynomial, rational, linear, exponential, and logarithmic

More information

No calculators, cell phones or any other electronic devices can be used on this exam. Clear your desk of everything excepts pens, pencils and erasers.

No calculators, cell phones or any other electronic devices can be used on this exam. Clear your desk of everything excepts pens, pencils and erasers. Name: Section: Recitation Instructor: READ THE FOLLOWING INSTRUCTIONS. Do not open your exam until told to do so. No calculators, cell phones or any other electronic devices can be used on this exam. Clear

More information

AP CALCULUS Summer Assignment 2014

AP CALCULUS Summer Assignment 2014 Name AP CALCULUS Summer Assignment 014 Welcome to AP Calculus. In order to complete the curriculum before the AP Exam in May, it is necessary to do some preparatory work this summer. The following assignment

More information

Sinusoids. Amplitude and Magnitude. Phase and Period. CMPT 889: Lecture 2 Sinusoids, Complex Exponentials, Spectrum Representation

Sinusoids. Amplitude and Magnitude. Phase and Period. CMPT 889: Lecture 2 Sinusoids, Complex Exponentials, Spectrum Representation Sinusoids CMPT 889: Lecture Sinusoids, Complex Exponentials, Spectrum Representation Tamara Smyth, tamaras@cs.sfu.ca School of Computing Science, Simon Fraser University September 6, 005 Sinusoids are

More information

Course Notes for Signals and Systems. Krishna R Narayanan

Course Notes for Signals and Systems. Krishna R Narayanan Course Notes for Signals and Systems Krishna R Narayanan May 7, 018 Contents 1 Math Review 5 1.1 Trigonometric Identities............................. 5 1. Complex Numbers................................

More information

CMPT 318: Lecture 5 Complex Exponentials, Spectrum Representation

CMPT 318: Lecture 5 Complex Exponentials, Spectrum Representation CMPT 318: Lecture 5 Complex Exponentials, Spectrum Representation Tamara Smyth, tamaras@cs.sfu.ca School of Computing Science, Simon Fraser University January 23, 2006 1 Exponentials The exponential is

More information

s=a+jb s=% x(t)=sin(&t)

s=a+jb s=% x(t)=sin(&t) Linearity input Ax (t)+bx (t) Time invariance x(t-$) x(t) Characteristic Functions Linear Time Invariant Systems Linear Time Invariant System scaling & superposition e st complex exponentials y(t) output

More information

MTH 132 Solutions to Exam 2 Nov. 23rd 2015

MTH 132 Solutions to Exam 2 Nov. 23rd 2015 Name: Section: Instructor: READ THE FOLLOWING INSTRUCTIONS. Do not open your exam until told to do so. No calculators, cell phones or any other electronic devices can be used on this exam. Clear your desk

More information

STEP Support Programme. STEP 2 Complex Numbers: Solutions

STEP Support Programme. STEP 2 Complex Numbers: Solutions STEP Support Programme STEP Complex Numbers: Solutions i Rewriting the given relationship gives arg = arg arg = α. We can then draw a picture as below: The loci is therefore a section of the circle between

More information

MATH 1040 Objectives List

MATH 1040 Objectives List MATH 1040 Objectives List Textbook: Calculus, Early Transcendentals, 7th edition, James Stewart Students should expect test questions that require synthesis of these objectives. Unit 1 WebAssign problems

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

Math 121 (Lesieutre); 9.1: Polar coordinates; November 22, 2017

Math 121 (Lesieutre); 9.1: Polar coordinates; November 22, 2017 Math 2 Lesieutre; 9: Polar coordinates; November 22, 207 Plot the point 2, 2 in the plane If you were trying to describe this point to a friend, how could you do it? One option would be coordinates, but

More information

MATH 2053 Calculus I Review for the Final Exam

MATH 2053 Calculus I Review for the Final Exam MATH 05 Calculus I Review for the Final Exam (x+ x) 9 x 9 1. Find the limit: lim x 0. x. Find the limit: lim x + x x (x ).. Find lim x (x 5) = L, find such that f(x) L < 0.01 whenever 0 < x

More information

1 Geometry of R Conic Sections Parametric Equations More Parametric Equations Polar Coordinates...

1 Geometry of R Conic Sections Parametric Equations More Parametric Equations Polar Coordinates... Contents 1 Geometry of R 2 2 1.1 Conic Sections............................................ 2 1.2 Parametric Equations........................................ 3 1.3 More Parametric Equations.....................................

More information

Pre-Calculus and Trigonometry Capacity Matrix

Pre-Calculus and Trigonometry Capacity Matrix Review Polynomials A1.1.4 A1.2.5 Add, subtract, multiply and simplify polynomials and rational expressions Solve polynomial equations and equations involving rational expressions Review Chapter 1 and their

More information

Summer Packet A Math Refresher For Students Entering IB Mathematics SL

Summer Packet A Math Refresher For Students Entering IB Mathematics SL Summer Packet A Math Refresher For Students Entering IB Mathematics SL Name: PRECALCULUS SUMMER PACKET Directions: This packet is required if you are registered for Precalculus for the upcoming school

More information

LIMITS AT INFINITY MR. VELAZQUEZ AP CALCULUS

LIMITS AT INFINITY MR. VELAZQUEZ AP CALCULUS LIMITS AT INFINITY MR. VELAZQUEZ AP CALCULUS RECALL: VERTICAL ASYMPTOTES Remember that for a rational function, vertical asymptotes occur at values of x = a which have infinite its (either positive or

More information

DSP-First, 2/e. LECTURE # CH2-3 Complex Exponentials & Complex Numbers TLH MODIFIED. Aug , JH McClellan & RW Schafer

DSP-First, 2/e. LECTURE # CH2-3 Complex Exponentials & Complex Numbers TLH MODIFIED. Aug , JH McClellan & RW Schafer DSP-First, / TLH MODIFIED LECTURE # CH-3 Complx Exponntials & Complx Numbrs Aug 016 1 READING ASSIGNMENTS This Lctur: Chaptr, Scts. -3 to -5 Appndix A: Complx Numbrs Complx Exponntials Aug 016 LECTURE

More information

MATH 121: EXTRA PRACTICE FOR TEST 2. Disclaimer: Any material covered in class and/or assigned for homework is a fair game for the exam.

MATH 121: EXTRA PRACTICE FOR TEST 2. Disclaimer: Any material covered in class and/or assigned for homework is a fair game for the exam. MATH 121: EXTRA PRACTICE FOR TEST 2 Disclaimer: Any material covered in class and/or assigned for homework is a fair game for the exam. 1 Linear Functions 1. Consider the functions f(x) = 3x + 5 and g(x)

More information

Chapter 10: Sinusoidal Steady-State Analysis

Chapter 10: Sinusoidal Steady-State Analysis Chapter 10: Sinusoidal Steady-State Analysis 1 Objectives : sinusoidal functions Impedance use phasors to determine the forced response of a circuit subjected to sinusoidal excitation Apply techniques

More information

Chapter 1. Complex Numbers. Dr. Pulak Sahoo

Chapter 1. Complex Numbers. Dr. Pulak Sahoo Chapter 1 Complex Numbers BY Dr. Pulak Sahoo Assistant Professor Department of Mathematics University Of Kalyani West Bengal, India E-mail : sahoopulak1@gmail.com 1 Module-1: Basic Ideas 1 Introduction

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

2- Scalars and Vectors

2- Scalars and Vectors 2- Scalars and Vectors Scalars : have magnitude only : Length, time, mass, speed and volume is example of scalar. v Vectors : have magnitude and direction. v The magnitude of is written v v Position, displacement,

More information

Chapter 10: Sinusoids and Phasors

Chapter 10: Sinusoids and Phasors Chapter 10: Sinusoids and Phasors 1. Motivation 2. Sinusoid Features 3. Phasors 4. Phasor Relationships for Circuit Elements 5. Impedance and Admittance 6. Kirchhoff s Laws in the Frequency Domain 7. Impedance

More information

Math 160 Final Exam Info and Review Exercises

Math 160 Final Exam Info and Review Exercises Math 160 Final Exam Info and Review Exercises Fall 2018, Prof. Beydler Test Info Will cover almost all sections in this class. This will be a 2-part test. Part 1 will be no calculator. Part 2 will be scientific

More information

Problems with an # after the number are the only ones that a calculator is required for in the solving process.

Problems with an # after the number are the only ones that a calculator is required for in the solving process. Instructions: Make sure all problems are numbered in order. (Level : If the problem had an *please skip that number) All work is in pencil, and is shown completely. Graphs are drawn out by hand. If you

More information

Mean Value Theorem. MATH 161 Calculus I. J. Robert Buchanan. Summer Department of Mathematics

Mean Value Theorem. MATH 161 Calculus I. J. Robert Buchanan. Summer Department of Mathematics Mean Value Theorem MATH 161 Calculus I J. Robert Buchanan Department of Mathematics Summer 2018 Background: Corollary to the Intermediate Value Theorem Corollary Suppose f is continuous on the closed interval

More information

Harman Outline 1A CENG 5131

Harman Outline 1A CENG 5131 Harman Outline 1A CENG 5131 Numbers Real and Imaginary PDF In Chapter 2, concentrate on 2.2 (MATLAB Numbers), 2.3 (Complex Numbers). A. On R, the distance of any real number from the origin is the magnitude,

More information

Mean Value Theorem. MATH 161 Calculus I. J. Robert Buchanan. Summer Department of Mathematics

Mean Value Theorem. MATH 161 Calculus I. J. Robert Buchanan. Summer Department of Mathematics Mean Value Theorem MATH 161 Calculus I J. Robert Buchanan Department of Mathematics Summer 2018 Background: Corollary to the Intermediate Value Theorem Corollary Suppose f is continuous on the closed interval

More information

a Write down the coordinates of the point on the curve where t = 2. b Find the value of t at the point on the curve with coordinates ( 5 4, 8).

a Write down the coordinates of the point on the curve where t = 2. b Find the value of t at the point on the curve with coordinates ( 5 4, 8). Worksheet A 1 A curve is given by the parametric equations x = t + 1, y = 4 t. a Write down the coordinates of the point on the curve where t =. b Find the value of t at the point on the curve with coordinates

More information

Circuit Analysis-III. Circuit Analysis-II Lecture # 3 Friday 06 th April, 18

Circuit Analysis-III. Circuit Analysis-II Lecture # 3 Friday 06 th April, 18 Circuit Analysis-III Sinusoids Example #1 ü Find the amplitude, phase, period and frequency of the sinusoid: v (t ) =12cos(50t +10 ) Signal Conversion ü From sine to cosine and vice versa. ü sin (A ± B)

More information

Math 581 Problem Set 6 Solutions

Math 581 Problem Set 6 Solutions Math 581 Problem Set 6 Solutions 1. Let F K be a finite field extension. Prove that if [K : F ] = 1, then K = F. Proof: Let v K be a basis of K over F. Let c be any element of K. There exists α c F so

More information

Edexcel past paper questions. Core Mathematics 4. Parametric Equations

Edexcel past paper questions. Core Mathematics 4. Parametric Equations Edexcel past paper questions Core Mathematics 4 Parametric Equations Edited by: K V Kumaran Email: kvkumaran@gmail.com C4 Maths Parametric equations Page 1 Co-ordinate Geometry A parametric equation of

More information

Matrices and Vectors

Matrices and Vectors Matrices and Vectors James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University November 11, 2013 Outline 1 Matrices and Vectors 2 Vector Details 3 Matrix

More information

Learning Objectives for Math 166

Learning Objectives for Math 166 Learning Objectives for Math 166 Chapter 6 Applications of Definite Integrals Section 6.1: Volumes Using Cross-Sections Draw and label both 2-dimensional perspectives and 3-dimensional sketches of the

More information

Math Test #3 Info and Review Exercises

Math Test #3 Info and Review Exercises Math 181 - Test #3 Info and Review Exercises Fall 2018, Prof. Beydler Test Info Date: Wednesday, November 28, 2018 Will cover sections 10.1-10.4, 11.1-11.7. You ll have the entire class to finish the test.

More information

Calculus : Summer Study Guide Mr. Kevin Braun Bishop Dunne Catholic School. Calculus Summer Math Study Guide

Calculus : Summer Study Guide Mr. Kevin Braun Bishop Dunne Catholic School. Calculus Summer Math Study Guide 1 Calculus 2018-2019: Summer Study Guide Mr. Kevin Braun (kbraun@bdcs.org) Bishop Dunne Catholic School Name: Calculus Summer Math Study Guide After you have practiced the skills on Khan Academy (list

More information

Level 1 Advanced Math 2005 Final Exam

Level 1 Advanced Math 2005 Final Exam Level 1 Advanced Math 005 Final Exam NAME: _ANSWERS AND GRADING GUIDELINES Instructions WRITE ANSWERS IN THE SPACES PROVIDED AND SHOW ALL WORK. Partial credit will not be given if work is not shown. Ask

More information

ENGIN 211, Engineering Math. Complex Numbers

ENGIN 211, Engineering Math. Complex Numbers ENGIN 211, Engineering Math Complex Numbers 1 Imaginary Number and the Symbol J Consider the solutions for this quadratic equation: x 2 + 1 = 0 x = ± 1 1 is called the imaginary number, and we use the

More information

Plan for Beginning of Year 2: Summer assignment (summative) Cumulative Test Topics 1-4 (IB questions only/no retakes) IA!!

Plan for Beginning of Year 2: Summer assignment (summative) Cumulative Test Topics 1-4 (IB questions only/no retakes) IA!! Summer Assignment 018 The IB Math SL class covers six different mathematical topics (Algebra, Functions, Trigonometry, Vectors, Probability and Statistics, and Calculus). In an effort to best prepare you

More information

Complex Numbers. James K. Peterson. September 19, Department of Biological Sciences and Department of Mathematical Sciences Clemson University

Complex Numbers. James K. Peterson. September 19, Department of Biological Sciences and Department of Mathematical Sciences Clemson University Complex Numbers James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University September 19, 2013 Outline 1 Complex Numbers 2 Complex Number Calculations

More information

Complex Numbers. Outline. James K. Peterson. September 19, Complex Numbers. Complex Number Calculations. Complex Functions

Complex Numbers. Outline. James K. Peterson. September 19, Complex Numbers. Complex Number Calculations. Complex Functions Complex Numbers James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University September 19, 2013 Outline Complex Numbers Complex Number Calculations Complex

More information

Chapter 8B - Trigonometric Functions (the first part)

Chapter 8B - Trigonometric Functions (the first part) Fry Texas A&M University! Spring 2016! Math 150 Notes! Section 8B-I! Page 79 Chapter 8B - Trigonometric Functions (the first part) Recall from geometry that if 2 corresponding triangles have 2 angles of

More information

1. COMPLEX NUMBERS. z 1 + z 2 := (a 1 + a 2 ) + i(b 1 + b 2 ); Multiplication by;

1. COMPLEX NUMBERS. z 1 + z 2 := (a 1 + a 2 ) + i(b 1 + b 2 ); Multiplication by; 1. COMPLEX NUMBERS Notations: N the set of the natural numbers, Z the set of the integers, R the set of real numbers, Q := the set of the rational numbers. Given a quadratic equation ax 2 + bx + c = 0,

More information

2016 SPECIALIST MATHEMATICS

2016 SPECIALIST MATHEMATICS 2016 SPECIALIST MATHEMATICS External Examination 2016 FOR OFFICE USE ONLY SUPERVISOR CHECK ATTACH SACE REGISTRATION NUMBER LABEL TO THIS BOX Graphics calculator Brand Model Computer software RE-MARKED

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

MAS.160 / MAS.510 / MAS.511 Signals, Systems and Information for Media Technology Fall 2007

MAS.160 / MAS.510 / MAS.511 Signals, Systems and Information for Media Technology Fall 2007 MIT OpenCourseWare http://ocw.mit.edu MAS.60 / MAS.50 / MAS.5 Signals, Systems and Information for Media Technology Fall 007 For information about citing these materials or our Terms of Use, visit: http://ocw.mit.edu/terms.

More information

MATH 135: COMPLEX NUMBERS

MATH 135: COMPLEX NUMBERS MATH 135: COMPLEX NUMBERS (WINTER, 010) The complex numbers C are important in just about every branch of mathematics. These notes 1 present some basic facts about them. 1. The Complex Plane A complex

More information

AP Physics C Summer Homework. Questions labeled in [brackets] are required only for students who have completed AP Calculus AB

AP Physics C Summer Homework. Questions labeled in [brackets] are required only for students who have completed AP Calculus AB 1. AP Physics C Summer Homework NAME: Questions labeled in [brackets] are required only for students who have completed AP Calculus AB 2. Fill in the radian conversion of each angle and the trigonometric

More information

Pre-Calculus and Trigonometry Capacity Matrix

Pre-Calculus and Trigonometry Capacity Matrix Pre-Calculus and Capacity Matri Review Polynomials A1.1.4 A1.2.5 Add, subtract, multiply and simplify polynomials and rational epressions Solve polynomial equations and equations involving rational epressions

More information

Math Final Exam Review

Math Final Exam Review Math - Final Exam Review. Find dx x + 6x +. Name: Solution: We complete the square to see if this function has a nice form. Note we have: x + 6x + (x + + dx x + 6x + dx (x + + Note that this looks a lot

More information

MCR3U Exam Prep Package Basics Unit 1

MCR3U Exam Prep Package Basics Unit 1 MCR3U Exam Prep Package Basics Unit 1 This package includes basic questions. If you can't do these types of questions: You should not attempt the questions in the next booklet. Your highest priority should

More information

A Review of Complex Numbers Ilya Pollak ECE 301 Signals and Systems Section 2, Fall 2010 Purdue University

A Review of Complex Numbers Ilya Pollak ECE 301 Signals and Systems Section 2, Fall 2010 Purdue University A Review of Complex Numbers la Pollak ECE 30 Signals and Sstems Section, Fall 00 Purdue Universit A complex number is represented in the form z = x + j, where x and are real numbers satisfing the usual

More information

Matrix Theory and Differential Equations Homework 2 Solutions, due 9/7/6

Matrix Theory and Differential Equations Homework 2 Solutions, due 9/7/6 Matrix Theory and Differential Equations Homework Solutions, due 9/7/6 Question 1 Consider the differential equation = x y +. Plot the slope field for the differential equation. In particular plot all

More information

Discrete mathematics I - Complex numbers

Discrete mathematics I - Complex numbers Discrete mathematics I - Emil Vatai (based on hungarian slides by László Mérai) 1 January 31, 018 1 Financed from the financial support ELTE won from the Higher Education Restructuring

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

Polynomial and Rational Functions. Copyright Cengage Learning. All rights reserved.

Polynomial and Rational Functions. Copyright Cengage Learning. All rights reserved. 2 Polynomial and Rational Functions Copyright Cengage Learning. All rights reserved. 2.2 Polynomial Functions of Higher Degree Copyright Cengage Learning. All rights reserved. What You Should Learn Use

More information

Complex Homework Summer 2014

Complex Homework Summer 2014 omplex Homework Summer 24 Based on Brown hurchill 7th Edition June 2, 24 ontents hw, omplex Arithmetic, onjugates, Polar Form 2 2 hw2 nth roots, Domains, Functions 2 3 hw3 Images, Transformations 3 4 hw4

More information

Pre-Exam. 4 Location of 3. 4 sin 3 ' = b Location of 180 ' = c Location of 315

Pre-Exam. 4 Location of 3. 4 sin 3 ' = b Location of 180 ' = c Location of 315 MATH-330 Pre-Exam Spring 09 Name Rocket Number INSTRUCTIONS: You must show enough work to justify your answer on ALL problems except for Problem 6. Correct answers with no work or inconsistent work shown

More information

CHAPTER ONE FUNCTIONS AND GRAPHS. In everyday life, many quantities depend on one or more changing variables eg:

CHAPTER ONE FUNCTIONS AND GRAPHS. In everyday life, many quantities depend on one or more changing variables eg: CHAPTER ONE FUNCTIONS AND GRAPHS 1.0 Introduction to Functions In everyday life, many quantities depend on one or more changing variables eg: (a) plant growth depends on sunlight and rainfall (b) speed

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

AP CALCULUS BC Syllabus / Summer Assignment 2015

AP CALCULUS BC Syllabus / Summer Assignment 2015 AP CALCULUS BC Syllabus / Summer Assignment 015 Name Congratulations! You made it to BC Calculus! In order to complete the curriculum before the AP Exam in May, it is necessary to do some preparatory work

More information

Module 4. Single-phase AC Circuits

Module 4. Single-phase AC Circuits Module 4 Single-phase AC Circuits Lesson 13 Representation of Sinusoidal Signal by a Phasor and Solution of Current in R-L-C Series Circuits In the last lesson, two points were described: 1. How a sinusoidal

More information

Complex Numbers. 1 Introduction. 2 Imaginary Number. December 11, Multiplication of Imaginary Number

Complex Numbers. 1 Introduction. 2 Imaginary Number. December 11, Multiplication of Imaginary Number Complex Numbers December, 206 Introduction 2 Imaginary Number In your study of mathematics, you may have noticed that some quadratic equations do not have any real number solutions. For example, try as

More information

Revision: January 9, E Main Suite D Pullman, WA (509) Voice and Fax

Revision: January 9, E Main Suite D Pullman, WA (509) Voice and Fax .7.: Sinusoidal steady-state system response evision: January 9, 0 E Main Suite D ullman, WA 9963 (09 334 6306 oice and Fax Overview In this module, the concepts presented in chapters.7.0 and.7. are used

More information

Region 16 Board of Education. Precalculus Curriculum

Region 16 Board of Education. Precalculus Curriculum Region 16 Board of Education Precalculus Curriculum 2008 1 Course Description This course offers students an opportunity to explore a variety of concepts designed to prepare them to go on to study calculus.

More information

Sinusoids and Phasors

Sinusoids and Phasors CHAPTER 9 Sinusoids and Phasors We now begins the analysis of circuits in which the voltage or current sources are time-varying. In this chapter, we are particularly interested in sinusoidally time-varying

More information

11. AC Circuit Power Analysis

11. AC Circuit Power Analysis . AC Circuit Power Analysis Often an integral part of circuit analysis is the determination of either power delivered or power absorbed (or both). In this chapter First, we begin by considering instantaneous

More information

Chapter 9 Objectives

Chapter 9 Objectives Chapter 9 Engr8 Circuit Analysis Dr Curtis Nelson Chapter 9 Objectives Understand the concept of a phasor; Be able to transform a circuit with a sinusoidal source into the frequency domain using phasor

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 6 Summer 13 Quiz #1 June 1, 13 NAME: (FIRST) (LAST) GT username: (e.g., gtxyz13) Circle your recitation section (otherwise

More information

3 + 4i 2 + 3i. 3 4i Fig 1b

3 + 4i 2 + 3i. 3 4i Fig 1b The introduction of complex numbers in the 16th century was a natural step in a sequence of extensions of the positive integers, starting with the introduction of negative numbers (to solve equations of

More information

Mathematical Review for Signal and Systems

Mathematical Review for Signal and Systems Mathematical Review for Signal and Systems 1 Trigonometric Identities It will be useful to memorize sin θ, cos θ, tan θ values for θ = 0, π/3, π/4, π/ and π ±θ, π θ for the above values of θ. The following

More information

Pre-Calculus Summer Math Packet 2018 Multiple Choice

Pre-Calculus Summer Math Packet 2018 Multiple Choice Pre-Calculus Summer Math Packet 208 Multiple Choice Page A Complete all work on separate loose-leaf or graph paper. Solve problems without using a calculator. Write the answers to multiple choice questions

More information

Homework 1 Solutions

Homework 1 Solutions 18-9 Signals and Systems Profs. Byron Yu and Pulkit Grover Fall 18 Homework 1 Solutions Part One 1. (8 points) Consider the DT signal given by the algorithm: x[] = 1 x[1] = x[n] = x[n 1] x[n ] (a) Plot

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

MATH 32 FALL 2012 FINAL EXAM - PRACTICE EXAM SOLUTIONS

MATH 32 FALL 2012 FINAL EXAM - PRACTICE EXAM SOLUTIONS MATH 3 FALL 0 FINAL EXAM - PRACTICE EXAM SOLUTIONS () You cut a slice from a circular pizza (centered at the origin) with radius 6 along radii at angles 4 and 3 with the positive horizontal axis. (a) (3

More information

PART I: NO CALCULATOR (144 points)

PART I: NO CALCULATOR (144 points) Math 10 Practice Final Trigonometry 11 th edition Lial, Hornsby, Schneider, and Daniels (Ch. 1-8) PART I: NO CALCULATOR (1 points) (.1,.,.,.) For the following functions: a) Find the amplitude, the period,

More information