1.3 Algebraic Expressions
1.3 Algebraic Expressions
Benjamin
c Aurispa
an xn + an−1 xn−1 + . . . + a2 x2 + a1 x + a0
The numbers a1 , a2 , . . . , an are called coefficients.
Each of the separate parts, such as a3 x3 or a1 x, is called a term of the polynomial.
If there is only one term, it is called a monomial. For two terms, it is called a binomial. For three terms, a
trinomial.
The degree of the polynomial is n: the highest power of x.
To add (or subtract) polynomials, we combine like terms (those that have the same variables raised to the
same powers).
Example: Find the difference (x3 − 4x2 + 6x + 12) − (2x3 + x2 − 4x − 6)
To multiply polynomials, we use the distributive laws. In particular, to multiply two binomials, we use the
FOIL method.
Example: Multiply (x − 7)(2x + 3)(x − 1)
1. Difference of Squares
(A + B)(A − B) = A2 − B 2
2. Perfect Squares
(a) A3 + B 3 = (A + B)(A2 − AB + B 2 )
(b) A3 − B 3 = (A − B)(A2 + AB + B 2 )
1
Math 150, Fall 2008,
Benjamin
c Aurispa
√ √
• (2 x + 3)(2 x − 3)
• (x3 − 4)2
• (x2 − 2)3
Factoring Steps
• 8x2 − 24x + 18
• 36x2 − 25
• x3 − 27
2
Math 150, Fall 2008,
Benjamin
c Aurispa
• 2x2 + 11x − 21
• x3 + 3x2 − x − 3
To factor expressions with rational exponents, first factor out, if possible, the smallest power of x.
Its easy to check if you factored correctly. Just multiply back out to double check.
3
Math 150, Fall 2008,
Benjamin
c Aurispa
• The denominator can’t be zero. If a value of x makes the denominator zero, we must exclude it from
the domain.
• For even powered roots (square roots, fourth roots, etc), whatever is under the radical must be ≥ 0.
x
1.
2x − 3
√
x
2.
x2 − 9
x2 + 3x
3. √
x+3
x2 − 1 x2 − x − 6
• ·
x2 − 7x + 12 x+1
4
Math 150, Fall 2008,
Benjamin
c Aurispa
4y 2 − 9 2y 2 + y − 3
• ÷
2y 2 + 9y − 18 y 2 + 5y − 6
x 2
• − 2
x2 + x − 2 x − 5x + 4
Compound fractions are fractional expressions where the numerator and/or denominator are themselves
fractional expressions.
Examples:
x
x+y
• x y
y + x
5
Math 150, Fall 2008,
Benjamin
c Aurispa
√
x−3−9
√ √
x+ y
x
• Rationalize the denominator of √ .
4− x
√
3+x+2
• Rationalize the numerator of .
3
1.5 Equations
Linear equations can always be written in the form ax + b = 0.
To solve linear equations, use basic algebra, but remember what you do to one side, you MUST do to the
other side.
Example: Solve the following linear equation for the variable x.
ax + b
=2
cx + d
6
Math 150, Fall 2008,
Benjamin
c Aurispa
To solve quadratics that are written as perfect squares, just take square roots of both sides.
Example: Solve (x − 5)2 = 17
If an equation does not easily factor, we can use the method of completing the square. The idea is to
get the equation in the form of the example above, where the equation has a perfect square in it.
To make x2 + bx a perfect square, add ( 2b )2 .
Example: Solve this equation by completing the square: 3x2 − 6x − 1 = 0
What happens if a quadratic is not factorable or you can’t remember how to factor it? Use THE QUADRATIC
FORMULA. It ALWAYS works.
The roots (or solutions) of the quadratic equation ax2 + bx + c = 0 where a 6= 0, are:
√
−b ± b2 − 4ac
x=
2a
7
Math 150, Fall 2008,
Benjamin
c Aurispa
The discriminant of a quadratic equation is D = b2 − 4ac. It is the part of the quadratic formula that is
underneath the square root. The discriminant tells us how many real solutions the equation has. There are
3 cases.
1. D > 0
2. D = 0
3. D < 0
An object thrown up at an initial speed of v0 ft/s will reach a height of h feet after t seconds based on the
formula
h = −16t2 + v0 t
8
Math 150, Fall 2008,
Benjamin
c Aurispa
• Equations with Fractionial Expressions. Multiply both sides by the LCD and then solve.
x+5 5 28
= + 2
x−2 x+2 x −4
However, we must then check for extraneous solutions, which are potential solutions that do not
actually satisfy the original equation. Whenever we multiply an equation by something with the
variable, or whenever we square both sides of an equation, we must check for extraneous solutions. In
general, it is a good idea to check your answers.
• Equations with Radicals: Isolate the square root on one side of the equation and then square both
sides. Remember to check for extraneous solutions.
√
5−x+1=x−2
9
Math 150, Fall 2008,
Benjamin
c Aurispa
• Equations of Quadratic Type: The idea is to get the equation in the form of a quadratic, which we
know how to solve. After solving, again check for extraneous solutions.
x4 − 5x2 + 4 = 0
x4/3 − 5x2/3 + 6 = 0
• Absolute Value Equations: Isolate the absolute value and separate into cases.
|4x + 7| = 2
10