You are on page 1of 13

01 - DISCOVERING EXPRESSIONS,

EQUATIONS, AND FUNCTIONS


EXPRESSIONS AND VARIABLES
An algebraic expression comprises both
numbers and variables together with at least one
arithmetic operation.
Example
4*x-3
A variable, as we learned in pre-algebra, is a
letter that represents unspecified numbers.
One may use a variable in the same manner as
all other numerals:

OPERATIONS IN THE RIGHT ORDER


When faced with a mathematical expression
comprising several operations or parentheses,
the result may be affected by the order in which
the various operations are tackled e.g.
4*7=2
The result is influenced if we take the
To evaluate an algebraic expression, you have to multiplication first:
substitute each variable with a number and
perform the operations included. 28 – 2 = 26

Example Or if we begin with the subtraction:

Evaluate the expression when x=5 4 * 5 = 20

4*x–3 To avoid misunderstandings mathematicians


Substitute x with 5 (4 * 5-3) have established an order of operations so
that we always arrive at the same result.
Calculate the answer: (20 – 3 = 17)
An expression that represents repeated 1. Simplify the expressions inside
multiplication of the same factor is called a parentheses (), brackets [], braces { }
power e.g. and fractions bars.
2. Evaluate all powers.
3. Do all multiplications and division
from left to right.
4. Do all addition and subtractions from
left to right.
An example of this appears if we were to ask Example
ourselves how many hours a person works
over two days, if they work 4 hours before Tony is at a car rental service to rent a car.
lunch and 3 hours after lunch. We first work There is an administration fee of $50 to rent
out how many hours the person works each a car and then it costs $20 for each day he
day: has the car. Write an expression for the total
cost of renting a car at this particular car
rental service.

Written as a verbal model.

administrative fee + price each day * no. of


days

COMPOSING EXPRESSIONS Translate the verbal model into a


mathematical model.
In the previous section we used an example
where we wanted to know how many hours a
50+20x
person works over a period of two days if he
each day were to work 4 hours before lunch and
where x is the number of days that you've
3 hours after lunch. As we could see this
problem could be turned into the expression
rented the car.

When we measure how fast a car, or


something is moving we are usually
(4+3) * 2 = 14 comparing quantities measured in different
When we want to translate a verbal phrase like units like comparing distances with time.
the example above into a mathematical The fraction resulting is called a rate. The
expression, we can look for words that indicate a unit rate is when the denominator of the
mathematical operation. fraction is 1 unit.

For example, words like "sum", "increased by"


and "plus" indicates that we are to use addition.
And words like "times" and "multiplied by" calls
for multiplication. When we are writing
subtractions and divisions the order in which we
write is important. "The difference of a number
12 and a" is written 12 - a and not a - 12.
When we have a mathematical problem as in the
example below, we can begin by making a
verbal model where we describe the situation in
words and relate the words by usage of
mathematical symbols. These words can then be
replaced by numbers or variables to create a
mathematical model, or expression, to describe
the situation.
COMPOSING EQUATIONS AND
INEQUALITIES

Equations and inequalities are both


mathematical sentences formed by relating two
expressions to each other. In an equation the two
expressions are deemed equal which is shown by
the symbol =.
X=Y | X IS EQUAL TO Y

REPRESENTING FUCNTIONS AS RULES


AND GRAPHS

Let's begin by looking at an example:


EXAMPLE
At a store the carrots cost $2.50/lb. The
Is 3 a solution to
price the customer pays is dependent on how
5x + 14 = 24 many pounds of carrots that he buys.
Another way to say this is to say that the
Substitute x for 3 total cost is a function of the pounds bought.
5 * 3 + 14 We can write this as an equation.

15 + 14 = 29 ≠ 24 total cost = price per lb * weight bought

