UPPC UPCAT Tutorials 2020 Math Part 2
UPPC UPCAT Tutorials 2020 Math Part 2
MATHEMATICS
TABLE OF CONTENTS
ALGEBRA PART II
Word Problems
Exponents and Logarithms
Radicals
Sets and Set Notation
Complex Numbers
Sequences and Series
GEOMETRY
Reasoning
Definitions, Postulates, and Theorems
Angles
Parallel and Perpendicular Lines
ALGEBRA PART II
UPCAT TUTORIALS 2020
by UP Palaris Confraternity
WORD PROBLEMS
In dealing with word problems, it requires
translating sentences to equations, then solving
those equations, solving linear equations,
evaluating algebraic expressions, and solving
problems using Venn diagrams and tables.
Number Problems
Number problems requires translation of sentences into
equations since the relationship among the numbers are
directly stated in the problem.
Example:
Fifteen more than three times a number is the same as ten
less than six times the number. What is the number?
3x + 15 = 6x – 10
Solve for x: 15 + 10 = 6x – 3x
25 = 3x
25/3 = x
Age Problems
While analyzing age problems, it is important to note that the age of different people
ages.
2. Represent – Define a variable.
3. Relate
4. Equate
R T
Equation: When the car overtakes the bus, they have both traveled the same distance. So, we
set them equal to each other then solve the equation.
40(t + 2) = 60t
40t + 80 = 60t
80 = 60t – 40t
80 = 20t Thus, it takes the car 4
4=t
hours to overtake the bus.
Investment Problems
Investment problems involve simple annual interest
(as opposed to compounded interest), using the
interest formula I = Prt, where I stands for the interest
on the original investment, P stands for the amount of
the original investment (called the "principal"), r is the
interest rate (expressed in decimal form), and t is the
time.
Logarithms
If ax = y, then logay = x (the log of y to base a
is x)
Example:
103 = 1000 then log101000 = 3
x = log39 then 9 = 3x = 32 thus, x = 2
EXPONENTS AND LOGARITHMS
Logarithmic properties:
Product rule
Quotient rule
Power rule
Change of base rule
Example: Simplify
RADICALS
Adding and subtracting radicals
Radicals can be combined if they are “like” terms. That
is, those terms have to have the same radical part.
RADICALS
Expand:
SETS AND SET NOTATION
A set is a collection of objects called elements
or members. The notation x ∈ A means x is an
element of A. We write x A if x is not an
element of A.
Example:
A = {0, 1, 2, 3, 4} is the set containing numbers 0,
1, 2, 3, and 4.
B = {x|x ∈ Z and 0 ≤ x < 5} is the set containing
integers less than 5 but greater than or equal to 0.
SETS AND SET NOTATION
The unique set with no elements is called the empty set or the null
set and is denoted by ∅.
The empty set is a subset of every set.
A word of warning: Zero and empty set are closely related, but are
not the same thing.
For example, the equation
x+3=3
has 0 as its only root, and so the set of roots is not the empty set;
On the other hand, the equation
x+1=x+2
has no roots at all. Therefore, its set of roots is ∅.
SETS AND SET NOTATION
Given two sets A and B, if every element of A is also an element
of B, then A is a subset of B, written A ⊆ B. If A ⊆ B and A ≠ B,
we write A ⊂ B and say that A is a proper subset of B.
If
I = {1, 2, 3, …}
then I is the set of all positive integers. Similarly, if
E = {2, 4, 6, …} and T = {3, 6, 9,…}
then E is the set of all positive integers and T is the set of all
multiples of 3. Obviously, E is a subset of I, written E ⊂ I.
Similarly, T ⊂ I.
SETS AND SET NOTATION
Another notation, especially useful for referring to
sets described by algebraic sentences, is called set-
builder notation. Thus,
{x|3x + 7 = 25}
means “the set of all numbers, x, such that 3x + 7 =
25.”
Solving the equation, we can write,
{x|3x + 7 = 25} = {6}
SETS AND SET NOTATION
Given two sets A and B, the intersection of A and B is A ∩
B, that is, the set of all elements that are in both A and B.
This is similar to the logical “and”.
2. Consider the set E of all positive even integers and the set O of all positive odd
integers.
A) Describe E ᴜ O.
B) Describe E ∩ O.
C) Is E ᴜ O ⊂ E ∩ O true of false?
D) Is E ∩ O ⊂ E ᴜ O true of false?
COMPLEX NUMBERS
The imaginary unit i is defined to be:
Then,
Example: Simplify
COMPLEX NUMBERS
Simplify 2i + 3i.
2i + 3i = (2 + 3)i = 5i
Simplify 16i – 5i.
16i – 5i = (16 – 5)i = 11i
Multiply and simplify (3i)(4i).
(3i)(4i) = (3·4)(i·i) = (12)(i2) = (12)(–1) = –12
Multiply and simplify (i)(2i)(–3i).
(i)(2i)(–3i) = (2 · –3)(i · i · i) = (–6)(i2 · i)
=(–6)(–1 · i) = (–6)(–i) = 6i
COMPLEX NUMBERS
Pattern of powers
i¹ = i
i² = -1
i³ = -i
i⁴ = 1
i⁵ = i
i⁶= -1
i⁷= -i
i⁸=1
COMPLEX NUMBERS
To simplify any high power of i, convert it to a lower
power by taking the closest multiple of 4. (i4 is just 1)
Simplify i17.
i17 = i16 + 1 = i4(4) + 1 = i1 = i
Simplify i120.
i120 = i4(30) = i4(30) + 0 = i0= 1
Simplify i64,002.
i64,002 = i64,000 + 2 = i4(16,000) + 2 = i2 = –1
ARITHMETIC SEQUENCES AND SERIES
where an is the nth term, a is the first term, n is the number of terms, and
d is the constant difference.
Example:
Determine if the following sequences is arithmetic
or not.
1) 3, 8, 13, 18, 23, 28, 33,…
Example:
Consider the arithmetic sequence
Example:
Consider the arithmetic sequence
By substitution,
S10 = (10/2)(3 + 48)
S10 = (5)(51)
S10 = 255
GEOMETRIC SEQUENCES AND SERIES
Example:
Consider the sequence
1, 3, 9, 27, 81, …
Find the common ratio, a10, and S10:
Using
Thus, r = 3/1 = 3
To find a10 we will use
By substitution,
a10 =1(3) 10-1
a10 = 39 = 19683
Examples:
1. If x = 5, then x2 = 25
2. If two segments are congruent, then they have the
same measure.
REASONING
The if-statement is the hypothesis and the then-statement is
the conclusion.
For instance,
Statement 1: Congruent segments have equal lengths
If-then form:
If two segments are congruent, then they have equal lengths.
For instance,
Conditional: If an angle measures 45°, then it is acute.
Converse: If an angle is acute, then it measures 45°.
Examples:
1. If 5x = 125, then x = 25 (Multiplication property of equality)
Here are some helpful links that you can access for
a handout of Definitions, Postulates, and
Theorems:
http://
www.ouchihs.org/ourpages/auto/2013/7/26/52822673/Geo-PostulatesTheo
rems-List.pdf
http://nohsteachers.info/PRuggles/Handouts/Geometry%20Theorems%20a
nd%20Postulates.pdf
ANGLES
If two rays have the same end point, but do not lie on the
same line, then their union is and angle.
The two rays are called its sides.
Their common end point is called its vertex.
If the sum of the two angles is 90, then they are called
complementary.
If the sum of the two angles is 180, then they are called
supplementary.
Parallel and Perpendicular Lines
Parallel lines are two lines that lie in the same
plane (coplanar) without intersecting each other.
L1
L2