Syllabus overview

45
Syllabus overview • No text. Because no one has written one for the spread of topics that we will cover. • MATLAB. There will be a hands-on component where we use MATLAB programming language to create, analyze, manipulate sounds and signals. Probably 1 class per week (in computer lab at end of hall WPS211); typically Fridays.

description

Syllabus overview. No text. Because no one has written one for the spread of topics that we will cover. - PowerPoint PPT Presentation

Transcript of Syllabus overview

Page 1: Syllabus overview

Syllabus overview

• No text. Because no one has written one for the spread of topics that we will cover.

• MATLAB. There will be a hands-on component where we use MATLAB programming language to create, analyze, manipulate sounds and signals. Probably 1 class per week (in computer lab at end of hall WPS211); typically Fridays.

Page 2: Syllabus overview

Some good books• Fundamentals of Acoustics by Kinsler, Frey,

Coppens, and Sanders (3rd ed.), • Science of Musical Sounds by Sundberg • Science of Musical Sounds by Pierce• Sound System Engineering by Davis & Davis• Mathematics: A musical Offering by David

Benson. (online version available)• The Science of Sound by Rossing, Moore, Wheeler

Page 3: Syllabus overview

Grading

• Participation is key!• Attempt all the work that is assigned.• Ask for help if you have trouble with the

homework.• If you make a good faith effort, don’t miss

quizzes, hand in all homework on time, etc. you should end up with an A or a B.

Page 4: Syllabus overview

Web page

• Lecture Powerpoints are on the web, as are homeworks, and (after the due date) the solutions.

• MATLAB exercises are also on the web page

http://physics.mtsu.edu/~wroberts/Phys3000home.htm

Page 5: Syllabus overview

Objectives

• Physical understanding of acoustics effects and how that can translate to quantitative measurements and predictions.

• Understanding of digital signals and spectral analysis allows you to manipulate signals without understanding the detailed underlying mathematics. I want you to become comfortable with a quantitative approach to acoustics.

Page 6: Syllabus overview

Areas of emphasis

• The basics of vibrations and waves• Room and auditorium acoustics• Modeling and simulation of acoustics effects• Digital signal analysis

– Filtering– Correlation and convolution– Forensic acoustics examples

Page 7: Syllabus overview

The Simple Harmonic Oscillator

… good vibrations…The Beach Boys

Page 8: Syllabus overview

Simple Harmonic Oscillator (SHO)• SHO is the most simple, and hence the most

fundamental, form of vibrating system.• SHO is also a great starting point to

understand more complex vibrations and waves because the math is easy. (Honest!)

• As part of our study of SHOs we will have to explore a bunch of physics concepts such as: Force, acceleration, velocity, speed, amplitude, phase…

Page 9: Syllabus overview

Ingredients for SHO

• A mass (that is subject to)• A linear restoring force

– We have some terms to define and understand• Mass• Force• Linear• Restoring

Page 10: Syllabus overview

Mass

• Boy, this sounds like the easy one to start with; but you’ll be amazed at how confusing it can get!

• Gravitational mass and inertial mass. Say what!

• What is the difference between mass and weight?

Page 11: Syllabus overview

Force and vectors

• What does a force do to an object?• Why is the idea of vectors important?• What is a vector?• What is the difference between acceleration,

velocity, and speed? • Acceleration, velocity, and calculus…aargh

Page 12: Syllabus overview

Calculus review?• What does a derivative mean in