FALSE! Or
Since 29 is not equal to 24, 3 is not a solution to
the equation.
Y= 2.50 * x
A function is an equation which shows the written as (a, b). In an ordered pair the first
relationship between the input x and the number, the input a, corresponds to the
output y and where there is exactly one horizontal axis and the second number, the
output for each input. Another word for output b, corresponds to the vertical axis.
input is domain and for output the range. As
we stated earlier the price the costumer has We can thus write our values as ordered
to pay, y, is dependent on how many pounds pairs.
of carrots, x, that the customer buys.
(0, 0) - This ordered pair is also referred to
The number of pounds bought is called the as the origin
independent variable since that's what we're (1, 2.5)
changing whereas the total price is called the (2, 5)
dependent variable since it is dependent on (3, 7.5)
how many pounds we actually buy.
These ordered pairs can then be plotted into
Input variable = Independent variable = a graph.
Domain

Output variable = Dependent variable =


Range

Functions are usually represented by a


function rule where you express the
dependent variable, y, in terms of the
independent variable, x.

Y= 2.50 * x

You can represent your function by making it A pairing of any set of inputs with their
into a graph. The easiest way to make a graph is corresponding outputs is called a relation.
to begin by making a table containing inputs and Every function is a relation, but not all
their corresponding outputs. Again, we use the relations are functions. In the example above
example with the carrots. with the carrots every input gives exactly
one output which qualifies it as a function.

If you are insecure whether your relation is a


function or not you can draw a vertical line
right through your graph. If the relation is
not a function the graph contains at least two
points with the same x-coordinate but with
different y-coordinates.

A pair of an input value and its corresponding


output value is called an ordered pair and can be
Example:

 Simplify the expression: 2x (3 + 5)


 Solution:
 Apply the distributive property: 2x * 3 +
2x * 5
 Simplify: 6x + 10x
The relation portrayed in the graph to the left shows a  The simplified expression is: 16x
function whereas the relation in the graph to the right
Step 4: Reducing Fractions
is not a function since the vertical line is crossing the
graph in two points. If the expression contains fractions, simplify
them by finding the greatest common factor
(GCF) of the numerator and denominator and
How to Simplify Expressions: Learn the rules then dividing both by the GCF.
for combining like terms, removing
parentheses, and reducing fractions in Example:
algebraic expressions.  Simplify the fraction: (6x^2 - 12x) / 18
Step 1: Identify Like Terms  Solution:
 Factor out the GCF of the numerator:
Like terms are terms that have the same 6x(x - 2)
variables raised to the same exponents. To  The GCF of 6x and 18 is 6. Divide both
simplify expressions, we need to combine these the numerator and denominator by 6:
like terms. (6x * (x - 2)) / (18 / 6)
Step 2: Combining Like Terms  Simplify: (6x * (x - 2)) / 3
 Finally, simplify further: 2x (x - 2)
To combine like terms, add or subtract the  The simplified expression is: 2x (x - 2)
coefficients (numbers in front of the variables)
while keeping the variable part unchanged. Pay attention to signs: Adding a negative term is the same
as subtracting the positive form of the term.
Example:
Be cautious with distributing negatives across parentheses.
 Simplify the expression: 3x + 2y - x + Watch out for common mistakes like mixing up exponents
4y or dropping terms.
 Solution:
How to Perform Operations with Exponents:
 Combine the x-terms: 3x - x = 2x
Discover rules for simplifying expressions
 Combine the y-terms: 2y + 4y = 6y involving exponents, such as multiplication,
 The simplified expression is: 2x + 6y division, and power rules.
Step 3: Removing Parentheses 1. Exponentiation (Power Rule)

Sometimes, expressions have parentheses that When you raise a number to an exponent, it means
need to be removed. To do this, apply the multiplying the base by itself the number of times specified
by the exponent. The general form is: `a^b`, where 'a' is the
distributive property, which states that a (b + c)
base and 'b' is the exponent.
= ab + ac.
Example: 2^3 = 2 * 2 * 2 = 8

2. Multiplication with Exponents (Product Rule):


When you multiply two terms with the same base but  Simplify: (2^3 * 2^ (-2)) / 2^1
different exponents, you can add the exponents while  Solution:
keeping the base unchanged.  Step 1: Apply the product rule and negative
exponent rule.
Example: x^3 * x^2 = x^ (3 + 2) = x^5
 (2^3 * 2^ (-2)) / 2^1 = 2^ (3 + (-2)) / 2^1 = 2^1 /
3. Division with Exponents (Quotient Rule) 2^1 = 2^(1-1) = 2^0 = 1

