Math Flashcards

1
Q

What happens when circle touches both axis

A

centre = -g;-g & radius = g & c=g^2=f^2

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

Do cosine and sine rule work in radians

A

no without conversion

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

How to find non right-angles in right-angle triangles

A

If you have at least 2 sides
Use cos or sin

|AO| = 90
|DO| = 60
Cos(<DOA) = 60/90
<DOA = cos-1(60/90)

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

Equation of circle when given 3 points

A

Make 3 equations by subbing in points to eq. of circle from logbook

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

CosA = x/y
What is SinA

A

SinA = {y^2 - x^2}/y

Think of right angled triangles

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

R angled Triangle has angle A
Tan(A) is 96/37
What are two of the sides of the traingle

A

Opposite side is 96 and adjacent side is 37

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

How many cm^3 in a ml

A

1

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

Completing the square

A

x^2 + bc + c
Becomes
(x + b/2)^2 + c - (b/2)^2

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

What does completing the square tell us

A

a(x+b)^2 + c
The vertex(point where quadratic has min/max)
Vertex = (-b, c)

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

Stationary point

A

when derivative = 0

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

Height/radius which minimizes surface area

A

ds/dr = 0

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

Displacement + speed + acceleration

A

Derivative of an objects position/displacement is speed/velocity
Derivative of speed/velocity is acceleration

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

How to find value of c in integral

A

Generally there is a value that you can equate the integral too
Or sometimes the sum is 0 when the variable is 0 so that should allow you to figure out c value

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

How to find percentage reduction / increase

A

1 - [Changed / Original]
Multiply by 100 to get percentage

-If negative then it is an increase

1- [120/200] = 0.4 X100 = 40% reduction
1 - [500/200]= |-1.5 X 100|= 150% increase

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

Percentage error

A

|Expected-Actual|/ Actual
X 100

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

Derivative of irregular cos-1
E.g.
4/x, 3x^2

A

Must use chain rule. Use the whole value as the x value. I.e. sub 3x^2 in as x the formula and a as 1. Multiply that by derivative of x value
1. Sub 3x^2 in as x
2. Find derivative of 3x^2 = 6x
3. Multiply cos-1 formula by derivative(6x)

Cos-1 questions with basic x fractions ( x/3 , x/4, x/7 ) can just be subbed normally into formula with denominator as a. No need to multiply by derivative

17
Q

Writing trigonemtric function steps

A
  1. a = (max + min) / 2
  2. b = | (max - min) / 2 |
  3. c = 2pi / period
  4. Pick one of:
    •sin [starts on mid and goes up]
    •cos [starts on max]
    •-sin [starts on mid and goes down]
    •-cos [starts on min]
18
Q

Period

19
Q

Find pth percentile

A
  1. p/100 X n(number of values) = c
  2. If c = whole number, get c and c+1 numbers and divide by 2
  3. If c = decimal round, round up and go to that position in dataset
20
Q

What is the percentile ranking of x

A
  1. Order data
  2. Find position(c) of x in dataset
  3. (c-1)/n[number of items] = pth percentile