Solver Title


Generating PDF...
- Pre Algebra Order of Operations Factors & Primes Fractions Long Arithmetic Decimals Exponents & Radicals Ratios & Proportions Percent Modulo Mean, Median & Mode Scientific Notation Arithmetics
- Algebra Equations Inequalities System of Equations System of Inequalities Basic Operations Algebraic Properties Partial Fractions Polynomials Rational Expressions Sequences Power Sums Interval Notation Pi (Product) Notation Induction Logical Sets Word Problems
- Pre Calculus Equations Inequalities Simultaneous Equations System of Inequalities Polynomials Rationales Complex Numbers Polar/Cartesian Functions Arithmetic & Comp. Coordinate Geometry Plane Geometry Solid Geometry Conic Sections Trigonometry
- Calculus Derivatives Derivative Applications Limits Integrals Integral Applications Integral Approximation Series ODE Multivariable Calculus Laplace Transform Taylor/Maclaurin Series Fourier Series Fourier Transform
- Functions Line Equations Functions Arithmetic & Comp. Conic Sections Transformation
- Linear Algebra Matrices Vectors
- Trigonometry Identities Proving Identities Trig Equations Trig Inequalities Evaluate Functions Simplify
- Statistics Mean Geometric Mean Quadratic Mean Average Median Mode Order Minimum Maximum Probability Mid-Range Range Standard Deviation Variance Lower Quartile Upper Quartile Interquartile Range Midhinge Standard Normal Distribution
- Physics Mechanics
- Chemistry Chemical Reactions Chemical Properties
- Finance Simple Interest Compound Interest Present Value Future Value
- Economics Point of Diminishing Return
- Conversions Radical to Exponent Exponent to Radical To Fraction To Decimal To Mixed Number To Improper Fraction Radians to Degrees Degrees to Radians Hexadecimal Scientific Notation Distance Weight Time
- Pre Algebra
- One-Step Addition
- One-Step Subtraction
- One-Step Multiplication
- One-Step Division
- One-Step Decimals
- Two-Step Integers
- Two-Step Add/Subtract
- Two-Step Multiply/Divide
- Two-Step Fractions
- Two-Step Decimals
- Multi-Step Integers
- Multi-Step with Parentheses
- Multi-Step Rational
- Multi-Step Fractions
- Multi-Step Decimals
- Solve by Factoring
- Completing the Square
- Quadratic Formula
- Biquadratic
- Logarithmic
- Exponential
- Rational Roots
- Floor/Ceiling
- Equation Given Roots
- Newton Raphson
- Substitution
- Elimination
- Cramer's Rule
- Gaussian Elimination
- System of Inequalities
- Perfect Squares
- Difference of Squares
- Difference of Cubes
- Sum of Cubes
- Polynomials
- Distributive Property
- FOIL method
- Perfect Cubes
- Binomial Expansion
- Logarithmic Form
- Absolute Value
- Rational Number
- Partial Fractions
- Is Polynomial
- Leading Coefficient
- Leading Term
- Standard Form
- Complete the Square
- Synthetic Division
- Linear Factors
- Rationalize Denominator
- Rationalize Numerator
- Identify Type
- Convergence
- Interval Notation
- Pi (Product) Notation
- Boolean Algebra
- Truth Table
- Mutual Exclusive
- Cardinality
- Caretesian Product
- Age Problems
- Distance Problems
- Cost Problems
- Investment Problems
- Number Problems
- Percent Problems
- Addition/Subtraction
- Multiplication/Division
- Dice Problems
- Coin Problems
- Card Problems
- Pre Calculus
- Linear Algebra
- Trigonometry
- Conversions

