Brian McLogan
Solving a quadratic by factoring a trinomial when a is equal to one
๐Learn how to solve quadratic equations by factoring when a is equal to 1. A quadratic is an algebraic expression having 2 as the highest power of its variable(s). To factor an algebraic expression means to break it up into factors...
Brian McLogan
Solve a quadratic by applying the square root method
๐Learn how to solve quadratic equations using the square root method. It is important to understand that not all quadratics have to be solved using factoring or quadratic formula. When we only have one variable but it is squared we can...
Brian McLogan
How do you solve a quadratic using various methods
๐Learn how to solve quadratic functions. Quadratic equations are equations whose highest power in the variable(s) is 2. They are of the form y = ax^2 + bx + c. There are various techniques which can be applied in solving quadratic...
Brian McLogan
Graph the ellipse by completing the square to write in standard form
Learn how to graph horizontal ellipse which equation is in general form. A horizontal ellipse is an ellipse which major axis is horizontal. When the equation of an ellipse is written in the general form, we first rewrite it in standard...
Brian McLogan
Learn how to understand the horizontal shift of a absolute value function
๐ Learn how to identify transformations of functions. Transformation of a function involves alterations to the graph of the parent function. The transformations can be dilations, translations (shifts), reflection, stretches, shrinks,...
Brian McLogan
Domain of a rational function write in interval notation
๐ Learn how to find the domain of rational functions. Recall that the domain of a function is the set of possible input values (x-values) of the function. For a rational function, the denominator cannot be zero. Thus, to find the domain...
Brian McLogan
Finding the solutions to a trigonometric equation
๐ Learn how to solve trigonometric equations by factoring out the GCF. When solving trigonometric equations involving the multiples of the same trigonometric function. It is very useful to collect similar trigonometric functions together...
Brian McLogan
What is the zero product property
๐Learn how to solve quadratic equations by factoring. We will focus on factoring special techniques such as the zero product property, difference of two squares, box method and guess and check. Once we have factored the quadratic...
Brian McLogan
How to factor and solve a trinomial when it is not set to zero
๐Learn how to solve quadratic equations by factoring when a is equal to 1. A quadratic is an algebraic expression having 2 as the highest power of its variable(s). To factor an algebraic expression means to break it up into factors...
Curated Video
Understanding the Graphs of Multiple Limiting Factors in Photosynthesis
This video explores the concept of limiting factors in photosynthesis and how they can be represented in graphs. The three key limiting factors of light intensity, temperature, and carbon dioxide concentration are discussed, and the...
Brian McLogan
What do I need to know to solve a quadratic by the quadratic formula
๐ Learn all about the quadratic formula. The quadratic formula is a formula which can be used to find the roots of (solve) a quadratic equation. The quadratic formula is given by x = (-b +/- sqrt(b^2 - 4ac)) / 2a, where a is the...
Brian McLogan
Finding the zeros by factoring using the difference of two cubes
๐ Learn how to find the zeroes of a polynomial equation/expression involving the sum/difference of two cubes. Given a polynomial having the sum of two cubes, the polynomial can be factored as follows: a^3 + b^3 = (a + b)(a^2 - ab + b^2)....
Brian McLogan
How to write the transformations given a square root function
๐ Learn how to identify transformations of functions. Transformation of a function involves alterations to the graph of the parent function. The transformations can be dilations, translations (shifts), reflection, stretches, shrinks,...
Brian McLogan
Graphing the parabola by completing the square and find the focus and directrix
Learn how to graph a horizontal parabola. A parabola is the shape of the graph of a quadratic equation. A parabola is said to be horizontal if it opens to the left or opens to the right. A horizontal parabola results from a quadratic...
TLDR News
Wales Leaving the United Kingdom? Could Wales Leave the Union? - TLDR News
UNION COLLAPSE PODCAST UPDATE: Due to feedback on the episode from viewers, we've decided to take down the podcast on the collapse of the union. We agree with many of our viewers that the episode had some fundamental issues, so we will...
Brian McLogan
Evaluate the limit of a piecewise function with a hole
๐ Learn how to evaluate the limit of a piecewice function. A piecewise function is a function that has different rules for a different range of values. The limit of a function as the input variable of the function tends to a number/value...
Brian McLogan
Solving a quadratic by factoring but first setting equal to zero
๐Learn how to solve quadratic equations by factoring when a is equal to 1. A quadratic is an algebraic expression having 2 as the highest power of its variable(s). To factor an algebraic expression means to break it up into factors...
Brian McLogan
How to factor a monomial to it's linear factors
๐ Learn how to factor a number, variable, and monomial completely. To factor means to write our term as a product of its factors. Therefore we will learn how to break down a number, variable, and monomial into its factors.
Curated Video
GCSE Secondary Maths Age 13-17 - Number: Multiples, Factors & Prime Factors - Explained
SchoolOnline's Secondary Maths videos are brilliant, bite-size tutorial videos delivered by examiners. Ideal for ages 13-17, they cover every key topic and sub topic covered in GCSE Maths in clear and easy to follow steps. This video...
Brian McLogan
What are even and odd functions
๐ Learn how to determine if a function is even or odd. A function is even if the graph of the function is symmetrical about the y-axis, or a function is even if f(x) = f(-x). A function is odd if the graph of the function is symmetrical...
Brian McLogan
Identify the transformations from fx to gx exponential functions
๐ Learn how to identify transformations of functions. Transformation of a function involves alterations to the graph of the parent function. The transformations can be dilations, translations (shifts), reflection, stretches, shrinks,...
Curated Video
Combining Functions by Dividing
This video offers a comprehensive understanding of dividing functions and how to create new functions through division. It explains the importance of finding the zeros of a function and demonstrates how to do so through factoring and...
Curated Video
Introduction to Exponents
In this video, students learn how to use exponents to write numerical expressions. The teacher explains that exponents are used to indicate the number of times a base number is repeated as a factor in multiplication. The video emphasizes...
Curated Video
High Performance Scientific Computing with C 4.4: GPGPU with CUDA
How can we accelerate our codes using modern GPUs? What is CUDA? โข Learn how to add CUDA kernels to our code โข See how to use nvcc to compile CUDA code โข Learn about tuning CUDA code for performance