Instructional Video0:55
Brian McLogan

Write the function f(x) given transformations

12th - Higher Ed
Write the function f(x) given transformations
Instructional Video7:37
Brian McLogan

Master How to find the distance between two points

12th - Higher Ed
Master How to find the distance between two points
Instructional Video5:06
Brian McLogan

Write the rational expression in reciprocal function form

12th - Higher Ed
👉 Learn all about reciprocal functions. A reciprocal function is a function of the form f(x) = 1/x. The graph of a reciprocal function is composed of the vertical and the horizontal asymptotes and the points where the curve turns. For...
Instructional Video5:31
Brian McLogan

Write a polynomial when given a complex and real root

12th - Higher Ed
👉 Learn how to write the equation of a polynomial when given complex zeros. Recall that 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. The...
Instructional Video2:50
Brian McLogan

Zeros and multiplicity of a polynomial factoring by grouping

12th - Higher Ed
👉 Learn how to find all the zeros of a polynomial by grouping. 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. The zeros of a polynomial are...
Instructional Video2:48
Brian McLogan

Write the quadratic function given different transformations

12th - Higher Ed
Write the quadratic function given different transformations
Instructional Video2:27
Curated Video

Power of a Quotient Property (Part 2)

K - 12th
Find the power of a quotient.
Instructional Video2:30
Curated Video

Simplifying Expressions (Part 2)

K - 12th
Simplifying expression when subtraction is involved.
Instructional Video1:27
Curated Video

Simplifying Algebraic Expressions (Example)

K - 12th
Simplify algebraic expressions by distributing and combining like terms.
Instructional Video14:34
Curated Video

PEP8 Guidelines Python Clean Coding - Code Layout

Higher Ed
This video explains the major rules to align your code and how you will create your first project.
<
br/>
This clip is from the chapter "PEP 8 Code Layout" of the series "PEP8 Guidelines: Python Clean Coding".This section explains...
Instructional Video4:20
Curated Video

Applying the Distributive Property with Diagrams

K - 5th
In this video, students learn about the distributive property and how to apply it using diagrams. The teacher explains the concept of equivalent expressions and demonstrates how to expand and simplify expressions using blocks and visual...
Instructional Video4:13
Brian McLogan

How to Find Zeros, Multiplicity and End Behavior to Graph of a Polynomial

12th - Higher Ed
👉 Learn how to find all the zeros of a factored polynomial. 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. The zeros of a polynomial are the...
Instructional Video6:33
Curated Video

The Complete Java Developer Course: From Beginner to Master - Project - Working with Arrays

Higher Ed
This video is the first project of this section where the program will prompt the user to input 5 integers. Then, it stores each of the integers in a regular built-in array. Finally, after the storing is completed, in a separate loop,...
Instructional Video13:18
Brian McLogan

Solve Rational Equations Part 2

12th - Higher Ed
Solve Rational Equations Part 2
Instructional Video6:51
Brian McLogan

Master Determine if two functions are inverses of each other formally ex 2

12th - Higher Ed
Master Determine if two functions are inverses of each other formally ex 2
Instructional Video5:28
Brian McLogan

Master Determine if two function are inverses of each other formally ex 1

12th - Higher Ed
Master Determine if two function are inverses of each other formally ex 1
Instructional Video3:30
Brian McLogan

Tutorial - Dividing complex numbers ex 18, 7/(8 + i)

12th - Higher Ed
In this video series I will show you how divide complex numbers. We do this by eliminating the imaginary number on the denominator by producing equivalent fractions. We do this by multiplying i if we have an imaginary number on the...
Instructional Video2:08
Brian McLogan

Tutorial - Simplifying Expressions with Complex numbers ex 6, (2 + root(-1)) + (-3 + root(-16))

12th - Higher Ed
In this video playlist you will learn everything you need to know with complex and imaginary numbers<br/>
(2 + root(-1)) + (-3 + root(-16))
Instructional Video0:54
Brian McLogan

Tutorial - Learn how to subtract an imaginary term from a complex number ex 14, (3 + 2i) - 9i

12th - Higher Ed
In this video playlist you will learn everything you need to know with complex and imaginary numbers<br/>
(3 + 2i) - 9i
Instructional Video3:04
Brian McLogan

Summary for simplifying an imaginary number to a higher power

12th - Higher Ed
👉 Learn the basics of converting between radicals and rational powers. When given a number raised to a rational power, we take the nth root of the number where n is the number in the denominator of the rational power, then we raise the...
Instructional Video5:01
Brian McLogan

Learn how to complete the square and identify the vertex, domain and range

12th - Higher Ed
👉 Learn how to identify the vertex of a parabola by completing the square. A parabola is the shape of the graph of a quadratic equation. A quadratic equation can be written in the standard form (i.e. in the form y = ax^2 + bx + c) or it...
Instructional Video5:25
Curated Video

Python 3 for Beginners: Python Functions - The Dry Concept

Higher Ed
In this educational video, we dive into the concept of Dry programming, which stands for don't repeat yourself. We explore how functions can be used in Python to reduce code repetition and increase program efficiency. You'll learn how to...
Instructional Video2:07
Curated Video

Practical Python: Learn Python Basics Step by Step- Python 3 - Numbers and Operations

Higher Ed
This video shows how to use numbers and operations in Python.
r/>
This clip is from the chapter "Python Basics- Level 1" of the series "Practical Python: Learn Python Basics Step by Step- Python 3".This section is about the...
Instructional Video5:01
Brian McLogan

Simple Mistake to Avoid when Evaluating an Expression

12th - Higher Ed
When Students go to evaluate a basic expression they often make a simple mistake that is very obvious and easy to miss.