Most Used Actions
Number line.
- -4x^3+6x^2+2x=0
- 6+11x+6x^2+x^3=0
- 2x^5+x^4-2x-1=0
- 11+6x+x^2=-\frac{6}{x}
- How do you solve polynomials equations?
- To solve a polynomial equation write it in standard form (variables and canstants on one side and zero on the other side of the equation). Factor it and set each factor to zero. Solve each factor. The solutions are the solutions of the polynomial equation.
- What is polynomial equation?
- A polynomial equation is an equation formed with variables, exponents and coefficients. The highest exponent is the order of the equation.
- What is not polynomial?
- A non-polynomial function or expression is one that cannot be written as a polynomial. Non-polynomial functions include trigonometric functions, exponential functions, logarithmic functions, root functions, and more.
- Can 0 be a polynomial?
- Like any constant zero can be considered as a constant polynimial. It is called the zero polynomial and have no degree.
polynomial-equation-calculator
- High School Math Solutions – Quadratic Equations Calculator, Part 1 A quadratic equation is a second degree polynomial having the general form ax^2 + bx + c = 0, where a, b, and c... Read More
Solving Polynomials
"Solving" means finding the "roots" ...
... a "root" (or "zero") is where the function is equal to zero :
In between the roots the function is either entirely above, or entirely below, the x-axis
Example: −2 and 2 are the roots of the function x 2 − 4
Let's check:
- when x = −2, then x 2 − 4 = (−2) 2 − 4 = 4 − 4 = 0
- when x = 2, then x 2 − 4 = 2 2 − 4 = 4 − 4 = 0
How do we solve polynomials? That depends on the Degree !
The first step in solving a polynomial is to find its degree.
The Degree of a Polynomial with one variable is ...
... the largest exponent of that variable.
When we know the degree we can also give the polynomial a name:
How To Solve
So now we know the degree, how to solve?
- Read how to solve Linear Polynomials (Degree 1) using simple algebra.
- Read how to solve Quadratic Polynomials (Degree 2) with a little work,
- It can be hard to solve Cubic (degree 3) and Quartic (degree 4) equations,
- And beyond that it can be impossible to solve polynomials directly.
So what do we do with ones we can't solve? Try to solve them a piece at a time!
If we find one root, we can then reduce the polynomial by one degree (example later) and this may be enough to solve the whole polynomial.
Here are some main ways to find roots.
1. Basic Algebra
We may be able to solve using basic algebra:
Example: 2x+1
2x+1 is a linear polynomial:
The graph of y = 2x+1 is a straight line
It is linear so there is one root.
Use Algebra to solve:
A "root" is when y is zero: 2x+1 = 0
Subtract 1 from both sides: 2x = −1
Divide both sides by 2: x = −1/2
And that is the solution:
(You can also see this on the graph)
We can also solve Quadratic Polynomials using basic algebra (read that page for an explanation).
2. By experience, or simply guesswork.
It is always a good idea to see if we can do simple factoring:
Example: x 3 +2x 2 −x
This is cubic ... but wait ... we can factor out "x":
x 3 +2x 2 −x = x(x 2 +2x−1)
Now we have one root (x=0) and what is left is quadratic, which we can solve exactly.
Example: x 3 −8
Again this is cubic ... but it is also the " difference of two cubes ":
x 3 −8 = x 3 −2 3
And so we can turn it into this:
x 3 −8 = (x−2)(x 2 +2x+4)
There is a root at x=2, because:
(2−2)(2 2 +2×2+4) = (0) (2 2 +2×2+4)
And we can then solve the quadratic x 2 +2x+4 and we are done
3. Graphically.
Graph the polynomial and see where it crosses the x-axis.
Graphing is a good way to find approximate answers, and we may also get lucky and discover an exact answer.
Caution: before you jump in and graph it, you should really know How Polynomials Behave , so you find all the possible answers!
This is useful to know: When a polynomial is factored like this:
f(x) = (x−a)(x−b)(x−c)...
Then a, b, c, etc are the roots !
So Linear Factors and Roots are related, know one and we can find the other.
(Read The Factor Theorem for more details.)
Example: f(x) = (x 3 +2x 2 )(x−3)
We see "(x−3)", and that means that 3 is a root (or "zero") of the function.
Well, let us put "3" in place of x:
f(x) = (3 3 +2·3 2 )(3−3)
f(3) = (3 3 +2·3 2 )( 0 )
Yes! f(3)=0, so 3 is a root.
How to Check
Found a root? Check it!
Simply put the root in place of "x": the polynomial should be equal to zero.
Example: 2x 3 −x 2 −7x+2
The polynomial is degree 3, and could be difficult to solve. So let us plot it first:
The curve crosses the x-axis at three points, and one of them might be at 2 . We can check easily, just put "2" in place of "x":
f(2) = 2(2) 3 −(2) 2 −7(2)+2 = 16−4−14+2 = 0
Yes! f(2)=0 , so we have found a root!
How about where it crosses near −1.8 :
f(−1.8) = 2(−1.8) 3 −(−1.8) 2 −7(−1.8)+2 = −11.664−3.24+12.6+2 = −0.304
No, it isn't equal to zero, so −1.8 will not be a root (but it may be close!)
But we did discover one root, and we can use that to simplify the polynomial, like this
Example (continued): 2x 3 −x 2 −7x+2
So, f(2)=0 is a root ... that means we also know a factor:
(x−2) must be a factor of 2x 3 −x 2 −7x+2
Next, divide 2x 3 −x 2 −7x+2 by (x−2) using Polynomial Long Division to find:
2x 3 −x 2 −7x+2 = (x−2)(2x 2 +3x−1)
So now we can solve 2x 2 +3x−1 as a Quadratic Equation and we will know all the roots.
That last example showed how useful it is to find just one root. Remember:
If we find one root, we can then reduce the polynomial by one degree and this may be enough to solve the whole polynomial.
How Far Left or Right
When trying to find roots, how far left and right of zero should we go?
There is a way to tell, and there are a few calculations to do, but it is all simple arithmetic. Read Bounds on Zeros for all the details.
Have We Got All The Roots?
There is an easy way to know how many roots there are. The Fundamental Theorem of Algebra says:
A polynomial of degree n ... ... has n roots (zeros) but we may need to use complex numbers
So: number of roots = the degree of polynomial .
Example: 2x 3 + 3x − 6
The degree is 3 (because the largest exponent is 3), and so:
There are 3 roots.
But Some Roots May Be Complex
Yes, indeed, some roots may be complex numbers (ie have an imaginary part), and so will not show up as a simple "crossing of the x-axis" on a graph.
But there is an interesting fact:
Complex Roots always come in pairs !
So we either get no complex roots, or 2 complex roots, or 4 , etc... Never an odd number.
Which means we automatically know this:
Positive or Negative Roots?
There is also a special way to tell how many of the roots are negative or positive called the Rule of Signs that you may like to read about.
Multiplicity of a Root
Sometimes a factor appears more than once. We call that Multiplicity :
- Multiplicity is how often a certain root is part of the factoring.
Example: f(x) = (x−5) 3 (x+7)(x−1) 2
This could be written out in a more lengthy way like this:
f(x) = (x−5)(x−5)(x−5)(x+7)(x−1)(x−1)
(x−5) is used 3 times, so the root "5" has a multiplicity of 3 , likewise (x+7) appears once and (x−1) appears twice. So:
- the root +5 has a multiplicity of 3
- the root −7 has a multiplicity of 1 (a "simple" root)
- the root +1 has a multiplicity of 2
Q: Why is this useful? A: It makes the graph behave in a special way!
When we see a factor like (x-r) n , "n" is the multiplicity, and
- even multiplicity just touches the axis at "r" (and otherwise stays one side of the x-axis)
- odd multiplicity crosses the axis at "r" (changes from one side of the x-axis to the other)
We can see it on this graph:
Example: f(x) = (x−2) 2 (x−4) 3
(x−2) has even multiplicity , so it just touches the axis at x=2
(x−4) has odd multiplicity , so it crosses the axis at x=4
- We can directly solve polynomials of Degree 1 (linear) and 2 (quadratic)
- For Degree 3 and up, graphs can be helpful
- Know how far left or right the roots may be
- Know how many roots (the same as its degree)
- Estimate how many may be complex, positive or negative
Zeros of Polynomial Functions
Solve real-world applications of polynomial equations.
We have now introduced a variety of tools for solving polynomial equations. Let’s use these tools to solve the bakery problem from the beginning of the section.
Example 8: Solving Polynomial Equations
A new bakery offers decorated sheet cakes for children’s birthday parties and other special occasions. The bakery wants the volume of a small cake to be 351 cubic inches. The cake is in the shape of a rectangular solid. They want the length of the cake to be four inches longer than the width of the cake and the height of the cake to be one-third of the width. What should the dimensions of the cake pan be?
Begin by writing an equation for the volume of the cake. The volume of a rectangular solid is given by [latex]V=lwh[/latex]. We were given that the length must be four inches longer than the width, so we can express the length of the cake as [latex]l=w+4[/latex]. We were given that the height of the cake is one-third of the width, so we can express the height of the cake as [latex]h=\frac{1}{3}w[/latex]. Let’s write the volume of the cake in terms of width of the cake.
Substitute the given volume into this equation.
Descartes’ rule of signs tells us there is one positive solution. The Rational Zero Theorem tells us that the possible rational zeros are [latex]\pm 3,\pm 9,\pm 13,\pm 27,\pm 39,\pm 81,\pm 117,\pm 351[/latex], and [latex]\pm 1053[/latex]. We can use synthetic division to test these possible zeros. Only positive numbers make sense as dimensions for a cake, so we need not test any negative values. Let’s begin by testing values that make the most sense as dimensions for a small sheet cake. Use synthetic division to check [latex]x=1[/latex].

Since 1 is not a solution, we will check [latex]x=3[/latex].

Since 3 is not a solution either, we will test [latex]x=9[/latex].

