Functions Flashcards
Alternative notation aka mapping notation
f : x –> 2x + 3
Eg. 2
Eg. -10
f : 2 –> 7
f : -10 –> -17
Notation f(x) = 3x + 1 << doesnt always have to be f
A) f(2)
B) f(-3)
C) f(1/2)
A) f(2) = 3x + 1 = 3 x 2 + 1 = 7 B) f(-3) = 3x + 1 = -9 + 1 = -8 C) f(1/2) = 3x + 1 = 1.5 + 1 = 2.5
Domain (input) and range (output)
f(x) = x + 3
Domain {1,2,3,4}
Range {4,5,6,7}
Using algebra
g (x) = 2x(sq) + x
g (3y)
g (3y) = 2 (3y)(sq) + 3y
= 18y(sq) + 3y
Use brackets to help simplify!
f : x –> 2x + 1
Domain : {-2,3,7,11}
Range : {-3,7,15,23}
f (x) = 4x - 3
Domain: 1<= 5
Range: 1 <= 17
Note, range is given as an inequality
Find coords of these inequalities
f(x) = 2x - 7
Domain: -2 <= 10
Range: -11 <= 13
therefore coords are:
(-2,-11)
(10,13)
Cannot square negatives or divide by zero so we … The numbers in the domain that equal those
Exclude
make the range correct:
f(x) =10 - 2x
Domain: -3 < x <= 5
Range: 16 < f(x) = f(x) > 0
1/0 aka
Undefined
f(x) = 1 /2x + 1
To work out the number to exclude we use trial and error or:
2x + 1 = 0
2x = -1
x = -1/2 <exclude
f (x) = sqr -4
Cannot square root negatives therefore the domain is..
x >= 0
Means only numbers bigger than or equal to zero
Bigger than sign
>
Smaller than sign
<
Symbol for inverse functions
F(sq -1) : x –>