Fundamentals Flashcards
R
Real numbers on the line
Z
Set of integers
{…,-3,-2,-1,0,1,2,3,…}
N
Positive Integers (natural numbers)
1,2,3,4,5,…
Composition Function
h(x) = f(g(x))
or k = g(f(x))
Linear Function
Polynomial of degree 1
f(x) = mx + c
Gradient/Slope of a linear function
m -> crosses y-axis at point (0,c)
Quadratic Equation
Polynomial of degree 2
ax^2 + bx + c = f(x)
Quadratic Curve Shape
If a > 0 -> upward-facing parabola (U)
a < 0 -> downward-facing parabola (n)
How to get Quadratic Curve?
- Shape of parabola (a)
- y-axis: set f(0) = usually c
- x-axis: set y in f(x) = 0 and solve using factorisation, completing the square or general formula
- x-coordinate of vertex: -b/2a
- y-coordinate of vertex: plug x-coordinate to f(x) and solve for y
Polynomial function
Has non-negative powers or positive integer exponent of variable
e.g. y = -2x^2+4x+5 or y = 4x^3+2x^2-4x+8
Exponential function
f(x) a^x (a: number and x: variable)
a^0
= 1
only point where a^x cuts through y-axis (0,1)
e^x
> 1
Increases exponentially and cuts through y-axis at 1
Natural Logarithmic Function
Inverse function of e^x aka ln x
What is differentiation for?
- Show how fast a quantity is changing
- FInd maximum/minimum value of a function
Types of critical points
- Local maximum (CP >= f(x))
- Local minimum (CP <= f(x))
- Inflexion point (CP = 0)
How to get critical point(s)?
Differentiate f(x), set f’(x) = 0 and solve for x
How to determine nature of critical points?
- Set f’(x) = 0 and solve for x
- Plug x into f”(x),
if < 0: x is a local maximum of f
if > 0: x is a local minimum of f
How to sketch curve?
- x-axis: set f(x) = 0 and solve for x
- y-axis: plug 0 into f(x) and solve for y
- critical point(s): set f’(x) = 0 and solve for x
- nature of critical point(s): differentiate f’(x) and plug x into f”(x)
- limiting behaviour of curve:
if polynomial highest power of x is
even: f(x) -> infinity whether x -> infinite/negative infinite
odd: f(x) follows x infinite
How to determine limiting behaviour of curve as x becomes positively/negatively larger?
Polynomial highest power of x
If even: f(x) -> infinity when x -> infinity or -infinity
odd: f(x) -> infinity when x -> infinity and f(x) -> -infinity when x -> -infinity