Instructional Video4:34
Packt

Space Complexity – Part 1

Higher Ed
This is the first part of the two-part video that provides an introduction to space complexity. This clip is from the chapter "Big O Notation" of the series "Data Structures and Algorithms: The Complete Masterclass".This section...
Instructional Video4:55
Curated Video

Finding the Remaining Volume of Consecutive Cubes

K - 5th
In this video, students will learn how to describe the relationship between the volumes of two consecutive cubes using a simplified polynomial identity. The video explains the concept of consecutive integers and how to represent them...
Instructional Video4:28
KnowMo

Fractional Indices: Rules and Examples

12th - Higher Ed
This video teaches the viewer how to deal with fractional indices, or powers that are fractions. The video explains specific rules for solving problems with these types of powers and demonstrates how to apply these rules to various...
Instructional Video3:16
Brian McLogan

Why Does the Power Rule of Exponents Work

12th - Higher Ed
👉 Learn about the rules of exponents. An exponent is a number which a number is raised to, to produce a power. It is the number of times which a number will multiply itself in a power. There are several rules used in evaluating...
Instructional Video3:28
Brian McLogan

Using the sum of two cubes with a fraction

12th - Higher Ed
👉 Learn how to factor polynomials using the sum or difference of two cubes. A polynomial is an expression of the form ax^n + bx^(n-1) + . . . + k, where a, b, and k are constants and the exponents are positive integers. To factor an...
Instructional Video1:37
Curated Video

GCSE Secondary Maths Age 13-17 - Ratio, Proportion & Rates of Change: Direct Proportionality - Explained

9th - 12th
SchoolOnline's Secondary Maths videos are brilliant, bite-size tutorial videos delivered by examiners. Ideal for ages 13-17, they cover every key topic and sub topic covered in GCSE Maths in clear and easy to follow steps. This video...
Instructional Video3:53
Curated Video

Applying Formulas for Area and Surface Area in Real World Problems

K - 5th
In this video, you will learn how to evaluate expressions for the area of a square and the surface area of a cube. By understanding the formulas and applying them to real-world problems, you will be able to calculate the area of a square...
Instructional Video4:23
Brian McLogan

Factoring a binomial using the difference of two cubes

12th - Higher Ed
👉 Learn how to factor polynomials using the sum or difference of two cubes. A polynomial is an expression of the form ax^n + bx^(n-1) + . . . + k, where a, b, and k are constants and the exponents are positive integers. To factor an...
Instructional Video3:49
Curated Video

GCSE Secondary Maths Age 13-17 - Algebra: Area - Explained

9th - 12th
SchoolOnline's Secondary Maths videos are brilliant, bite-size tutorial videos delivered by examiners. Ideal for ages 13-17, they cover every key topic and sub topic covered in GCSE Maths in clear and easy to follow steps. This video...
Instructional Video3:06
Brian McLogan

Solving a natural logarithmic equation

12th - Higher Ed
👉 Learn how to solve logarithmic equations. Logarithmic equations are equations with logarithms in them. To solve a logarithmic equation, we first isolate the logarithm part of the equation. After we have isolated the logarithm part of...
Instructional Video3:58
NASA

NASA’s Fermi Links Ghost Particle to Galaxy

3rd - 11th
Nearly 10 billion years ago, the black hole at the center of a distant galaxy produced a powerful outburst, and light from this blast began arriving at Earth in 2012. Astronomers using data from NASA's Fermi Gamma-ray Space Telescope and...
Instructional Video4:45
Brian McLogan

Learn how to multiply 2 radical expressions two different ways

12th - Higher Ed
👉 Learn how to multiply radical expressions. A radical is an expression having the root/radical symbol. The number outside the radical symbol (nth root) is called the index, the number/expression inside the radical symbol is called the...
Instructional Video0:48
Brian McLogan

How to take the odd root of a negative integer, cube root

12th - Higher Ed
👉 Learn how to find the cube root of a number. To find the cube root of a number, we identify whether that number which we want to find its cube root is a perfect cube. This is done by identifying a number which when raised to the 3rd...
Instructional Video7:04
Bethany Thiele, Art Teacher

1 Point Perspective Worksheet

K - 5th
Worksheet created by Dawn Pedersen.
Instructional Video3:25
Curated Video

Comparing Decimal Numbers Using Base 10 Blocks

K - 5th
In this video lesson, students learn how to compare decimal numbers by using base 10 blocks. We explain the different representations of decimal values and introduce the symbols for greater than, less than, and equal to. Through visual...
Instructional Video3:12
Flag House Activity Channel

Keep Up Activities with Airlites! (Ep. 64 Airlites)

K - 5th
The massive inflatables that will keep every kid in your class excited about Phys Ed class! Play games, give challenges and work together in this awesome collection of activities.
Instructional Video2:12
Brian McLogan

Multiplying two radical expressions together by multiplying first and then simplifying

12th - Higher Ed
👉 Learn how to multiply radical expressions. A radical is an expression having the root/radical symbol. The number outside the radical symbol (nth root) is called the index, the number/expression inside the radical symbol is called the...
Instructional Video1:11
Brian McLogan

Math tutorial for multiplying two radical expressions together by first simplifying

12th - Higher Ed
👉 Learn how to multiply radical expressions. A radical is an expression having the root/radical symbol. The number outside the radical symbol (nth root) is called the index, the number/expression inside the radical symbol is called the...
Instructional Video3:06
Brian McLogan

Dividing polynomials using synthetic division

12th - Higher Ed
👉 Learn about dividing by synthetic division. Synthetic division is a method of dividing polynomials by linear expressions. To divide using synthetic division, we equate the divisor to 0 and then solve for the variable, the solution for...
Instructional Video3:18
Brian McLogan

learn how to factor using the difference of two cubes

12th - Higher Ed
👉 Learn how to factor polynomials using the sum or difference of two cubes. A polynomial is an expression of the form ax^n + bx^(n-1) + . . . + k, where a, b, and k are constants and the exponents are positive integers. To factor an...
Instructional Video3:16
Brian McLogan

How to find the inverse of a cubic root function

12th - Higher Ed
👉 Learn how to find the inverse of a function. The inverse of a function is a function that reverses the "effect" of the original function. One important property of the inverse of a function is that when the inverse of a function is...
Instructional Video2:20
Brian McLogan

How to factor a polynomial using the difference of two cubes

12th - Higher Ed
👉 Learn how to factor polynomials using the sum or difference of two cubes. A polynomial is an expression of the form ax^n + bx^(n-1) + . . . + k, where a, b, and k are constants and the exponents are positive integers. To factor an...
Instructional Video7:20
Let's Tute

Surface Area and Volume: Volume of Cube Cuboid and Cylinder

9th - Higher Ed
In this educational video, the teacher explains the concept of volume and demonstrates how to calculate the volume of different three-dimensional shapes such as cubes, cuboids, and cylinders. The teacher also shows how to find the volume...
Instructional Video10:39
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Classes and objects - an introductory look

Higher Ed
Explore lambda expressions and use them in conjunction with other functions like map This clip is from the chapter "Python in-depth" of the series "Python 3: Project-based Python, Algorithms, Data Structures".This section is about Python...