Instructional Video4:27
Brian McLogan

Using the discriminate to describe the number and type of solutions

12th - Higher Ed
πŸ‘‰ Learn how to solve a quadratic equation by applying the quadratic formula. To apply the quadratic formula the quadratic equation must be equal to zero. Then you can apply the quadratic formula to determine solutions to the equation,...
Instructional Video5:55
Curated Video

Indefinite Integration of Rational Powers of x - excluding (-1)

Higher Ed
The video is a tutorial on indefinite integration of rational parts of X excluding -1. The speaker explains the process of integration, which is the reverse of differentiation, and how to increase the power of a given function and divide...
Instructional Video9:02
Music Matters

The Best Chords to Follow Chord IV (in Major Keys) - Music Composition

9th - 12th
Are you struggling to get started in writing a chord progression? If you want to use chord IV what are the best options for chords to follow? This music composition lesson gives you plenty of options for chords that progress well from...
Instructional Video13:39
Brian McLogan

Finding the implied domain of a function

12th - Higher Ed
πŸ‘‰ Learn how to find the domain of a radical function. Recall that the domain of a function is the set of possible input values (x-values) of the function. For a radical square-root function, there cannot be a negative number inside the...
Instructional Video11:01
Music Matters

The Best Chords to Follow Chord VI (in Major Keys) - Music Composition

9th - 12th
Are you struggling to get started in writing a chord progression? If you want to use chord VI what are the best options for chords to follow? This music composition lesson gives you plenty of options for chords that progress well from...
Instructional Video14:06
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Hash project 3: Add update functionality

Higher Ed
An in-depth look at trees, rules surrounding them and a tree known as Binary Search Tree This clip is from the chapter "Algorithms - Search and abstract data structures" of the series "Python 3: Project-based Python, Algorithms, Data...
Instructional Video2:49
Two Minute Music Theory

Building Major and Minor Chords - TWO MINUTE MUSIC THEORY #39

12th - Higher Ed
Season 3, Episode 19 - Two Minute Music Theory Today we begin a series on Building Chords. Starting with the two most common types of chords in western music: The Major and Minor Chords.
Instructional Video14:06
Curated Video

Implement a computer program using a classic algorithm : Recursion mini-project 2 - Factorial

Higher Ed
From the section: Algorithms - Sort, performance, complexity and big O notation. This section is about Algorithms – sort, performance, complexity and big O notation. Build a recursive factorial function step by step
Instructional Video6:23
Brian McLogan

How to find the solutions when solving a logarithmic equation

12th - Higher Ed
πŸ‘‰ Learn about solving logarithmic equations. Logarithmic equations are equations involving logarithms. To solve a logarithmic equation, we first use our knowledge of logarithm laws/properties to express the terms in both sides of the...
Instructional Video2:59
Brian McLogan

What does a square root mean and how can we understand it using inverse operations

12th - Higher Ed
πŸ‘‰ Learn the basics of simplifying radicals. A radical is an expression having the root/radical symbol. A radical expression can also be rewritten as an expression with fractional/rational exponent. The number outside the radical symbol...
Instructional Video7:03
Institute for New Economic Thinking

America's First Black Economist

Higher Ed
Eighty years ago, Sadie Alexander was writing on the devaluation of household work, a topic that has only recently been covered by graduate economics programs. That’s just one of the ways the pioneering economist was ahead of her time,...
Instructional Video3:25
Brian McLogan

How to find the angle between two vectors and dot product

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 Video7:51
Let's Tute

Relationship Between Zeroes And Coefficient of Polynomials

9th - Higher Ed
In this video we will learn about the Relationship Between Zeroes And Coefficient of Polynomials. This video will cover topics such has General form, Sum of Zeroes, Product of Zeroes, Sum of product of Zeroes and solve some problems .
Instructional Video4:19
Brian McLogan

Sketch a triangle given a trig angle then determine remaining trig functions of angle

12th - Higher Ed
πŸ‘‰ Learn how to evaluate the six trigonometric functions given the value of one of the trigonometric functions. When given the value of one of the trigonometric functions of an angle, we can evaluate the values of the other trigonometric...
Instructional Video8:44
Curated Video

Implement different search algorithms : BST - Deleting nodes with 1 child node

Higher Ed
From the section: Algorithms - Search and abstract data structures. This section is about Algorithms. You will learn about Bisection, Binary section etc. Delete scenario 2 - deleting nodes with 1 child node
Instructional Video9:36
Professor Dave Explains

The Gram-Schmidt Process

12th - Higher Ed
An overview of the Gram-Schmidt process.
Instructional Video7:56
Boulder Creek International

Kansas City: Community Rebuilding and Crime Prevention

9th - 11th
Kansas City part 1/7: The video discusses the issue of hyper-segregation and crime in Kansas City, particularly along Troost Ave. Business owners and community members share their experiences and perspectives on the challenges faced by...
Instructional Video7:20
Brian McLogan

Finding the implied domain with a quadratic denominator of a rational function

12th - Higher Ed
πŸ‘‰ Learn how to find the domain of rational functions. Recall that the domain of a function is the set of possible input values (x-values) of the function. For a rational function, the denominator cannot be zero. Thus, to find the domain...
Instructional Video22:51
Bill Carmody

Solving the Fragmentation Problem in Marketing

Higher Ed
In this video, Bill Carmody, the host, interviews Mayur Gupta, the Vice President of Growth and Marketing at Spotify, about the importance of focusing on solving the root cause of marketing problems rather than just addressing the...
Instructional Video4:53
Brian McLogan

How to determine the domain of a rational function - domain and range

12th - Higher Ed
πŸ‘‰ Learn how to find the domain of rational functions with a radical denominator. Recall that the domain of a function is the set of possible input values (x-values) of the function. For a rational function, the denominator cannot be zero...
Instructional Video2:33
Brian McLogan

How to add a cubic function and cube root function with domain

12th - Higher Ed
πŸ‘‰ Learn how to add or subtract two functions. Given two functions, say f(x) and g(x), to add (f+g)(x) or f(x) + g(x) or to subtract (f - g)(x) or f(x) - g(x) the two functions we use the method of adding/subtracting algebraic expressions...
Instructional Video3:13
Brian McLogan

Evaluate a limit at infinity with a radical in denominator

12th - Higher Ed
πŸ‘‰ We will explore how to evaluate the limit at infinity. When evaluating the limit at infinity or negative infinity we are interested to know where is the graph going right and left. This is also commonly explored as end behavior of the...
Instructional Video6:04
Music Matters

Writing a Melody Over a Chord Progression - Music Composition

9th - 12th
How to compose and develop melody over a set of chords. Are you someone who can come up with a chord progression but you’re not quite sure how to improvise or write a melody to go with it? In this music composition lesson, we take a...
Instructional Video20:04
Packt

Invert Binary Tree – Part 1

Higher Ed
This is the first part of the two-part video that demonstrates how to work with an invert binary tree. This clip is from the chapter "Question 7: Invert Binary Tree" of the series "Data Structures and Algorithms: The Complete...