When you divide two terms with the same base but
different exponents, you can subtract the exponent of the
denominator from the exponent of the numerator while
keeping the base unchanged.
How to Perform Operations with Exponents:
Example: x^5 / x^2 = x^ (5 - 2) = x^3 Discover rules for simplifying expressions
involving exponents, such as multiplication,
4. Power to a Power (Power Rule)
division, and power rules.
When you raise a power to another power, you can multiply
the exponents while keeping the base unchanged. Simplifying radical expressions involves simplifying square
roots and higher-order radicals. Let's start with square roots
Example: (x^2) ^3 = x^ (2 * 3) = x^6 and then move on to higher-order radicals.

5. Negative Exponents 1. Simplifying Square Roots:

A negative exponent means taking the reciprocal of the A square root is an expression of the form √x, where x is a
term with a positive exponent. non-negative number. The goal is to find the simplest form
of the square root expression. Here's the step-by-step
Example: x^ (-3) = 1 / x^3 process:
6. Zero Exponent Step 1: Factorize the Number Under the Radical (if
possible)
Any number (except zero) raised to the power of zero is
equal to 1. - Look for perfect square factors of the number under the
radical. A perfect square is a number that can be expressed
Example: a^0 = 1
as the square of an integer (e.g., 4, 9, 16, 25, etc.).
7. Fractional Exponents (Roots)
- If the number under the radical can be factored into
Fractional exponents represent roots. To calculate the 'nth' perfect squares, do so. Otherwise, the expression is already
root of a number 'a', raise 'a' to the power of 1/n. in its simplest form.

Example: 4^ (1/2) = √4 = 2 Step 2: Use the Product Rule for Square Roots

Let's look at some examples of simplifying expressions - The product rule states that √ (a * b) = √a * √b. We can
using these rules: use this rule to separate the perfect square factors found in
step 1.
Example 1:
Step 3: Simplify the Expression
 Simplify: 3^2 * 3^4
 Solution: - If there are any perfect square factors, take the square
 Step 1: Apply the product rule. root of each of them and write them outside the radical
sign. Any non-perfect square factors should remain under
 3^2 * 3^4 = 3^ (2 + 4) = 3^6
the radical.
Example 2:
Step 4: Combine Like Terms (if applicable)
 Simplify: (x^2) ^3 / x^4
- If there are like terms (same radicals) in the expression,
 Solution:
you can combine them together. For example, √4 + √9 can
 Step 1: Apply the power to a power rule. be simplified to 2 + 3 = 5.
 (x^2) ^3 = x^ (2 * 3) = x^6
 Step 2: Apply the quotient rule. 2. Simplifying Higher-Order Radicals:
 (x^2) ^3 / x^4 = x^6 / x^4 = x^ (6 - 4) = x^2
Higher-order radicals are expressions with a higher index,
Example 3: such as cube roots (∛) and fourth roots (∜). The same
principles apply as with square roots, but the process may inputs (domain) and the corresponding
involve finding perfect nth powers. Let's go through the
steps:
outputs (range). Let's go through a step-by-
step process to find the domain and range of
Step 1: Factorize the Number Under the Radical (if
possible):
algebraic functions.

- Look for perfect nth powers (where n is the index of the Step 1: Understand the Definition of
radical) of the number under the radical. Domain and Range
- If the number under the radical can be factored into
perfect nth powers, do so. Otherwise, the expression is
- The domain of a function is the set of all
already in its simplest form. possible input values for which the function
Step 2: Use the Product Rule for Radicals:
is defined.

- The product rule for nth roots states that √[n] (a * b) = - The range of a function is the set of all
√[n]a * √[n]b. Use this rule to separate the perfect nth possible output values that the function can
power factors found in step 1.
produce.
Step 3: Simplify the Expression:
Step 2: Identify the Function
- Take the nth root of each perfect nth power factor and
write them outside the radical sign. Any non-perfect nth - Start by identifying the algebraic function
power factors should remain under the radical.
you want to find the domain and range for.
Step 4: Combine Like Terms (if applicable) For example, let's consider the function f(x).
- If there are like terms (same radicals) in the expression,
you can combine them together.
Step 3: Look for Excluded Values in the
Domain
Here's an example for both square roots and higher-order
radicals: - In some cases, the domain might be
Example 1: Simplify √ (18) explicitly specified or limited. Look for any
restrictions on the input values (x) in the
 Step 1: Factorize the number under the radical:
