Differential Models Flashcards

1
Q

if you have an input force f1(t) that produces output displacement x1(t), and similarly for f2(t) and x2(t), how would you superimpose them

A

af1(t) + bf2(t) = ax1(t) + bx2(t)

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

what are the 4 steps in solving linear system model problems

A
  • draw a diagram of a small element
  • balance forces or energy fluxes to get an ordinary diff eqn
  • take the deltas to 0 to get an ODE
  • solve the ODE
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

for linear diff eqns like y(n) - 2.95y(n-1) + 2y(n-2) = 0, how would you start solving it

A
  • youd need to write it in term of lambda to get a quad eqn
  • in thise case its Y^2 - 2.95Y + 2 = 0
  • its hard to explain just looks at the notes
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

if f is a function of x and y f(x,y) how would you partially differentiate it

A
  • df/dx = diff of x, treating y as a constant
  • df/dy = diff of y, treating x as a constant
  • the ā€˜dā€™ in this case is actually a phi
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

what would be partial derivatives of f(x,y) 2yx^3 + 2xy^3

A
  • df/dx = 6y*x^2 + 2y^3

- df/dy = 2x^3 + 6x*y^2

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

you want to know the gradient along a particular direction u = (a,b) where u is a unit vector. the rate of change of f going in this direction is Du f(x,y) = lim as h tends to 0 (idrk what h is). what is the formula for figuring it out

A

a(df/dx) + b(df/dy)

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

if you had f(u(x,y)), how would you apply the chain rule to work out df/dx and df/dy

A

df/dx = df/du * du/dx, likewise for y

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

what if you have f(u(x,y), v(x,y))

A

youd do the same thing for v then add the results to gether

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