Flipping Physics
Back emf (electromotive force)
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...
Flipping Physics
Electric Motor Basics
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...
Flipping Physics
Induced Forces on Current Carrying Loops
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....
Flipping Physics
Lenz's Law
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...
Flipping Physics
Electromagnetic Induction
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...
Flipping Physics
Inductance of an Ideal Solenoid
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...
Flipping Physics
Inductance
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...
Flipping Physics
Motional emf via Faraday's Law
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...
Science Buddies
Automatic Dog (or cat) Treat Dispenser with Arduino
Build an automatic pet treat dispenser using an Arduino in this fun engineering project.
Science Buddies
How to Use External Real-Time Clock (RTC) with Arduino
This easy video tutorial will show you how to use an Arduino.
Science Buddies
Real-Time Clock (RTC) on Arduino UNO R4 Minima
This easy video tutorial will show you how to use an Arduino.
Curated Video
Create a Dark Moody Atmospheric 2D Game with Unity and C# - Sounds
In this video, you will learn how to add an ambience sound effect to our game for a more realistic feel.
Curated Video
Create a Dark Moody Atmospheric 2D Game with Unity and C# - Animating the Player
In this video, you will learn how to animate the player to add visual feedback to the game.
Curated Video
Machine Learning: Random Forest with Python from Scratch - Simple Functions
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...
Curated Video
Machine Learning: Random Forest with Python from Scratch - While Loop
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...
Curated Video
Machine Learning: Random Forest with Python from Scratch - For Loop
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...
Curated Video
Deep Learning - Recurrent Neural Networks with TensorFlow - Stock Return Predictions Using LSTMs (Part 3)
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 -...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Video API
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Array.reduce Method
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - For...in Loop
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - For...of Loop
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - FizzBuzz Challenge
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - While and Do While Loops
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Break and Continue
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...