Instructional Video5:50
KnowMo

Introduction to Box Plots: Understanding and Constructing Them

12th - Higher Ed
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...
Instructional Video18:30
KnowMo

Maximum and Minimum Points

3rd - Higher Ed
Maximum and Minimum Points
Instructional Video4:53
Curated Video

Understanding Stationary Points through Second Derivative

Higher Ed
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...
Instructional Video7:47
Catalyst University

Exercise Physiology | Skeletal Muscle Length-Tension Relationship

Higher Ed
Exercise Physiology | Skeletal Muscle Length-Tension Relationship
Instructional Video11:47
Curated Video

Sketch and Factorize Cubic Functions

Higher Ed
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...
Instructional Video8:50
Flipping Physics

Simple Harmonic Motion - Graphs of Position, Velocity, and Acceleration

12th - Higher Ed
Position, velocity, and acceleration as a function of time graphs for an object in simple harmonic motion are shown and demonstrated.
Instructional Video2:14
Packt

Breadth-first Search Complexity

Higher Ed
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.
Instructional Video5:08
Brian McLogan

How to determine the domain and range of a quadratic using its vertex

12th - Higher Ed
👉 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...
Instructional Video9:23
Brian McLogan

Linear Programming problem learn how to solve

12th - Higher Ed
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....
Instructional Video5:26
Brian McLogan

What is the rational zero test?

12th - Higher Ed
👉 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...
Instructional Video5:31
Curated Video

Using Differentiation to Solve Practical Problems

Higher Ed
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...
Instructional Video6:05
Curated Video

Learn and Master C Programming - Arrays and Functions

Higher Ed
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...
Instructional Video8:11
Let's Tute

Basic Probability Questions and Solutions

9th - Higher Ed
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...
Instructional Video5:03
Curated Video

Stationary Points and Points of Inflection: Finding and Analyzing

Higher Ed
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...
Instructional Video5:02
Curated Video

Finding the Maximum Value of a Quadratic Function by Completing the Square

K - 5th
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...
Instructional Video6:58
Flipping Physics

Simple Harmonic Motion - Graphs of Mechanical Energies

12th - Higher Ed
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.
Instructional Video5:43
Brian McLogan

Overview of rational Zeros of a polynomial- Online Math Tutor

12th - Higher Ed
👉 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...
Instructional Video6:27
Brian McLogan

How can we determine if a quadratic has a max or min value

12th - Higher Ed
👉 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...
Instructional Video3:11
Curated Video

Stationary Points: Finding Maxima and Minima on a Graph

Higher Ed
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...
Instructional Video5:13
Brian McLogan

Maximizing the objective function using linear programming

12th - Higher Ed
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....
Instructional Video9:50
Curated Video

Inductors Explained - The basics how inductors work working principle

Higher Ed
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...
Instructional Video4:15
Brian McLogan

Master How to determine the extrema from a graph

12th - Higher Ed
Master How to determine the extrema from a graph
Instructional Video6:23
Curated Video

Inventory Control Systems for Efficient Stock Management

Higher Ed
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...
Instructional Video3:16
Packt

Selection Sort Visualization

Higher Ed
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.