Math Flashcards
(143 cards)
What is Bernoulli’s equation to solve nonlinear ODES
In the form: y’+p(x)y=g(x)y^a
Y^1-a=u
u’+(1-a)pu=(1-a)g
What are the three responses of a damped spring system and what are the corresponding eigenvalues?
- Critically Damped: real double root
- Underdamped: complex root
- Overdamped: distinct real roots
What is the Euler Cauchy equation?
x^2y’’+axy’+by=0
y=x^m
m^2+(a-1)m+b=0
- Y=cx^m
- Y=(c1+c2lnx)x^m
- Y=x^alpha *[Acos(wlnx)+Bsin(wlnx)]
How do you represent the particular solution portion of a forced oscillation?
r(t)=F_ocos(wt)
What are the five kinds of critical points of a system of equation?
- Proper node (Real Same Sign wjth vectors of x and y axis)
- Improper node (Real Same Sign)
- Saddle point (real opposite sign)
- Center (pure imaginary)
5 spiral point (complex)
What are the stability rules for a system of equations?
- Stable and attractive: both negative and non zero
- Stable: both negative or 0
- Unstable: either positive
What are the steps of finding a nonhomogenous solution for a system of equations?
- Solve homogenous solution. Obtain Y(t)c
- Use that Y(t) within u’(t)=Y^-1g (g is the nonhomogenous portion of the result)
- Find Y^-1 and multiply by g
- Take the integral of u’(t)
5 multiple Y(t) by u(t) and add it to the homogenous solution.
What is the generic power series(do not include the series symbol)?
A_m(x-x_0)^m
What is the Fourier power series for
- e^x
- 1/1-x
- cos(x)
- Sin(x)
- X^m/m!
- x^m
- (-1)^m(x^2m)/(2m!)
- (-1)^m(x^2m+1)/(2m+1!)
What is the integral for Laplace Transforms?
L(f)=integral from 0 to inf (e^-st)*f(t)dt
What is the relationship for s shifting?
L[e^at*f(t)]=F(s-a)
What is the relationship for taking the Laplace transform of an integral?
L{integral from 0 to t f(Tau)dTau=F(s)/s
Explain what a unit step function is and how the laplace transform look.
Apply it next to a function to ‘activate’ that function at the given time a. Applying it with a minus sign with ‘deactivate’ that function.
L{u(t-a)}=(e^-as)/s
What is the t-shifting laplace transform?
L{f(t-a)u(t-a)}=(e^-as)*F(s)
-or-
L{f(t)u(t-a)}=(e^-as)L{f(t-a)}
What is the laplace transform for a short impulse?
L{delta(t-a)}=e^-as
How do you use convolution?
Given L(fg)=H(s)
h(t)=(fg)(t)=integral from 0 to t f(Tau)g(t-Tau)dTau
How to use the Variation of Parameters to solve a second order nonhomogenous ODE
Find homogenous solutions and use generic solutions as y1 and y2
yp(x)=-y1integral((y2r)/W)+y2integral((y1r)/W)
W=y1y2’-y1’y2
What is the inverse of a 3x3 matrix
[ c11 -c21 c31
1/det(A) * |-c12 c22 -c32|
[c13 -c23 c33]
What distinguishes a 1. Symmetric Matrix 2. Skew-Symmetric Matrix 3. Orthogonal Matrix
- A=A^T (Real Eigenvalues)
- A=-A^T (Pure Imaginary or Zero Eigvenvalues)
- A^-1=A^T (Pure Imaginary or Zero Eigvenvalues)
What is a diagonalized matrix?
A^^=P^-1AP
A^^=[Eigen1 0;0 Eigven2]
P=[v1 v2];
D^M=x^-1A^MX
What is the inner product? Include the angular relationship between the two vectors.
a*b=a1b1+a2b2+a3b3
cos(gamma)=a*b/|a||b|
What is an example of an inner product?
Wrok done by a force W=p*d
What is the equation for a projection of Vector A in the direction of Vector B?
P=a*b/|b|
What is the Vector product? Include the angular relationship between the two vectors.
Take the cross product of vector A and B
sin(gamma)=|axb|/|a||b|