random Flashcards

(26 cards)

1
Q

differentiate a^(kx)

A

ka^(kx)ln(a)

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

why might the Newton-Raphson method fail?

A

if f’(x)=0 then the tangent is vertical and values won’t converge (to meet a root)

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

how to integrate parametric equations

A

int[(y)(dx/dt)]dt

FIND NEW LIMITS (sub in x values to find t limits)

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

differentiate parametric equations

A

dy/dx = (dy/dt)(dt/dx)

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

how would you split up 30Σr=13 [(-2)^(r)-4r-78]?

A
  • split into:
    30Σr=1 [(-2)^(r)-4r-78] - 12Σr=1 [(-2)^(r)-4r-78]
  • split further into arithmetic and geometric sequences:
    30Σr=1 [(-2)^(r)] - 30Σr=1[4r+78]
    and
    12Σr=1 [(-2)^(r)] - 12Σr=1 [4r+78]
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

what is the equation of the line in the MIDDLE of two parallel lines:
5x + 3y = 15
5x + 3y = 83

A

5x + 3y = 49

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

how can a more accurate approximation be found using the Newton-Raphson method?

A

use more iterations

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

volume of a sphere formula

A

V = (4/3)πr³

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

how could you work out the value of k for a function where x≠k?

A
  • usually at an assymptote
  • if the function is a fraction, make the denominator equal to zero and solve to find out what value x cannot be
    (if x is this value, the function would be undefined)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

what is the domain of f-¹(x)?

A

the range of f(x)

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

C has equation y = x^(x)

find, by taking logarithms, the x coordinate of the turning point on C

A

lny = xlnx

(1/y)(dy/dx) = lnx + 1

dy/dx = ylnx + y = 0 (there are stationary points at dy/dx = 0)

lnx = -y/y = -1
x = e-¹

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

how would you solve dy/dx = ∞

A

make the denominator = 0 and solve

(to find a coordinate, solve this equation simultaneously with the original equation)

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

when is a curve concave and convex?

A

concave: d²y/dx² < 0
convex: d²y/dx² > 0

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

which type of mapping is not a function?

A

one to many

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

give examples of graph shapes for:
- one to one function
- many to one function

A
  • exponential, logarithmic, linear
  • trigonometric, polynomial, cubic
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

give an example of a many to many function

17
Q

one to one function

A
  • x : y values are 1:1
  • if you draw a horizontal line and a vertical line they both crossed the graph at one point
18
Q

many to one function

A
  • x : y values are 2:1
  • if you draw a horizontal line and it crosses the graph at more than one point
  • if you draw a vertical line and it only crosses the graph at one point
19
Q

one to many

A
  • x : y values are 2:1
  • if you draw a vertical line and it crosses the graph at multiple points
  • if you draw a horizontal line and it crosses the graph at one point
20
Q

which functions have inverses?

A

one to one functions

21
Q

why don’t many to one functions have an inverse?

A

the inverse would be a one-to-many which is not a function

22
Q

what is the domain of an inverse function?

A

range of the original function

23
Q

how can we make a many to one function an inverse?

A

restrict the domain so it becomes one to one

24
Q

what transformation occurs to inverse functions graphically?

A

reflection in x=y

25
how would you find an expression for v in terms of t for a = g - 0.1V ?
a = dv/dt so dv/dt = g - 0.1V then separate the variables so int(1/(g-0.1v)dv = int(1)dt solve and find c
26
what happens to the forces on the point of tipping? (moments)
all reaction forces are zero EXCEPT the reaction force from the point it is tipping about