Arithmetic expression: numbers and operators. PEMDAS order. No variables.
Ex. 5+6-2(32-√25) which simplifies / evaluates
/ calculates / figure-out-what-it-equals / "boils down" to 3
An arithmetic expression is a (restricted) algebraic expression.
Exs:
6x
2x + 5
7x2 + 3x + 4
3x2yz3 + y - 4x
-1.23√(2x+5) + 4
(7x2+3x+4) / (2x+5)
3·3.212x+5 + 4
3·log(2x+5) + 4
3·sin(2x+5) + 4
Variable is a placeholder. Letters are used to indicate variables. Could have been boxy symbols:
7▢2+3▢+4 instead of 7x2+3x+4 to convey the idea that the variable can be or take on
any value (fill in the box).
3▢-5△+4 instead of 3x-5y+4
In an application the variables could represent some quantity of stuff such as time, money, energy, mass,
temperature, length, area, volume, etc. Typically, a more mnemonic letter is used, e.g. t for time.
Ex. 5/9(F-32) F is temperature in fahrenheit
Ex. ½bh b is base, h is height of a triangle
Ex. P(1+r)t P is the principle (lump of money), r is the interest rate, t is years.
Ex. -4.9t2+vt t is time in seconds, v is velocity in m/s
Equation of one variable:
Ex. 7x2+2x+4 = 3x+12
can be solved, i.e. find what value(s) for x makes the equation true, if any.
This one has two solutions, x= 8/7 and -1.
Substituting 8/7 for x in both sides of the equation results in the True equation 15.428571=15.428571.
Substituting -1 for x in both sides of the equation results in the True equation 9 = 9.
Every other number results in a False equation. We want to know the Truths.
NB. an equation of one variable does not have a graph.
An equation in two variables, say x and y, can be graphed in the Cartesian rectangular coordinate plane,
each point of the graph being a solution to the equation.
A solution is an x and y pair of numbers that when substituted into the equation's expressions
evaluates to a True equation.
The graph is the set of all solutions,
it is a "picture" of the equation's solution set.
NB. an expression does not have a graph, pace Desmos.
Ex. 3y2-x2 = 3x-2y
has an infinite number of solutions, (0,0), (0,-2/3), (-3,0) being three of them
If the two-variable equation can be solved for y (i.e. gotten into the form y = expression_in_x),
then that expression can be the definition of a function of x [see below].
Ex. y3-x2 = 3x+2 can be solved for y:
y = ∛(x2+3x+2)
A formula is a "well-known" equation:
A = ½bh
C = 5/9(F-32)
A = πr2
A = P(1+r)t
E = mc2
A function can be evaluated at different values of the variable (x inputs),
resulting in the value of the function (y outputs).
The graph of the function is the set of these (x,y) pairs.
A function is a restricted equation of the form y = one_expression_in_x
Ex. 7x2+2x+4 ≤ 3x+12
An inequality can be solved, i.e. what values when substituted into the variable(s)
yields Truth. Typically an inequality's solution set is an interval; the example's
solution set is: −1≤x≤8/7, or [-1,8/7], or graphically: