Further Pure Flashcards

1
Q

What are the vector equations for the area of a parallelogram or triangle?

A

Ap=1/2|axb|, At=1/2|axb|

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

What are the vector equations for the volume of a parallelepiped and tetrahedron?

A

Vp = a·(bxc), Vt = 1/6(a·(bxc))

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

What are the generic cartesian and parametric equations for a parabola?

A

y²=4ax
x=at², y=2at

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

What is the differential of y²=4ax?

A

dy/dx= 2a/y

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

What are the generic cartesian and parametric equations for a rectangular hyperbola?

A

xy=c²
x=ct, y=c/t

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

What is the t-formula for sinθ?

A

sinθ = (2t) / (1+t²)

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

What’s the t-formula for cosθ?

A

cosθ = (1-t²) / (1+t²)

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

What’s the t-formula for tanθ?

A

tanθ = (2t) / (1-t²)

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

What is the cross product equation for a straight line?

A

(r - a) x b = 0
r x b = a x b

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

How do you work out the cross product manually?

A

Determinant of:
i j k
a1 a2 a3
b1 b2 b3

REMEMBER to subtract j

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

What are direction cosines?

A

The cosine of the angle the direction vector of a line makes with the axis, typically notates as l, m and n, or cos(alpha), cos(beta), cos(gamma).

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

How do you calculate direction cosines?

A

a = xi + yj + zk
l = x/|a|
m = y/|a|
n = z/|a|

l² + m² + n² = 1

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

What is Euler’s method for finding approximate solutions to first order differential equations?

A

x1 = x0 + h
dy/dx ≈ (y1 - y0)/h

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

What is the midpoint method for finding approximate solutions to first order differential equations?

A

(dy/dx)0 ≈ (y1 - y-1) / 2h

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

What is the method for approximating second order differential equations?

A

(d²y/dx²) refers to the change in gradient over change in x, so find the difference between the gradient between y-1 and y0 and the gradient between y0 and y1 and divide by h.

This leads to (y1 - 2y0 + y-1)/h²

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

What is Simpson’s rule?

A

area = (1/3)(h)(endpoints +4(odd values) + 2(even values))

17
Q

When determining if a line intersects a plane, what should you remember?

A

After determining if the line is perpendicular to the normal using the dot product, substitute a value from the line into the plane equation to see if the line lies within the plane or not, to obtain a contradiction.

18
Q

How do you find the shortest distance between two skew lines?

A

Find a common normal of the two lines, by doing the cross product of both direction vectors. Find out the constant in the cartesian form of the equation by substituting in a point on the line (… + d = 0), and then use the formula of shortest distance to plane from point as given in the formula book.

19
Q

How do you determine the coordinates of two points on a line equidistant from another point?

A

With points B and C on the line and A not on the line, start with |AB| = [distance] to form a quadratic in terms of lambda.

20
Q

What is the cross product equivalent to?

A

a x b = |a||b|sinθ ñ

21
Q

What is the t formula for dθ?

A

2 / (1+t²)

22
Q

How do you work out the direction of the vector outputted by the cross product?

A

Right hand rule
a x b = c
Fingers in order: a, b, c

23
Q

How can you factorise expressions in two variables, e.g. (p³ - q³)?

A
  • You can use the factor theorem by guessing factors, e.g. p-q=0, so p=q, so p³-q³=p³-p³=0
  • You can factorise by dividing by the factor with algebraic division, e.g. (p-q)|p³ + 0p²q + ….
24
Q

How can you work out the distance to the focus from a point on a conic section?

A

e(Distance from directrix)