Brian McLogan
Learn how to rotate a figure 180 degrees about the origin ex 2
👉 Learn how to rotate a figure and different points about a fixed point. Most often that point or rotation will be the original but it is important to understand that it does not always have to be at the origin. When rotating it is also...
Brian McLogan
How to rotate a triangle counter clockwise 270 degrees
👉 Learn how to rotate a figure and different points about a fixed point. Most often that point or rotation will be the original but it is important to understand that it does not always have to be at the origin. When rotating it is also...
Curated Video
Julia for Data Science (Video 19)
Julia is an easy, fast, open source language that if written well performs nearly as well as low-level languages such as C and FORTRAN. Its design is a dance between specialization and abstraction, providing high machine performance...
KnowMo
Math Basics: Midpoint, Parallel Lines, and Perpendicular Lines
The video provides an introduction to the concepts of midpoint, parallel lines, and perpendicular lines in mathematics. The instructor explains how to calculate the midpoint of two points, the properties of parallel lines, and the...
Curated Video
Understanding Coordinate Pairs and Describing Paths on a Coordinate Plane
In this lesson, we explored the mathematical relationships between coordinate pairs on a grid system. We learned how to describe the connection between points on a coordinate plane, including the shape of the path that connects them. By...
Tarver Academy
Measuring and Constructing Segments - GEOMETRY 1.2
In This Episode, Tyler Teaches Us About Measuring and Constructing Segments - GEOMETRY 1.2
Fun Robotics
Kmeans Clustering Method
Implementing the Kmeans clustering method to form groups of people in a dataset.
Brian McLogan
How to find the slope of two line using slope formula
👉 Learn how to find the slope between two points. The slope of a line is the steepness of the line. The horizontal line has a zero slope while the vertical line has an undefined slope. To determine the slope of a line passing through two...
Brian McLogan
Use the midpoint formula to find the endpoint when given the midpoint ex 2
👉 In this playlist, you will learn what the distance and midpoint formulas are and how to apply them. The distance formula is derived from the Pythagorean theorem given the coordinates of two points. We will use the distance and midpoint...
Music Matters
Can You Work Out the Time Signature of these Rhythms? - Music Theory
Can you work out the time signature of these rhythms? This music theory lesson presents a quiz to help you sharpen your skills. A number of different rhythms are presented and by looking at the numerical value of each bar and at the...
Curated Video
Addressing Income Inequality: Fiscal Policy Options and Strategies
In this video, the presenter discusses how to address income inequality through fiscal policies. He explains the Lorenz curve and genie index as tools to measure income inequality, and suggests ways to move the curve closer to the line...
Brian McLogan
Graphing a quadratic function in standard form
👉 Learn how to graph quadratics in standard form. A quadratic equation is an equation whose highest exponent in the variable(s) is 2. To graph a quadratic equation, we make use of a table of values and the fact that the graph of a...
Brian McLogan
Converting Points from rectangular form to polar form
Learn how to convert points between rectangular and polar. Rectangular points measure the horizontal and vertical distance away from the origin whereas polar coordinates measure the direct distance and angle in standard position from the...
Brian McLogan
Learn how to determine the slope between two points using slope formula
👉 Learn how to find the slope between two points. The slope of a line is the steepness of the line. The horizontal line has a zero slope while the vertical line has an undefined slope. To determine the slope of a line passing through two...
Math Fortress
Calculus III: Three Dimensional Coordinate Systems (Level 6 of 10)
This video continues the exploration of a three dimensional cartesian coordinate system.This video covers three slightly more challenging examples requiring the use of the distance formula in three dimensions.
Curated Video
Finding Polynomial Equations Using Zeros
In this lesson, students will learn how to mathematically model an arched bridge by finding a second degree polynomial equation using the zeros of its graph. They will understand how to determine the X intercepts and the line of...
Brian McLogan
Learn how to write the equation of the tangent line using trigonometry
👉 Learn how to find and write the equation of the tangent line of a curve at a given point. The tangent of a curve at a point is a line that touches the circumference of the curve at that point. To find the equation of the tangent line...
Brian McLogan
Reflecting a square over the x axis
👉 Learn how to reflect points and a figure over a line of symmetry. Sometimes the line of symmetry will be a random line or it can be represented by the x or y-axis. Either way when reflecting a point and or figure over the line of...
Brian McLogan
Learn how to graph a quadratic equation
👉 Learn how to graph quadratics in standard form. A quadratic equation is an equation whose highest exponent in the variable(s) is 2. To graph a quadratic equation, we make use of a table of values and the fact that the graph of a...
Brian McLogan
Learn how to use the slope formula to determine the slope between two points
👉 Learn how to find the slope between two points. The slope of a line is the steepness of the line. The horizontal line has a zero slope while the vertical line has an undefined slope. To determine the slope of a line passing through two...
Brian McLogan
Graphing and describing multiple transformations
👉 Learn how to identify transformations of functions. Transformation of a function involves alterations to the graph of the parent function. The transformations can be dilations, translations (shifts), reflection, stretches, shrinks,...
Brian McLogan
Characteristics of a parabola with horizontal axis of symmetry
Learn all about parabolas in conic sections. We will discover the basic definitions such as the vertex, focus, directrix, and axis of symmetry. We will also take a look a basic processes such as graphing, writing the equation and...
Curated Video
C++ for Beginners - Meaningful Variable Names VS Cryptic
Your instructor, David gives some advice on how to name variables on functions. This clip is from the chapter "Operators and Precedence" of the series "C++ for Beginners".Understanding Comments: Useful VS Redundant