It is our goal to provide you with just the right amount of critical
informaion to put you on the path to better Precalculus Grades without
hitting you with the information overload that is so common on the
internet.
This is not a Precalculus Encyclopedia - No information overload - just the
basics.
Our Precalculus Dictionary has been organized in an alphabetical listing of the
basic terms defined. For your convenience the terms are also divided
into three groups (A-I, J-R and S-Z). Many of the precalculus terms listed in
our Precalculus Dictionary are also linked to a separate page with examples if
you want to know more. Just click on the underlined terms to be taken
from the Precalculus Dictonary to specific pages which explain the terms in
more detail.
Zero of a Polynomial
Return to Top
Precalculus Dictionary A thru I
A
Asymptotes
An Asymptote is simply a line that a given function y=f(x)
approaches but never crosses. y=f(x) gets ever closer and closer to this
asymptote line as x gets larger and larger on its way to infinity, but
never actually touches the asymptote. The simplest example of an
Asymptote is the function y=1/x. As x gets larger and larger, y gets
smaller and smaller, in this case closer and closer to 0, but never
actually reaches 0. The line y=0 is said to be a horizontal Asymptote of
the function y=1/x.
Return to Top
C
Complex Numbers
In our section on the Real Number
System we defined all numbers that are commonly used in
arithmetic and general math. In algebra and precalculus we must add one
additional type of number which we call Imaginary or Complex Numbers. A Complex or
Imaginary Number is defined as any number which contains a multiple of
the square root of (-1) which is defined as lower case "i". There are
specific rules for carrying out mathematical operations with complex or
imaginary numbers.
Return to Top
D
Dividing Polynomials
Dividing Polynomials is a common method of
finding the zeros or roots of a polynomial. For example the linear
polynomial (x-2) can be divided into the polynomial x2-3x+2.
The result is (x-1) with no remainder. This means that both x=2 and x=1
are zeros or roots of the polynomial x2-3x+2. Dividing
Polynomials is a technique used to carryout this process which is
similar to Long Division for numbers.
Return to Top
E
Exponential Functions
Exponential Functions look very similar to
quadratic and polynomial functions such as y=x2 with one very
important difference - the variable x is the exponent. Examples of
exponential functions include y=2x, y=ex and
y=10x.
Return to Top
F
Functions
Functions are algebra equations in which there are two
variables such as y = 2*x + 3. From these equations we see that the
variable y changes as x changes. When x = 1 then y = 2*1 + 3 which is 5.
When x = 2 then y = 2*2 +3 which is 7. Y is said to vary as a function of x
and is sometimes written as y = f(x) [read as "y = a function of x"].
Return to Top
H
Hyperbola
A Hyperbola is the general shape of a double quadratic
function (one which has both x2 and y2). The
simplest hyperbolas have the general formula y2/a2
+ x2/b2 = 1. A Hyperbola looks like two
"boomerangs" with their tips facing each other and is the result of the
intersection of a plane with two cones stacked on top of one another
point-to-point.
Return to Top
I
Imaginary Numbers
Imaginary Numbers - See Complex Numbers
Return to Top
Precalculus Dictionary J thru R
L
Laws of Logarithms
Logarithms, being exponents, follow some specific
and unique rules when involved in the standard math operations like
addition, subtraction, multiplication and division. These rules are
referred to as the Laws of Logarithms. One example of these rules is
loga(A*B) = loga(A) + loga(B).
Logarithmic Functions
A Logarithmic Function is defined as a function
y=f(x) in which at least one term contains logax. Examples
of Logarithmic Functions include y=log2x, y=log10x
and y=logex.
Logarithm Properties
There are four unique Logarithm Properties. The simplest two
Logarithm Properties are loga(1)=0 and loga(a)=1.
Logarithms
Logarithms are actually a
Code for Exponents. The logarithm of a given number X is the exponent
or power to which a specified number "b" called the logarithm base is
raised. For example log10(100)=2 because the logarithm base
"10" raised to the power 2 (squared) = 100.
Return to Top
P
Parabola
A Parabola is the general shape of a quadratic function the
simplest of which is y=x2. The Parabola looks like a
"boomerang" and in geometry is the result of the intersection of a plane
and a cone.
Polynomials
Polynomials are algebra expressions with more than two
terms. Examples of Polynomials include: x2 - 2*x + 1 and
x3 + 2 * x2 + 3 * x + 5. Polynomials are defined
by their order or degree, which is the highest power of x present in the
polynomial.
A polynomial of zero order or degree 0 is simply a constant number. A
polynomial of the first order or degree 1 is a linear equation
(containing only x to the first power) such as y = ax + b where a and b
are constants. A polynomial of the second order or degree 2 is a
quadratic equation (containing only x to the first and second powers)
such as ax2 + bx + c where a, b and c are constants.
Return to Top
Q
Quadratic Functions
Quadratic Functions, sometimes referred to as
Quadratic Equations, are polynomials of the second order that contain
only x to the first and second power and have a general form of
ax2 + bx + c = 0 where a, b and c are constants.
Return to Top
R
Rational Functions
Just as Rational Numbers are
Ratios or fractions of integers so Rational Functions are
Ratios or fractions of polynomials.
These Rational Functions take on the general form of f(x)=P(x)/Q(x)
where P(x) and Q(x) are polynomials. An example of a Rational Function
is f(x)=(x-2)/(x2-3x+2).
Return to Top
Precalculus Dictionary S thru Z
Synthetic Division
Synthetic Division is a short hand method of
Dividing Polynomials. For dividing (x-2) into x2-3x+2 you
would divide -2 into [1 -2 2] using a specific series of arithmetic
steps.
Return to Top
T
Transformations
All functions y = f(x) can be expressed as a geometric
figure in a graph by locating each unique value of x and y of the
function and placing a point at that location on the Cartesian Plane.
The shape of this geometric figure or graph can be changed by carrying
out standard Transformations on the function. These standard
transformations include shifting up, down, left or right; stretching or
shrinking horizontally or vertically, and reflecting through a straight
line usually either the x or y axis. There are specific arithmetic
operations that define each of these Transformations.
Return to Top
Z
Zero of a Polynomial
The zero or root of a polynomial y=P(x) is simply
a value of x which results in y=0. For example, the two zeros or roots
of the polynomial y=x2-3x+2 are x=1 and x=2. This can be
shown by substituting 1 and 2 for x which results in y=12-
3*1+2=1-3+2=0 and y=22-3*2+2=4-6+2=0.
Return to Top
Click here for information about Logarithms
Return from Precalculus Dictionary to Homework-Help-Secrets
