-
Solving Polynomials
-
by
- Factorising
- finding the roots
-
using formula
- Topic
-
Topic
- degree 2 polynomials
-
graphs
- Topic
- Topic
-
Are
- Expression of Finite length
-
Constructed by
-
Variables
- represented as Letters
-
have an non negative Exponent
- usually natural numbers
- Constants
-
only using
-
Four operations
- Addition (+)
- Subtraction (-)
- Multiplication (*)
- Division (/)
-
Non-Negative Integer exponents
-
Integers
- are
- Whole Numbers
- 1,2,3,-4,-5,6,67,-3563,1245,66666 Are all Integers
- 5.2, 7.8 , 9.76 are not intergers
-
Exponents
- is a
- Mathematical Operation, written as (a^n)
-
named in Greek
- Greek polloi, "many" + Greek nomus, "part, portion"
-
Used in
-
adjectives
- Subtopic or quantities that can be expressed as a polynomial of some parameter
-
Polynomial Time
- computational complexity theory.
-
Math
-
Used to form Polynomial Equations
-
To Encode Wide Range of problems
- Complicated Problems in Science
- Word Problems
-
To Construct Polynomial Rings
-
in
- abstract algebra
- algebraic geometry
-
Science
-
To Define Polynomial Functions
- Topic
-
Found in
- Basic Chemistry
- Basic Physics
- economics
- social science
- calculus
- numerical analysis
- to approximate other functions, such as sine, cosine, and exponential.
-
can be Written
-
as the sum of one or more non-zero terms
- Terms are Finite
-
consist of a constant which may be multiplied by a finite number of variables
- Each variable may have an exponent that is a non-negative integer
-
exponent on a variable in a term is called the degree of that variable
- degree of a polynomial is the largest degree of any one term
- x has a degree of 1
- the polynomial of 2x^2 + x + 5 has a degree of 2
-
Examples
- Topic
-
2x^5 – 5x^3 – 10x + 9
- Is a Fifth Degree Polynomial
- has 4 terms
-
7x^4 + 6x^2 + x
- is a fourth Degree polynomial
- has 3 terms
- Topic
-
types of Polynomials
-
Topic
-
ax^2 + bx + c
- degree 2 Polynomial
-
Also Called
- Quadratic
-
ax^3+bx^2+cx+d
- Degree 3 polynomials
-
Also Called
- Cubic
-
ax^4+bx^3+cx^2+dx+E
- Degree 4 Polynomial
-
also called
- quartic
- most of the coefficient in Polynomials are usually integers
-
Elementary properties of polynomials
-
All polynomials have an expanded form
- distributive law has been used to remove all brackets
-
(x-3)(x+1)
-
Expanded form is
- x^2-2x-3
- A sum of polynomials is a polynomial.
- A product of polynomials is a polynomial
- the derivative of a polynomial function is a polynomial function.
-
Any primitive or antiderivative of a polynomial function is a polynomial function.
- Something to do with calculas that I cannot Understand