18 = 2 * 9 function's definition or any restrictions in the
 Step 2: Apply the product rule: √ (2 * 9) = √2 * problem statement. These may include:
√9
 Step 3: Simplify: √2 * 3 a. Denominators in fractions: The function
 Final Answer: 3√2 might be undefined when the denominator is
Example 2: Simplify ∛ (64) zero (division by zero is not allowed).
 Step 1: The number under the radical is already a b. Square roots: The radicand (expression
perfect cube: 64 = 4^3 inside the square root) must be non-negative
 Step 2: Apply the product rule: ∛ (4^3) = ∛4 * ∛4
* ∛4 since square roots of negative numbers are
 Step 3: Simplify: 4 not real.
 Final Answer: 4
c. Logarithms: The argument of a
How to Find the Domain and Range of logarithmic function must be positive.
Functions: Learn to determine the
permissible inputs and corresponding Step 4: Find the Domain
outputs of algebraic functions - Based on the identified restrictions in Step
Finding the domain and range of a function 3, determine the set of all possible input
involves determining the set of permissible values (x) for which the function is defined.
This set will be the domain of the function.
Write the domain in interval notation or set Step 3: There are no excluded values for x in
notation, whichever is appropriate. the function f(x) = 2x + 3. So, the domain is
all real numbers (-∞, ∞).
Step 5: Determine the Range
Step 4: Domain = (-∞, ∞).
- To find the range, consider the behavior of
the function as x varies over the domain. Step 5: Since the function f(x) = 2x + 3 is a
Some functions may have specific patterns linear function, it is continuous over its
or characteristics that allow you to domain, and it has no turning points.
determine the range directly. However, in Therefore, the range of this function will
some cases, it may be challenging to find the also be all real numbers (-∞, ∞).
exact range without the help of advanced
Step 6: Verify that the domain is (-∞, ∞),
mathematical tools.
and the range is also (-∞, ∞).
- If the function is continuous over its
domain, you can find the range by analyzing
the end behavior and looking for any
maximum or minimum points.
- If the function is not continuous or has
complex behavior, you might need to use
graphical methods or advanced How to Find the Slope of a Line: Learn to
mathematical techniques to find the range. calculate the slope of a line given two
Step 6: Verify Your Results points or the equation of the line.

- Double-check your work to ensure you Finding the slope of a line is a fundamental
have correctly determined the domain and concept in algebra and geometry. The slope
range. Make sure to review any restrictions represents the rate at which the line rises or
you found in Step 3 and confirm that you falls as you move from one point to another.
have accurately represented the domain and It's typically denoted by the letter "m."
range of the function. There are two common methods to calculate
the slope of a line: using two given points or
Let's illustrate this process with a simple using the equation of the line. Below is a
example: step-by-step guide for both methods:
Example: Find the domain and range of the Method 1: Using Two Given Points
function f(x) = 2x + 3.
Step 1: Identify the two points.
Let's assume you have two points on the
Step 1: The function is f(x) = 2x + 3. line, (x1, y1) and (x2, y2). Each point
consists of an x-coordinate and a y-
Step 2: There are no explicit restrictions
coordinate.
mentioned in the problem, so we proceed to
Step 3. Step 2: Calculate the difference in y-
coordinates.
Subtract the y-coordinate of the first point  Step 3: Δx = 5 - 2 = 3
(y1) from the y-coordinate of the second  Step 4: Slope (m) = Δy / Δx = 6 / 3 =
point (y2). 2
Delta y (Δy) = y2 - y1 Method 2:
 Step 1: Given points: (2, 3) and (5, 9)
Step 3: Calculate the difference in x-  Step 2: Using the equation of the line
coordinates. (y = mx + b) and either of the points,
solve for "m":
Subtract the x-coordinate of the first point  3 = 2 * 2 + b (using point (2, 3))
(x1) from the x-coordinate of the second  b = 3 - 4 = -1
point (x2).  Step 3: The equation of the line is y
Delta x (Δx) = x2 - x1 = 2x - 1. The slope (m) is 2.

