Randon and Non-Linear Flashcards
How is \rho defined when it comes to joint probability distributions?
E[X1 X2] = \rho sigma_x1 sigma_x2
Therefore, Y = X1 + X2
E[Y^2] = E[X1] + E[X2] + 2 * E[X1 X2]
Where the last term = 2 \rho sigma_x1 sigma_x2
What is a typical FoS when using Miner’s Rule?
4 or 5 typical.
How would an iterative solution be applied to:
x’’ + p^2 x + e * x^3 = a cos(w t)
To find x0, ignore the C.F. and e = 0 to get:
x0 = a/(p^2-w^2) cos(wt)
= a* cos(wt)
Then move x0 = a* cos(wt) to rhs with e and get:
x1’’ + p^2 x1 = a cos(wt) - e * (a*)^3 * cos^3(wt)
Define stationary.
The temporal average is independent of time.
Define ergodic.
The ensemble average is equal to the temporal average.
Does ergodic -> stationary?
Yes. The temporal average is equal to the ensemble average (which doesn’t change with time). Therefore, the temporal average doesn’t change with time and is stationary.
Does stationary -> ergodic.
No. The temporal average depends on the particular value chosen for that member of the ensemble. The classic example is x = a cos(t) where a is random. The ensemble average depends on the distribution of a, but the temporal average only depends on the particular instance of a.
What shape is the amplitude - frequency graph for spring hardening?
It leans to the right.
What shape is the amplitude - frequency graph for spring softening?
It leans to the left.
How can you draw the x’ , x trajectories from knowing that
V = x^2
?
T + V = E along a trajectory,
so 1/2 (x’)2 + x^2 = E, which are easy to plot in x’ , x space.
Define ergodic in terms of algebra only.
< F{ x(t) } > = E[ F{ x(t) } ]
Why is an ergodic process useful?
The temporal average can be used to estimate the ensemble average. This makes calculating the ensemble average as simple as reording a single process over a long time.
Define the cross-correlation function.
Rxy (T) = E[ x(t) * y(t+T) ]
Express Rxy(T) in terms of Ryx(T)
Rxy(T) = E[ x(t) * y(t+T) ]
= E[ x(t+T) * y(t+T)]
ie they are the same.
Express Sxy (w) in terms of Syx(w)
Sxy(w) = Syx(w) *
i.e. the complex conjugate. Datasheet expressions help to derive this.