Instructional Video5:56
Flipping Physics

Back emf (electromotive force)

12th - Higher Ed
In this episode, we focus on the change in magnetic flux and the emergence of back electromotive force (emf). Follow along as we dissect the side view of a current-carrying wire loop rotating in a magnetic field. Unravel the concept of...
Instructional Video6:43
Flipping Physics

Electric Motor Basics

12th - Higher Ed
In today's lesson, we delve into the fascinating world of electric motors. Visualize a rectangular conducting loop in a uniform magnetic field – the key to motor magic. As we explore the loop's rotation, we decipher induced magnetic...
Instructional Video10:49
Flipping Physics

Induced Forces on Current Carrying Loops

12th - Higher Ed
This Flipping Physics episode unravels the intricate dance between magnetic fields and induced currents in a loop. Learn the principles governing induced magnetic forces, using a practical example with a rectangular conducting loop....
Instructional Video10:12
Flipping Physics

Lenz's Law

12th - Higher Ed
In this episode, Mr. P takes us deeper into Faraday's law, exploring the crucial element of direction by introducing Lenz's law. Lenz's law states that the induced current in a circuit, due to a change in magnetic flux, is directed to...
Instructional Video4:59
Flipping Physics

Electromagnetic Induction

12th - Higher Ed
In this episode, the team explores the fascinating interplay between moving electric charges and magnetic fields, unveiling the reciprocal relationship where moving magnetic poles generate electric fields. Delving into electromagnetic...
Instructional Video4:50
Flipping Physics

Inductance of an Ideal Solenoid

12th - Higher Ed
Unravel the intricacies of ideal solenoids with us! We break down the equations for induced emf, exploring Faraday's Law and the inductor formula. Dive deep into integrals, variables, and solenoid length, demystifying the math behind...
Instructional Video7:52
Flipping Physics

Inductance

12th - Higher Ed
Ever wondered why current in a circuit doesn't change instantly? Join us as we explore the fascinating world of inductance using a basic circuit with a battery, a resistor, and a switch! 🤓🔧 In this engaging video, we break down the...
Instructional Video5:54
Flipping Physics

Motional emf via Faraday's Law

12th - Higher Ed
In today's episode, we explore an alternative derivation of the motional emf equation, revealing a fascinating perspective. Picture a conductor moving right on parallel metal rails connected by a wire in a uniform magnetic field. A force...
Instructional Video12:26
Science Buddies

Automatic Dog (or cat) Treat Dispenser with Arduino

K - 5th
Build an automatic pet treat dispenser using an Arduino in this fun engineering project.
Instructional Video9:05
Science Buddies

How to Use External Real-Time Clock (RTC) with Arduino

K - 5th
This easy video tutorial will show you how to use an Arduino.
Instructional Video10:06
Science Buddies

Real-Time Clock (RTC) on Arduino UNO R4 Minima

K - 5th
This easy video tutorial will show you how to use an Arduino.
Instructional Video1:46
Curated Video

Create a Dark Moody Atmospheric 2D Game with Unity and C# - Sounds

Higher Ed
In this video, you will learn how to add an ambience sound effect to our game for a more realistic feel.
Instructional Video9:19
Curated Video

Create a Dark Moody Atmospheric 2D Game with Unity and C# - Animating the Player

Higher Ed
In this video, you will learn how to animate the player to add visual feedback to the game.
Instructional Video5:47
Curated Video

Machine Learning: Random Forest with Python from Scratch - Simple Functions

Higher Ed
Here, we will understand what a function is, how to pass data or parameters into a function, and understand the different types of functions. This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random...
Instructional Video5:20
Curated Video

Machine Learning: Random Forest with Python from Scratch - While Loop

Higher Ed
Let's understand the while loop, a conditional loop that runs until a given condition is fulfilled. This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with Python from Scratch©".This...
Instructional Video6:54
Curated Video

Machine Learning: Random Forest with Python from Scratch - For Loop

Higher Ed
Let's understand the for loop and how it is used to iterate a sequence, which is a list, tuple, string, dictionary, or set. This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with Python...
Instructional Video12:03
Curated Video

Deep Learning - Recurrent Neural Networks with TensorFlow - Stock Return Predictions Using LSTMs (Part 3)

Higher Ed
In this video, we will make use of all the data and try to predict whether the price will go up or down. This clip is from the chapter "Recurrent Neural Networks (RNNs), Time Series, and Sequence Data" of the series "Deep Learning -...
Instructional Video6:27
Curated Video

Modern JavaScript from the Beginning - Second Edition - Video API

Higher Ed
In this video, you will learn about the Video API. we will see how to load a video, play and pause it, and add video controls to it. This clip is from the chapter "Web Browser APIs" of the series "Modern JavaScript from the Beginning".In...
Instructional Video8:56
Curated Video

Modern JavaScript from the Beginning - Second Edition - Array.reduce Method

Higher Ed
In this video, we will discuss the Array.reduce method, which allows us to reduce an array to a single value by applying a function to each element of the array. This clip is from the chapter "Loops, Iteration, and High-Order Array...
Instructional Video3:13
Curated Video

Modern JavaScript from the Beginning - Second Edition - For...in Loop

Higher Ed
In this video, we will explore the for...in loop in JavaScript, which allows us to iterate over the properties of an object. This clip is from the chapter "Loops, Iteration, and High-Order Array Methods" of the series "Modern JavaScript...
Instructional Video5:08
Curated Video

Modern JavaScript from the Beginning - Second Edition - For...of Loop

Higher Ed
In this video, you will learn about the for...of loop in JavaScript, which allows us to iterate over the values of an iterable object. This clip is from the chapter "Loops, Iteration, and High-Order Array Methods" of the series "Modern...
Instructional Video8:05
Curated Video

Modern JavaScript from the Beginning - Second Edition - FizzBuzz Challenge

Higher Ed
In this video, we will tackle a common coding challenge called FizzBuzz, which involves printing out certain words or numbers based on certain conditions. This clip is from the chapter "Loops, Iteration, and High-Order Array Methods" of...
Instructional Video7:04
Curated Video

Modern JavaScript from the Beginning - Second Edition - While and Do While Loops

Higher Ed
In this video, you will learn about while and do-while loops in JavaScript and how they differ from for loops. This clip is from the chapter "Loops, Iteration, and High-Order Array Methods" of the series "Modern JavaScript from the...
Instructional Video2:57
Curated Video

Modern JavaScript from the Beginning - Second Edition - Break and Continue

Higher Ed
In this video, you will learn how to use the break and continue statements to control the flow of our loops. This clip is from the chapter "Loops, Iteration, and High-Order Array Methods" of the series "Modern JavaScript from the...