Updating search results...

Search Resources

3238 Results

View
Selected filters:
  • mathematics
Algebra: Arithmetic with Polynomials and Rational Expressions
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

This site teaches Arithmetic with Polynomials and Rational Expressions to High Schoolers through a series of 4333 questions and interactive activities aligned to 26 Common Core mathematics skills.

Subject:
Algebra
Mathematics
Material Type:
Activity/Lab
Interactive
Provider:
Khan Academy
Provider Set:
Khan Academy
Date Added:
01/09/2015
Algebra: Growing Patterns
Read the Fine Print
Rating
0.0 stars

Introduce elementary students to the concept of functions by investigating growing patterns. Visual patterns formed with manipulatives are especially effective for elementary students and allow them to concretely build understanding as they first reproduce, then extend the pattern to the next couple of stages.

Subject:
Algebra
Mathematics
Material Type:
Activity/Lab
Teaching/Learning Strategy
Provider:
Mathwire
Author:
Terry Kawas
Date Added:
02/16/2011
Algebra II Student Notes
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

Algebra II is the second semester of a year-long introduction to modern algebra. The course focuses on group representations, rings, ideals, fields, polynomial rings, modules, factorization, integers in quadratic number fields, field extensions, and Galois theory.
These notes, which were created by students in a recent on-campus 18.702 Algebra II class, are offered here to supplement the materials included in OCW’s version of 18.702. They have not been checked for accuracy by the instructors of that class or by other MIT faculty members.

Subject:
Mathematics
Material Type:
Full Course
Provider Set:
MIT OpenCourseWare
Date Added:
02/01/2022
Algebra I Student Notes
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

Algebra I is the first semester of a year-long introduction to modern algebra. Algebra is a fundamental subject, used in many advanced math courses and with applications in computer science, chemistry, etc. The focus of this class is studying groups, linear algebra, and geometry in different forms.
These notes, which were created by students in a recent on-campus 18.701 Algebra I class, are offered here to supplement the materials included in OCW’s version of 18.701. They have not been checked for accuracy by the instructors of that class or by other MIT faculty members.

Subject:
Mathematics
Material Type:
Full Course
Provider Set:
MIT OpenCourseWare
Date Added:
09/01/2021
Algebra Magic- Make your own Numbers Puzzle
Read the Fine Print
Some Rights Reserved
Rating
0.0 stars

This resource provides an explanation of two number/magic puzzles that can be demystified and explained by using algebra. This resource is from PUMAS - Practical Uses of Math and Science - a collection of brief examples created by scientists and engineers showing how math and science topics taught in K-12 classes have real world applications.

Subject:
Algebra
Geoscience
Mathematics
Physical Science
Material Type:
Lecture
Provider:
NASA
Provider Set:
NASA Wavelength
Date Added:
11/05/2014
Algebra: Reasoning with Equations and Inequalities
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

This site teaches Reasoning with Equations and Inequalities to High Schoolers through a series of 5909 questions and interactive activities aligned to 36 Common Core mathematics skills.

Subject:
Algebra
Mathematics
Material Type:
Activity/Lab
Interactive
Provider:
Khan Academy
Provider Set:
Khan Academy
Date Added:
01/09/2015
Algebra: Seeing Structure in Expressions
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

This site teaches Structure in Algebraic Expressions to High Schoolers through a series of 3482 questions and interactive activities aligned to 26 Common Core mathematics skills.

Subject:
Algebra
Mathematics
Material Type:
Activity/Lab
Interactive
Provider:
Khan Academy
Provider Set:
Khan Academy
Date Added:
01/09/2015
Algebra and Trigonometry 2e
Unrestricted Use
CC BY
Rating
0.0 stars

Algebra and Trigonometry provides a comprehensive exploration of algebraic principles and meets scope and sequence requirements for a typical introductory algebra and trigonometry course. The modular approach and the richness of content ensures that the book meets the needs of a variety of courses. Algebra and Trigonometry offers a wealth of examples with detailed, conceptual explanations, building a strong foundation in the material before asking students to apply what they’ve learned.