Step 4: Calculate the slope. Both methods yield the same slope (m = 2),
which means the line rises 2 units for every
Divide the difference in y-coordinates (Δy) 1 unit it moves horizontally.
by the difference in x-coordinates (Δx).
Slope (m) = Δy / Δx
Method 2: Using the Equation of the Line
Step 1: Identify the equation of the line
The equation of a straight line is generally
written in the slope-intercept form, y = mx + Fractions:
b, where "m" is the slope and "b" is the y- Introduction to Fractions:
intercept (the point where the line intersects
the y-axis). Definition: A fraction represents a part of a
whole. It consists of two parts: a numerator
Step 2: Read the slope from the equation and a denominator. The numerator is the
In the slope-intercept form, the coefficient of number above the fraction line, and the
"x" represents the slope "m." denominator is the number below it.
Example: In the fraction 3/5, the numerator
is 3, and the denominator is 5.
Types of Fractions:
Simple Example:
1. Proper Fraction: When the numerator is
Let's calculate the slope of the line passing smaller than the denominator (e.g., 1/2, 3/7).
through the points (2, 3) and (5, 9).
2. Improper Fraction: When the numerator is
Method 1: equal to or greater than the denominator
 Step 1: Given points: (2, 3) and (5, 9) (e.g., 7/4, 10/3).
 Step 2: Δy = 9 - 3 = 6
3. Mixed Number: A combination of a whole  Step 1: 17 (numerator) ÷ 4
number and a proper fraction (e.g., 2 3/4, 5 (denominator) = 4 with a remainder
1/2). of 1
 Step 2: The whole number part is 4.
Converting Between Mixed Numbers and
Improper Fractions:  Step 3: The proper fraction is 1/4.
 Answer: The mixed number is 4 1/4.
1. Converting Mixed Numbers to
Improper Fractions: Operations with Fractions:

To convert a mixed number to an improper 1. Addition and Subtraction:


fraction, follow these steps: To add or subtract fractions with the same
 Step 1: Multiply the whole number denominator, simply add or subtract their
by the denominator. numerators while keeping the denominator
 Step 2: Add the product from Step 1 the same.
to the numerator. Example: Add 1/3 + 2/3.
 Step 3: Write the sum from Step 2
over the original denominator. 1/3 + 2/3 = (1 + 2)/3 = 3/3 = 1 (simplified to
a whole number).
 Example: Convert 2 3/5 to an
improper fraction. 2. Addition and Subtraction with
 Step 1: 2 (whole number) × 5 Different Denominators:
(denominator) = 10
To add or subtract fractions with different
 Step 2: 10 (product) + 3 (numerator)
denominators, follow these steps:
= 13
 Step 3: The improper fraction is  Step 1: Find a common denominator
13/5. for both fractions (LCM - Least
Common Multiple).
2. Converting Improper Fractions to
 Step 2: Rewrite both fractions using
Mixed Numbers:
the common denominator.
To convert an improper fraction to a mixed  Step 3: Add or subtract the
number, follow these steps: numerators while keeping the
common denominator.
 Step 1: Divide the numerator by the
denominator. Example: Add 1/4 + 1/3.
 Step 2: Write down the whole
 Step 1: The LCM of 4 and 3 is 12.
number part of the result.
 Step 2: Rewrite the fractions with the
 Step 3: Write the remainder (the
common denominator: 1/4 = 3/12
remainder is the numerator of the
and 1/3 = 4/12.
proper fraction) over the original
denominator.  Step 3: 3/12 + 4/12 = 7/12.

Example: Convert 17/4 to a mixed number. 3. Multiplication:


