physics A michaelmas: experimental methods

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/28

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 2:49 PM on 3/29/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

29 Terms

1
New cards

flow of a control loop, and formula for the output of each round in terms of K, G, and r

reference goes to controller K(ω), then ststem G(ω), then the error e = rKG - r is fed back into the controller.

y = [GK / (1 +GK)]r

<p>reference goes to controller K(ω), then ststem G(ω), then the error e = rKG - r is fed back into the controller.</p><p>y = [GK / (1 +GK)]r</p>
2
New cards

PID control: components and what are the dis/ advantages of each

proportional: Kp = Const(ω). ✔ simple, cheap, fast response. ✘ finite gain at ω→0 → steady-state error remains

integral: Ki ∝ 1/ω . ✔ eliminates steady-state error, excellent low-frequency tracking & disturbance rejection. ✘ slower response, can cause overshoot / instability

derivative: Gain ∝ω. ✔ predictive, improves damping & transient response. ✘ amplifies high-frequency noise, rarely used alone.

<p>proportional: Kp = Const(ω). ✔ simple, cheap, fast response. ✘ finite gain at ω→0 → steady-state error remains</p><p>integral: Ki ∝ 1/ω . ✔ eliminates steady-state error, excellent low-frequency tracking &amp; disturbance rejection. ✘ slower response, can cause overshoot / instability</p><p>derivative: Gain ∝ω. ✔ predictive, improves damping &amp; transient response. ✘ amplifies high-frequency noise, rarely used alone.</p>
3
New cards

What does a Bode plot represent?

A log-log plot of gain and a lin-log plot of phase shift as a function of frequency.

4
New cards

variance and standard deviation formula

σ² = ∑(x - X)²/n-1

<p>σ² = ∑(x - X)²/n-1</p>
5
New cards

Why do we use N-1 instead of N when estimating random error in a single datum?

Because we use the data to estimate the mean, which introduces bias.

6
New cards

variance of a sum of independent quantities

The variance of the sum equals the sum of the variances.

7
New cards

standard error in the mean

It reduces the variance of the mean.

8
New cards

standard error vs standard deviation

Standard Deviation (= uncertainty = error) is within one sample while Standard Error estimates the sample mean's accuracy compared to the true population mean.

9
New cards

op amps:

Vout relation to A,

golden rules

Vout = A( V⁺ - V⁻)

the inputs draw no current

V⁺ = V⁻ unless the output is saturated (Vout≈Vsupply)

10
New cards

What is the output voltage equation for a simple inverting amplifier?

Vout = - (R2/R1) * Vin.

<p>Vout = - (R2/R1) * Vin.</p>
11
New cards

What is the Nyquist criterion?

To sample a signal at least twice per cycle to avoid aliasing.

12
New cards

Convolution of two functions

h(z) = f*g = ∫f(t)g(z-t)dt from -inf to

+inf.

13
New cards

What is aliasing in signal processing?

higher frequencies are misrepresented as lower frequencies due to insufficient sampling.

<p>higher frequencies are misrepresented as lower frequencies due to insufficient sampling.</p>
14
New cards

autocorrelation function meaning and formula

Cff(𝜏) = ∫f(t)f(t+𝜏)dt

how similar a function remains to itself over time

15
New cards

Fourier transform

F[f(t)] = 1/√(2π) ∫f(t)exp(-iωt)dt

16
New cards

a continuous signal f(t) total energy given by Parseval's theorem

E = ∫|f(t)|²dt = ∫|g(ω)|²dt

17
New cards

Oversampling meaning

f the signal contains random noise, then faster sampling taking more measurements, and so averaging of N multiple samples improves the S/N by a factor of N. reduces the quantization error for a finite number of quantizing levels

18
New cards

phase and gain margins meaning

gain: At 180° phase, how far is the gain below 1?

phase: At the highest frequency with unity gain ( ), how far is phase from 180° ?

<p>gain: At 180° phase, how far is the gain below 1?</p><p>phase: At the highest frequency with unity gain ( ), how far is phase from 180° ?</p>
19
New cards

noise types by power spectral density

White noise: psd = const - fully uncorrelated.

Brownian noise: psd ∝ 1/ω². Results e.g. from temporal integration of white noise

pink noise: psd ∝ 1/ω. movement of defects.

Johnson(-Nyquist) noise: white noise specifically due to thermal fluctuations. psd ∝ K_B T. Solved by cooling.

20
New cards

Phase sensitive detection

multiplies a sine wave by an sqaure wave with a known phase difference (and identucal frequency to ref). This results in the wave being flipped for half of its period, with the phase difference determining the average of the resulting signal:

Vout = VsG/2 cos(phi).

