Instructional Video9:24
Curated Video

Factorizing Quadratics: Simple Cases

Higher Ed
This is a tutorial on how to factorize simple quadratics. They define quadratic equations as equations or expressions where the highest power of the variable is 2, and explain that factorizing is the reverse of expanding the brackets....
Instructional Video6:26
Curated Video

Learn and Master C Programming - Pointer Arithmetic: Working with Integer Pointers

Higher Ed
We will learn about pointer arithmetic and how we can increment or decrement pointers in C/C++ and understand what that really means. This clip is from the chapter "Pointers" of the series "Learn and Master C Programming For Absolute...
Instructional Video7:08
Curated Video

GCSE Secondary Maths Age 13-17 - Graphs: Perpendicular Lines - Explained

9th - 12th
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...
Instructional Video3:31
Curated Video

KS2 Primary Maths Age 13-17 - Geometry: Coordinates - Explained

3rd - 5th
SchoolOnline's Primary Maths videos are brilliant, bite-size tutorial videos delivered by examiners. Ideal for ages 9-13, they cover every key topic and sub topic covered in Maths in clear and easy to follow steps. This video looks at...
Instructional Video4:31
Brian McLogan

Learn to write the rule of a sequence with alternating signs

12th - Higher Ed
👉 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...
Instructional Video2:33
Brian McLogan

Learning how to expand a logarithmic expression to 4th root

12th - Higher Ed
👉 Learn how to expand logarithmic expressions involving radicals. A logarithmic expression is an expression having logarithms in it. To expand logarithmic expressions means to use the logarithm laws to expand (open up) logarithm...
Instructional Video3:20
Brian McLogan

Learn to condense logarithmic expressions to one single logarithm

12th - Higher Ed
👉 Learn how to condense logarithmic expressions. A logarithmic expression is an expression having logarithms in it. To condense logarithmic expressions means to use the logarithm laws to reduce logarithm expressions from the expanded...
Instructional Video3:27
Brian McLogan

Learn how to condense a logarithmic expression with multiple logs

12th - Higher Ed
👉 Learn how to condense logarithmic expressions. A logarithmic expression is an expression having logarithms in it. To condense logarithmic expressions means to use the logarithm laws to reduce logarithm expressions from the expanded...
Instructional Video1:59
Brian McLogan

Finding the value of a term in a geometric sequence

12th - Higher Ed
👉 Learn how to find the nth term of a geometric sequence. 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. A geometric sequence is a sequence in which...
Instructional Video3:28
Brian McLogan

Learn how to write the equation of the Parabola given the focus and directrix

12th - Higher Ed
Learn how to write the equation of a parabola given the focus and the directrix. A parabola is the shape of the graph of a quadratic equation. A parabola can open up or down (if x is squared) or open left or right (if y is squared)....
Instructional Video8:11
Brian McLogan

how to graph and identify the foci, asymptotes, center, vertices of a hyperbola

12th - Higher Ed
Learn how to graph hyperbolas. To graph a hyperbola from the equation, we first express the equation in the standard form, that is in the form: (x - h)^2 / a^2 - (y - k)^2 / b^2 = 1 for horizontal hyperbola or (y - k)^2 / a^2 - (x - h)^2...
Instructional Video3:25
Brian McLogan

Factoring a polynomial to the fourth power using factoring to second power

12th - Higher Ed
👉 In this polynomial, I will show you how to factor different types of polynomials. Such as polynomials with two, three, and four terms in addition to polynomials to the second third, fourth, fifth, and sixth power.
Instructional Video4:51
Curated Video

Apache Maven Beginner to Guru - Skipping the Unit and Integration Tests in Maven

Higher Ed
This video explains how to skip the unit and integration tests in Maven. This clip is from the chapter "Testing with Maven" of the series "Apache Maven: Beginner to Guru".This section explains how to test builds with Maven.
Instructional Video8:45
Brian McLogan

Using half angles to solve trigonometric equations

12th - Higher Ed
👉 Learn how to solve equations using half-angle identities. To do this we will replace every trig function with half angles using the identity. Then we will simplify and solve trigonometric functions. To find the values we will use the...
Instructional Video7:21
Brian McLogan

How to solve a equation using difference of two angles

12th - Higher Ed
👉 Learn how to evaluate the cosine of an angle in radians using the sum/difference formulas. To do this, we first express the given angle as a sum or a difference of two (easy to evaluate) angles, then we use the unit circle and the...
Instructional Video5:22
Brian McLogan

Evaluate using the difference formula of two angles sine

12th - Higher Ed
👉 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...
Instructional Video2:24
Brian McLogan

Evaluate the half angle for cosine from a triangle

12th - Higher Ed
👉 Learn how to evaluate the tangent of a half-angle. When given the value of the tangent of an angle, we can evaluate the tangent of half the angle using the tangent half-angle formula. When the value of any other trigonometric function...
Instructional Video5:09
Brian McLogan

Simplifying the difference quotient

12th - Higher Ed
👉 Learn how to evaluate the limit of a function using the difference quotient formula. The difference quotient is a measure of the average rate of change of the function over an interval, h. The limit of the difference quotient gives the...
Instructional Video5:02
Brian McLogan

Multiplying Two Binomials - Math Tutorial

12th - Higher Ed
👉 Learn how to multiply polynomials. To multiply polynomials, we use the distributive property. The distributive property is essential for multiplying polynomials. The distributive property is the use of each term of one of the...
Instructional Video2:52
Brian McLogan

Writing the inverse of another function as an inverse function

12th - Higher Ed
👉 Learn how to find the inverse of a quadratic function. A quadratic function is a function whose highest exponent in the variable(s) of the function is 2. The inverse of a function is a function that reverses the "effect" of the...
Instructional Video4:15
Brian McLogan

Identify x intercepts and vertex of a quadratic with fractions ex 8, y=-2(x+(9/2))^2 +1/4

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 Video8:07
Virtually Passed

Second Moment of Area Example 3

Higher Ed
Ix is the second moment of area about the x axis. Choosing the value of dA is the important part for this problem. In this example where we're dealing with a section of a circle, it's easier to use cylindrical coordinates dA = r dr...
Instructional Video7:46
Virtually Passed

Dot product and angle between two vectors proof

Higher Ed
The angle between two vectors can be found by using the cosine rule in a clever way.
Instructional Video21:05
Professor Dave Explains

The Quantum Barrier Potential Part 1: Quantum Tunneling

12th - Higher Ed
Now that we've covered the particle in a box, we are familiar with the concept of a quantum problem. Let's move on to our second quantum problem, that of the quantum barrier potential. With this one, we don't have an infinite square well...