Instructional Video4:17
Curated Video

Scatter Plots

K - 8th
“Scatter Plots” will explain how to construct a scatter plot and use it to predict values.
Instructional Video5:09
Curated Video

Solving Multivariable Equations

K - Higher Ed
“Solving Multivariable Equations” will instruct you on how to mold an equation to solve for a needed variable.
Instructional Video3:14
Curated Video

Solving Inequalities

K - 8th
“Solving Inequalities” will describe the rules to solving inequalities and give examples.
Instructional Video4:26
Curated Video

Similar Figures and Scales

K - 8th
Students learn to solve ratio problems using similar figures and scales
Instructional Video5:09
R Programming 101

Separate and Unite - manipulate your data with R programming

Higher Ed
If you're working with data or learning to do statistical analysis using R programming, then this is a short tutorial that will help you use and understand the seperate and unite functions as part of the tidyverse set of packages. So if...
Instructional Video10:23
R Programming 101

Lollipop Graph using ggplot.

Higher Ed
If you're interested in Data Visualization then you've come to the right place. Ggplot (or ggplot2) is an extremely powerful package used in R programming to develop plots and graphs. A lollipop graph is an excellent example of how you...
Instructional Video6:07
R Programming 101

Ggplot Colors - how to use colors effectively when creating plots with ggplot2

Higher Ed
If you're interested in data visualization or creating plots and graphs using ggplot then you really need to get into using colors effectively. Most people who use R programming to create graphics use the package ggplot2 and the...
Instructional Video14:18
R Programming 101

Ggplot - using geometries

Higher Ed
If you're using R programming for data visualization then you're going to love this video. Creating plots and graphs using ggplot2 couldn't be easier. Ggplot using a concept called geoms (or geometries) to determine the type of plot that...
Instructional Video12:12
R Programming 101

Error Bars using R programming

Higher Ed
If you're using R programming to do data visualization using ggplot2, then you'll love this video. Greg Martin walks you through the process of creating error bars on your plots and graphs. This can be used for bar charts, scatter plots,...
Instructional Video13:33
R Programming 101

Advanced ggplot (episode #1)

Higher Ed
If you are doing data visualisation with ggplot the you'll find this video useful. ggplot2 is one of the tidyverse packages and is used to create graphs and plots. Data visualization is an important part of both understanding and...
Instructional Video5:09
R Programming 101

Group by and Summarise functions in R programming - use the tidyverse package to wrangle your data

Higher Ed
If you are learning to work with data then being able to structure, manipulate and summarize your data is extremely important. This forms part of what we call descriptive statistics. the group_by() and summarise() functions are part of...
Instructional Video3:39
R Programming 101

Chi squared test using R programming

Higher Ed
If you're learning about statistical analysis using R programming then you'll love this video. In it Dr Martin explains how to use R studio and R programming to do a chi-squared test to compare proportions of a categorical variable. This...
Instructional Video13:09
Why U

Algebra 88 - Adding and Subtracting Polynomial Functions

12th - Higher Ed
Adding polynomial functions produces another polynomial function. The values of this function are the sum of the values of the polynomials that were added for every possible value of the input variable(s). Fortunately, adding polynomial...
Instructional Video5:21
Curated Video

Pythagorean Theorem

K - 8th
"Pythagorean Theorem" will show that the area of two squares (sides A and B) equals the area of square (side C).
Instructional Video4:53
Curated Video

Simplify Expressions

3rd - Higher Ed
The video “Simplify Expressions” introduces algebra tiles as a helpful tool for representing and simplifying algebraic expressions.
Instructional Video3:29
Curated Video

Substituting Values for Variables

K - 8th
Evaluate algebraic expressions by substituting a value for the variable in an expression.
Instructional Video3:05
Curated Video

Equations with Fractions

K - 8th
Equations with Fractions demonstrates how to solve one-step equations by using reciprocals when the coefficient of the variable is a fraction.
Instructional Video6:34
Science Buddies

Positional vs Continuous Rotation Servo Motors

K - 5th
What's the difference between a positional and a continuous rotation servo motor? How do you control them with the Arduino servo library? Which one do you need for your project? Get all your questions answered in this video! For an...
Instructional Video11:35
Science Buddies

How to Use a Potentiometer with Arduino analogRead

K - 5th
Learn how to use a potentiometer with one of the Arduino's analog input pins and the analogRead function. Visit the Science Buddies website for cool science projects you can do with an Arduino:...
Instructional Video8:11
Science Buddies

Control a Positional Servo Motor with an Arduino

K - 5th
Learn how to use the Arduino servo library to control a positional servo motor in this video. Visit the the Science Buddies website for cool science projects you can do with an Arduino:...
Instructional Video4:31
Science Buddies

Continuous Rotation Servo Motors and Arduino

K - 5th
Learn how to use the Arduino servo library to control a continuous rotation servo motor in this video. See the Science Buddies website for cool science projects you can do with an Arduino:...
Instructional Video6:26
Science Buddies

Arduino Soil Moisture Sensor

K - 5th
Learn how to use resistive soil moisture sensor with an Arduino. Very useful for automatic plant watering projects! See the Science Buddies website for cool science projects you can do with an Arduino:...
Instructional Video11:05
Flipping Physics

Short Answer for AP Physics Explained

12th - Higher Ed
I answer the question, “What are AP Physics Short Answer Questions?”
Instructional Video4:20
Curated Video

R Programming for Statistics and Data Science - Extending a Data Frame in R

Higher Ed
This video explains extending a data frame in R. This clip is from the chapter "Data Frames" of the series "R Programming for Statistics and Data Science".This section explains data frames.