Atlas Archive

Associative Property

Associative Property

In University Algebra and Trig Course, the Associative Property is the axiom that governs the “grouping” of elements within a single operation. While the Commutative Property tells us that order doesn’t matter, the Associative Property tells us that the placement […]

Continue Reading
Distributive Property

Distributive Property

The Distributive Property is the “bridge” axiom that links the two fundamental operations of a Field: Addition and Multiplication. It is the only axiom that describes how these two distinct operations interact with one another. Formal Definition The Distributive Property […]

Continue Reading
Commutative Property

Commutative Property

The Commutative Property is defined as a fundamental axiom of a Field, meaning that in mathematics where this property is applied, we can expect an identical result regardless of the sequence in which elements are combined. The “order-independence” of a […]

Continue Reading

Types of Real Numbers

There are a number of Types of Real Numbers, subsets within the set of real numbers, that are useful classifications that highlight distinct differences within the Real Numbers. These different classifications of real numbers are: (In the following description of […]

Continue Reading
Real Numbers

Real Numbers

Real Numbers (denoted by the symbol $\mathbb{R}$) are presented not just as a collection of points on a line, but as a specific algebraic structure: a Complete Ordered Field. While the Rational Numbers ($\mathbb{Q}$) allow us to perform basic arithmetic, […]

Continue Reading
Field Axioms

Field Axioms

The Field Axioms provide the definitive structural foundation for the number systems we use in Algebra and Trigonometry. While lower-level math focuses on how to perform calculations, higher-level algebra focuses on why those calculations are valid by defining the properties […]

Continue Reading
Vertical Line Test

Vertical Line Test

The Vertical Line Test is the geometric realization of the fundamental definition of a function. As you progress through your STEM track, you will find that the shift from seeing a “drawing” to seeing a “mapping” is critical for higher-level […]

Continue Reading

Great Year Weeks 13-24

Moving into Weeks 13–24, the curriculum shifts from the singular to the complex. In math and physics, we move from the study of objects in isolation to the study of Fields, Fluids, and Multivariable Systems. In Web Development, we transition […]

Continue Reading
DOM — Document Object Model

DOM — Document Object Model

The Document Object Model (DOM) is studied not just as a tool for web design, but as a formal Tree Data Structure and a language-independent API. It represents the bridge between static markup (HTML/XML) and dynamic computation. Formal Definition and […]

Continue Reading

Python Syllabus

Python is a fantastic language to learn because of its readability and versatility. Here is a comprehensive syllabus broken down into logical phases, from the absolute basics to more advanced concepts. Phase 1: Python Fundamentals This is the “Hello World” […]

Continue Reading