mathematical terms? • Example:

)sin(tAy

)cos(tAdxdy

Page 13: Syllabus overview

Sin and Cos curves

y

t

Page 14: Syllabus overview

Position versus time graph-what does the slope mean?

-8

-6

-4

-2

0

2

4

6

8

10

0 5 10 15

Time (seconds)

Posi

tion

alon

g x-

axis

(met

ers)

Page 15: Syllabus overview

Velocity versus time graph—what does slope mean?

-2

-1

0

1

2

3

4

5

6

0 5 10 15 20

time (seconds)

velo

city

(met

ers

per s

econ

d)

Page 16: Syllabus overview

Summarize

• Position (a vector quantity)• Velocity (slope of position versus time graph)• Acceleration (slope of velocity versus time

graph). Same as the second derivative of position versus time.

• Key: If I know the math function that relates position to time I can find the functions for velocity and acceleration.

Page 17: Syllabus overview

Digital representation of functions

• The math you learn in calculus refers to continuous variables. When we model, synthesize, and analyze signals we will be using a digital representation.

• Example: y=cos(t)• Decisions: Sampling rate and number of

bits of digitization.

Page 18: Syllabus overview

Newton’s Second Law

• Relation between force mass and acceleration

maF

Page 19: Syllabus overview

Apply Newton’s second law to mass on a spring

• Linear restoring force—one that gets larger as the displacement from equilibrium is increased

• For a spring the force is

• K is the spring constant measured in Newtons per meter.

• x and F are vectors for position and force—the minus sign is important! Which direction does the force point?

xF Ksp

Page 20: Syllabus overview

• Newton's second law

• Substitute spring force relation

• Write acceleration as second derivative of position versus time

aF m

ax mK

2

2

dtxdmK x

Page 21: Syllabus overview

Final result

xmK

dtxd

2

2

•Every example of simple harmonic oscillation can be written in this same basic form.•This version is for a mass on a spring with K and m being spring constant and mass.

Page 22: Syllabus overview

Solution

• The solution to the SHO equation is always of the form

• To show that this function is really a solution differentiate and substitute into formula.

• Note: A and are constants; x, t are variables. is determined by the physical properties of the oscillator (e.g. k and m for a spring)

)sin( tAx

Page 23: Syllabus overview

Dust off those old calculus skills

• First differential

• Second differential

)cos( tAdtdx

)sin(22

2

tAdt

xd

Page 24: Syllabus overview

Put it all together

• Substitute parts into the equation

• Conclusion (after cancellations)

)sin()sin(2 tAmKtA

mK

2

Page 25: Syllabus overview

General form of SHO

xdt

xd 22

2

Page 26: Syllabus overview

Why is this solution useful?• We can predict the location of the mass at

any time.

• We can calculate the velocity at any time.

• We can calculate the acceleration at any time.

)sin( tAx

)cos(v tAdtdx

)sin(22

2

tAdt

xda

Page 27: Syllabus overview

Example

• What is the amplitude, A?• How can we find the angular frequency, ?• At which point in the oscillation is the

velocity a maximum? What is the value of this maximum velocity?

• At which point in the oscillation is the acceleration a maximum? Value of amax?

Page 28: Syllabus overview

One other item: phase

• The solution as written is not complete. The simple sine solution implies that the oscillator always is at x=0 at t=0. We could use the solution x=Acos(t) but that means that the oscillator is at x=A at t=0. The general solution has another component –PHASE ANGLE

)sin( tAx

Page 29: Syllabus overview

Example

• To find the phase angle look at where the mass starts out at the beginning of the oscillation, i.e. at t=0.

• Spring stretched to –A and released.• Spring stretched to +A and released• Mass moving fast through x=0 at t=0.

Page 30: Syllabus overview

Worked example

• A mass on a spring oscillates 50 times per second. The amplitude of the oscillation is 1 mm. At the beginning of the motion (t=0) the mass is at the maximum amplitude position (+1 mm) (a) What is the angular frequency of the oscillator? (b) What is the period of the oscillator? (c) Write the equation of motion of the oscillator including the phase.

Page 31: Syllabus overview

What is the phase here?

Page 32: Syllabus overview

Helmholtz Resonator

• Trapped air acts as a spring

• Air in the neck acts as the mass.

VlAvf s

2

(vs is the speed of sound)

Page 33: Syllabus overview

Helmholtz resonator II

• Where is the air oscillation the largest?• Why does the sound die away? Damping• Real length l versus effective length l’.• End correction 0.85 x radius of opening.• Example guitar 1.7 x r.

Page 34: Syllabus overview

SHO : relation to circular motion• Picture that makes SHO a little bit clearer.

Page 35: Syllabus overview

Complex exponential notation

• Complex exponential notation is the more common way of writing the solution of simple harmonic motion or of wave phenomena.

• Two necessary concepts:– Series representation of ex, sin(x) and cos(x)– Square root of -1 = i

Page 36: Syllabus overview

Exponential function

• Very common relation in nature• Number used for natural logarithms• Defined (for our purposes) by the infinite

series

...!4!3!2

1432

xxxxex

Page 37: Syllabus overview

ex has a simple derivative

axax

xx

aeedxd

eedxd

Page 38: Syllabus overview

Sin and cos can be described by infinite series

• Sin(x)

• Cos(x)

...!7!5!3

)sin(753

xxxxx

...!6!4!2

1)cos(642

xxxx

Page 39: Syllabus overview

Imaginary numbers

• Concept of √-1 = i• i2 = -1, i3 = -i, i4 = ?• Not a “real” number—called an imaginary

number. • Cannot add real and imaginary numbers—

must keep separate. Example 3+4i• Argand diagram—plot real numbers on the

x-axis and imaginary numbers on the y-axis.

Page 40: Syllabus overview

Argand diagram

-4

-3

-2

-1

0

1

2

3

4

5

6

-3 -2 -1 0 1 2 3 4

Page 41: Syllabus overview

Two ways of writing complex numbers

• 3+4i = 5[cos(0.93) + i sin(0.93)]

Page 42: Syllabus overview

Can we put sin and cos series together to get ex series? Not if x is

real. But with i…

...!4!3!2

1432

xxxxex

...!7!5!3

)sin(753

xxxxx

...!6!4!2

1)cos(642

xxxx

Page 43: Syllabus overview

eix series

)sin()cos(

...)!5!3

(...)!4!2

1(

...!5)(

!4)(

!3)(

!2)(1

5342

5432

xixe

xxxixxe

ixixixixixe

ix

ix

ix

Page 44: Syllabus overview

Complex exponential solution for simple harmonic oscillator

• Note: We only take the real part of the solution (or the imaginary part).

• Complex exponential is just a sine or cosine function in disguise!

• Why use this? Math with exponential functions is much easier than combining sines and cosines.

)]sin()[cos()( titAAey ti

Page 45: Syllabus overview

Relation to circular motion.

• Simple harmonic motion is equivalent to circular motion in the Argand plane. Reality is the projection of this circular motion onto the real axis.