Brian McLogan
Derivative using chain rule inside product rule
π Learn how to find the derivative of a function using the chain rule. The derivative of a function, y = f(x), is the measure of the rate of change of the function, y, with respect to the variable x. The process of finding the derivative...
Brian McLogan
How to take the derivative with chain rule inside product rule
π Learn how to find the derivative of a function using the chain rule. The derivative of a function, y = f(x), is the measure of the rate of change of the function, y, with respect to the variable x. The process of finding the derivative...
Packt
Use different data types : Data Types
From the section: Jumping In. This section will cover topics such as syntax, variables, data types, strings, and many more. Jumping In: Data Types
Curated Video
Describe a function : Functions in Python
From the section: Python Fundamentals. This section will help you to learn about the Python fundamentals and setup. This video explains the various functions in Python.
FuseSchool
Algebraic Fractions
Algebraic fractions are simply fractions with algebraic expressions either on the top, bottom or both. We treat them in the same way as we would numerical fractions. In this video we look at how to simplify algebraic fractions, and how...
Curated Video
Evaluating Expressions with Parentheses
In this video, the teacher explains how to evaluate expressions by interpreting parentheses as "do this first." The examples provided involve multiplication, subtraction, and addition, and the teacher emphasizes the importance of...
Curated Video
Introduction to Differentiation of Small Positive Integer Powers of X
The video discusses the differentiation of small positive integer powers of X using the first principles method. The presenter explains how to find the gradient of curves for functions such as X^2, X^3, X^5, and 3X^2 by taking the limit...
Brian McLogan
Evaluate the sum of two angles with cosine
π 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...
Curated Video
Apache Spark 3 for Data Engineering and Analytics with Python - Map and Flat Map Transformations
Let's learn about map and flat map transformations in this session. This clip is from the chapter "RDD Crash Course" of the series "Apache Spark 3 for Data Engineering and Analytics with Python".This section primarily focuses on RDD...
KnowMo
Introduction to Formula: Understanding Mathematical Operations for Calculating Variables
This video is an introduction to formula and how to use it in mathematical operations to calculate variable values. Using the example of calculating the cost of a taxi ride based on distance, the video explains how to convert information...
Brian McLogan
Learn how to solve a trigonometric equation using sum and difference formulas
π Learn how to solve equations using the angles sum and difference identities. Using the angles sum and difference identities, we are able to expand the trigonometric expressions, thereby obtaining the values of the non-variable terms....
Curated Video
Introduction to Factor Theorem and Factoring Polynomials
The video is a lecture presentation about the factor and remainder theorems in mathematics. The presenter explains how to use the factor theorem to find factors and remainders of polynomials by substituting specific values and also...
Brian McLogan
Summary for Expanding logarithmic expressions
π Learn how to condense/expand 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...
Brian McLogan
How to use the FTC to evaluate the definite integral of a polynomial
π Learn how to evaluate the integral of a function. The integral, also called antiderivative, of a function, is the reverse process of differentiation. Integral of a function can be evaluated as indefinite integral or as a definite...
Brian McLogan
Graphing and describing multiple transformations
π 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,...
FuseSchool
Factorising Quadratics: Non-Monic
In this video weβre going to discover how to factorise quadratics that donβt have 1 as the coefficient of the x-squared term. These are called non-monic quadratics. We can do it by trial and error and just spotting the factors, but this...
Python Programmer
EDA Python - 17-Pandas_1
Pandas is the most important and useful package for Exploratory Data Analysis with python. In the next 5 videos we will be using python and pandas to analyse covid-19 data. We start in this video by loading data into a pandas dataframe.
FuseSchool
How To Subtract Positive & Negative Numbers
Learn how to substract positive and negative integers!
Curated Video
Enlargements in Graph Transformations
The video is a lecture presentation on the topic of transformations of graphs, with a focus on enlargements. The presenter explains the concept of multiplying a function by a constant or the X variable, which results in a stretch or...
Brian McLogan
How to use properties of logs to expand an expression with roots
π 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...
Curated Video
Create a computer vision system using decision tree algorithms to solve a real-world problem : Python Basics: Whitespace, Imports, and Lists
From the section: Python Crash Course [Optional]. In this section, weβll continue diving into Python data structures with tuples and dictionaries, functions, Boolean Operations and Loops, and libraries like Pandas, MatPlotLib and Seaborn...
Curated Video
Bash Shell Scripting - Arithmetic Comparison Operators
This video focusses on arithmetic comparison operators. This clip is from the chapter "Operators" of the series "Mastering Bash Shell Scripting: Automate your daily tasks [Updated for 2021]".This section focuses on operators.