Mazz Media
Cardiovascular System (An Introduction)
In this live-action program viewers will learn that the cardiovascular system comprised of the heart and the circulatory system that includes the heart, blood vessels, and approximately five liters of blood. Students will come to...
APMonitor
Python Basic Statistical Analysis
Python statistical functions such as average, maximum, minimum, standard deviation, and custom counting are demonstrated in an iPython notebook.
NASA
Building a Hurricane Season in the Atlantic Ocean
For decades, NASA researchers have helped refine our understanding of hurricanes and tropical storms. To better understand the Atlantic hurricane season, they use the Goddard Earth Observing System (GEOS-5) model run by supercomputers at...
Schooling Online
Physics Kinematics: Motion in a Straight Line - Speed and Velocity
While Mark Brent snoozes through his alarms, Lotus Lang is hot on the missile’s trail. Can she catch the culprits? This lesson will compare and contrast speed and velocity. Definitions included: speed, velocity Equations: average speed,...
Flipping Physics
We Only See the Moon in the Past
We never see the moon as it is, we only see it as it was, ~1.3 seconds ago.
PBS
Is It Even POSSIBLE to Save for Retirement?
No one wants to end up broke in their autumn years... why was it so much easier for previous generations to avoid this? And what can you do about it?
Brian McLogan
How to find the acceleration at a given time from the velocity graph
👉 Learn how to solve particle motion problems. Particle motion problems are usually modeled using functions. Now, when the function modeling the position of the particle is given with respect to the time, we find the speed function of...
Flipping Physics
AP Physics C: Rotational Kinematics Review (Mechanics)
Calculus based review of instantaneous and average angular velocity and acceleration, uniformly angularly accelerated motion, arc length, the derivation of tangential velocity, the derivation of tangential acceleration, uniform circular...
APMonitor
Data Analysis with Python for Excel Users
A common task for scientists and engineers is to analyze data from an external source. By importing the data into Python, data analysis such as statistics, trending, or calculations can be made to synthesize the information into relevant...
Curated Video
Understanding Z-Scores
In this video, the teacher explains the concept of z-scores and how they can be used to compare data values from different distributions. The teacher uses examples of SAT and ACT scores to demonstrate how z-scores can provide a...
Curated Video
Learn and Master C Programming - Understanding & Creating C Functions
We will learn how to create our own functions and call them (invoke) them from within main as well as other functions. This clip is from the chapter "Fundamentals and Basics" of the series "Learn and Master C Programming For Absolute...
Flipping Physics
Understanding Instantaneous and Average Velocity using a Graph
Students often get confused by the difference between Instantaneous and Average. In this video we use a graph to compare and understand the two different concepts.
PBS
What The Heck Is An Index Fund?
Despite only promising "average" results, index funds have become one of the most popular choices for the majority of investors.
Curated Video
Understanding Populations and Samples: Importance of Representative Samples and Large Sample Sizes
This video explains the concepts of populations and samples in statistical analysis. It defines population as the overall group of interest, and sample as a subset of the population used to infer information about it. The video...
TLDR News
Why Georgia Could Be the Most Important 2020 Election (Even if it's Happening in 2021) - TLDR News
If you were already done with 2020, let me tell you some bad news - it's not over yet. Potentially the biggest election of this election cycle is still yet to come with the Georgia runoffs set to decide the balance of the senate. In this...
ACDC Leadership
Short-Run Cost Curves (Part 3)- Micro Topic 3.2
In this video I explain why MC decreases and then increases and why the MC hits ATC at the minimum point of the ATC curve. Very exciting stuff!
JJ Medicine
Introduction to Clinical Lab Values: Blood Cells and Electrolytes
In this video, you will be introduced to clinical laboratory values including references ranges, normal values, patient factors influencing lab values, blood panel values and serum electrolyte levels. You will also learn about the...
Institute of Human Anatomy
The Anatomy of Skin Thickness: Why We Get Wrinkles
This video explains the variability of skin thickness in different parts of the body and how it affects the aging process. It also discusses the impact of gender and ethnicity on skin thickness and its implications for cosmetics, plastic...
Curated Video
Making Predictions with the Line of Best Fit
In this video, students learn how to make predictions using the line of best fit in scatter plots. The teacher explains the concept using examples related to the weight of a car and its gas mileage, as well as the relationship between...
Curated Video
Understanding and Interpreting the Margin of Error
In this video, the teacher explains how researchers use the margin of error to interpret data. They discuss the properties of the normal distribution and provide formulas to calculate the margin of error for different scenarios.
ACDC Leadership
Microeconomic Cost Curves (Old Version) MC, ATC, AVC, and AFC
Mr. Clifford's 60 second explanation of the four per unit costs curves (MC, AVC, AFC, and ATC). The bonus round shows how you use the graphs to calculate TC, VC, and FC.
Soliloquy
Why is Friday the 13th Unlucky?
Phobia expert Dr. Donald Dossey claims as many as 21 million Americans suffer from paraskevidekatriaphobia (fear of Friday the 13th). So how did this superstition come about? The short answer is we donât really know, but there some...
Packt
Selection Sort Complexity
This video focuses on selection sort complexity. This clip is from the chapter "Algorithm: Sorting Elementary" of the series "Data Structures and Algorithms: The Complete Masterclass".This section introduces you to sorting elementary.