Brian McLogan
Using the one to one property to solve a logarithmic equation
π Learn about solving logarithmic equations. Logarithmic equations are equations involving logarithms. To solve a logarithmic equation, we first use our knowledge of logarithm laws/properties to express the terms in both sides of the...
Brian McLogan
Transfering from exponential to logarithmic
π Learn how to convert exponential equations to logarithmic equations. The logarithm of a number in a given base is the index/exponent to which the base must be raised to obtain the given number. In other words, log [base a] of x = m...
Brian McLogan
Solving the logrithmic equation with a square root
π Learn how to solve natural logarithmic equations. Logarithmic equations are equations with logarithms in them. To solve a natural logarithmic equation, we first isolate the logarithm part of the equation. After we have isolated the...
Brian McLogan
Solving an equation by converting exponents to the same base
π Learn how to solve exponential equations. An exponential equation is an equation in which a variable occurs as an exponent. To solve an exponential equation, we isolate the exponential part of the equation. Then we take the log of both...
Brian McLogan
Solving an exponential equation with a rational power
π Learn about solving exponential equations. Exponential equations are equations involving exponents. To solve an exponential equation, we express the terms in both sides of the equality sign as single terms. Then, we express the single...
Brian McLogan
Solving an exponential equation by taking the log of both sides
π Learn how to solve exponential equations. An exponential equation is an equation in which a variable occurs as an exponent. To solve an exponential equation, we isolate the exponential part of the equation. Then we take the log of both...
Brian McLogan
Solving a natural log in two different ways
π Learn how to solve natural logarithmic equations. Logarithmic equations are equations with logarithms in them. To solve a natural logarithmic equation, we first isolate the logarithm part of the equation. After we have isolated the...
Brian McLogan
How to convert between logarithmic form and exponential
π Learn how to convert logarithmic equations to exponential equations. The logarithm of a number in a given base is the index/exponent to which the base must be raised to obtain the given number. In other words, log [base a] of x = m...
Brian McLogan
Finding the rule for a sequence with alternating powers
π Learn how to write the rule of a sequence given a sequence of numbers. A sequence is a list of numbers/values exhibiting a defined pattern. A number/value in a sequence is called a term of the sequence. To write the explicit formula of...
Brian McLogan
converting between logarithmic and exponential
π Learn how to convert logarithmic equations to exponential equations. The logarithm of a number in a given base is the index/exponent to which the base must be raised to obtain the given number. In other words, log [base a] of x = m...
Brian McLogan
How to add polynomials with grouping symbols
π Learn how to add polynomials. To add polynomials, we first simplify the polynomials by removing all brackets. Then, we combine like terms. Like terms are terms that share the same base and power for each variable. When you have...
Brian McLogan
How to use the division property of exponents
π Learn how to simplify expressions using the quotient rule of exponents. The quotient rule of exponents states that the quotient of powers with a common base is equivalent to the power with the common base and an exponent which is the...
Let's Tute
Creating Shiba Park: A Step-by-Step Art and Craft Tutorial
In this art and craft video, the teacher shows viewers how to create a beautiful painting of Shiba Zakura Park, located near Lake Motosu and Mount Fuji. With step-by-step instructions and various painting techniques, viewers will learn...
Brian McLogan
Area and Perimeter of Triangle in Coordinate Plane
Timestamps: 0:00 Intro 2:46 Find the Perimeter 6:10 Find the Area Corrections: 4:02 Coordinate Point should be (2,3) Answer is correct as graphed 4:48 Coordinate Point should be (2,3) Answer is correct as graphed
Brian McLogan
Master Expanding Logarithmic Expressions using the rules of logarithms
Welcome ladies and gentlemen. So what I'd like to do is show you how to expand logarithmic expressions. Now expanding logarithmic expressions, what we're going to do is follow the rules of logarithms. And the rules of logarithms we have...
Curated Video
Computing Volume of Rectangular Prisms Using Dimensions
In this video, the teacher explains how to compute the volume of a solid, specifically a rectangular prism, by using the dimensions and counting unit cubes. The lesson emphasizes the importance of efficiency and introduces a more...
Science Buddies
Secret Messages With Invisible Ink!
Have you ever wanted to send your friend a secret message that no-one else can read? Then you might know of invisible inkβa special type of ink that you can use for writing and that does not show up on paper. Only after a special...
All In One Social Media
Military Housing - Is It Free?
Military Housing - Is It Free? // Free, or nearly free, housing is given to everyone in the military. But how they provide housing depends on your marital status, dependents, and rank. If you are married and living with your spouse or...
Coach Dan Blewett
Bunt Defenses in Baseball - Standard Bunt with Runner on First
Bunt defenses are critical in baseball. Don't let your team lose a game on a bunt play. Learn how to defend them in this five-video bunt defense playlist
TLDR News
3 Reasons the Democrats will Win in 2022 - TLDR News
2022 is an important year and the Democrats need to work hard to defend their trifecta. So in this video we're going to run through the uphill climb Democrats have at the midterms, and 3 reasons they could win in 2022.
Future Engineering
Fusion 360 Beginner Tutorials, Part 5 of 16
Fifth of 16 basic tutorials To follow along with the PDF mentioned in the video, visit: https://payhip.com/b/tEXUH and use 100% discount code; MTW0PNKHHP
Curated Video
Bash Shell Scripting- String Operations on Paths | Useful for Real-time
This video explores which string operations to perform on Paths and which ones are useful in real-time operations. This clip is from the chapter "String operations to write Bash Shell scripting" of the series "Complete Bash Shell...
Curated Video
Complete Modern C++ - Inheritance and Access Modifiers
This video explains access modifiers in the context of inheritance. This clip is from the chapter "Object-Oriented Programming" of the series "Complete Modern C++".In this section, you will learn about inheritance and will work on a...
Curated Video
Complete Modern C++ - Exception Handling - Part II (Multiple Catch Blocks)
This video explains more details on catch blocks. This clip is from the chapter "Exception Handling" of the series "Complete Modern C++".This section is about exception handling.