Arithmetic Course/Polynominal Equation

From testwiki
Revision as of 17:47, 27 July 2019 by 2402:3a80:133b:b69f:36f5:a77f:af19:c417 (talk) (Polynomial Equation: Content)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Polynomial Equation

An equation is an expression of one variable such that

f(x)=Axn+Bx(n1)+x1+x0=0.polynomials used to solve the theory of equations.

Solving Polynomial Equation

Solving polynomial equations involves finding all the values of variable x that satisfy f(x) = 0.

First Order Equation

A first order polynomial equation of one variable x has the general form

Ax + B = 0

Rewrite the equation above

x+BA=0
x=BA

Second Order Equation

A second order polynomial equation of one variable x has the general form

  1. Ax2+Bx+C=0
  2. Ax2+C=0
  3. Ax2C=0

Solving Equation

Method 1

Ax2+Bx+C=0

x2+BAx+CA=0
x=α±λ

Where

α=B2A
β=CA
λ=α2β2

Depending on the value of λ the equation will have the following root

One Real Root

α=B2A

Two Real Roots

α±λ
B2A±B24AC2A

Two Complex Roots

α±jλ
B2A±jB24AC2A

Method 2

ax2+b=0

x2+ba=0
x=±ba
x=±jba

Method 3

ax2b=0

x2ba=0
x=±ba
x=±ba

Template:BookCat