Subject:
Algebra
Mathematics
Trigonometry
Material Type:
Textbook
Provider:
Rice University
Provider Set:
OpenStax College
Author:
David Lippman
Jay Abramson
Jean-Marie Magnier
Melonie Rasmussen
Nicholas Belloit
Rachael Gross
Rick Norwood
Valeree Falduto
Date Added:
01/29/2015
Algebra and Trigonometry OpenStax
Unrestricted Use
CC BY
Rating
0.0 stars

Short Description:
Note: This OpenStax book was imported into Pressbooks on August 7, 2019, to make it easier for instructors to edit, build upon, and remix the content. The OpenStax import process isn't perfect, so there are a number of formatting errors in the book that need attention. As such, we don't recommend you use this book in the classroom. This also means that, while the original version of this book is accessible, this Pressbooks copy is not. For information about how to get your own copy of this book to work on, see the Add Content part in the Pressbooks Guide. You can access the original version of this textbook here: Algebra and Trigonometry: OpenStax.

Long Description:
Algebra and Trigonometry provides a comprehensive exploration of algebraic principles and meets scope and sequence requirements for a typical introductory algebra and trigonometry course. The modular approach and the richness of content ensure that the book meets the needs of a variety of courses. Algebra and Trigonometry offers a wealth of examples with detailed, conceptual explanations, building a strong foundation in the material before asking students to apply what they’ve learned.

Word Count: 374323

ISBN: 978-1-947172-10-4

