Pure Flashcards

(74 cards)

1
Q

Critical damping

A

Discriminant of AE is 0

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

Underdamping

A

Discriminant is negative

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

Overdamping

A

Discriminant is positive

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

Scaler product

A

a.b=|a|.|b|cosx

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

Vector equation of a plane

A

(r-a).n=0

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

Cartesian equation of a plane

A

n1x+n2y+n3z+d=0

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

Find angle between two planes

A

Use scalar product on normals

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

Vector equation of a line in 2d

A

R=a+¥d

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

Cartesian equation of line 2d same for 3d

A

¥= x-a/d=y-a1/d1

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

Special case for Cartesian equation of a line in 3D

A

When d=0 write as x=a , ¥=y-a1/d1

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

Intersection of two lines in 2d

A

Solve direction simultaneously

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

How to prove to lines in 2d are skew

A

No unique solution simultaneously

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

Enlargement scale factor k about origin

A

(K 0)

O k

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

Stretch scale factor m parallel to x axis

A

(m 0)

0 1

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

Stretch scale factor n parallel to y axis

A

(1 0)

0 n

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

Rotation 90 degrees clockwise about origin and any rotation about origin through x degrees

A

(0 1)
(-1 0)

(Cosx -sinx)
(Sinx cosx)

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

Reflection in x and y axis

A
X axis (1 0)
           (0 -1)
Y axis (-1 0)
           (0 1)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

Reflection y=x

A

(0 1)

1 0

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

Equation of a shear

A

Shear x axis fixed (1 k)
(0 1)

Y axis fixed (1 0)
(k 1)

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

How do you rotate 3D shapes

A

Check book if unsure

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

What is an invariant point

A

A point that doesn’t change when multiplied by a matrix

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

How to find a line of invariant points

A

Set up a matrix equation will lead to two equations like ax + by = 0, if unique solution then line of invariant points, if not origin only point of invariance

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

What is an invariant line

A

Any point of a line maps to another point on the line

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

Work out a invariant line

A
Suppose for y = mx + c *
Multiply matrix and (x y) = (x’ y’)
Use *
As invariant line y’=mx’ + c
Rearrange for m=0
Once solved quadratic for this
Put back into x’ and y’ equations
Gives invariant lines
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
Reflection in a plane
(-1 0 0) (0 1 0) (0 0 1) Reflection in plane x=0
26
Inverse of a 2x2 matrix
M^-1 = 1/(ad-bc) (d -b) | (-c a)
27
What is it called if detm = 0
Singular
28
Proof for inverse of a product of matrices
``` x(mn) = i xmnn^-1 = in^-1 xm = n^-1 xmm^-1 = n^-1m^-1 x = n^-1m^-1 ```
29
Inverse of a 3x3 matrix
1/det m (inverse)
30
How can planes are arrange in 3D
Can be parallel either two or three parallel Can have a unique intersection Can have infinite solutions then sheaf No solution, only intersection between each plane, prism
31
Sum of a geometric series
Sn = a(1-r^n)/1-r
32
Arithmetic sequence
Common difference denoted by d
33
Explain two methods of summing series
Partial and differences
34
Proof of induction
``` Prove n = 1 Assume true for n = k Let n = k+1 for target expression Use n=k to find n = k+1 True for all values of n ```
35
Matrix proof by induction
N=1 | A^kA= A^k+1
36
When is an improper integral convergent and divergent
When a -> infinity , is defined so convergent
37
What does sin and cos integrate and differentiate too
Remember circle of them
38
Differentiate y=arcsinx
1/(1-x^2)^0.5
39
What does tan differentiate too
Sec^2
40
Cartesian too polar form
X=rcosa | Y=rsina
41
Area under a polar curve
Integral ( 0.5r^2) dx
42
Accuracy of a maclaurin expansion
% error = approximate value - exact value / exact value )
43
Complex conjugate
Opposite of imaginary
44
Coshx in exponentials
(e^x + e^-x)/2
45
Sinhx
(e^x - e^-x) / 2
46
tanhx
(e^x - e^-x) / (e^x + e^-x)
47
Hyperbolic identities
Cosh^2(x) - sinh^2(x) = 1 Cosh2x = cosh^2(x) + sinh^2(x) sinh2x = 2sinhxcoshx
48
What does coshx and sinhx differentiate too
Themselves
49
What does arsinhx = ?
Ln(x + (x^2 + 1)^0.5)
50
Artanhx equal too ?
0.5ln( (1 + x) / (1 - x) )
51
What does arcoshx differentiate too
1/(x^2 - 1)^0.5
52
Area of a volume
V = integral ( pi y^2 )
53
Mean of a function f(x)
(1/(b-a))integral (f(x))
54
What is a root mean square and what’s the formula
How far the function is away from zero on average,, ((1/(b-a)) integral (f(x))^2) ^0.5
55
Describe simple harmonic motion
D^2x/dt^2 = -w^2 x Where period is 2pi / w General solution is Pcoswt + Qsinwt = x
56
What’s homogenous and non homogeneous
Homogeneous is one side is 0
57
Explain how the complementary function works
Say dy/dx and d^2/dx^2 are equal too then sub them into differential, divide by Ae^€x to get cf
58
Name two conditions to solve exact equation of a cf with real distinct roots
Initial conditions or boundary conditions would
59
Cf for a AE with repeated roots
(A + Bx)e^¥x
60
Difference between general and particular solution
Particular find constants
61
How do you choose what trig substitution to do for Further integration
Match the 1+x^2 to for example sec^2 = 1 + tan^2
62
Modulus argument form
R(cosx + sinx)
63
What is a loci in form |z-a| = r
Circle
64
What is the locus of an angle
Arg(z-a) = x
65
Locus of points on a perpendicular bisector
|z-a| = |z-b|
66
Explain why the general solution for a second order differential is what it is
Relationship with e^ix
67
Prove how R works as an integrating factor
Multiply by R LHS can be written as d/dx(Ry) Comparing both sides once differentiating Only true if dR/dx = RP So integrate both sides So R = e^integral p dx
68
Proof for why e^i€ = cos€ + isin€
Maclaurin series for sin€ and cos€ is same as series for e^x when added and is x is replaced with i€
69
What does cos€ and sin€ equal in complex numbers
Cos€ = 0.5( e^i€ + e^-i€) Sin€ = 0.5i( e^i€ - e^-i€)
70
What is z^n and z^-n
Z^n = Cosnx + isinnx Z^-n = cosnx - isinnx
71
What does cosnx equal
Z^n + z^-n / 2
72
Sinnx equal to?
Z^n + z^-n / 2i
73
What is the PI of the linear function, trig function, polynomial of order n, and exponential function
ax + b anx^n + an-1x^n-1.... acospx + bsinpx ae^px
74
Describe a special case for a non-homogeneous equation
If your equation equals e^3x then use PI of axe^3x