Factored/Simplified Expressions
You take an expression, find all its factors, write it out as a product of factors, you get the factored form.
You expand all the product, then you get the simplified form.
Example:
x2+2x−15This is simplified.(x+5)(x−3)This is factored.
Removable discontinuity
This usually only happens when the given function is rational.
1. Find the G.C.D. of the numerator and the denominator.
2. Set the G.C.D. to 0
3. The roots of the equation in step 2 is where the removable discontinuity occurs.
Example:
Find the removable discontinuity(discontinuities) of the function f(x)=14x2−x+1x2−4.
Solution:
f(x)=14x2−x+1x2−4=14(x2−4x+4)(x−2)(x+2)=14(x−2)2(x−2)(x+2)=(x−2)24(x−2)(x+2)
GCD of numerator and denominator is (x-2). <- Set this to 0.
x - 2 = 0
x = 2
The removable discontinuity of this function occurs at x = 2.
Vertical asymptotes and horizontal asymptotes
Vertical asymptotes occurs at (unremovable) discontinuities.
Horizontal asymptotes is just a horizontal line which the function approaches when x reaches positive or negative infinity.
How to find...
Vertical asymptotes? Find all the discontinuities, exclude the removable ones and the "broken" points(like this one below, at x = 1.)

Horizontal asymptotes? That's a calculus thing. If you want to do it the algebra way, you can substitute larger and larger numbers into the function and see if the function reaches a value eventually, and then repeat with negative numbers.
Example:
Find all the horizontal and vertical asymptotes of the function y = 1/x.
Solution:
Let's find the horizontal asymptotes first. If you substitute large numbers, you will find that it approaches 0 eventually. Same for negative numbers. So the only horizontal asymptote, in this case, is y = 0.
The function has a discontinuity at x = 0, and it is not removable. So vertical asymptote is at x = 0.
Domain and range
Domain is the set of possible inputs of the function.
Range is the set of possible outputs of the function.
Example:
Find the domain and range of the function f(x)=1√x−5.
Solution:
This requires some kind of sense of mathematics. Firstly, the denominator can't be 0, or it will give infinity. So we have √x−5≠0⟹x−5≠0.
Also, √ can't take negative numbers as input. So x−5≥0. But actually as the denominator can't be 0, x - 5 can't be 0. So x−5>0⟹x>5.
So the domain of the function D{f(x)} is (5,∞).
Now let's consider the output of the function. √ only gives out nonnegative numbers(0 and positive numbers if you don't know what are nonnegative numbers), So √x−5≥0⟹f(x)=1√x−5≤∞, which doesn't make any sense. But f(x)=1a nonnegative number, considering that, we get the range of f(x) as the set of all positive real numbers.
R{f(x)} is (0,∞).
P.S.: How do I know these without knowing all the terminologies? Google it ( ͡° ͜ʖ ͡°).