Math Flashcards

1
Q

What is Bernoulli’s equation to solve nonlinear ODES

A

In the form: y’+p(x)y=g(x)y^a

Y^1-a=u

u’+(1-a)pu=(1-a)g

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

What are the three responses of a damped spring system and what are the corresponding eigenvalues?

A
  1. Critically Damped: real double root
  2. Underdamped: complex root
  3. Overdamped: distinct real roots
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the Euler Cauchy equation?

A

x^2y’’+axy’+by=0

y=x^m

m^2+(a-1)m+b=0

  1. Y=cx^m
  2. Y=(c1+c2lnx)x^m
  3. Y=x^alpha *[Acos(wlnx)+Bsin(wlnx)]
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How do you represent the particular solution portion of a forced oscillation?

A

r(t)=F_ocos(wt)

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

What are the five kinds of critical points of a system of equation?

A
  1. Proper node (Real Same Sign wjth vectors of x and y axis)
  2. Improper node (Real Same Sign)
  3. Saddle point (real opposite sign)
  4. Center (pure imaginary)
    5 spiral point (complex)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are the stability rules for a system of equations?

A
  1. Stable and attractive: both negative and non zero
  2. Stable: both negative or 0
  3. Unstable: either positive
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are the steps of finding a nonhomogenous solution for a system of equations?

A
  1. Solve homogenous solution. Obtain Y(t)c
  2. Use that Y(t) within u’(t)=Y^-1g (g is the nonhomogenous portion of the result)
  3. Find Y^-1 and multiply by g
  4. Take the integral of u’(t)
    5 multiple Y(t) by u(t) and add it to the homogenous solution.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the generic power series(do not include the series symbol)?

A

A_m(x-x_0)^m

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

What is the Fourier power series for

  1. e^x
  2. 1/1-x
  3. cos(x)
  4. Sin(x)
A
  1. X^m/m!
  2. x^m
  3. (-1)^m(x^2m)/(2m!)
    1. (-1)^m(x^2m+1)/(2m+1!)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is the integral for Laplace Transforms?

A

L(f)=integral from 0 to inf (e^-st)*f(t)dt

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

What is the relationship for s shifting?

A

L[e^at*f(t)]=F(s-a)

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

What is the relationship for taking the Laplace transform of an integral?

A