since noise has a very different frequency, after mixing it will average down to zero unless it's very close to ωr.

21
New cards

Binomial Probability Distribution: when to use

formula

mean

variance

identical trials with only 2 possible outcomes

(picture) with p = success prob per trial, N is the number of trials, x is the number of successes

= Np

var(x) =

<p>identical trials with only 2 possible outcomes</p><p>(picture) with p = success prob per trial, N is the number of trials, x is the number of successes</p><p><x> = Np</p><p>var(x) = <x²> -<x>² = Np(1-p)</x></x²></x></p>
22
New cards

Poisson Probability Distribution:

when to use

formula

mean

variance

we know the number of outcomes, but not the number of trials (eg light flashing)

λ events/time interval,

x is the number of events

= var(x) = λ

<p>we know the number of outcomes, but not the number of trials (eg light flashing)</p><p>λ events/time interval,</p><p>x is the number of events</p><p><x> = var(x) = λ</x></p>
23
New cards

Gaussian:

when to use

formula

normalisation

mean

variance

∫exp(-ax²)dx

mainy random errors

∫Pdx =1 from -inf to +inf.

µ

σ²

∫exp(-ax²)dx = √(π/a)

<p>mainy random errors</p><p>∫Pdx =1 from -inf to +inf.</p><p>µ</p><p>σ²</p><p>∫exp(-ax²)dx = √(π/a)</p>
24
New cards

expected value using probability density

= ∫xP(x)

25
New cards

Shot Noise meaning and Equation

Poisson statistics gives standard deviation of current (averaged over as : ∆I =√N ×e/∆t

26
New cards

square of residuals

SR(data,a) = Σ(y_i - f(x_i,a))

where a = (m,c)

27
New cards

chi-squared

χ = Σ[(y_i - f(x_i,a))/σ_i]²

for constant std,

χ = SR/σ²

28
New cards

baye's theorem

sometimes they want you to make extra assumptions

<p>sometimes they want you to make extra assumptions</p>
29
New cards

fitted m and c of a line from data

m̂ = ( (xy)⁻ − (x)⁻(y)⁻ ) / ((xx)⁻ − (x)⁻(x)⁻ )

= Cov(x, y) / Var(x)

ĉ = ( (xx)⁻·(y)⁻ − (x)⁻·(xy)⁻ ) / ( (xx)⁻ − (x)⁻·(x) ⁻)

= (y)⁻ − m(x)⁻

Explore top notes

note
16 Personality Factors
Updated 1163d ago
0.0(0)
note
Full Biopsychology Notes
Updated 316d ago
0.0(0)
note
en el restaurante vocabulario
Updated 1069d ago
0.0(0)
note
Politics Essay Plans
Updated 1175d ago
0.0(0)
note
biology: ecology unit one
Updated 1250d ago
0.0(0)
note
Chapter 18 - Economic growth
Updated 1321d ago
0.0(0)
note
Plant Kingdom
Updated 1013d ago
0.0(0)
note
16 Personality Factors
Updated 1163d ago
0.0(0)
note
Full Biopsychology Notes
Updated 316d ago
0.0(0)
note
en el restaurante vocabulario
Updated 1069d ago
0.0(0)
note
Politics Essay Plans
Updated 1175d ago
0.0(0)
note
biology: ecology unit one
Updated 1250d ago
0.0(0)
note
Chapter 18 - Economic growth
Updated 1321d ago
0.0(0)
note
Plant Kingdom
Updated 1013d ago
0.0(0)

Explore top flashcards

flashcards
Läxförhör Tyska
41
Updated 1164d ago
0.0(0)
flashcards
world war 1
91
Updated 500d ago
0.0(0)
flashcards
Aircraft drawings final
59
Updated 667d ago
0.0(0)
flashcards
Chapter 1: Sampling and Data
57
Updated 1177d ago
0.0(0)
flashcards
Evolution/Natural Selection
23
Updated 671d ago
0.0(0)
flashcards
Drugs for Alzheimers Disease
25
Updated 503d ago
0.0(0)
flashcards
FoD - Unit Test 1
26
Updated 1201d ago
0.0(0)
flashcards
Läxförhör Tyska
41
Updated 1164d ago
0.0(0)
flashcards
world war 1
91
Updated 500d ago
0.0(0)
flashcards
Aircraft drawings final
59
Updated 667d ago
0.0(0)
flashcards
Chapter 1: Sampling and Data
57
Updated 1177d ago
0.0(0)
flashcards
Evolution/Natural Selection
23
Updated 671d ago
0.0(0)
flashcards
Drugs for Alzheimers Disease
25
Updated 503d ago
0.0(0)
flashcards
FoD - Unit Test 1
26
Updated 1201d ago
0.0(0)