Brian McLogan
Tutorial - Dividing complex numbers ex 18, 7/(8 + i)
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...
Brian McLogan
Pre-Calculus - Dividing by a complex number Pre calc help (6-5i) / i
In this video series I show you how to simplify rational complex numbers. We do this by eliminating dividing by an imaginary number. We can either do this by multiplying by i which produces -1 or multiplying by the conjugate of a...
Brian McLogan
Write the quotient in Standard Form
In this video series I show you how to simplify rational complex numbers. We do this by finding the complex conjugate of our denominator and multiplying both the numerator and denominator by this expression. It is important to use the...
Brian McLogan
What does the quotient mean when dividing polynomials
👉 Learn how to divide polynomials by binomial divisors using the long division algorithm. A binomial is an algebraic expression having two terms. Before dividing a polynomial, it is usually important to arrange the divisor in the...
Brian McLogan
Learn How to Determine Slant Asymptote of a Rational Function
👉 Learn how to find the slant/oblique asymptotes of a function. A slant (oblique) asymptote usually occurs when the degree of the polynomial in the numerator is higher than the degree of the polynomial in the denominator. To find the...
Curated Video
Negative Exponents
In this video lesson we will learn how to rewrite expressions with negative exponents. We will understand that a power with a negative exponent can be rewritten using the reciprocal and a positive exponent. We will make connections and...
Curated Video
Interpreting Remainders (Part 1)
Interpret the remainder of a real-world division problem.
Curated Video
How to Divide a Decimal by a Decimal
In this short video we will answer a standardized math test question where we are asked to divide a decimal by a decimal. We will understand division to be dividend divided by the divisor and equals the quotient. We will review that the...
Brian McLogan
You Have To Know How To Divide These Polynomials
When students are first learning how to divide polynomials it is important to start your learning off right by working through basic examples to get the problems right.
Brian McLogan
Simplifying an exponent with a negative rational power
Learn how to evaluate numbers raised to 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 result to a...
Brian McLogan
Simplify an expression
👉 Learn how to simplify rational powers using the power and the quotient rules. There are some laws of exponents which might come handy when simplifying expressions with exponents. Some of the laws include the quotient law which states...
Brian McLogan
Pre-Calculus - Subtracting two trig rational expression and the simplifying the difference
In this video playlist you will learn all about Analytic Trigonometry. We will start by simplifying trigonometric expressions using trigonometric identities such as the quotient, reciprocal,Pythagorean Identies as well basic algebraic...
Brian McLogan
Pre-Calculus - Simplifying a trigonometric expression by using the even and odd identities
In this video playlist you will learn all about Analytic Trigonometry. We will start by simplifying trigonometric expressions using trigonometric identities such as the quotient, reciprocal,Pythagorean Identies as well basic algebraic...
Brian McLogan
Pre-Calculus - Rewriting a complex number without i on the denominator (6-5i) / i
In this video series I show you how to simplify rational complex numbers. We do this by eliminating dividing by an imaginary number. We can either do this by multiplying by i which produces -1 or multiplying by the conjugate of a...
Brian McLogan
Tutorial - Dividing complex numbers ex 22, (4 - 3i)/(-1 - 4i)
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...
Brian McLogan
What exactly is factoring a polynomial
👉 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...
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - String Format Specifiers
In this video, you will learn how to use the = format specifier that will do the same task as our {} to print any values. This clip is from the chapter "Revisiting Strings" of the series "The Ultimate Guide to Python Programming with...
Curated Video
Data Structures and Algorithms The Complete Masterclass - Problem Solving Approach
This video focuses on the problem-solving approach. This clip is from the chapter "Implementations and Interview Questions" of the series "Data Structures and Algorithms: The Complete Masterclass".This section focuses on implementations...
Brian McLogan
How to write the sum formula of cosine as a single function and angle
👉 Learn all about sum and difference angle identities. In this video playlist, you will learn how to evaluate, solve, simplify and verify using sum and difference angle identities. We will evaluate using angles not found on the unit...
Brian McLogan
Given a quadratic factor, find all the zeros
👉 Learn how to divide two polynomial using long division. We will follow the long division algorithm to identify the quotient or other factor that divides into the polynomial.
Brian McLogan
Pre-Calculus - Simply expressions using fundamental identities, cotx . secx
In this video series I show you how to simplify trigonometric expressions by using identities. Trigonometric identities help us transform expressions so that we can simplify an expression to a singular term. We will apply reciprocal,...
Curated Video
Data Science and Machine Learning (Theory and Projects) A to Z - Python Useful function: Python Function- Divmod
In this video, we will cover Python function- Divmod. This clip is from the chapter "Basics for Data Science: Python for Data Science and Data Analysis" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In...
Curated Video
Data Structures and Algorithms The Complete Masterclass - Graph Traversal Complexity
This video explains graph traversal complexity. This clip is from the chapter "Algorithms: Graph Traversal" of the series "Data Structures and Algorithms: The Complete Masterclass".This section explains the concept of graph traversals.