(Note: This resource's metadata has been created automatically by reformatting and/or combining the information that the author initially provided as part of a bulk import process.)

Subject:
Mathematics
Material Type:
Textbook
Provider:
OpenStax
Date Added:
02/13/2015
Algorithms
Conditional Remix & Share Permitted
CC BY-SA
Rating
0.0 stars

This book aims to be an accessible introduction into the design and analysis of efficient algorithms. Throughout the book we will introduce only the most basic techniques and describe the rigorous mathematical methods needed to analyze them.

The topics covered include:

The divide and conquer technique.
The use of randomization in algorithms.
The general, but typically inefficient, backtracking technique.
Dynamic programming as an efficient optimization for some backtracking algorithms.
Greedy algorithms as an optimization of other kinds of backtracking algorithms.
Hill-climbing techniques, including network flow.

The goal of the book is to show you how you can methodically apply different techniques to your own algorithms to make them more efficient. While this book mostly highlights general techniques, some well-known algorithms are also looked at in depth. This book is written so it can be read from "cover to cover" in the length of a semester, where sections marked with a * may be skipped.

Subject:
Mathematics
Material Type:
Textbook
Provider:
Wikibooks
Date Added:
07/27/2016
Algoritmiek
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

This course treats various methods to design and analyze datastructures and algorithms for a wide range of problems. The most important new datastructure treated is the graph, and the general methods introduced are: greedy algorithms, divide and conquer, dynamic programming and network flow algorithms. These general methods are explained by a number of concrete examples, such as simple scheduling algorithms, Dijkstra, Ford-Fulkerson, minimum spanning tree, closest-pair-of-points, knapsack, and Bellman-Ford. Throughout this course there is significant attention to proving the correctness of the discussed algorithms. All material for this course is in English. The recorded lectures, however, are in Dutch.

Subject:
Applied Science
Engineering
Material Type:
Homework/Assignment
Lecture
Lecture Notes
Reading
Teaching/Learning Strategy
Provider:
Delft University of Technology
Provider Set:
TU Delft OpenCourseWare
Author:
M. de Weerdt
Date Added:
03/09/2011
All About Icebergs
Conditional Remix & Share Permitted
CC BY-SA
Rating
0.0 stars

This article provides an overview of icebergs' formation and characteristics and the hazards associated with icebergs.

Subject:
Applied Science
Environmental Science
Geoscience
Physical Science
Material Type:
Reading
Provider:
Ohio State University College of Education and Human Ecology
Provider Set:
Beyond Penguins and Polar Bears: An Online Magazine for K-5 Teachers
Author:
Alison Schirmer Lockman
Jessica Fries-Gaither
Date Added:
10/17/2014
Alternate Exterior Angles
Read the Fine Print
Rating
0.0 stars

An interactive applet and associated web page that demonstrate the alternate exterior angles that are formed where a transversal crosses two lines. The applets shows the two possible pairs of angles alternating when in animation mode. By dragging the three lines, it can be seen that the angles are congruent only when the lines are parallel. When not in animated mode, there is a button that alternates the two pairs of angles. The text on the page discusses the properties of the angle pairs both in the parallel and non-parallel cases. Applet can be enlarged to full screen size for use with a classroom projector. This resource is a component of the Math Open Reference Interactive Geometry textbook project at http://www.mathopenref.com.

Subject:
Geometry
Mathematics
Material Type:
Reading
Simulation
Provider:
Math Open Reference
Author:
John Page
Date Added:
02/16/2011
Alternate Interior Angles
Read the Fine Print
Rating
0.0 stars

An interactive applet and associated web page that demonstrate the alternate interior angles that are formed where a transversal crosses two lines. The applets shows the two possible pairs of angles alternating when in animation mode. By dragging the three lines, it can be seen that the angles are congruent only when the lines are parallel. When not in animated mode, there is a button that alternates the two pairs of angles. The text on the page discusses the properties of the angle pairs both in the parallel and non-parallel cases. Applet can be enlarged to full screen size for use with a classroom projector. This resource is a component of the Math Open Reference Interactive Geometry textbook project at http://www.mathopenref.com.

Subject:
Geometry
Mathematics
Material Type:
Reading
Simulation
Provider:
Math Open Reference
Author:
John Page
Date Added:
02/16/2011
Analyzing Word Problems Involving Multiplication
Unrestricted Use
CC BY
Rating
0.0 stars

In this task, the students are not asked to find an answer, but are asked to analyze word problems and explain their thinking. In the process, they are faced with varying ways of thinking about multiplication.

Subject:
Mathematics
Numbers and Operations
Material Type:
Activity/Lab
Provider:
Illustrative Mathematics
Provider Set:
Illustrative Mathematics
Author:
Illustrative Mathematics
Date Added:
05/01/2012
Ancient Greek Philosophy and Mathematics
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

This course explores the relationship between ancient Greek philosophy and mathematics. We investigate how ideas of definition, reason, argument and proof, rationality / irrationality, number, quality and quantity, truth, and even the idea of an idea were shaped by the interplay of philosophic and mathematical inquiry. The course examines how discovery of the incommensurability of magnitudes challenged the Greek presumption that the cosmos is fully understandable. Students explore the influence of mathematics on ancient Greek ethical theories. We read such authors as: Euclid, Plato, Aristotle, Nicomachus, Theon of Smyrna, Bacon, Descartes, Dedekind, and Newton.

Subject:
Arts and Humanities
History
Literature
Mathematics
Philosophy
Material Type:
Full Course
Provider Set:
MIT OpenCourseWare
Author:
Perlman, Lee
Date Added:
02/01/2016
Angle
Read the Fine Print
Rating
0.0 stars

An interactive applet and associated web page that introduce the concept of an angle. An angle made from two line segments is shown that the user can adjust by dragging the end points of the segments. In real time, as the angles is changed by the user, the angle measure in degrees is shown and a message telling what type of angle it currently is: acute, right, obtuse, reflex or straight. Applet can be enlarged to full screen size for use with a classroom projector. This resource is a component of the Math Open Reference Interactive Geometry textbook project at http://www.mathopenref.com.

Subject:
Geometry
Mathematics
Material Type:
Reading
Simulation
Provider:
Math Open Reference
Author:
John Page
Date Added:
02/16/2011