Instructional Video11:05
Brian McLogan

Master Solving word problems with changing angles

12th - Higher Ed
Master Solving word problems with changing angles
Instructional Video1:55
Brian McLogan

How to use Trapezoidal sum to approximate the area from a table

12th - Higher Ed
How to use Trapezoidal sum to approximate the area from a table
Instructional Video11:25
Curated Video

The Art of Doing: Dive Into Android Development with Kotlin - Building Our Layout Part 3 "Diaper Tracker App"

Higher Ed
In this video, we will be building our layout part 3. This clip is from the chapter "Diaper Tracker App" of the series "The Art of Doing: Dive Into Android Development with Kotlin".In this section, we will build an app called the Diaper...
Instructional Video11:09
Curated Video

Classes and Objects with JavaScript

Pre-K - Higher Ed
Classes and Objects provide a convenient framework for solving real-world problems with code. Mark will demonstrate JavaScript implementation of classes and object in this video.
Instructional Video2:40
Curated Video

Find the Volume of Prisms

9th - 12th
In this short math video we will find the volume of prisms to answer a standardized math test question. We will first understand that a cube has the same length, width and height. We will interpret the parameters given to visually...
Instructional Video6:00
Flipping Physics

Analyzing the Apollo 15 Feather and Hammer Drop - A Basic Introductory Free-Fall Problem

12th - Higher Ed
Apollo 15 Video Courtesy of NASA: The 1971 Feather and Hammer Drop Experiment performed by Astronaut David Scott. We analyze the experiment to determine the height from which the feather and hammer were dropped. It is a great, basic,...
Instructional Video7:18
Let's Tute

Heron's Formula - Perimeter

9th - Higher Ed
Did you know that we can calculate the area of triangle even without it's height? Heron from Alexandria, derived a formula to calculate the area of triangle by using only the sides of the triangle and by using the perimeter of the...
Instructional Video6:50
Curated Video

Learning CSS (Video 23)

Higher Ed
As a modern day web designer, it is very critical for you to prepare for the CSS3 world we live in. A major challenge that designers face in their day-to-day life is making their designs stand out from the rest and ensuring they work on...
Instructional Video3:28
Curated Video

Learning D3.JS 5.0 10.2: Creating a Simple Map

Higher Ed
In this video, we will learn the structure of a map chart. • Get an overview of HTML and CSS files • Understand the GeoJSON file • Understand the app.js file
Instructional Video4:11
Curated Video

Learning D3.JS 5.0 8.3: Adding the y-axis

Higher Ed
In this video, we will learn how to add the y-axis. • Style the y-axis • See the result and style the y-axis even more with the tickFormat()
Instructional Video3:05
NASA

Timing Is Everything

3rd - 11th
Deputy Systems Engineer Phil Luers explains how ICESat-2’s ATLAS instrument transmitter and receiver subsystems come together to calculate the timing of photons, which, in turn, measure the elevation of ice. Credits: Ryan Fitzgibbons;...
Instructional Video12:28
Curated Video

The Full Stack Web Development - Add Initial CSS

Higher Ed
Sass - The CSS Preprocessor: Add Initial CSS This clip is from the chapter "Sass - The CSS Preprocessor" of the series "The Full Stack Web Development".SASS is a CSS pre-processor which allows us in using variables, mixins as in...
Instructional Video3:48
Brian McLogan

How to determine when you have two solutions for an oblique triangle

12th - Higher Ed
👉 Learn how to determine if a given SSA triangle has 1, 2 or no possible triangles. Given two adjacent side lengths and an angle opposite one of them (SSA or ASS), then there are 3 possible cases: there can be 1 solution, 2 solutions and...
Instructional Video15:01
Curated Video

Modern HTML and CSS from the Beginning (Including Sass) - Hamburger Menu Overlay [4] - Menu Overlay

Higher Ed
Mini Projects With Keyframes, Transitions, etc: Hamburger Menu Overlay [4] - Menu Overlay This clip is from the chapter "Mini Projects With Keyframes, Transitions, etc" of the series "Modern HTML and CSS from the Beginning (Including...
Instructional Video1:01
Curated Video

How to Find the Volume of a Cylinder

9th - 12th
In this short video we will answer a standardized math test question where we are asked to find the volume of a cylinder. We will use the formula v equals pi r squared times h. We will identify the radius and height from the figure and...
Instructional Video4:35
Curated Video

Volume with Fractional Edge Lengths

3rd - 5th
Find the volume of a figure with fractional edge lengths by using unit cubes with the appropriate unit fraction edge lengths.
Instructional Video2:43
Curated Video

Histograms

3rd - 5th
Create a histogram to display data.
Instructional Video4:16
Professor Dave Explains

Practice Problem: The Motorcycle Daredevil

12th - Higher Ed
Your buddy Max is always attempting crazy stunts! Remember that time, he dove off the tree into the kiddie pool? Well this time he's going to take his motorcycle over a brick wall. Since you know all about projectile motion, and you know...
Instructional Video14:12
Curated Video

Caravaggio's Taking of Christ: Great Art Explained

9th - Higher Ed
The Taking of Christ is a painting by Michelangelo Merisi da Caravaggio. The subject is the moment that the son of God is betrayed with a kiss, and arrested in the garden of Gethsemane. Caravaggio’s approach to religious art was shocking...
Instructional Video3:10
TMW Media

Area Of Trapezoids: Calculating the area of different trapezoids

K - 5th
Knowing the area of two triangles inside a trapezoid, how would you calculate its area? Area Of Trapezoids, Part 3
Instructional Video7:56
Curated Video

The Nature-Nurture Debate: Exploring the Complex Interplay of Genetics and Environment

Higher Ed
This video explores the complex interplay between nature and nurture in shaping traits such as intelligence and height. It discusses the concept of heritability and how it changes depending on environmental factors, and touches on the...
Instructional Video1:34
Visual Learning Systems

Making Observations: Measuring

9th - 12th
This fascinating program demonstrates how to observe and record scientific observations. Concepts and terminology: observation, data, recording, data table, tools, safety, measuring, and graphs.
Instructional Video8:57
Curated Video

Learning CSS (Video 40)

Higher Ed
As a modern day web designer, it is very critical for you to prepare for the CSS3 world we live in. A major challenge that designers face in their day-to-day life is making their designs stand out from the rest and ensuring they work on...
Instructional Video2:20
Curated Video

Learning D3.JS 5.0 2.2: Creating Your First SVG

Higher Ed
In this video, we will learn how to create an SVG element. • Start coding on a texteditor. • Load browser to view the SVG. • Load browser + developer tools. Get familiar with the Elements tab in developer tools.