Synthetic division gives a remainder of 0, so 9 is a solution to the equation. We can use the relationships between the width and the other dimensions to determine the length and height of the sheet cake pan.
The sheet cake pan should have dimensions 13 inches by 9 inches by 3 inches.
A shipping container in the shape of a rectangular solid must have a volume of 84 cubic meters. The client tells the manufacturer that, because of the contents, the length of the container must be one meter longer than the width, and the height must be one meter greater than twice the width. What should the dimensions of the container be?
3 meters by 4 meters by 7 meters
- Precalculus. Authored by : Jay Abramson, et al.. Provided by : OpenStax. Located at : http://cnx.org/contents/[email protected] . License : CC BY: Attribution . License Terms : Download For Free at : http://cnx.org/contents/[email protected].

Online Equation Solver
Solve linear, quadratic and polynomial systems of equations with wolfram|alpha.
- Natural Language
More than just an online equation solver
Wolfram|Alpha is a great tool for finding polynomial roots and solving systems of equations. It also factors polynomials, plots polynomial solution sets and inequalities and more.

Learn more about:
- Equation solving
Tips for entering queries
Enter your queries using plain English. To avoid ambiguous queries, make sure to use parentheses where necessary. Here are some examples illustrating how to formulate queries.
- find roots to quadratic x^2-7x+12
- plot inequality x^2-7x+12<=0
- solve {3x-5y==2,x+2y==-1}
- plot inequality 3x-5y>=2 and x+2y<=-1
- solve 3x^2-y^2==2 and x+2y^2==5
- plot 3x^2-y^2>=2 and x+2y^2<=5
- View more examples
Access instant learning tools
Get immediate feedback and guidance with step-by-step solutions and Wolfram Problem Generator

- Step-by-step solutions
- Wolfram Problem Generator
About solving equations
A value is said to be a root of a polynomial if ..
The largest exponent of appearing in is called the degree of . If has degree , then it is well known that there are roots, once one takes into account multiplicity. To understand what is meant by multiplicity, take, for example, . This polynomial is considered to have two roots, both equal to 3.
One learns about the "factor theorem," typically in a second course on algebra, as a way to find all roots that are rational numbers. One also learns how to find roots of all quadratic polynomials, using square roots (arising from the discriminant) when necessary. There are more advanced formulas for expressing roots of cubic and quartic polynomials, and also a number of numeric methods for approximating roots of arbitrary polynomials. These use methods from complex analysis as well as sophisticated numerical algorithms, and indeed, this is an area of ongoing research and development.
Systems of linear equations are often solved using Gaussian elimination or related methods. This too is typically encountered in secondary or college math curricula. More advanced methods are needed to find roots of simultaneous systems of nonlinear equations. Similar remarks hold for working with systems of inequalities: the linear case can be handled using methods covered in linear algebra courses, whereas higher-degree polynomial systems typically require more sophisticated computational tools.
How Wolfram|Alpha solves equations
For equation solving, Wolfram|Alpha calls the Wolfram Language's Solve and Reduce functions, which contain a broad range of methods for all kinds of algebra, from basic linear and quadratic equations to multivariate nonlinear systems. In some cases, linear algebra methods such as Gaussian elimination are used, with optimizations to increase speed and reliability. Other operations rely on theorems and algorithms from number theory, abstract algebra and other advanced fields to compute results. These methods are carefully designed and chosen to enable Wolfram|Alpha to solve the greatest variety of problems while also minimizing computation time.
Although such methods are useful for direct solutions, it is also important for the system to understand how a human would solve the same problem. As a result, Wolfram|Alpha also has separate algorithms to show algebraic operations step by step using classic techniques that are easy for humans to recognize and follow. This includes elimination, substitution, the quadratic formula, Cramer's rule and many more.
If you're seeing this message, it means we're having trouble loading external resources on our website.
If you're behind a web filter, please make sure that the domains *.kastatic.org and *.kasandbox.org are unblocked.
To log in and use all the features of Khan Academy, please enable JavaScript in your browser.
Course: Algebra 1 > Unit 13
Polynomials intro.
- Multiply monomials by polynomials: Area model
- Multiply monomials by polynomials (basic): area model
Want to join the conversation?
- Upvote Button navigates to signup page
- Downvote Button navigates to signup page
- Flag Button navigates to signup page

Video transcript
- PRO Courses Guides New Tech Help Pro Expert Videos About wikiHow Pro Upgrade Sign In
- EDIT Edit this Article
- EXPLORE Tech Help Pro About Us Random Article Quizzes Request a New Article Community Dashboard This Or That Game Popular Categories Arts and Entertainment Artwork Books Movies Computers and Electronics Computers Phone Skills Technology Hacks Health Men's Health Mental Health Women's Health Relationships Dating Love Relationship Issues Hobbies and Crafts Crafts Drawing Games Education & Communication Communication Skills Personal Development Studying Personal Care and Style Fashion Hair Care Personal Hygiene Youth Personal Care School Stuff Dating All Categories Arts and Entertainment Finance and Business Home and Garden Relationship Quizzes Cars & Other Vehicles Food and Entertaining Personal Care and Style Sports and Fitness Computers and Electronics Health Pets and Animals Travel Education & Communication Hobbies and Crafts Philosophy and Religion Work World Family Life Holidays and Traditions Relationships Youth
- Browse Articles
- Learn Something New
- Quizzes Hot
- This Or That Game New
- Train Your Brain
- Explore More
- Support wikiHow
- About wikiHow
- Log in / Sign up
- Education and Communications
- Mathematics
How to Solve Polynomials
Last Updated: October 18, 2022 Fact Checked
This article was co-authored by David Jia . David Jia is an Academic Tutor and the Founder of LA Math Tutoring, a private tutoring company based in Los Angeles, California. With over 10 years of teaching experience, David works with students of all ages and grades in various subjects, as well as college admissions counseling and test preparation for the SAT, ACT, ISEE, and more. After attaining a perfect 800 math score and a 690 English score on the SAT, David was awarded the Dickinson Scholarship from the University of Miami, where he graduated with a Bachelor’s degree in Business Administration. Additionally, David has worked as an instructor for online videos for textbook companies such as Larson Texts, Big Ideas Learning, and Big Ideas Math. There are 12 references cited in this article, which can be found at the bottom of the page. This article has been fact-checked, ensuring the accuracy of any cited facts and confirming the authority of its sources. This article has been viewed 321,861 times.
A polynomial is an expression made up of adding and subtracting terms. A terms can consist of constants, coefficients, and variables. When solving polynomials, you usually trying to figure out for which x-values y=0. Lower-degree polynomials will have zero, one or two real solutions, depending on whether they are linear polynomials or quadratic polynomials. These types of polynomials can be easily solved using basic algebra and factoring methods. For help solving polynomials of a higher degree, read Solve Higher Degree Polynomials .
Solving a Linear Polynomial

