Randon and Non-Linear Flashcards

1
Q

How is \rho defined when it comes to joint probability distributions?

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is a typical FoS when using Miner’s Rule?

A

4 or 5 typical.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How would an iterative solution be applied to:

x’’ + p^2 x + e * x^3 = a cos(w t)

A

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)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Define stationary.

A

The temporal average is independent of time.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Define ergodic.

A

The ensemble average is equal to the temporal average.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Does ergodic -> stationary?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Does stationary -> ergodic.

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What shape is the amplitude - frequency graph for spring hardening?

A

It leans to the right.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What shape is the amplitude - frequency graph for spring softening?

A

It leans to the left.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

How can you draw the x’ , x trajectories from knowing that

V = x^2

?

A

T + V = E along a trajectory,

so 1/2 (x’)2 + x^2 = E, which are easy to plot in x’ , x space.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Define ergodic in terms of algebra only.

A

< F{ x(t) } > = E[ F{ x(t) } ]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Why is an ergodic process useful?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Define the cross-correlation function.

A

Rxy (T) = E[ x(t) * y(t+T) ]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Express Rxy(T) in terms of Ryx(T)

A

Rxy(T) = E[ x(t) * y(t+T) ]
= E[ x(t+T) * y(t+T)]

ie they are the same.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Express Sxy (w) in terms of Syx(w)

A

Sxy(w) = Syx(w) *

i.e. the complex conjugate. Datasheet expressions help to derive this.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

A non-linear equation is driven like this:

x’’ + p^2 x + e x^3 = a cos(wt)

How would you go about solving it for [10%]?

A

Set x = b cos(wt), then x^3 = 3b^3/4 cos(wt) + b^3/4 cos(3wt)

Neglect the 3wt term and get:

p^2 - w^2 + 3b^3 / 4 = a

17
Q

We have decided that x = A cos(wt). What is x^3?

A

A^3 * (3/4 cos(wt) + 1/4 cos(3wt) )

Don’t forget it’s A^3 out the front!

18
Q

How would you deal with a thing connected to a dashpot and spring in series?

A

Define a variable for displacement of the OBJECT and of the CONNECTION. Then can find two equations:

equilibrium of object

equilibrium of connection

19
Q

How would you deal with a thing connected to a dashpot and spring in parallel?

A

The sum of the dashpot and spring (and any D’Alambert forces) is equal to the forcing term

20
Q

I have calculated x(w). I have then found the integral of x’‘(w) = |(iw)|^2 * x(w).

This integral tends to infinity. What has gone wrong?

A

The question has likely asked for a white noise approximation. This approximation is non-sensical if the velocity is of interest. It’s the questions fault - not mine!