Brian McLogan
Write a polynomial when given a complex and real root
👉 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...
Brian McLogan
Using factoring to help us determine the LCD and solve a rational expression
👉 Learn how to solve rational equations. A rational expression is an expression in the form of a fraction where the numerator and/or the denominator are/is an algebraic expression. There are many ways to solve rational expressions, one...
Curated Video
Practical Python: Learn Python Basics Step by Step- Python 3 - Use Loops to Iterate on Python Lists
This video demonstrates how to use loops to iterate on Python lists. This clip is from the chapter "Python Basics- Level 3" of the series "Practical Python: Learn Python Basics Step by Step- Python 3".In this section, the author gives a...
Curated Video
Practical Python: Learn Python Basics Step by Step- Python 3 - Combine Different Conditional Statements
In this video, the author demonstrates how to combine different conditional statements. This clip is from the chapter "Python Basics- Level 3" of the series "Practical Python: Learn Python Basics Step by Step- Python 3".In this section,...
Curated Video
Simplifying Algebraic Expressions (Example)
Simplify algebraic expressions by distributing and combining like terms.
Curated Video
Adding Fractions Using Visual Models
Use visual models to solve word problems involving addition of fractions with like and unlike denominators.
Curated Video
Understanding the Remainder Theorem Through Simple Division Problems
In this lesson, students will learn about the remainder theorem and its relationship to long division. They will understand how to find the remainder when dividing polynomials by evaluating the function at a specific value. Through...
Brian McLogan
Solve a trigonometric equations with secant and tangent
👉 Learn how to solve trigonometric equations. There are various methods that can be used to evaluate trigonometric identities, they include by factoring out the GCF and simplifying the factored equation. Another method is to use a...
Brian McLogan
Master Determine if the equation is a function or not
Master Determine if the equation is a function or not
Brian McLogan
Pre-Calculus - Applying foil to multiply complex numbers (3-2i) (4-7i)
In this math tutorial I will show you how to multiply complex numbers. Complex numbers come in the form of a +bi. Multiplying complex numbers carry some of the same properties as multiplying polynomials. However when simplifying we will...
Brian McLogan
Writing the equation of a polynomial when given three zeros
👉 Learn how to write the equation of a polynomial when given rational 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...
Brian McLogan
Tutorial - Simplifying Expressions with Complex numbers ex 6, (2 + root(-1)) + (-3 + root(-16))
In this video playlist you will learn everything you need to know with complex and imaginary numbers (2 + root(-1)) + (-3 + root(-16))
Brian McLogan
Multiplying Two Binomial Expressions with Radicals Together
👉 Learn how to multiply radicals. A radical is an expression or a number under the root symbol. To multiply the sum/difference of two or more radicals, we make use of the distributive property to expand the product and then simplify the...
Brian McLogan
Multiplying a Binomial with Radicals by Itself
👉 Learn how to multiply radicals. A radical is an expression or a number under the root symbol. To multiply the sum/difference of two or more radicals, we make use of the distributive property to expand the product and then simplify the...
Brian McLogan
Combining rational expression with unlike denominators
Learn how to add and/or subtract rational expressions. A rational expression is an expression in the form of a fraction where the numerator and/or the denominator are/is an algebraic expression. When adding or subtracting rational...
Brian McLogan
Master Solving literal equations from standard form to slope intercept form
Master Solving literal equations from standard form to slope intercept form
Brian McLogan
Learn how to find the inverse of a rational expression
👉 Learn how to find the inverse of a rational function. A rational function is a function that has an expression in the numerator and the denominator of the function. The inverse of a function is a function that reverses the "effect" of...
Brian McLogan
Tip To Know When To Use Your Identities To Solve Trig Equations
Solving trigonometric equations can sometimes be straight forward. But when double and half angles are introduced you have to make a decision when to solve for the multi angle or when to use yoru identities.
Curated Video
Spring Framework Master Class - Java Spring the Modern Way - Step 08 - Quick Summary of Other Pointcuts
This video focuses on a quick summary of other pointcuts. This clip is from the chapter "Spring Level 5 - Spring AOP" of the series "Spring Framework Master Class - Java Spring the Modern Way".This section presents an overview of Spring...
Curated Video
How to Write an Algebraic Expression
In this short video we will answer a standardized math test question where we are asked to identify the correct algebraic expression to represent a real world situation. We will identify key word phrases in the problem and represent them...
Curated Video
Simplifying Expressions with Subtraction
Simplify an expression by distributing and combining like terms.
Curated Video
Data Science and Machine Learning (Theory and Projects) A to Z - Variable and Operator: Comparison in Python
In this video, we will cover comparison in Python. 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 this...