Solving a Quadratic Polynomial

Video . By using this service, some information may be shared with YouTube.
Community Q&A

- Remember the order of operations while you work -- First work in the parenthesis, then do the multiplication and division, and finally do the addition and subtraction. [17] X Research source Thanks Helpful 2 Not Helpful 0
- Don't fret if you get different variables, like t, or if you see an equation set to f(x) instead of 0. If the question wants roots, zeros, or factors, just treat it like any other problem. Thanks Helpful 3 Not Helpful 3

You Might Also Like

- ↑ https://www.cuemath.com/algebra/linear-polynomial/
- ↑ https://www.math.utah.edu/~wortman/1050-text-calp.pdf
- ↑ https://www.mathsisfun.com/algebra/polynomials-solving.html
- ↑ David Jia. Academic Tutor. Expert Interview. 7 January 2021.
- ↑ http://www.mathwords.com/c/constant.htm
- ↑ https://www.cuemath.com/algebra/factorization-of-quadratic-polynomials/
- ↑ http://www.themathpage.com/aprecalc/quadratic-equation.htm#double
- ↑ https://www.math.utah.edu/~wortman/1050-text-qp.pdf
- ↑ https://www.khanacademy.org/math/algebra/quadratics/solving-quadratic-equations-by-factoring/v/example-1-solving-a-quadratic-equation-by-factoring
- ↑ https://www.khanacademy.org/math/algebra/x2f8bb11595b61c86:quadratics-multiplying-factoring/x2f8bb11595b61c86:factor-quadratics-grouping/a/factoring-by-grouping
- ↑ https://content.byui.edu/file/b8b83119-9acc-4a7b-bc84-efacf9043998/1/Math-1-6-1.html
About This Article

To solve a linear polynomial, set the equation to equal zero, then isolate and solve for the variable. A linear polynomial will have only one answer. If you need to solve a quadratic polynomial, write the equation in order of the highest degree to the lowest, then set the equation to equal zero. Rewrite the expression as a 4-term expression and factor the equation by grouping. Rewrite the polynomial as 2 binomials and solve each one. If you want to learn how to simplify and solve your terms in a polynomial equation, keep reading the article! Did this summary help you? Yes No
- Send fan mail to authors
Reader Success Stories

Shruti Pawar
Feb 24, 2017
Did this article help you?

Sharlene Del Rosario
Oct 15, 2018

Inderveer Singh
Jul 4, 2017

Jan 3, 2018

Sep 14, 2022


Featured Articles

Trending Articles

Watch Articles

- Terms of Use
- Privacy Policy
- Do Not Sell or Share My Info
- Not Selling Info
Don’t miss out! Sign up for
wikiHow’s newsletter

- HW Guidelines
- Study Skills Quiz
- Find Local Tutors
- Demo MathHelp.com
- Join MathHelp.com
Select a Course Below
- ACCUPLACER Math
- Math Placement Test
- PRAXIS Math
- + more tests
- 5th Grade Math
- 6th Grade Math
- Pre-Algebra
- College Pre-Algebra
- Introductory Algebra
- Intermediate Algebra
- College Algebra
Solving Polynomials
Solving Factoring Examples
The general technique for solving bigger-than-quadratic polynomials is pretty straightforward, but the process can be time-consuming.
Note: The terminology for this topic is often used carelessly. Technically, one "solves" an equation, such as "(polynomal) equals (zero)"; one "finds the roots" of a function, such as "( y ) equals (polynomial)". On this page, regardless of how the topic is framed, the point will be to find all of the solutions to "(polynomial) equals (zero)", even if the question is stated differently, such as "Find the roots of ( y ) equals (polynomial)".
Content Continues Below
MathHelp.com