To multiply fractions, multiply the
numerators together and multiply the
denominators together.
Linear Equations:
Example: Multiply 2/5 × 3/4.
A linear equation is an equation of the form
2/5 × 3/4 = (2 × 3)/(5 × 4) = 6/20 (You can
"ax + b = 0", where "a" and "b" are
simplify this fraction further.)
constants, and "x" is the variable we want to
4. Division: solve for. The goal is to find the value of "x"
that satisfies the equation.
To divide fractions, multiply the first
fraction by the reciprocal of the second Step 1: Identify the linear equation
fraction.
Write down the linear equation you need to
Example: Divide 2/3 ÷ 4/5. solve. Make sure it is in the form "ax + b =
0".
Step 2: Simplify the equation
2/3 ÷ 4/5 = 2/3 × 5/4 = (2 × 5)/(3 × 4) =
10/12 (You can simplify this fraction If there are any terms that can be combined
further.) or simplified, do it. For example, if the
equation is "2x + 4x - 8 = 0", you can
Simplifying Fractions:
simplify it to "6x - 8 = 0".
To simplify a fraction, find the greatest
Step 3: Isolate the variable term
common divisor (GCD) of the numerator
and denominator, then divide both the The objective is to get "x" by itself on one
numerator and denominator by the GCD. side of the equation. To do this, you need to
move all the terms without "x" to the other
Example: Simplify 16/24.
side of the equation.
Step 1: Find the GCD of 16 and 24: GCD
If "x" is on the left side with a coefficient
(16, 24) = 8.
(e.g., "3x"), you want to get rid of any
Step 2: Divide both the numerator and constants on that side. To do that, follow
denominator by the GCD: 16/24 ÷ 8/8 = 2/3. these steps:

Remember to always simplify fractions


when possible to get them in their lowest
- Add or subtract the constant term on
terms.
the left side to both sides of the
These are the fundamentals of fractions, equation to move it to the right side.
their operations, and how to convert between This will eliminate the constant on
mixed numbers and improper fractions. the left side.
Practicing these concepts with various - If there's a coefficient on "x," divide
examples will strengthen your understanding both sides of the equation by that
of fractions and their applications in more coefficient to isolate "x."
advanced mathematical concepts.
If "x" is on the right side (e.g., "3 = 2x + 1. All like terms are combined: In a
5"), you want to move all the constant terms simplified linear equation, all terms
to the left side: with the same variable and
exponent (if any) should be
a) Add or subtract the constant term on the
combined. For example, "3x + 2x"
right side to both sides of the equation to
should be simplified to "5x," and
move it to the left side. This will eliminate
"4x^2 + 2x^2" should be simplified
the constant on the right side.
to "6x^2."
b) If there's a coefficient on "x," divide both 2. No unnecessary parentheses: Make
sides of the equation by that coefficient to sure there are no unnecessary
isolate "x." parentheses in the equation. For
instance, if the equation is "(2x + 3)
Step 4: Solve for "x" - (x - 1) = 0," you should simplify it
Once you have isolated "x" on one side of to "2x + 3 - x + 1 = 0" by removing
the equation, the equation should be in the the parentheses without changing
form "x = something." Now, simply the sign inside the parentheses.
compute the value of "x."
3. No fractions in the coefficients: In a
simplified linear equation, the
coefficients of the variables should
not contain fractions. For example,
"2/3x - 4 = 0" is not simplified,
Example: while "2x - 12 = 0" is.

Let's solve the equation "2x - 6 = 0."


- Step 1: Identify the equation: 4. No like terms on both sides of the
2x - 6 =0 equation: In a simplified linear
- Step 2: Simplify if possible: The equation, there should be no like
equation is already simplified. terms on both sides of the equation.
- Step 3: Isolate the variable term: For instance, "2x - 3 = 4x - 7" is not
- Add 6 to both sides: 2x = 6 simplified, while "2x - 3 = 4x + 7"
- Divide both sides by 2: x = 3 is.
- Step 4: The solution is x = 3.
Remember, the objective is to get "x" by 5. Constant term on one side: In a
itself on one side of the equation, and you simplified linear equation, the
can use basic arithmetic operations constant term should appear on only
(addition, subtraction, multiplication, and one side of the equation. For
division) to manipulate the equation and find example, "5x + 2 = 3" is not
the value of "x." simplified, while "5x - 1 = 0" is.
NOTE: To determine if a linear equation is
simplified, you need to check if the equation
follows certain rules: Inequalities:
Systems of Equations

Polynomials

Quadratic Equations

Exponents and Radicals

Functions and Graphing

Inequalities with Multiple Variables

Coordinate Geometry

Polynomial Functions and Rational


Exponents

Exponential and Logarithmic Functions

Matrices and Systems of Equations

You might also like