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