Hi, what do you want to do?
Brian McLogan
Learn how to solve absolute value inequalites by creating compound inequalities
π Learn how to solve multi-step absolute value inequalities. The absolute value of a number is the positive value of the number. For instance, the absolute value of 2 is 2 and the absolute value of -2 is also 2. To solve an absolute...
Brian McLogan
Learning to solve and graph an absolute value inequality with a rational quantity
π Learn how to solve multi-step absolute value inequalities. The absolute value of a number is the positive value of the number. For instance, the absolute value of 2 is 2 and the absolute value of -2 is also 2. To solve an absolute...
Brian McLogan
Determining undefined slope from a graph positive
π Learn how to find the rate of change from graph. The rate of change is the rate at which y-values are changing with respect to the change in x-values. To determine the rate of change from a graph, a right triangle is drawn on the graph...
Curated Video
Creating a Dot Plot: Representing Data on a Number Line
In this lesson, students are taught to organize the data, create a frequency table, and determine the intervals for the number line. By placing dots on the graph to represent each data point, students can visually analyze and compare the...
Brian McLogan
Algebra 1 - Learn how to graph the solution to an inequality
In this video you will learn how to solve and graph inequalities. When solving inequalities you will use the same inverse operations as solving equations. The difference will be when you multiply or divide by negative numbers you switch...
Curated Video
Using Bar Graphs to Solve Take-Apart Problems
In this video, the teacher explains how to solve take-apart problems using a bar graph. The example given is about children choosing between playing inside or outside for recess. The teacher demonstrates how to create a bar graph, label...
Brian McLogan
Graphing a system of linear equations with one solution
πTo solve a system of equations means to obtain a common x-value and a common y-value that makes the each of the equation in the system true. To solve a system of equations by graphing means to obtain the point of intersection (if any)...
Brian McLogan
Graph and order these numbers from least to greatest
In this video series I show you how to graph and order numbers. It is important when graphing and ordering numbers that we have all of our numbers simplified and written in the same form. We then can arrange the numbers from least to...
Brian McLogan
Graphing the parabola by completing the square and find the focus and directrix
Learn how to graph a horizontal parabola. A parabola is the shape of the graph of a quadratic equation. A parabola is said to be horizontal if it opens to the left or opens to the right. A horizontal parabola results from a quadratic...
Curated Video
Creating and Interpreting Histograms
In this video, the teacher shows students how to represent data on a number line by creating a histogram. He explains the concept of bins and intervals, and demonstrates how to label and organize data points in a histogram.
R Programming 101
Bar charts and Histograms using ggplot in R
To create a bar chart or histogram using ggplot is easy. Bar charts (or bar graphs) are used to visualise a single categorical variable. Histograms are used to visualise a single numeric variable. Ggplot2 is a powerful package used for...
Brian McLogan
Learn how to graph a word problem system of inequalities
πLearn how to solve a system of linear equations from a word problem. A system of equations is a set of more than one equations which are to be solved simultaneously. A word problem is a real world simulation of a mathematical concept....
Curated Video
Analyzing Quadratic Patterns: Creating Equations and Graphs
In this lesson, students learn how to find the total number of cans on a shelf and the total number of customers in a business by analyzing patterns using tables and graphs. They discover that sequences with quadratic growth have a...
Curated Video
Representing the Solution Set of an Inequality on a Number Line
In this lesson, students learn how to represent the solution set of an inequality on a number line. They review the concepts of variables, inequalities, and number line representations. Through a step-by-step process, students solve an...
Curated Video
Solving Quadratic Inequalities: Using Graphs and Discriminants
The video is a lecture presentation on solving quadratic inequalities. The speaker begins by reviewing inequality symbols and explains how they provide a range of values rather than a single answer. The speaker then explains the process...
Curated Video
Identifying Proportional Relationships Through Graph Analysis
In this lesson, students will learn how to identify a proportional relationship by analyzing a graph. They will understand that a proportional relationship exists when an input is multiplied by a constant to create an output. They will...
Brian McLogan
What are some things you need to know to graph absolute value equations
π Learn about graphing absolute value equations. An absolute value equation is an equation having the absolute value sign and the value of the equation is always positive. The graph of the parent function of an absolute value equation is...
Brian McLogan
How to Graph a Piecewise Function With Three Equations
π Learn how to graph piecewise functions. A piecewise function is a function that has more than one sub-functions for different sub-intervals(sub-domains) of the function's domain. To graph a piecewise function, we graph the different...
Curated Video
Graphing Linear Inequalities: Finding Solutions from Context
In this video, the teacher explains how to find solutions to a problem involving the assembly of bicycles and scooters using linear inequalities and graphing on a coordinate plane. The teacher demonstrates how to interpret the context of...
Brian McLogan
Reflecting a triangle over the y=x line
π Learn how to reflect points and a figure over a line of symmetry. Sometimes the line of symmetry will be a random line or it can be represented by the x or y-axis. Either way when reflecting a point and or figure over the line of...
Curated Video
Exploring Vertical Translations of Linear Equations
In this lesson, students will learn about vertical translations of linear equations. They will explore how these translations affect the graph and algebraic representation of the equations. By understanding the similarities and...
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - Exploring Graphs and Commits in SourceTree
This video helps you explore graphs and commits in SourceTree. This clip is from the chapter "Rebasing" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains the process of rebasing. It also...
R Programming 101
Create a boxplot using R programming with the ggplot package.
Visualize one categorical and one numeric variable If you are interested in using R programming to visualize your data, then you have come to the right place. Ggplot is a fantastic package that can be used to create plots and graphs to...
R Programming 101
How to use ggplot to create beautiful scatter plots. This is an R programming for beginners video
Data visualisation is easy when you use ggplot. Ggplot2 is package and forms part of the tidyverse group of packages in R. Ggplot is used to create amazing plots and graphs. In this video I talk you though how to visualise two numeric...