Brian McLogan
Master Solving word problems with changing angles
Master Solving word problems with changing angles
Brian McLogan
How to use Trapezoidal sum to approximate the area from a table
How to use Trapezoidal sum to approximate the area from a table
Curated Video
The Art of Doing: Dive Into Android Development with Kotlin - Building Our Layout Part 3 "Diaper Tracker App"
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...
Curated Video
Classes and Objects with JavaScript
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.
Curated Video
Find the Volume of Prisms
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...
Flipping Physics
Analyzing the Apollo 15 Feather and Hammer Drop - A Basic Introductory Free-Fall Problem
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,...
Let's Tute
Heron's Formula - Perimeter
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...
Curated Video
Learning CSS (Video 23)
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...
Curated Video
Learning D3.JS 5.0 10.2: Creating a Simple Map
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
Curated Video
Learning D3.JS 5.0 8.3: Adding the y-axis
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()
NASA
Timing Is Everything
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;...
Curated Video
The Full Stack Web Development - Add Initial CSS
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...
Brian McLogan
How to determine when you have two solutions for an oblique triangle
👉 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...
Curated Video
Modern HTML and CSS from the Beginning (Including Sass) - Hamburger Menu Overlay [4] - Menu Overlay
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...
Curated Video
How to Find the Volume of a Cylinder
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...
Curated Video
Volume with Fractional Edge Lengths
Find the volume of a figure with fractional edge lengths by using unit cubes with the appropriate unit fraction edge lengths.
Professor Dave Explains
Practice Problem: The Motorcycle Daredevil
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...
Curated Video
Caravaggio's Taking of Christ: Great Art Explained
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...
TMW Media
Area Of Trapezoids: Calculating the area of different trapezoids
Knowing the area of two triangles inside a trapezoid, how would you calculate its area? Area Of Trapezoids, Part 3
Curated Video
The Nature-Nurture Debate: Exploring the Complex Interplay of Genetics and Environment
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...
Visual Learning Systems
Making Observations: Measuring
This fascinating program demonstrates how to observe and record scientific observations. Concepts and terminology: observation, data, recording, data table, tools, safety, measuring, and graphs.
Curated Video
Learning CSS (Video 40)
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...
Curated Video
Learning D3.JS 5.0 2.2: Creating Your First SVG
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.