Instructional Video3:57
Brian McLogan

When given the asymptotes and vertices, find the equation of the hyperbola

12th - Higher Ed
Learn how to write the equation of hyperbolas given the characteristics of the hyperbolas. The standard form of the equation of a hyperbola is of the form: (x - h)^2 / a^2 - (y - k)^2 / b^2 = 1 for horizontal hyperbola or (y - k)^2 / a^2...
Instructional Video2:53
Brian McLogan

Given the vertices and foci write the standard form of a hyperbola

12th - Higher Ed
Learn how to write the equation of hyperbolas given the characteristics of the hyperbolas. The standard form of the equation of a hyperbola is of the form: (x - h)^2 / a^2 - (y - k)^2 / b^2 = 1 for horizontal hyperbola or (y - k)^2 / a^2...
Instructional Video11:23
Curated Video

From 0 to 1 Data Structures & Algorithms in Java - The Bellman Ford Algorithm Visualized

Higher Ed
Visualize how the Bellman Ford works to find the shortest path in a graph with negative weighted edges. This clip is from the chapter "Shortest Path Algorithms" of the series "From 0 to 1: Data Structures & Algorithms in Java".In this...
Instructional Video7:36
Curated Video

From 0 to 1 Data Structures & Algorithms in Java - Dealing With Negative Cycles In The Bellman Ford Algorithm

Higher Ed
If a graph has a negative cycle then it's impossible to find a shortest path as every round of the cycle makes the path shorter! This clip is from the chapter "Shortest Path Algorithms" of the series "From 0 to 1: Data Structures &...
Instructional Video23:09
Brian McLogan

Master How to determine the vertices, co vertices, foci, center of an ellipse

12th - Higher Ed
Welcome, ladies and gentlemen. So what I'd like to do is show you how to determine the vertices, the center, the co-vertices, as well as the foci of an ellipse. So basically, in the last video, we did the exact same thing, except the...
Instructional Video2:26
Curated Video

How to Determine a Coordinate to Form A Rectangle

9th - 12th
In this short math video we will learn how to determine a coordinate to form a rectangle to solve a standardized math test question. We will review the characteristics of a rectangle and add a fourth vertex to the coordinate plane to...
Instructional Video5:01
Curated Video

Identifying Cubes

K - 5th
In this video, workers at a Shape Warehouse learn how to identify a cube by examining its attributes. They review the characteristics of 2D and 3D shapes, and then focus on the specific attributes of a cube, including its six faces,...
Instructional Video3:39
Brian McLogan

How to graph a circle given the equation in standard form

12th - Higher Ed
In this video playlist I show you how to solve different math problems for Algebra, Geometry, Algebra 2 and Pre-Calculus. The video will provide you with math help using step by step instruction. Math help tutorials is just what you need...
Instructional Video5:37
Brian McLogan

Rewrite an equation in standard form to graph the circle

12th - Higher Ed
In this video playlist I show you how to solve different math problems for Algebra, Geometry, Algebra 2 and Pre-Calculus. The video will provide you with math help using step by step instruction. Math help tutorials is just what you need...
Instructional Video9:33
Brian McLogan

Learning to graph a hyperbola with asymptotes

12th - Higher Ed
Learn how to graph hyperbolas. To graph a hyperbola from the equation, we first express the equation in the standard form, that is in the form: (x - h)^2 / a^2 - (y - k)^2 / b^2 = 1 for horizontal hyperbola or (y - k)^2 / a^2 - (x - h)^2...
Instructional Video9:10
Brian McLogan

Convert to a hyperbola to standard form to find foci, vertices, center and asymptotes

12th - Higher Ed
Learn how to graph hyperbolas. To graph a hyperbola from the equation, we first express the equation in the standard form, that is in the form: (x - h)^2 / a^2 - (y - k)^2 / b^2 = 1 for horizontal hyperbola or (y - k)^2 / a^2 - (x - h)^2...
Instructional Video4:29
Brian McLogan

Write the equation of a hyperbola with fractions

12th - Higher Ed
Write the equation of a hyperbola with fractions
Instructional Video19:06
Brian McLogan

Master determining the center,vertices, foci and aymptotes of a hyperbola center not at origin

12th - Higher Ed
Master determining the center,vertices, foci and aymptotes of a hyperbola center not at origin
Instructional Video13:12
Brian McLogan

Master Determining the vertices, foci, and aymptotes of a hyperbola by completing the square

12th - Higher Ed
Master Determining the vertices, foci, and aymptotes of a hyperbola by completing the square
Instructional Video17:38
Curated Video

Reflections: The Mathematical Flip

9th - 12th
In this video lesson we will learn how to reflect images in the coordinate plane over the x and y axis. We will first identify the line of reflection given in the instructions. We will then determine the distance the original point is...
Instructional Video5:53
Curated Video

Drawing Images of Dilation with Different Centers and Scale Factors

K - 5th
In this video, the teacher explains how to draw an image of dilation using a center of dilation and a scale factor. The examples provided show different scenarios, including when the center of dilation is inside the pre-image, on the...
Instructional Video8:31
Brian McLogan

How to write the standard form of a hyperbola given the vertices and through a point

12th - Higher Ed
Learn how to write the equation of hyperbolas given the characteristics of the hyperbolas. The standard form of the equation of a hyperbola is of the form: (x - h)^2 / a^2 - (y - k)^2 / b^2 = 1 for horizontal hyperbola or (y - k)^2 / a^2...
Instructional Video5:20
Brian McLogan

How to identify the parts of a hyperbola when the center is not at the origin

12th - Higher Ed
Learn how to graph hyperbolas. To graph a hyperbola from the equation, we first express the equation in the standard form, that is in the form: (x - h)^2 / a^2 - (y - k)^2 / b^2 = 1 for horizontal hyperbola or (y - k)^2 / a^2 - (x - h)^2...
Instructional Video7:01
Brian McLogan

Complete the square then graph and identify parts of an hyperbola

12th - Higher Ed
Learn how to graph hyperbolas. To graph a hyperbola from the equation, we first express the equation in the standard form, that is in the form: (x - h)^2 / a^2 - (y - k)^2 / b^2 = 1 for horizontal hyperbola or (y - k)^2 / a^2 - (x - h)^2...
Instructional Video4:33
Brian McLogan

Writing the equation of a hyperbola given the length of transverse and focal axis

12th - Higher Ed
Writing the equation of a hyperbola given the length of transverse and focal axis
Instructional Video3:24
Brian McLogan

Write the equation of a hyperbola given the foci and length of conjugate axis

12th - Higher Ed
Write the equation of a hyperbola given the foci and length of conjugate axis
Instructional Video6:54
Curated Video

From 0 to 1 Data Structures & Algorithms in Java - Implementation Of The Bellman Ford Algorithm

Higher Ed
Learn to implement the Bellman Ford Algorithm. This clip is from the chapter "Shortest Path Algorithms" of the series "From 0 to 1: Data Structures & Algorithms in Java".In this section, we are introduced to unweighted graph. We...
Instructional Video13:21
Brian McLogan

Master Optimizing the objective function of a linear programming problem

12th - Higher Ed
Master Optimizing the objective function of a linear programming problem
Instructional Video17:11
Brian McLogan

I take my Conic Section Quiz I gave to my students........

12th - Higher Ed
Looking for help with conic sections or need a refresher before you take your own test or quiz? Follow along with me here as I work through my students quiz step by step.