Functions Flashcards
What are the first 7 rows of the Pascal’s triangle?
1
11
121
1331
14641
1 5 10 10 5 1
1 6 15 20 15 6 1
Describe the most basic forms of hyperbola, truncus, and square root graphs.
Hyperbola: exponential in 1st and 3rd quadrant
Truncus: symmetrical exponential at the same level
Square root: 90 degrees rotated parabola cut in half
What are the formulas that can be used to factorize x^3 expressions?
(x+y)^3= (x+y)(x^2-xy+y^2)
(x-y)^3= (x-y)(x^2+xy+y^2)
What is the pattern of cubic expansion?
First two always match +/- of original
Third ones always the opposite
Last ones always a +.
What is the formula to be used to find the amount of solutions and how do you use it?
b^2-4ac
>0 -> 2 solutions
=0 -> 1 solution
<0 -> no solution
What is the intercept form?
(x/a)+(y/b)=1
What does the formula m=tanθ calculate?
The angle a line makes with the horizontal.
What does the arrangement of simultaneous equation lines represent?
lines cross= 1 solution point
lines parallel, not crossing= no solution
lines overlapping forming 1 line= infinite number of solutions
What of the equation shows if lines will be parallel?
Ratio of x and y values- if ratios are the same then the gradients are equal therefore lines parallel
How to find value of m (in equation) that causes line to overlap/ be parallel?
use coefficients to form ratio
use cross multiplication to find 2 solutions of m
sub solutions back in to see if solutions are parallel or what.
What is the equation that can be used to find the axis of symmetry?
y= -b/2a
How to know what’s the point of inflection?
y= a(x+h)^3 +k
point: (-h, k)
The square root function exists in _______ only. (original without translation)
Quadrant 1
What is an even function?
When f(x)= f(-x)
What is a piecewise function?
Ones that has different rules for different parts of the domain.