Instructional Video4:44
Brian McLogan

Graphing a quadratic function in vertex form with multiple transformations

12th - Higher Ed
πŸ‘‰ Learn how to graph quadratic equations in vertex form. A quadratic equation is an equation of the form y = ax^2 + bx + c, where a, b and c are constants. The graph of a quadratic equation is in the shape of a parabola which can either...
Instructional Video18:36
Brian McLogan

Zeros, intercepts, end behavior of a polynomial in vertex form

12th - Higher Ed
Zeros, intercepts, end behavior of a polynomial in vertex form
Instructional Video3:02
Brian McLogan

Writing the polynomial in standard form so that you can find end behavior

12th - Higher Ed
πŸ‘‰ Learn how to determine the end behavior of the graph of a polynomial function. To do this we will first need to make sure we have the polynomial in standard form with descending powers. We will then identify the leading terms so that...
Instructional Video2:16
Brian McLogan

Writing the end behavior of a polynomial using limits

12th - Higher Ed
πŸ‘‰ Learn how to determine the end behavior of the graph of a factored polynomial function. To do this we will first need to make sure we have a polynomial in standard form (i.e. we will expand all factored terms) with descending powers....
Instructional Video4:32
Psychology Unlocked

How Does The Brain Work Cerebral Localisation or Environmental Learning

Higher Ed
Asking the question of how the brain works, this video focuses on the debate between cerebral localisation and environmental learning. Does your brain have specialist zones, or does your brain adapt to circumstances?
Instructional Video4:40
Curated Video

Creational Design Patterns in Modern C++ - CRTP Idiom

Higher Ed
This video demonstrates how to use the CRTP idiom to implement a singleton class through inheritance. This clip is from the chapter "Singleton" of the series "Creational Design Patterns in Modern C++".This section provides an overview of...
Instructional Video5:14
Brian McLogan

Learn how to sketch the graph of a polynomial given factored form using multiplicity

12th - Higher Ed
πŸ‘‰ Learn how to use the tools needed to graph a polynomial function in factored form. A polynomial in factored form is when the polynomial is written as a product of its linear factors. Each linear factor represents an x-intercept and the...
Instructional Video2:59
Brian McLogan

Learn how to find the end behavior given a graph of a polynomial

12th - Higher Ed
πŸ‘‰ Learn how to determine the end behavior of a polynomial function from the graph of the function. To do this we look at the endpoints of the graph to see if it rises or falls as the value of x increases. If the graph of the polynomial...
Instructional Video9:51
Curated Video

The Modern JavaScript Bootcamp (2019) - Digging Into Prototypical Inheritance

Higher Ed
In this presentation, you’re going to explore how prototypal inheritance works behind the scenes. This will explain why we’re able to add our shared methods onto the constructor’s prototype and then access them on each instance. This...
Instructional Video6:58
Brian McLogan

Sketching the graph of a polynomial using the zeros and multiplicity

12th - Higher Ed
πŸ‘‰ Learn how to use the tools needed to graph a polynomial function in factored form. A polynomial in factored form is when the polynomial is written as a product of its linear factors. Each linear factor represents an x-intercept and the...
Instructional Video3:36
Brian McLogan

Identifying the leading coefficient and degree to write the end behavior of a polynomial

12th - Higher Ed
πŸ‘‰ Learn how to determine the end behavior of the graph of a polynomial function. To do this we will first need to make sure we have the polynomial in standard form with descending powers. We will then identify the leading terms so that...
Instructional Video15:15
Institute for New Economic Thinking

What Happens When Economics Doesn’t Reflect the Real World?

Higher Ed
Anwar Shaikh, Professor of Economics at the New School, explores alternatives to economic orthodoxies, and the findings of his book Capitalism: Competition, Conflict, Crises.
Instructional Video8:35
Curated Video

C++ Standard Template Library in Practice - Iterator Adaptors

Higher Ed
We want to learn what other non-container iterators are available, and what they can do. β€’ Introduce the different adapter iterator types β€’ Learn what they can do and cover the differences β€’ Show them in action using a code example This...
Instructional Video5:10
Brian McLogan

How to find the zeros, intercepts, and multiplicity

12th - Higher Ed
In this math tutorial I show you how to find the real zeros of a polynomial function by solving for x using algebraic techniques such as factoring, completing the square and the quadratic formula. I also show you how to determine the...
Instructional Video3:22
Brian McLogan

How to find the end behavior of a polynomial in factored form

12th - Higher Ed
πŸ‘‰ Learn how to determine the end behavior of the graph of a factored polynomial function. To do this we will first need to make sure we have a polynomial in standard form (i.e. we will expand all factored terms) with descending powers....
Instructional Video3:12
Brian McLogan

Sketch the graph of a factored polynomial using multiplicity

12th - Higher Ed
πŸ‘‰ Learn how to use the tools needed to graph a polynomial function in factored form. A polynomial in factored form is when the polynomial is written as a product of its linear factors. Each linear factor represents an x-intercept and the...
Instructional Video2:45
Brian McLogan

Determining end behavior and degrees of a polynomial graph

12th - Higher Ed
πŸ‘‰ Learn how to determine the end behavior of a polynomial function from the graph of the function. To do this we look at the endpoints of the graph to see if it rises or falls as the value of x increases. If the graph of the polynomial...
Instructional Video3:08
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 03 - Introduction to Object-Oriented Programming - Exercise – Online Shopping

Higher Ed
In this video, we will learn about object-oriented programming - exercise – online shopping. This clip is from the chapter "Introduction to Object-Oriented Programming" of the series "Java Programming for Complete Beginners - Java 16".In...
Instructional Video10:06
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 02 - OOPS Example - Fan Class - Deciding State and Constructors

Higher Ed
In this session, we will learn about OOPS example - fan class - deciding state and constructors. This clip is from the chapter "Object-Oriented Programming Again" of the series "Java Programming for Complete Beginners - Java 16".In this...
Instructional Video6:28
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 03 - OOPS Example - Fan Class - Deciding Behavior with Methods

Higher Ed
In this session, we will learn about OOPS example - fan class - deciding behavior with methods. This clip is from the chapter "Object-Oriented Programming Again" of the series "Java Programming for Complete Beginners - Java 16".In this...
Instructional Video11:29
Curated Video

Comprehensive Android Developer Bootcamp - Setting up the User Interface

Higher Ed
Android Machine Learning ML Kit – Face Detection:Setting up the User Interface This clip is from the chapter "Android Machine Learning ML Kit – Face Detection" of the series "The Comprehensive Android Developer Bootcamp".This section...
Instructional Video5:26
Englishing

Lesson on Clauses of MANNER (like, in a way, as, just as, the way, as if)

9th - Higher Ed
In this video lesson, Mr. P./Marc will talk about clauses of manner such as (just as, as, like, in a way, the way, and as though). He will start the lesson by giving examples of the many ways these clauses are used. He will then delve...
Instructional Video4:26
Curated Video

Hands-On WebAssembly for C++ Programmers - Integrating WebAssembly Modules

Higher Ed
We've used the term module throughout the course, but have not actually stopped to define it β€’ Learn about WebAssembly modules β€’ Learn about Emscripten modules β€’ Override Module behavior using --pre-js flags This clip is from the chapter...
Instructional Video11:05
Curated Video

Group Conversation: Are You Turning Into Your Mother?

9th - Higher Ed
Group Conversation: Are You Turning Into Your Mother?