L{integral from 0 to t f(Tau)dTau=F(s)/s

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

Explain what a unit step function is and how the laplace transform look.

A

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

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

What is the t-shifting laplace transform?

A

L{f(t-a)u(t-a)}=(e^-as)*F(s)
-or-
L{f(t)u(t-a)}=(e^-as)L{f(t-a)}

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

What is the laplace transform for a short impulse?

A

L{delta(t-a)}=e^-as

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

How do you use convolution?

A

Given L(fg)=H(s)

h(t)=(fg)(t)=integral from 0 to t f(Tau)g(t-Tau)dTau

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

How to use the Variation of Parameters to solve a second order nonhomogenous ODE

A

Find homogenous solutions and use generic solutions as y1 and y2

yp(x)=-y1integral((y2r)/W)+y2integral((y1r)/W)

W=y1y2’-y1’y2

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

What is the inverse of a 3x3 matrix

A

[ c11 -c21 c31
1/det(A) * |-c12 c22 -c32|
[c13 -c23 c33]

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

What distinguishes a 1. Symmetric Matrix 2. Skew-Symmetric Matrix 3. Orthogonal Matrix

A
  1. A=A^T (Real Eigenvalues)
  2. A=-A^T (Pure Imaginary or Zero Eigvenvalues)
  3. A^-1=A^T (Pure Imaginary or Zero Eigvenvalues)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

What is a diagonalized matrix?

A

A^^=P^-1AP

A^^=[Eigen1 0;0 Eigven2]
P=[v1 v2];
D^M=x^-1A^MX

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

What is the inner product? Include the angular relationship between the two vectors.

A

a*b=a1b1+a2b2+a3b3

cos(gamma)=a*b/|a||b|

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

What is an example of an inner product?

A

Wrok done by a force W=p*d

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

What is the equation for a projection of Vector A in the direction of Vector B?

A

P=a*b/|b|

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

What is the Vector product? Include the angular relationship between the two vectors.

A

Take the cross product of vector A and B

sin(gamma)=|axb|/|a||b|

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

What are examples of cross product use?

A

Moment of a force. M=rxp

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

What is the sclar triple product?

A

a*(bxc)

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

What are the parametric representations of

  1. Circle
  2. Ellipse
  3. Straight Line
  4. Circular Helix
A
  1. r(t)=[acost,asint,0]
  2. r(t)=[acost,bsint,0]
  3. r(t)=[a1+b1t,a2+b2t,a3+tb3]
  4. r(t)=[acost,bcost,ct]
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
28
Q

What is the equation for the length of a curve?

A

l=integral from a to b of (sqrt(r’*r’)dt)

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

What is the equation for arc length?

A

s(t)= integral from a to t of (sqrt(r’*r’)dt)

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

What is the equation for the tangent of a curve?

A

q(w)=r+r’(w)

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

What is the equation for the curvature of a line?

A

K(s)=|u’(s)|=|r’‘(s)|

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

What is the equation for the torsion of a line?

A

Tau(s)=|b’(s)| where b(s)=u x u’/K

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

What is the definition of the gradient?

A

Rate of change of a scalar field f(x,y,z) in a given direction in space. It points in the direction of maximum increase of f

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

What is the equation of the gradient

A

grad(f)=[df/dx,df/dy,df/dz]

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

What is the equation for the directional derivative?

A

D_bf=b/|b| *grad(f) where b is the direction

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

What is the Laplace Operator?

A

Triangle or Upside Triangle Square = [d^2/dx^2,d^2/dy^2,d^2/dz^2]

div(gradf)

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

What is the divergence?

A

How much flow is expanding/contracting at a given point?

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

What is the equation for the divergence?

A

div V= v1/dx+dv2/dy+dv3/dz

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

What does it mean to be incompressible?

A

div V=0

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

What is the curl of a vector?

A

The tendency of a vector to rotate about a given point

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

What is the equation for the curl?

A

The cross product of the Differential Operator and v

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

What does it mean to be rotational/irrotational?

A

Irroational: curl f=0

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

How do you check if a function is conservative or not?

A

Nonconservative: curl F ~=0
Conservative: Find the potential function such that grad f=F

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

What is the equation for a line integral?

A

int of c (F(r)dr)= int from a to b(F(r(t))r’(t) dt)

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

How can you check for path independence/exactness?

A
  1. Find F=grad(f)

2. curl F=0

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

How can you simplify the calculation of a line integral if you know it is path independent?

A

First from F(t) find f(t)

int from a to b(F[r(t)]*r’(t))= f(B)-f(A)

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

What is the transition from cartesian to radial coordinates for a double integral?

A

int int f(x,y) dx dy= int int f(rcos(theta),rsin(theta))r dr dtheta

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

What does Green’s Theorem accomplish?

A

It provides a transformation between a double integral and a line integral

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

What is the equation for Green’s Theorem?

A

int int (dF2/dx-dF1/dy) dx dy= int F*dr

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

What is the equation for finding the area of an enclosed line?

A

A=1/2 int xdy-ydx

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

What is the parametric representation of a

  1. Cylinder
  2. Sphere
  3. Cone
A
  1. r(u,v)=[acosu,asinu,v]
  2. r(u,v)=[acosucosv,asinucosv,sinv]
  3. r(u,v)=[ucosv,usinv,u]
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
52
Q

Find the unit normal vector given representation g(x,y,z)

A

n=grad(g)/|grad(g)|

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

What is the equation for a surface integral?

A

int int F_n Da= int int F(r(u,v))*N(u,v) du dv

where N(u,v)=r_u x r_v

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

What is the equation for the area of a surface?

A

A(s)=int int |r_u x r_v| du dv

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

What does the Divergence Theorem of Gauss do?

A

Provides a transformation between triple integrals and surface integrals

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

What is the Divergence Theorem of Gauss Eq?

A

int int int div(F) dV= int int F*n dA

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

What does Stoke’s Theorem accomplish?

A

It provides a transformation between surface and line integral

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

What is the Stoke’s Theorem eq?

A

int int (curl F)n DA=int F(r(t)r’(t) ds

59
Q

What do Fourier Series do?

A

They are infinite series that represent periodic functions in terms of cosines and sines.

60
Q

What is the equation and main components of a basic Fourier series?

A

f(x)=a_0 + Summation n=1 to inf(a_n cos(nx)+b_n sin(nx))

a_0=1/2pi int from -pi to pi (f(x)) dx
a_n= 1/pi int from -pi to pi (f(x) cosnx) dx
b_n 1/pi int -pi to pi (f(xO)sin(nx) dx

61
Q

What are half range expansions?

A

expanding a fourier series to be either even or odd depending on how you treat a_n and b_n

62
Q

What is the Fourier series equation for an arbitrary period?

A

L= period/2

f(x)=a_0 +summation(n=1 to inf) a_n cos(npix/L) + b_n sin(n pi x/L)

a_0= 1/2L int(-L to L) (f(x) dx
a_n=1/L int(-L to L) f(x) cos(n pi x/L) dx
b_n1/L int(-L to L)f(x) sin(n pi x/L) dx

63
Q

What happens to a Fourier series for an odd function?

A

A_0 and a_1= 0

64
Q

What happens to a Fourier series for an even function?

A

b_n=0

65
Q

What is the error equation to determine the error in a Fourier series approximation?

A

E=int (-pi to pi) (f^2 dx)- pi(2a_0^2+summation (n=1 to N) a_n^2+b_n^2)

66
Q

What is the equation to determine if two functions are orthogonal?

A

(y_m,y_n)=int (from a to b) r(x)y_m(x)y_n(x)dx=0

67
Q

What is the form of the Sturm-Liouville equation?

A

[p(x)y’]’+[q(x)+r(x)llamba]y=0

68
Q

What is the equation for the Fourier Integral?

A

f(x)=int(from 0 to inf) [A(w)cos(wx)+B(w)sin(wx) dw]

A(w)=1/pi int(-inf to inf) (f(v)cos(wv)dv
B(w)=1/pi int(-inf to inf) (f(v)sin(wv) dv

69
Q

What is the Cosine Fourier Integral equation?

A

For an even function

f(x)=integral (0 to inf) (A(w)cos(wx) dw

A(w) 2/pi integral(0 to inf) (f(v) cos(wv) dv

70
Q

What is the sine fourier integral?

A

f(x)= integral(0 to inf) B(w)sin(wx) dw

B(w)= 2/pi int(0 to inf) (f(v)sin(wv) dv

71
Q

What is an integral transform?

A

A transformation in the form of an integral that produces from given functions new functions depending on a different variable

72
Q

What is the equation for the cosine fourier transform?

A

f_c(w)=sqrt(2/pi) int (0 to inf) f(x) cos(wx) dx

73
Q

What is the equation for the sine fourier transform?

A

f_s(w)=sqrt(2/pi) int(o to inf) f(x) sin(wx) dx

74
Q

What is the fourier transform?

A

f(w)=1/sqrt(2pi) int(o to inf) f(x) e^-iwx dx

75
Q

What is the 1D wave equation?

A

d^2u/dt^2=c^2*(d^2u/dx^2)

76
Q

What is the 1D heat equation?

A

du/dt=c^2*(d^2u/dx^2)

77
Q

What is the 2D Laplace equation?

A

d^2u/dx^2+d^2u/dy^2=0

78
Q

What is the 2D Poisson Equation?

A

d^2u/dx^2+d^2u/dy^2=f(x,y)

79
Q

What is the 2D Wave Equation?

A

d^2u/dt^2=c^2(d^2u/dx^2+d^2u/dy^2)

80
Q

What is the 3D Laplace Equation?

A

d^2u/dx^2+d^2u/dy^2+d^2u/dz^2=0

81
Q

What are the three steps to finding the solution to a PDE?

A
  1. Separation of Variables
  2. Determine Solutions of the ODES that satisfy the BCs
  3. Use Fourier Series to Compose Solutions found in step 2.
82
Q

What is the first step for the Separation of Variables?

A

u=F(x)G(y)

Take the partial derivatives

83
Q

What are the two relationships that can be found using complex conjugate relating to the real and imaginary portions of the function, z.

A
  1. Re(z)=x=(1/2)(z+z_conj)

2. Im(z)=y=(1/2i)(z-z_conj)

84
Q

What is the triangle inequality?

A

|z1+z2|<= |z1|+|z2|

85
Q

What is the equation for the multiplication of complex functions in polar form?

A

z1z2=r1r2(cos(theta1+theta2)+isin(theta1+theta2)

86
Q

What is the equation for the division of complex functions in polar form?

A

z1/z2=r1/r2(cos(theta1-theta2)+isin(theta1-theta2))

87
Q

What is the argument (arg) of a complex function?

A

The angle between the function and the x-axis.

88
Q

What do the Cauchy-Riemann Equations do for complex functions?

A

Check to see if they are analytic on some domain and therefore has a derivative

89
Q

What are the Cauchy-Riemann Equations?

A

u_x=v_y

u_y=-v_x

90
Q

What are the two equations for the derivative of a complex function f(z)?

A
  1. f’(z)=u_x+iv_x

2. f’(z)=-iu_y+v_y

91
Q

What is the equation for a complex exponent?

A

e^z=e^x(cos(y)+isin(y))

92
Q

What is Euler’s formula for complex exponents?

A

e^z=e^iy=cos(y)+isin(y)

x=0

93
Q

Show that the polar form of a complex number can be represented using Euler’s formula.

A

z=r*e^i(Theta)=r(cos(theta)+isin(Theta))

94
Q

How do you find z given a trig function cos(z)

A
  1. Set up the trig representation
  2. Multiple by e^iz
  3. Form a quadratic equation and find y
  4. Set e^iz=y and solve for z
95
Q

What is the natural log equation for a complex function?

A

ln(z)=ln(r)+i Theta

96
Q

What is the equation for a complex function raised to a constant power?

A

z^c=e^cln(z)

97
Q

What is the equation for a constant raised to the power of a complex function?

A

a^z=e^zln(a)

98
Q

What is the equation for

  1. cos(z)
  2. sin(z)
A
  1. cos(z)=(1/2)(e^iz+e^iz)

2. sin(z)=1/2i*(e^iz-e^-iz)

99
Q

What is the equation to represent the integral of a complex function along a path?

A

int(f(z) dz=int(from a to b) (f(z(t))*z’(t) dt

100
Q

What is Cauchy’s Integral theorem?

A

If f(z) is analytical and the integration is along a simply connected closed path

int_c(f(z) dz=0

101
Q

What is Cauchy’s integral equation?

A

int_c(f(z)/z-z0 dz)= 2pii*f(z0)

102
Q

What is the equation for the derivative of a complex analytical function?

A

int_c (f(z)/(z-z0)^n+1)=(2pii*f^n(z0))/n!

103
Q

What is the test to see if a series has converged?

A

Lim n-> inf z_n= C where c DNE infinity

104
Q

What does it mean for a series to be absolutely convergent?

A

The series of the absolute value of z_n converges

105
Q

What is the series ratio test?

A

If |z_n+1|/|z_n|<=q<1 The series converges
or set L=lim n to inf |z_n+1|/|z_n|
Otherwise, it diverges

106
Q

What is the series root test?

A

If (z_n)^1/n<=q<1 Converges

otherwise Diverges

107
Q

How do you calculate the radius of convergence of a series?

A

R=1/L

L=lim n->inf |a_n+1|/|a_n|

108
Q

What is the Taylor series?

A

f(x)=summation from (0 to inf) f^n(x) (x-xo)^n/n!

109
Q

What is the Maclaurin Series?

A

f(x)= summation from (o to inf) f^n(x0) (x)^n/n!

110
Q

What is the equation for a Mobius Transform?

A

w=(az+b/cz+d)

111
Q

What is the equation for an Inverse Mobius Transform?

A

z=(dw-b/-cw+a)

112
Q

What is the special linear fractional transform equation?

A

(w-w1) (w2-w3) (z-z1) (z2-z3)
——– * ———— = ——– * ———–
(w-w3) (w2-w1) (z-z3) (z2-z1)

113
Q

What is newtons method for numerical analysis?

A

x_n+1=x_n-(f(x_n)/f’(x_n))

114
Q

What is the secant method for numerical analysis?

A

x_n+1=x_n-f(x_n)*[(x_n+x_n-1/f(x_n)+f(x_n-1))]

115
Q

What is the Weierstrass Approximation theorem?

A

A theorem used to describe that for any continuous function f(x) on an interval [a,b] and error bound Beta>0, there is a polynomial p_n(x) such that

|f(x)-p_n(x)|

116
Q

What is the equation for a linear Lagrange interpolation?

A

p1(x)=L0f0+L1f1

L0=(x-x1)/(x0-x1)

L1=(x-x0)/(x1-x0)

117
Q

What is the equation for a quadratic Lagrange interpolation?

A

p1=L0f0+L1f1+L2f2

L0=[(x-x1)(x-x2)/(x0-x1)(x0-x2)]
L1=[(x-x0)(x-x2)/(x1-x0)(x1-x2)]
L2=[(x-x0)(x-x1)/(x2-x0)(x2-x1)]

118
Q

What is the equation for Newton’s Forward Difference Formula?

A

f(x) = p_n(x)= Summation from s=0 to n (r Detla^s f0
s)

where Delta^s f0= Delta^s-1 f1 - Delta^s-1 f0

119
Q

What is the equation for Newton’s Backward Difference Formula?

A

f(x0=p_n(x)=Sum from s=o to n (r+n-1 Del^s f0
s)

Del^s f0= Del^s-1 f0 Del^s-1f-1

120
Q

What is the rectangular rule for numeric integration?

A

J=(b-a)/n[f(x1)+f(x2)+f(x3)+….+f(xn)]

121
Q

What is the trapezoid rule for numeric integration?

A

J=(b-a)/n[f(a)/2 +f(x1)+f(x2)+…+f(xn-1)+1/2f(b)]

122
Q

How do you calculate the error of the trapezoid rule?

A

e=-((b-a)h^2f’‘(t))/12

123
Q

What is the equation for Simpson’s rule of integration?

A

J=h/3[f0+4f1+2f2+….+2f2m-2+4f2m-1+f2m]

h=b-a/2m

124
Q

How do you calculate the error of Simpson’s rule?

A

e=-(b-a)/180 h^(4)f’’’‘(t)

125
Q

What is the approximation equation for numeric integration?

A

f’(x)=(2x-x1-x2) (2x-x0-x2) (2x-x1-x2)
———— f0 - ————– f1 + ————— f2
2h^2 h^2 2h^2

126
Q

What is the equation for LU-Factorization (Doolittle Method)?

A

A=LU
Ly=b
Ux=y

L: Lower Triangular Matrix with identity on the diagonal
U: Upper Triangular Matrix

127
Q

What is the Cholesky’s Method?

A

A=L*L^T

Ly=b
L^Tx=y

128
Q

What is the difference between direct methods and indirect methods of solving linear systems of equations?

A

Direction methods give solutions after an amount of computation that is specified in advance

Indirection methods start from an approximation and obtained better and better approximations as the number of iterations increases.

129
Q

How does the Gauss-Seidel Iteration Method Work?

A
  1. Isolate x1,x2…xn on one side.
  2. Input an initial guess for x
  3. As you determine that values for x1, x2… use those new values on the same iteration step.
  4. Continue until an appropriate level of accuracy has been reached
130
Q

How do you test if a system will converge using the Gauss-Seidel Iteration method?

A

Understand that A=I+L+U

C=-(I+L)^-1*U

if ||C||<1 then the system converges

131
Q

What is the difference between simultaneous corrections and successive corrections?

A

Simultaneous correction (Jacobi): No new component of x^m is used until all the components of x^m have been computed

Successive Corrections (Gauss -Seidel): An approximation for an individual term within x^m is updated as soon as it is calculated instead of waiting for all components of x^m to be calculated

132
Q

Does it mean if a matrix is ill-conditioned?

A

A small change in the input leads to a large change in the output

133
Q

How can you tell if a matrix is well-conditioned?

A

If the main diagonal entries of A have large absolute values compared to those of the other entries. Also, the condition number is small.

134
Q

What are the three types of vector norms?

A
  1. l1 norm ||x||_1= |x1|+|x2|+…+|xn|
  2. l2 norm/ Euclidean ||x||_2=sqrt(x1^2+x2^2+x3^2+…+xn^2)
  3. i_inf
    ||x||_inf=max(|xj|)
135
Q

How do you find the norm of a matrix?

A

||A||_1=max of summation of absolute value of column components

||A||_inf= max of summation of absolute value of row components

136
Q

How do you find the condition number of a matrix?

A

K(A)=||A||*||A^-1||

137
Q

What is the equation for the least-squares method to find the equation of a straight line?

A

y=a+bx

an+bSum(x)=sum(y)
aSum(x)+bSum(x^2)=Sum(x*y)

138
Q

How can you calculate the error of an iterative solution?

A

Find the residual

r=b-aX^n

139
Q

How do you find the distance traveled by a particle over time?

A

take the integral over time of the norm of the velocity

140
Q

WHat is the equation for finding the centroid of a surface?

A

x_hat=int(x_tilda*dA)/ int(dA) x_tilda=half of the x value within the interval dx (For vertical analysis this is x)

y_hat=int(y_tilda*dA)/ int(dA) y_tilda=half of the y value within the interval dx (For horizontal analysis this is y)

141
Q

What is Cramer’s rule and how can you tell if you can use it?

A

x=D/x_D

y=D/y_D
You must ensure D dne 0.
Where x_D and y_D are the determinant when you replace the x or y values with the B values respectively.

142
Q

What is the Reimann’s Sum

A

The summation used to define the area under a curve as the integral

143
Q

What is the Taylor series expansion for linearization?

A

f(x)=f(x0)+df(x0)/dx*Delta(X)

Continue for as many variables you have for f(x)