KnowMo
Introduction to Box Plots: Understanding and Constructing Them
This video explains what box plots are and how to interpret and construct them. It provides specific information on the different components of a box plot, including the minimum and maximum values, quartiles, range, and median. The video...
Curated Video
Understanding Stationary Points through Second Derivative
The video is a presentation on stationary points, specifically using the second derivative. The presenter summarizes a previous lecture on finding maximum and minimum points and looking at the gradient function. They then introduce an...
Catalyst University
Exercise Physiology | Skeletal Muscle Length-Tension Relationship
Exercise Physiology | Skeletal Muscle Length-Tension Relationship
Curated Video
Sketch and Factorize Cubic Functions
The video is a lecture presentation on sketching and factorizing cubic functions. The speaker explains the general shape of a cubic function and key trends to know such as three roots, two roots, and one root. The speaker also...
Flipping Physics
Simple Harmonic Motion - Graphs of Position, Velocity, and Acceleration
Position, velocity, and acceleration as a function of time graphs for an object in simple harmonic motion are shown and demonstrated.
Packt
Breadth-first Search Complexity
This video explains breadth first search complexity. This clip is from the chapter "Algorithm: Tree Traversals" of the series "Data Structures and Algorithms: The Complete Masterclass".This section explains the concept of tree traversals.
Brian McLogan
How to determine the domain and range of a quadratic using its vertex
👉 Learn the basics to understanding graphing quadratics. A quadratic equation is an equation whose highest exponent in the variable(s) is 2. To graph a quadratic equation, we make use of a table of values and the fact that the graph of a...
Brian McLogan
Linear Programming problem learn how to solve
Learn how to solve problems using linear programming. A linear programming problem involves finding the maximum or minimum value of an equation, called the objective functions, subject to a system of inequalities, called the constraints....
Brian McLogan
What is the rational zero test?
👉 Learn how to use the Rational Zero Test on Polynomial expression. Rational Zero Test or Rational Root test provide us with a list of all possible real Zeros in polynomial expression. Rational Zero Test can be helpful to find all the...
Curated Video
Using Differentiation to Solve Practical Problems
This video is a tutorial on how to use differentiation to solve practical problems. It demonstrates how to find the maximum and minimum values of a function by differentiating it and setting it equal to zero, and then determining its...
Curated Video
Learn and Master C Programming - Arrays and Functions
Learn how to pass arrays to functions the proper way and start to see how you can write more modular code in C/C++. This clip is from the chapter "Arrays" of the series "Learn and Master C Programming For Absolute Beginners!".In this...
Let's Tute
Basic Probability Questions and Solutions
In this video, a teacher explains how to solve basic probability questions using real-life examples. The video covers topics such as empirical probability, drawing cards, and tossing coins, and provides step-by-step solutions to each...
Curated Video
Stationary Points and Points of Inflection: Finding and Analyzing
This video is a presentation on stationary points and points of inflection. The presenter goes over how to find the stationary points and the nature of those points using the first and second derivative tests. They then move on to...
Curated Video
Finding the Maximum Value of a Quadratic Function by Completing the Square
In this video, the teacher explains how to find the maximum value of a quadratic function by completing the square. They demonstrate the process using two examples and highlight common mistakes to avoid. By rewriting the function in a...
Flipping Physics
Simple Harmonic Motion - Graphs of Mechanical Energies
Kinetic energy and elastic potential energy as functions of time graphs for a horizontal mass-spring system in simple harmonic motion are demonstrated. Conservation of energy is shown.
Brian McLogan
Overview of rational Zeros of a polynomial- Online Math Tutor
👉 Learn how to use the Rational Zero Test on Polynomial expression. Rational Zero Test or Rational Root test provide us with a list of all possible real Zeros in polynomial expression. Rational Zero Test can be helpful to find all the...
Brian McLogan
How can we determine if a quadratic has a max or min value
👉 Learn the basics to understanding graphing quadratics. A quadratic equation is an equation whose highest exponent in the variable(s) is 2. To graph a quadratic equation, we make use of a table of values and the fact that the graph of a...
Curated Video
Stationary Points: Finding Maxima and Minima on a Graph
The video is about stationary points and how to find them using differentiation. The presenter starts by discussing the graph of a function and how to find its gradient by drawing the tangent. They then identify the stationary points as...
Brian McLogan
Maximizing the objective function using linear programming
Learn how to solve problems using linear programming. A linear programming problem involves finding the maximum or minimum value of an equation, called the objective functions, subject to a system of inequalities, called the constraints....
Curated Video
Inductors Explained - The basics how inductors work working principle
Inductors Explained, in this tutorial we look at how inductors work, where inductors are used, why inductors are used, the different types. We take an in depth look at how the circuits perform with a parallel resistive and inductive load...
Brian McLogan
Master How to determine the extrema from a graph
Master How to determine the extrema from a graph
Curated Video
Inventory Control Systems for Efficient Stock Management
The video discusses the importance of managing stock control systems in businesses in order to minimize costs and increase flexibility to meet demand in the market. It explains the three different forms of inventory, which are basic raw...
Packt
Selection Sort Visualization
This video focuses on selection sort visualization. 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.