The first step in finding the solutions of (that is, the x -intercepts of, plus any complex -valued roots of) a given polynomial function is to apply the Rational Roots Test to the polynomial's leading coefficient and constant term, in order to get a list of values that might possibly be solutions to the related polynomial equation. Your hand-in work is probably expected to contain this list, so write this out neatly.
Advertisement
You can follow this up with an application of Descartes' Rule of Signs , if you like, to narrow down which possible zeroes might be best to check. On the other hand, if you've got a graphing calculator you can use, it's easy to do a graph. The x - intercepts of the graph are the same as the (real-valued) zeroes of the equation. Seeing where the line looks as though it crosses the x -axis can quickly narrow down your list of possible zeroes that you'll want first to check.
Once you've found an x -value that you want to test, you then use synthetic division to see if you can get a zero remainder. If you do get a zero remainder, then you've not only found a zero of the original polynomial, but you've also reduced your polynomial by one degree, by effectively removing one factor.
Remember that synthetic division is, among other things, a form of polynomial division, so checking if x = a is a solution to "(polynomial) equals (zero)" is the same as dividing the linear factor x − a out of the related polynomial function "( y ) equals (polynomial)".
This also means that, after a successful division, you've also successfully taken a factor out. You should not then return to the original polynomial for your next computation for finding the other zeroes. You should instead work with the output of the synthetic division. It's smaller, so it's easier to work with.
(This method will be demonstrated in the examples below.)
You should not be surprised to see some complicated solutions to your polynomials (that is, solutions containing square roots or complex numbers, or both); these zeroes will come from applying the Quadratic Formula to (what is usually) the final (quadratic) factor of your polynomial. You should expect that the answers will be messy.
Here's how the process plays out in practice:
Find all the zeroes of: y = 2 x 5 + 3 x 4 − 30 x 3 − 57 x 2 − 2 x + 24
First, I'll apply the Rational Roots Test—
Wait. Actually, the first thing I'll do is apply a trick I've learned. First, I'll check to see if either x = 1 or x = −1 is a root.
(These are the simplest roots to test for. This isn't an "official" first step, but it can often be a timesaver, because (a) it's amazing how often one of these is a zero, and (b) you can just look at the powers and the numbers to figure out if either works, because of how 1 and −1 simplify.)
When x = 1 , the polynomial evaluates as:
2 + 3 − 30 − 57 − 2 + 24 = −60
This isn't equal to zero, so x = 1 isn't a root. But when x = −1 , I get:
−2 + 3 + 30 − 57 + 2 + 24 = 0
This time, it did equal zero, so now I know that x = −1 is a root, and I can take "prove" this (in my hand-in work) by using synthetic division:
The last line of this division shows me with the new, smaller polynomial equation I'm working with now:
2 x 4 + x 3 − 31 x 2 − 26 x + 24 = 0
(I'd started with a degree-five polynomial. Since I've effectively divided out the factor x + 1 , I've reduced the degree of the polynomial by 1 . That's how I know the last line of the division represents a degree-four polynomial.)
I've taken care of checking the two easiest zeroes. Now I'll apply the Rational Roots Test to what's left in order to get a list of potential zeroes to try:
From experience (mostly by having worked extra homework problems), I've learned that most of these exercises have their zeroes somewhere near the middle of the list, rather than at the extremes. This isn't always true, of course, but it's usually better to stay away from the larger numbers, at least when I'm getting started.
So, in this case, I won't start off by trying stuff like x = −24 or x = 12 . Instead, I'll start out with smaller values like x = 2 .
And I can narrow down my options further by "cheating" and looking at the graph:
This is a fourth-degree polynomial, so it has, at most, four x -intercepts, and I can see all four of them on the graph. This means that I won't have any complex-valued zeroes.
It also looks like there may be zeroes near −1.5 and 0.5 . But the clearest solution looks to be at x = 4 and since whole numbers are easier to work with than fractions, x = 4 would probably be a good next value to try:
The zero remainder (at the far right of the bottom row) tells me that x = 4 is indeed a root. And the bottom row of the synthetic division tells me that I'm now left with solving the following:
2 x 3 + 9 x 2 + 5 x − 6 = 0
Looking at the constant term " 6 " in the polynomial above, and with the Rational Roots Test in mind, I can see that the following values:
x = ±24, ±12, ±8, −4
...from my original application of the Rational Roots Test won't work for the current polynomial. Even if I didn't already know this from having checked the graph, I can see that they won't fit with the new polynomial's leading coefficient and constant term. So I can cross these values off of my list now.
(Always check the list of possible zeroes as you go. The Rational Roots Test will sometimes give a very long list of possibilities, and it can be helpful to notice that some of those values can be ignored, especially if you don't have a graphing calculator to "cheat" with.)

2 x 2 + 6 x − 4 = 0
Dividing through by 2 to get smaller numbers gives me:
x 2 + 3 x − 2 = 0
I can apply the Quadratic Formula to this:
This gives me the remaining two roots of the original polynomial function. (I plugged the exact values into my calculator, to confirm that they match up with what I'd already seen on the graph, so I'd be certain that my answer was correct. I won't hand in these approximations, though.)
My complete answer is:
Asking you to find the zeroes of a polynomial function, y equals (polynomial), means the same thing as asking you to find the solutions to a polynomial equation, (polynomial) equals (zero). The zeroes of a polynomial are the values of x that make the polynomial equal to zero. Either task may be referred to as "solving the polynomial".
So the above problem could have been stated along the lines of:
Find the solutions to 2 x 5 + 3 x 4 − 30 x 3 − 57 x 2 − 2 x + 24 = 0
Find the solutions to 2 x 5 + 3 x 4 − 30 x 3 − 57 x 2 − 2 x = −24
...and the answers would have been the exact same list of x -values.
URL: https://www.purplemath.com/modules/solvpoly.htm
Page 1 Page 2 Page 3
Standardized Test Prep
College math, homeschool math, share this page.
- Terms of Use
- About Purplemath
- About the Author
- Tutoring from PM
- Advertising
- Linking to PM
- Site licencing
Visit Our Profiles


- Math Lessons
- Math Formulas
- Online Calculators
Math Calculators, Lessons and Formulas
It is time to solve your math problem
- Calculators
Solving Equations
- Polynomial Equation Solver
Polynomial equation solver

This calculator solves equations that are reducible to polynomial form. Some examples of such equations are $ \color{blue}{2(x+1) + 3(x-1) = 5} $ , $ \color{blue}{(2x+1)^2 - (x-1)^2 = x} $ and $ \color{blue}{ \frac{2x+1}{2} + \frac{3-4x}{3} = 1} $ .
The calculator will show each step and provide a thorough explanation of how to simplify and solve the equation.

Polynomial Calculators
- Factoring Polynomials
- Polynomial Roots
- Synthetic Division
- Polynomial Operations
- Graphing Polynomials
- Expand & Simplify
- Generate From Roots
Rational Expressions
- Simplifying
- Multiplication / Division
- Addition / Subtraction
Radical Expressions
- Rationalize Denominator
- Quadratic Equations (with steps)
- Polynomial Equations
- Solving Equations - With Steps
Quadratic Equation
- Solving (with steps)
- Quadratic Plotter
- Factoring Trinomials
- Equilateral Triangle
- Right Triangle
- Oblique Triangle
- Square Calculator
- Rectangle Calculator
- Circle Calculator
- Hexagon Calculator
- Rhombus Calculator
Complex Numbers
- Modulus, inverse, polar form
- Simplify Expression
Systems of equations
- Vectors (2D & 3D)
- Add, Subtract, Multiply
- Determinant Calculator
- Matrix Inverse
- Characteristic Polynomial
- Eigenvalues
- Eigenvectors
- Matrix Decomposition
Calculus Calculators
- Limit Calculator
- Derivative Calculator
- Integral Calculator
Sequences & Series
- Arithmetic Sequences
- Geometric Sequences
- Find n th Term
Analytic Geometry
- Distance and Midpoint
- Triangle Calculator
- Graphing Lines
- Lines Intersection
- Two Point Form
- Line-Point Distance
- Parallel/Perpendicular
- Circle Equation
- Circle From 3 Points
- Circle-line Intersection
Trigonometry
- Degrees to Radians
- Trig. Equations
- Long Division
- Evaluate Expressions
- Fraction Calculator
- Greatest Common Divisor GCD
- Least Common Multiple LCM
- Prime Factorization
- Scientific Notation
- Percentage Calculator
- Dec / Bin / Hex
Statistics and probability
- Probability Calculator
- Probability Distributions
- Descriptive Statistics
- Standard Deviation
- Z - score Calculator
- Normal Distribution
- T-Test Calculator
- Correlation & Regression
Financial Calculators
- Simple Interest
- Compound Interest
- Amortization Calculator
- Annuity Calculator
Other Calculators
- Work Problems
Related Calculators
Was this calculator helpful?
Please tell me how can I make this better.
Welcome to MathPortal. This website's owner is mathematician Miloš Petrović. I designed this website and wrote all the calculators, lessons, and formulas .
If you want to contact me, probably have some questions, write me using the contact form or email me on [email protected]
Email (optional)
PRACTICE PROBLEMS ON SOLVING POLYNOMIAL EQUATIONS
(1) Solve the cubic equation : 2x 3 − x 2 −18x + 9 = 0, if sum of two of its roots vanishes Solution
(2) Solve the equation 9x 3 − 36x 2 + 44x −16 = 0 if the roots form an arithmetic progression. Solution
(3) Solve the equation 3x 3 − 26x 2 + 52x − 24 = 0 if its roots form a geometric progression. Solution
(4) Determine k and solve the equation 2x 3 − 6x 2 + 3x + k = 0 if one of its roots is twice the sum of the other two roots. Solution
(5) Find all zeros of the polynomial x 6 − 3x 5 − 5x 4 + 22x 3 − 39x 2 − 39x + 135, if it is known that 1 + 2i an d √ 3 are two of its zeros. Solution
(6) Solve the cubic equation
(i) 2x 3 − 9x 2 +10x = 3
(ii) 8x 3 − 2x 2 − 7x + 3 = 0. Solution
(7) Solve the equation x 4 −14x 2 + 45 = 0 Solution

Apart from the stuff given above, if you need any other stuff in math, please use our google custom search here.
Kindly mail your feedback to [email protected]
We always appreciate your feedback.
© All rights reserved. onlinemath4all.com
- Sat Math Practice
- SAT Math Worksheets
- PEMDAS Rule
- BODMAS rule
- GEMDAS Order of Operations
- Math Calculators
- Transformations of Functions
- Order of rotational symmetry
- Lines of symmetry
- Compound Angles
- Quantitative Aptitude Tricks
- Trigonometric ratio table
- Word Problems
- Times Table Shortcuts
- 10th CBSE solution
- PSAT Math Preparation
- Privacy Policy
- Laws of Exponents
Recent Articles

Equality of Matrices
Nov 02, 23 09:37 PM
Eigenvalues of a Matrix
Oct 30, 23 09:23 PM
Laws of Exponents Worksheet
Oct 30, 23 09:09 PM

Google can now solve trickier math problems for you with these new features

Math is a challenging subject because it requires an understanding of how to perform the operation to reach an answer, which makes it more difficult to Google an equation to find the answer difficult -- until now.
Google added new updates to Search and Lens that make it easier for users to get assistance when solving math problems. All users have to do now is type the equation or integral into the Search bar, or take a picture with Lens to get a step-by-step explanation or solution.
Also: Chrome on iOS unveils a much-anticipated feature. Here's how to access it
To test out the experience for yourself, on desktop, you can type in an equation or type the term "Math Solver" on Google Search where you will be prompted to enter a math problem or select from the examples to see how it works. The math solver experience will be coming to mobile soon.
Lens can also be leveraged by users to take a photo of geometry triangle problems, solving the challenge of trying to put primarily visual problems into words.
Advancements in Google's large language models also give Search the capability to solve word problems.
All you have to do is type the problem into Search, where you will be met with steps that tell you how to solve the problem by identifying the known and unknown values and providing correct formulas.
Also: The AI I want to see in the world: 5 ways it could manage my Gmail inbox for me
Lastly, Google is also making it easier to explore STEM-related concepts on Search by including 3D models and interactive diagrams for almost 1,000 biology, chemistry, physics, astronomy, and related topics, according to Google.
For example, if you Google "mitochondrion" you will have the opportunity to click on and learn from an interactive diagram that provides an overview, as well as specific details about the individual parts.
Google's new tools help users verify the authenticity of images online faster
Google Meet's new touch-up feature will give you a quick makeover for your meeting
These two past Pixel phone problems are popping up again on Google's new flagship
- Original Paper
- Published: 04 November 2023
Application of Bell polynomial in the generalized (2+1)-dimensional Nizhnik–Novikov–Veselov equation
- Jiangying Huo 1 , 2 &
- Taogetusang Bao 1 , 2
Nonlinear Dynamics ( 2023 ) Cite this article
Metrics details
In this article, Bell polynomial method is used to study the (2+1)-dimensional NNV equation integrability and solve the problem. Firstly, a bilinear form of the equation is constructed using Bell polynomial. Secondly, using the bilinear form and the symbolic computing system Mathematica, the bilinear Bell polynomial B \(\ddot{a}\) cklund transformation and Lax pair of the equation are acquired. Finally, the conservation laws and the Weierstrass elliptic function solutions of the equation are constructed.
This is a preview of subscription content, access via your institution .
Access options
Buy single article.
Instant access to the full article PDF.
Price includes VAT (Russian Federation)
Rent this article via DeepDyve.

Data availability
All data generated or analyzed during this paper are included in this published article.
Zhang, R.F., Bilige, S.D.: Bilinear neural network method to obtain the exact analytical solutions of nonlinear partial differential equations and its application to p-gBKP equatuon. Nonlinear Dyn. 95 , 3041–3048 (2019)
Article MATH Google Scholar
Zhang, R.F., Li, M.C., Yin, H.M.: Rogue wave solutions and the bright and dark solitons of the (3+1)-dimensional Jimbo-Miwa equation. Nonlinear Dyn. 103 , 1071–1079 (2021)
Article Google Scholar
Zhang, R.F., Li, M.C., Albishari, M., Zheng, F.C., Lan, Z.Z.: Generalized lump solutions, classical lump solutions and rogue waves of the (2+1)-dimensional Caudrey-Dodd-Gibbon-Kotera-Sawada-like equation. Appl. Math. Comput. 403 , 126201 (2021)
Article MathSciNet MATH Google Scholar
Zhang, R.F., Bilige, S.D., Liu, J.G., Li, M.C.: Bright-dark solitons and interaction phenomenon for p-gBKP equation by using bilinear neural network method. Phys. Scr. 96 , 025224 (2020)
Zhang, R.F., Bilige, S.D., Temuer, C.: Fractal solitons, arbitrary function solutions, exact periodic wave and breathers for a nonlinear partial differential equation by using bilinear neural network method. J. Syst. Sci. Complex. 34 , 122–139 (2021)
Luo, T.Q., Huang, X.: Application of Bell polynomials to (2+1)-dimensional Nizhnik equations. Sichuan Normal Univ. (Natural Science Edition) 38 (6), 861–866 (2015)
MATH Google Scholar
Ruan, H.Y., Chen, Y.X.: Exploration of soliton interactions in (2+1)-dimensional Nizhnik-Novikov-Veselov equations. Acta Phys. Sinica 52 (6), 1313–1318 (2003)
Fu, H.M., Dai, Z.D.: A new solution of the (2+1)-dimensional Nizhnik-Novikov-Veselov equation. Shihezi Univ. (Natural Science Edition) 27 (3), 376–378 (2009)
Google Scholar
Fu, H.M., Dai, Z.D.: New exact solutions of (2+1)-dimensional Nizhnik-Novikov-Veselov equations. Shandong Normal Univ. (Natural Science Edition) 24 (3), 6–8 (2009)
Bao, T.: Yilina, Some new types of (2+1)-dimensional generalized Nizhnik-Novikov-Veselov equations and their interactions. Inner Mongolia Univ. (Natural Science Edition) 51 (6), 561–568 (2020)
MathSciNet Google Scholar
Zou, K.F., Li, X.C.: New traveling wave solutions for generalized Nizhnik-Novikov-Veselov equations. Xuchang Univ. 31 (2), 6–13 (2012)
Fan, L.L., Bao, T.: Superposition solutions to a (3+1)-dimensional variable-coefffficient Sharma-Tasso-Olver-Like equation. Phys. Scr. 97 , 065204 (2022)
Rizvi, S.T.R., Seadawy, Aly R., Ashraf, F., Younis, M., Iqbal, H., Baleanu, D.: Lump and Interaction solutions of a geophysical Korteweg-de Vries equation. Res. Phys. 19 , 103661 (2020)
Xu, X.G., Meng, X.H., Qu, Q.X.: Lump soliton solutions and Backlund transformation for the (3+1)-dimensional Boussinesq equation with Bell polynomials. Int. J. Mod. Phys. B 32 (21), 1850244 (2018)
Li, H., Gao, Y.T., Liu, L.C.: Bell-polynomial approach and soliton solutions for some higher-order Korteweg-de vries equations in fluid mechanics, plasma physics and lattice dynamics. Commun. Theor. Phys. 64 , 630–636 (2015)
Wang, Y.F., Tian, B., Wang, P., Li, M., Jiang, Y.: Bell-polynomial approach and soliton solutions for the zhiber-shabat equation and (2+1)-dimensional gardner equation with symbolic computation. Nonlinear Dyn. 69 , 2031 (2012)
Hirota, R.: The Direct Method in Soliton Theory. Cambridge University Press, Cambridge (2004)
Book MATH Google Scholar
Wang, Y.H., Chen, Y.: Binary bell polynomials, bilinear approach to exact periodic wave solutions of (2+1)-dimensional nonlinear evolution equations. Commun. Theor. Phys. 56 (4), 672–678 (2011)
Liu, N.: B?cklund transformation and multi-soliton solutions for the (3+1)-dimensional BKP equation with Bell polynomials and symbolic computation. Nonlinear Dyn. 82 , 311–318 (2015)
Wang, Y.H., Wang, H., Temuer, C.: Lax pair, conservation laws, and multi-shock wave solutions of the DJKM equation with Bell polynomials and symbolic computation. Nonlinear Dyn. 78 , 1101–1107 (2014)
Zhang, S.J., Bao, T.: Infinite conservation laws and new solutions of (3+1)-dimensional generalized Konopelchenko-Dubrovsky-Kaup-Kupershmidt equation. Int. J. Mod. Phys. B 36 (16), 2250082 (2022)
Zhao, N., Manafian, J., Ilhan, O.A., Singh, G., Zulfugarovak, R.: Abundant interaction between lump and k-kink, periodic and other analytical solutions for the (3+1)-D Burger system by bilinear analysis. Int. J. Mod. Phys. B 35 (13), 2150173 (2021)
ShenG, P., Manafian, J., Huy, D.T.N., Nisar, K.S., Abotaleb, M., Trung, N.D.: Abundant soliton wave solutions and the linear superposition principle for generalized (3+1)-D nonlinear wave equation in liquid with gas bubbles by bilinear analysis. Res. Phys. 32 , 105066 (2022)
Manafian, J., Lakestani, M.: N-Lump and interaction solutions of localized waves to the (2+1)-dimensional variable-coefficient Caudrey-Dodd-Gibbon-Kotera-Sawada equation. J. Geom. Phys. 150 , 103598 (2020)
Sun, Y.L., Ma, W.X., Yu, J.P.: N-soliton solutions and dynamic property analysis of a generalized three-component Hirota-Satsuma coupled KdV equation. Appl. Math. Lett. 120 , 107224 (2021)
Zayed, E.M.E., Alnowehy, A.G.: The multiple exp-function method and the linear superposition principle for solving the (2+1)-dimensional calogero-bogoyavlenskii-schiff equation. Z. Naturf. 70 (9), 775–779 (2015)
Ma, W.X.: N-soliton solutions and the Hirota conditions in (1+1)-dimensions. Int. J. Non. Sci. Numer. Simul. 23 (1), 123–133 (2022)
Lü, X., Ma, W.X.: Study of lump dynamics based on a dimensionally reduced Hirota bilinear equation. Nonlinear Dyn. 85 (2), 1217–22 (2016)
Lü, X., et al.: Integrability characteristics of a novel (2+1)-dimensional nonlinear model: Painlevé analysis, soliton solutions, Backlund transformation, Lax pair and infifinitely many conservation laws. Commun. Nonlinear Sci. Numer. Simul. 95 , 105612 (2021)
Chen, Y., Lü, X., Wang, X.L.: Backlund transformation, Wronskian solutions and interaction solutions to the (3+1)-dimensional generalized breaking soliton equation Eur. Phys. J. Plus 138492 (2023)
Kumar, S., Mohan, B.: A direct symbolic computation of center-controlled rogue waves to a new Painlevé-integrable (3+1)-D generalized nonlinear evolution equation in plasmas. Nonlinear Dyn. 111 , 16395–16405 (2023)
Download references
Acknowledgements
The authors deeply appreciate the anonymous reviewers for their helpful and constructive suggestions, which can help improve this paper further. This work is supported by the National Natural Science Foundation of China (Grant No.11361040), the Natural Science Foundation of Inner Mongolia Autonomous Region, China (Grant No.2020LH01008), and the Graduate Students Scientific Research Innovation Fund Program of Inner Mongolia Normal University, China (Grant No.CXJJS20089).
The authors have not disclosed any funding.
Author information
Authors and affiliations.
College of Mathematics Science, Inner Mongolia Normal University, Hohhot, 010022, People’s Republic of China
Jiangying Huo & Taogetusang Bao
Center for Applied Mathematics Inner Mongolia, Hohhot, 010022, People’s Republic of China
You can also search for this author in PubMed Google Scholar
Corresponding author
Correspondence to Taogetusang Bao .
Ethics declarations
Conflict of interest.
The authors declare that there is no conflict of interests regarding the research effort and the publication of this study.
Additional information
Publisher's note.
Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.
Rights and permissions
Springer Nature or its licensor (e.g. a society or other partner) holds exclusive rights to this article under a publishing agreement with the author(s) or other rightsholder(s); author self-archiving of the accepted manuscript version of this article is solely governed by the terms of such publishing agreement and applicable law.
Reprints and Permissions
About this article
Cite this article.
Huo, J., Bao, T. Application of Bell polynomial in the generalized (2+1)-dimensional Nizhnik–Novikov–Veselov equation. Nonlinear Dyn (2023). https://doi.org/10.1007/s11071-023-09024-2
Download citation
Received : 27 June 2023
Accepted : 07 October 2023
Published : 04 November 2023
DOI : https://doi.org/10.1007/s11071-023-09024-2
Share this article
Anyone you share the following link with will be able to read this content:
Sorry, a shareable link is not currently available for this article.
Provided by the Springer Nature SharedIt content-sharing initiative
- The generalized (2+1)-dimensional NNV equation
- Bell polynomial method
- Bilinear Bell polynomial B \(\ddot{a}\) cklund
- The Weierstrass elliptic function solutions
Advertisement
- Find a journal
- Publish with us

IMAGES
VIDEO
COMMENTS
To solve a polynomial equation write it in standard form (variables and canstants on one side and zero on the other side of the equation). Factor it and set each factor to zero. Solve each factor. The solutions are the solutions of the polynomial equation.
This topic covers: - Adding, subtracting, and multiplying polynomial expressions - Factoring polynomial expressions as the product of linear factors - Dividing polynomial expressions - Proving polynomials identities - Solving polynomial equations & finding the zeros of polynomial functions - Graphing polynomial functions - Symmetry of functions
We may be able to solve using basic algebra: Example: 2x+1 2x+1 is a linear polynomial: The graph of y = 2x+1 is a straight line It is linear so there is one root. Use Algebra to solve: A "root" is when y is zero: 2x+1 = 0 Subtract 1 from both sides: 2x = −1
Solution Begin by writing an equation for the volume of the cake. The volume of a rectangular solid is given by \displaystyle V=lwh V = lwh. We were given that the length must be four inches longer than the width, so we can express the length of the cake as \displaystyle l=w+4 l = w + 4.
1: Solving Equations
Solution. Step 1: Express the equation in standard form, equal to zero. In this example, subtract 5x from and add 7 to both sides. 15x2 + 3x − 8 = 5x − 7 15x2 − 2x − 1 = 0. Step 2: Factor the expression. (3x − 1)(5x + 1) = 0. Step 3: Apply the zero-product property and set each variable factor equal to zero.
Wolfram|Alpha is a great tool for finding polynomial roots and solving systems of equations. It also factors polynomials, plots polynomial solution sets and inequalities and more. Learn more about: Equation solving Tips for entering queries Enter your queries using plain English.
AboutTranscript. This introduction to polynomials covers common terminology like terms, degree, standard form, monomial, binomial and trinomial. Polynomials are sums of terms of the form k⋅xⁿ, where k is any number and n is a positive integer. For example, 3x+2x-5 is a polynomial. Created by 1.
1 Determine whether you have a linear polynomial. A linear polynomial is a polynomial of the first degree. [1] This means that no variable will have an exponent greater than one. Because this is a first-degree polynomial, it will have exactly one real root, or solution. [2] For example, is a linear polynomial, because the variable
College Algebra Tutorial 18. Tutorial 18: Solving Polynomial Equations by Factoring. After completing this tutorial, you should be able to: A polynomial equation is one polynomial set equal to another polynomial. If you need a review on polynomials, feel free to go to Tutorial 6: Polynomials. The following is an example of a polynomial equation:
Here is a set of practice problems to accompany the Polynomials section of the Preliminaries chapter of the notes for Paul Dawkins Algebra course at Lamar University.
Purplemath. The general technique for solving bigger-than-quadratic polynomials is pretty straightforward, but the process can be time-consuming. Note: The terminology for this topic is often used carelessly. Technically, one "solves" an equation, such as " (polynomal) equals (zero)"; one "finds the roots" of a function, such as " ( y) equals ...
Solving Equations :: Polynomial Equation Solver Polynomial equation solver This calculator solves equations that are reducible to polynomial form. Some examples of such equations are 2(x + 1) + 3(x −1) = 5 , (2x + 1)2 − (x − 1)2 = x and 22x+1 + 33−4x = 1 .
The volume of a cylinder is given as π π is a constant, and r is the radius and h is the height of the cylinder. Define and Translate: Use the formula for volume: V = πr2h V = π r 2 h, we need to define r and h. r = (t − 2) h = 7 r = ( t − 2) h = 7. Write and Solve: Substitute r and h into the formula for volume.
This precalculus video tutorial provides a basic introduction into solving polynomial equations. It explains how to solve polynomial equations by factoring ...
A polynomial is a function in one or more variables that consists of a sum of variables raised to nonnegative, integral powers and multiplied by coefficients from a predetermined set (usually the set of integers; rational, real or complex numbers; but in abstract algebra often an arbitrary field ). For example, these are polynomials:
Solution (4) Determine k and solve the equation 2x 3 − 6x 2 + 3x + k = 0 if one of its roots is twice the sum of the other two roots. Solution (5) Find all zeros of the polynomial x 6 − 3x 5 − 5x 4 + 22x 3 − 39x 2 − 39x + 135, if it is known that 1 + 2i an d √3 are two of its zeros. Solution (6) Solve the cubic equation (i) 2x 3 − 9x 2 +10x = 3
Expert-verified. Step 1. The given polynomial equation is: 2 x 2 − 3 x − 20 = 0. View the full answer Step 2. Unlock. Answer. Unlock. Previous question Next question.
‼️FIRST QUARTER‼️🔵 GRADE 10: SOLVING POLYNOMIAL EQUATION🔵 GRADE 10 PLAYLISTFirst Quarter: https://tinyurl.com/y2tguo92 Second Quarter: https://tinyurl ...
Polynomial relations are at the heart of mathematics. The fundamental problem of solving polynomial equations shows up in a wide variety of (applied) mathematics, science and engineering problems. Although different approaches have been considered in the literature, the problem remains difficult and requires further study.
Google added new updates to Search and Lens that make it easier for users to get assistance when solving math problems. All users have to do now is type the equation or integral into the Search ...
In this article, Bell polynomial method is used to study the (2+1)-dimensional NNV equation integrability and solve the problem. Firstly, a bilinear form of the equation is constructed using Bell polynomial. Secondly, using the bilinear form and the symbolic computing system Mathematica, the bilinear Bell polynomial B $$\\ddot{a}$$ a ¨ cklund transformation and Lax pair of the equation are ...
This paper delves into an examination of the existence, uniqueness, and stability properties of a non-local integro-differential equation featuring the Hilfer fractional derivative with order ω∈(1,2) for the RLC model. Based on Schaefer's fixed point theorem and Banach's contraction principle, the existence and uniqueness results are established. Furthermore, Ulam-Hyers and Ulam ...
Polynomial equations of degree one are linear equations are of the form ax+b=c.ax+b=c. We are now going to solve polynomial equations of degree two. A polynomial equation of degree two is called a quadratic equation. Listed below are some examples of quadratic equations: x2 + 5x + 6 = 0 3y2 + 4y = 10 64u2 − 81 = 0 n(n + 1) = 42.
A polynomial equation of degree two is called a quadratic equation. Listed below are some examples of quadratic equations: x2 + 5x + 6 = 0 3y2 + 4y = 10 64u2 − 81 = 0 n(n + 1) = 42. The last equation doesn't appear to have the variable squared, but when we simplify the expression on the left we will get n2 + n.