Instructional Video4:08
Brian McLogan

Given fx sketch the first and second derivative graph

12th - Higher Ed
πŸ‘‰ Learn all about the applications of the derivative. Differentiation allows us to determine the change at a given point. We will use that understanding as well as different theorems such as FTOA, IVT, EVT, MVT, Rolle's Theorem, first...
Instructional Video2:25
Brian McLogan

Given a graph of f' learn to find the points of inflection

12th - Higher Ed
πŸ‘‰ Learn how to find the points of inflection of a function given the equation or the graph of the function. The points of inflection of a function are the points where the graph of the function changes its concavity. The points of...
Instructional Video1:09
Brian McLogan

Using the chain rule to take the derivative of an exponential equation

12th - Higher Ed
πŸ‘‰ Learn how to find the derivative of exponential and logarithmic expressions. The derivative of a function, y = f(x), is the measure of the rate of change of the function, y, with respect to the variable x. The process of finding the...
Instructional Video6:35
Curated Video

Describe an advanced data structure : Useful Math: The Inclusion-Exclusion Principle

Higher Ed
From the section: Doing a Lot with Very Little. In this section, we will explore some problems that look difficult to solve efficiently at first sight. You might think that they require some advanced logic or data structures, but in fact...
Instructional Video2:44
Brian McLogan

Math tutorial factoring out the gcf

12th - Higher Ed
πŸ‘‰ Learn how to factor a number, variable, and monomial completely. To factor means to write our term as a product of its factors. Therefore we will learn how to break down a number, variable, and monomial into its factors.
Instructional Video1:37
Brian McLogan

Factoring a prime polynomial when a is greater than one 2x^2+3x–6

12th - Higher Ed
πŸ‘‰Learn how to factor quadratics when the coefficient of the term with a squared variable is not 1. To factor an algebraic expression means to break it up into expressions that can be multiplied together to get the original expression. To...
Instructional Video2:16
Brian McLogan

What is prime factorization

12th - Higher Ed
πŸ‘‰ Learn how to factor a number, variable, and monomial completely. To factor means to write our term as a product of its factors. Therefore we will learn how to break down a number, variable, and monomial into its factors.
Instructional Video3:07
Brian McLogan

Determining the rational zeros by applying the rational zero test

12th - Higher Ed
πŸ‘‰ Learn how to use the Rational Zero Test on Polynomial expression. Rational Zero Test or Rational Root test provide us with a list of all possible real Zeros in polynomial expression. Rational Zero Test can be helpful to find all the...
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 Video6:38
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 26 - Java Conditionals and If Statement – Puzzles

Higher Ed
This video talks about Java conditionals and if statement – puzzles. This clip is from the chapter "Introduction to Java Programming with JShell Using Multiplication Table" of the series "Java Programming for Complete Beginners - Java...
Instructional Video1:59
Brian McLogan

Using prime factorization to take the cube root of a number, cuberoot(64)

12th - Higher Ed
πŸ‘‰ Learn how to find the cube root of a number. To find the cube root of a number, we identify whether that number which we want to find its cube root is a perfect cube. This is done by identifying a number which when raised to the 3rd...
Instructional Video1:25
Brian McLogan

How to take the cube root of negative 64 using prime factorization, cuberoot(-64)

12th - Higher Ed
πŸ‘‰ Learn how to find the cube root of a number. To find the cube root of a number, we identify whether that number which we want to find its cube root is a perfect cube. This is done by identifying a number which when raised to the 3rd...
Instructional Video13:20
Math Fortress

Differential Equations: Definitions and Terminology (Level 1 of 4)

12th - Higher Ed
This video introduces the basic definitions and terminology of differential equations. The topics covered include classification of differential equations by type, order and linearity.
Instructional Video4:55
Brian McLogan

How to rotate a triangle counter clockwise 180 degrees

12th - Higher Ed
πŸ‘‰ Learn how to rotate a figure and different points about a fixed point. Most often that point or rotation will be the original but it is important to understand that it does not always have to be at the origin. When rotating it is also...
Instructional Video10:35
Curated Video

C++ Standard Template Library in Practice - User - Defined Iterators

Higher Ed
We want to learn how to make our own iterator. β€’ Discuss the different ways to implement an iterator β€’ Talk about how there is an old way and a new way β€’ Implement our own iterator using the newest method This clip is from the chapter...
Instructional Video10:21
Brian McLogan

How to find the missing parts of a triangle SSA ambiguous case two triangles

12th - Higher Ed
πŸ‘‰ Learn how to determine if a given SSA triangle has 1, 2 or no possible triangles. Given two adjacent side lengths and an angle opposite one of them (SSA or ASS), then there are 3 possible cases: there can be 1 solution, 2 solutions,...
Instructional Video3:50
Brian McLogan

What is the difference between a prime and composite number

12th - Higher Ed
In this video series you will learn multiple math operations. I teach in front of a live classroom showing my students how to solve math problems step by step. My math tutorials should be used to review previous lessons, complete your...
Instructional Video6:51
NASA

NASA | NOAA-N Prime Mission Overview

3rd - 11th
The NOAA-N Prime satellite is slated for launch by NASA on February 4th, 2009. Operated by NOAA, N Prime will be the last in the Television Infrared Observation Satellite Series (TIROS) that have been observing Earth’s weather and...
Instructional Video4:06
Brian McLogan

How to factor out the GCF of a binomial

12th - Higher Ed
πŸ‘‰ Learn how to factor polynomials by GCF. A polynomial is an expression of the form ax^n + bx^(n-1) + . . . + k, where a, b, and k are constants and the exponents are positive integers. To factor an algebraic expression means to break it...
Instructional Video1:30
Brian McLogan

Using the prime factorization to take the fourth root an expression, fourth root(32x^5)

12th - Higher Ed
πŸ‘‰ Learn how to find the 4th root of an expression. To find the 4th root of an expression, if the exponent of the expression is a multiple of 4, then the 4th root of the expression is the base of the expression with an exponent that is...
Instructional Video3:36
Curated Video

Prime Factorization

3rd - 5th
Find the prime factorization of numbers.
Instructional Video0:54
Brian McLogan

Find the derivative inverse function given a point

12th - Higher Ed
πŸ‘‰ Learn how to find the derivative of the inverse of a function. The derivative of a function, y = f(x), is the measure of the rate of change of the function, y, with respect to the variable x. The process of finding the derivative of a...
Instructional Video12:38
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 02 - Java For Loop - Exercises Overview and First Exercise Prime Numbers

Higher Ed
In this video, we will learn about Java for loop - exercises overview and first exercise prime numbers. This clip is from the chapter "Loops" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will...
Instructional Video6:19
Brian McLogan

Using prime factorization to factor out the GCF

12th - Higher Ed
πŸ‘‰ Learn how to factor polynomials by GCF. A polynomial is an expression of the form ax^n + bx^(n-1) + . . . + k, where a, b, and k are constants and the exponents are positive integers. To factor an algebraic expression means to break it...