Unit 1: Introduction to the course
2025-07-31
Prerequisite for advanced courses: provides essential skills needed for calculus, discrete math, machine learning, relational databases, cryptography, data science, algorithms, and machine learning.
Foundation for important functions: key to understanding algorithms, such as those for searching, sorting, and optimization. Machine learning and statistical functions algorithms depend onlinear algebra.
Exercise Problem-Solving Skills: Algebra is actually a process for applying rules to solve problems. This is crucial for thinking abstractly to tackle complex problems as well as for debugging and developing efficient code.
Skill used in Computer Graphics: Algebra is used in transformations, rotations, and scaling used in computer graphics, gaming, and data visualizations.
Lynn Marecek, Santa Ana College and MaryAnne Anthony-Smith, 2020 Prealgebra, 2nd ed. https://openstax.org/details/books/prealgebra-2e
Jay Abramson, 2021 Precalculus, 2nd Edition. https://openstax.org/details/books/precalculus-2e
https://www.desmos.com/calculator
Introduction to Prerequisites: Real Numbers: Algebra Essentials, Exponents and Scientific Notation, Radicals and Rational Exponents, Polynomials, Factoring Polynomials, Rational Expressions
Introduction to Equations and Inequalities: The Rectangular Coordinate Systems and Graphs, Linear Equations in One Variable, Models and Applications, Complex Numbers, Quadratic Equations, Other Types of Equations, Linear Inequalities and Absolute Value Inequalities
Introduction to Functions: Functions and Function Notation, Domain and Range, Rates of Change and Behavior of Graphs, Composition of Functions, Transformation of Functions, Absolute Value Functions, Inverse Functions
Introduction to Linear Functions: Linear Functions, Modeling with Linear Functions, Fitting Linear Models to Data
Introduction to Polynomial and Rational Functions: Quadratic Functions, Power Functions and Polynomial Functions, Graphs of Polynomial Functions, Dividing Polynomials, Zeros of Polynomial Functions, Rational Functions, Inverses and Radical Functions, Modeling Using Variation
Introduction to Exponential and Logarithmic Functions: Exponential Functions, Graphs of Exponential Functions, Logarithmic Functions, Graphs of Logarithmic Functions, Logarithmic Properties, Exponential and Logarithmic Equations, Exponential and Logarithmic Models, Fitting Exponential Models to Data
Introduction to Systems of Equations and Inequalities: Two Variables, Three Variables, Nonlinear Equations and Inequalities, Partial Fractions, Matrices and Matrix Operations, Solving Systems with Gaussian Elimination, Inverses, Cramer’s Rule
Introduction to Analytic Geometry: The Ellipse, The Hyperbola, The Parabola, Rotation of Axes, Conic Sections in Polar Coordinates
Introduction to Sequences, Probability and Counting Theory
https://classroom.google.com/c/NzczOTcxNjM1NTcx?cjc=xzswzwc7
\[\small\begin{matrix}\rm \hline {\bf Type} & {\bf Frequency} & {\bf Time} & {\bf Weight}\\ \hline \rm Class\ participation&\rm Daily & \rm In class& \rm 5\% \\ \rm Assignments & \rm Weekly &\rm Online&\rm 10\% \\ \rm Quizzes & \rm Biweekly &\rm Online &\rm 15\% \\ \rm Midterm & \rm 8\ Oct\ 2025 &\rm 09:00-11:00 & 30\%\\ \rm Finals &\rm 1\ Dec\ 2025 &\rm 13:00-16:00 & 40\%\\ \hline \end{matrix}\]
\[\bf\small\begin{matrix} Score\ Range & Grade\ Letter & Meaning\\ 80 - 100 & A & Excellent \\ 75 - 79 & B+ & Very\ good \\ 70 - 74 & B & Good \\ 65 - 69 & C+ & Above\ adequate\\ 60 - 64 & C & Adequate \\ 55 - 59 & D+ & Poor \\ 50 - 54 & D & Very\ Poor \\ \lt 50 & F & Fail\\ \end{matrix}\]
The use of mathematical relationships to determine the values within a solution space. This requires a process that manipulates symbolic variables according to immutable rules
EQUALITY RULE:
OVERRIDING STRATEGY USING RULES
\[\large\frac{-4x}{x-1} + \frac{4}{x+1} = \frac{-8}{x^2-1}\]
\[\begin{eqnarray} \frac{-4x}{x-1} + \frac{4}{x+1} &=& \frac{-8}{x^2-1}\cr\cr \frac{-4x}{x-1}\cdot \color{#ff0000}{\frac{x+1}{x+1}} + \frac{4}{x+1}\cdot \color{#ff0000}{\frac{x-1}{x-1}}&=&\frac{-8}{x^2-1}\cr\cr \color{#ff8800}{\frac{-4x^2-4x}{x^2-1} + \frac{4x-4}{x^2-1}} &=& \frac{-8}{x^2-1}\cr\cr \frac{(-4x^2-4x) + (4x-4)}{x^2-1} &=& \frac{-8}{x^2-1}\cr\cr \frac{-4x^2 + -4x + 4x -4}{x^2-1} &=& \frac{-8}{x^2-1}\cr\cr \frac{-4x^2 + \color{#ff8800}{-4x + 4x} -4}{x^2-1} &=& \frac{-8}{x^2-1}\cr\cr \frac{-4x^2 -4}{x^2-1} &=& \frac{-8}{x^2-1}\cr\cr \color{#ff0000}{\frac{x^2-1}{-4}}\cdot\left(\frac{-4x^2- 4}{x^2-1}\right) &=&\color{#ff0000}{\frac{x^2-1}{-4}}\cdot \frac{-8}{x^2-1}\cr\cr x^2+1 &=&2\cr\cr x^2+1\color{#ff0000}{-2} &=&2\color{#ff0000}{-2}\cr\cr \color{#00ff00}{x^2-1} &=&0\cr\cr (x-1)(x+1) &=&0\cr\cr x &=& \{-1,1\}\cr \end{eqnarray}\]
\[\large \left(x+2\right)^2 + 11\left(x+2\right) - 12 = 0\]
\[\begin{eqnarray}\left(x+2\right)^2 + 11\left(x+2\right) - 12 &=& 0\cr\cr \color{#00ff00}{x+2} &\color{#00ff00}{=}&\color{#00ff00}{u}\cr\cr u^2 + 11u - 12 &=& 0\cr\cr (u+12)(x-1)&=& 0\cr\cr u &=& \{-12,1\}\cr\cr \therefore\quad x& =& u -2\cr\cr x&=& \{-14,-1\}\cr\cr \end{eqnarray}\]
\[\large 3x^4 - 2x^2 -1 = 0\]
\[\begin{eqnarray} 3x^4 - 2x^2 -1 &=& 0\cr\cr \color{#00ff00}{u} &\color{#00ff00}{=}& \color{#00ff00}{x^2}\cr\cr 3u^2 -2u -1 &=& 0\cr\cr (3u+1)(u-1) &=& 0\cr\cr u &=& \left\{-\frac{1}{3},1\right\}\cr\cr x&=&\sqrt{u}=\left\{-i\sqrt{\frac{1}{3}},i\sqrt{\frac{1}{3}},-1,1\right\} \end{eqnarray}\]
\[x = 20\times 3+ 3(2-1) + 54/6 +3\times4\] \[\eqalign{ &Please & Parenthesis \\ &Excuse & Exponentation\\ &My & Multiplication \\ &Aunt & Addition \\ &Sally & Substraction\\ }\]
\[\begin{eqnarray} x &=& 20\times 3+ 3(2-1) + 54 /6 +3\times4\cr\cr x &=& 20\times 3+ 3\times3 + 54 /6 +3\times4\cr\cr x &=& 20\times 3+ 3\times3 + 54 /6 +3\times4\cr\cr x &=& 60 + 9 + 54/6 +12\cr\cr x &=& 60 + 9 + 9 +12\cr\cr x &=& 90 \cr\cr \end{eqnarray}\]
Symbolic math
IT103