Instructional Video3:19
Brian McLogan

Simplify an expression by combining radicals

12th - Higher Ed
πŸ‘‰ Learn how to add or subtract radicals. A radical is a number or an expression under the root symbol. Radicals can only be added or subtracted if the numbers or expressions under the roots are the same for all terms. To add or subtract...
Instructional Video2:22
Brian McLogan

Simplify an expression using power to product and power to quotient rule

12th - Higher Ed
πŸ‘‰ Learn how to simplify expressions using the power rule of exponents. When several terms of an expression is raised to an exponent outside the parenthesis, the exponent is distributed over the individual terms in the expression and the...
Instructional Video0:48
Brian McLogan

Learn how to take the square root of an expression evenly, root(4x^2)

12th - Higher Ed
πŸ‘‰ Learn how to simplify the square root of an expression. The square root of an expression is an expression which will multiply itself twice to give the original expression. To simplify the square root of an expression, we...
Instructional Video2:37
Brian McLogan

How to divide two functions and then determine the domain

12th - Higher Ed
πŸ‘‰ Learn how to divide two functions. We will explore the division of linear, quadratic, rational, and radical functions. To divide two functions, we simply algebraically divide the rules (contents) of the two functions. We will then...
Instructional Video2:38
Brian McLogan

How to classify a polynomial when divided by a number

12th - Higher Ed
πŸ‘‰ Learn how to classify polynomials. A polynomial is an expression of the sums/differences of two or more terms having different interger exponents of the same variable. A polynomial can be classified in two ways: by the number of terms...
Instructional Video1:05
Brian McLogan

Apply operations and then write the polynomial in standard form and find degree and LC

12th - Higher Ed
πŸ‘‰ Learn how to find the degree and the leading coefficient of a polynomial expression. The degree of a polynomial expression is the the highest power (exponent) of the individual terms that make up the polynomial. For terms with more...
Instructional Video5:40
Curated Video

Complete Modern C++ - Type Conversions - Part II (Primitive to User Type)

Higher Ed
This video is an explanation and implementation of how constructors are used by the compiler to perform type conversion. This clip is from the chapter "Operator Overloading" of the series "Complete Modern C++".This section is about...
Instructional Video8:26
Curated Video

Complete Modern C++ - Copy elision and how it eliminates extra copies of temporary objects

Higher Ed
In this video, we will learn about copy elision and how it eliminates extra copies of temporary objects. This clip is from the chapter "Classes and Objects" of the series "Complete Modern C++".This section gives an overview of classes...
Instructional Video5:46
Brian McLogan

Dividing two rational expression by factoring to simplify

12th - Higher Ed
Learn how to divide rational expressions. A rational expression is an expression in the form of a fraction, usually having variable(s) in the denominator. Recall that to divide by a fraction, we multiply by the reciprocal of the...
Instructional Video2:53
Brian McLogan

Learn how to rewrite an expression using the value i, 5 - root(-24)

12th - Higher Ed
πŸ‘‰ Learn how to simplify radical expressions. In this playlist we will explore simplifying radical expressions by prime factorization and rules of exponents. We will explore the square root, cube root as well as the fourth root of numbers...
Instructional Video12:19
Brian McLogan

Master Verifying an identity using the double angle formulas

12th - Higher Ed
Master Verifying an identity using the double angle formulas
Instructional Video4:03
Brian McLogan

Learn how to simplify a complex fraction

12th - Higher Ed
πŸ‘‰ Learn how to simplify complex fractions. To simplify complex fractions having the addition/subtraction of more than one fractions in the numerator or/and in the denominator we first evaluate the numerator or/and the denominator...
Instructional Video4:39
Brian McLogan

How do you determine the LCD of rational expressions

12th - Higher Ed
How do you determine the LCD of rational expressions
Instructional Video4:03
Brian McLogan

How do you add two basic rational expressions with unlike denominators

12th - Higher Ed
Learn how to add/subtract rational expressions. When adding or subtracting two or more rational expressions with common denominators, we add or subtract only the numerator while we keep the denominator the same. We will then simplify our...
Instructional Video2:59
Brian McLogan

Find the inverse of a linear function then determine if the inverse is a function or not

12th - Higher Ed
πŸ‘‰ Learn how to find the inverse of a linear function. A linear function is a function whose highest exponent in the variable(s) is 1. The inverse of a function is a function that reverses the "effect" of the original function. One...
Instructional Video32:48
Brian McLogan

Rules of Exponents, Radicals, Logarithms | Preparing for Precalculus Part 4

12th - Higher Ed
Rules of Exponents, Radicals, Logarithms | Preparing for Precalculus Part 4
Instructional Video7:46
Curated Video

Powers of Ten

9th - Higher Ed
Learn how to write numbers using the base ten system, then explore what happens when we divide or multiply these numbers. Bonus information about base systems around the world and how those systems influence the way we calculate today.
Instructional Video2:43
Curated Video

Evaluating Multiplication Expressions Using Properties

K - 12th
Use the commutative and associative properties to rearrange factors in an expression containing rational numbers.
Instructional Video6:33
Math Fortress

Differential Equations: Solutions (Level 2 of 4)

12th - Higher Ed
This video introduces the basic concepts associated with solutions of ordinary differential equations. This video goes over 3 examples illustrating how to verify solutions to differential equations. In addition this video also covers how...
Instructional Video9:48
Math Fortress

Calculus II: Trigonometric Integrals (Level 7 of 7)

12th - Higher Ed
This video concludes the methods for solving trigonometric integrals that contain combinations of sine and cosine. This video covers 4 challenging examples that require the use of different trigonometric identities, multiplying by the...
Instructional Video9:21
Math Fortress

Calculus III: Three Dimensional Vectors (Level 1 of 3)

12th - Higher Ed
This video covers Three Dimensional Vectors. This video goes over the various properties associated with three dimensional vectors. 3 basic examples are also covered illustrating how to solve problems that make use of vectors in space.
Instructional Video4:34
Curated Video

Core Java Programming Course- RegEx (regular expressions) Exercise 1

Higher Ed
This video presents an exercise on RegEx. This clip is from the chapter "Regular Expressions" of the series "Learn How to Code: The Complete Core Java Programming Course".This section explains the various regular expressions available in...
Instructional Video2:12
Brian McLogan

Learn How to Mentally Factor a Trinomial

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 Video6:41
Curated Video

Complete Modern C++ - Dynamic Memory Allocation - Part III (new[] Operator)

Higher Ed
This video explains how to create arrays on heap using the new[] operator. β€’ Understand when to use std::optional β€’ Modeling simple failure states or value absence β€’ Section recap This clip is from the chapter "Memory Management – Part...