Hi, what do you want to do?
Brian McLogan
How to write a quadratic of it's factors using quadratic formula
👉 Learn how to solve quadratic equations using the quadratic formula. A quadratic equation is an equation whose highest power on its variable(s) is 2. The quadratic formula is a formula which can be used to find the roots of (solve) a...
Curated Video
Solving Quadratic Problems with Factored Form (a > 1)
In this lesson, students will learn how to solve quadratic problems when the coefficient "a" is greater than one. They will explore the factored form of quadratic functions to find zeros and lines of symmetry.
Curated Video
Writing Equations of Polynomials Using X-Intercepts
In this video, the teacher explains how to write the equation of a polynomial by analyzing its x-intercepts. They demonstrate the process using different graphs and explain the importance of factored form and the multiplication property...
Brian McLogan
How to Find All of the Zeros of a Polynomial by Factoring, Including Imaginary
👉 Learn how to find all the zeros of a polynomial. 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 zeros of a polynomial are the values...
APMonitor
Solve Nonlinear Equations with Python
This tutorial demonstrates how to set up and solve a set of nonlinear equations in Python using the SciPy Optimize package.
Brian McLogan
Given complex zeros write the polynomial
👉 Learn how to write the equation of a polynomial when given imaginary 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
Given a Complex Zero Use Synthetic Division to Find All of the Zeros for a Polynomial
👉 Learn how to find all the zeros of a polynomial given one complex zero. 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 zeros of a...
Brian McLogan
How to Find All of the Zeros Including Complex When Given a Polynomial
👉 Learn how to find all the zeros of a polynomial that cannot be easily factored. 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 zeros...
Brian McLogan
Given the Factors Determine All Zeros and Write as a Product of its Factors
👉 Learn how to find all the zeros of a polynomial given one rational zero. 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 zeros of a...
Brian McLogan
Solve a quadratic using the quadratic formula with complex answers
👉 Learn how to solve quadratic equations using the quadratic formula. A quadratic equation is an equation whose highest power on its variable(s) is 2. The quadratic formula is a formula which can be used to find the roots of (solve) a...
Curated Video
Describe an advanced data structure : Find the Factorial with a Given Number of Zeros
From the section: Doing a Lot with Very Little. In this section, we will explore some problems that look difficult to solve efficiently at first sight. You might think that they require some advanced logic or data structures, but in fact...
Brian McLogan
Finding the Zeros and Multiplicity of a Quadratic Function
👉 Learn how to find all the zeros of a polynomial. 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 zeros of a polynomial are the values...
Brian McLogan
Given One Zero or Factor Find the Remaining Zeros
👉 Learn how to find all the zeros of a polynomial given one rational zero. 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 zeros of a...
Curated Video
Introduction to Coding: The Language of Computers
Coding is the language that powers the technology around us. It's the set of instructions that computers follow to perform their functions. From smartphones and computers to cars and microwaves, code is what makes these devices work.
Brian McLogan
Determining the roots of a quadratic equation by factoring when a is not one
we find two factors of the product of the constant term (the term with no variable) and the coefficient of the squared variable whose sum gives the linear term. These factors are now placed in separate brackets with x to form the factors...
Brian McLogan
Find All the Remaining Rational Zeros Given One Zero
👉 Learn how to find all the zeros of a polynomial given one rational zero. 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 zeros of a...
APMonitor
Python 🐍 Curve Fit with Step Test Data
The Scipy curve_fit function determines two unknown coefficients (dead-time and time constant) to minimize the difference between predicted and measured response values. Pandas imports the data and the dataframe header is diplayed with...
Brian McLogan
Using the discriminate to describe the number and type of solutions
👉 Learn how to solve a quadratic equation by applying the quadratic formula. To apply the quadratic formula the quadratic equation must be equal to zero. Then you can apply the quadratic formula to determine solutions to the equation,...
Curated Video
Graphing Quadratic Functions
In this lesson, students will learn how to graph a quadratic function by using the zeros of the function. By understanding the relationship between the area of squares and the zeros of the function, students can easily plot points on a...
Brian McLogan
Given three real zeros, learn how to write the equation of a polynomial
👉 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
Given a list of three zeros find the factors of the polynomial
👉 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...
msvgo
Multiply 3-Digit Numbers
This nugget shows how to multiply three-digit numbers by two-digit numbers.
Curated Video
Finding X Intercepts of Polynomial Functions by Analyzing Factors
This video explains the concept of X intercepts and their relationship to the factors of a polynomial function. They demonstrate how to find the X intercepts graphically and algebraically by setting the function equal to zero and...