Enter 3 points below:

<-- Point 1
<-- Point 2
<-- Point 3

Given the 3 points you entered of (1,1), (2,3), and (4,5):

Calculate the quadratic equation formed by those 3 points

Use Cramers Rule

b = x-coordinate of 1

a = x-coordinate squared
12 = 1

c is always equal to 1

d = our y-coordinate of 1

Determine values (e, f, g, h)

f = x-coordinate of 2

e = x-coordinate squared
22 = 4

g is always equal to 1

h = our y-coordinate of 3

Determine values (i, j, k, l)

j = x-coordinate of 4

i = x-coordinate squared
42 = 16

k is always equal to 1

l = our y-coordinate of 5

Calculate Delta (Δ):

Δ = (a * f * k) + (b * g * i) + (c * e * j) - (c * f * i) - (a * g * j) - (b * e * k)

Δ = (1 * 2 * 1) + (1 * 1 * 16) + (1 * 4 * 4) - (1 * 2 * 16) - (1 * 1 * 4) - (1 * 4 * 1)

Δ = 2 + 16 + 16 - 32 - 4 - 4

Δ = -6

Calculate the a numerator:

a numerator = (d * f * k) + (b * g * l) + (c * h * j) - (c * f * l) - (d * g * j) - (b * h * k)

a numerator = (1 * 2 * 1) + (1 * 1 * 5) + (1 * 3 * 4) - (1 * 2 * 5) - (1 * 1 * 4) - (1 * 3 * 1)

a numerator = 2 + 5 + 12 - 10 - 4 - 3

a numerator = 2

Calculate the b numerator:

b numerator = (a * h * k) + (d * g * i) + (c * e * l) - (c * h * i) - (a * g * l) - (d * e * k)

b numerator = (1 * 3 * 1) + (1 * 1 * 16) + (1 * 4 * 5) - (1 * 3 * 16) - (1 * 1 * 5) - (1 * 4 * 1)

b numerator = 3 + 16 + 20 - 48 - 5 - 4

b numerator = -18

Calculate the c numerator:

c numerator = (a * f * l) + (b * h * i) + (d * e * j) - (d * f * i) - (a * h * j) - (b * e * l)

c numerator = (1 * 2 * 5) + (1 * 3 * 16) + (1 * 4 * 4) - (1 * 2 * 16) - (1 * 3 * 4) - (1 * 4 * 5)

c numerator = 10 + 48 + 16 - 32 - 12 - 20

c numerator = 10

Calculate a

a  =  a numerator
  Δ

a  =  2
  -6

a = -0.33333333333333

Calculate b

b  =  b numerator
  Δ

b  =  -18
  -6

b = 3

Calculate c

c  =  c numerator
  Δ

c  =  10
  -6

c = -1.6666666666667

Build our quadratic equation:

-0.33333333333333x2 + 3x - 1.6666666666667


You have 2 free calculationss remaining




How does the 3 Point Equation Calculator work?
Free 3 Point Equation Calculator - Forms a quadratic from 3 points that are entered.
This calculator has 3 inputs.

What 4 formulas are used for the 3 Point Equation Calculator?

Δ = (a * f * k) + (b * g * i) + (c * e * j) - (c * f * i) - (a * g * j) - (b * e * k)
a numerator = (d * f * k) + (b * g * l) + (c * h * j) - (c * f * l) - (d * g * j) - (b * h * k)
b numerator = (a * h * k) + (d * g * i) + (c * e * l) - (c * h * i) - (a * g * l) - (d * e * k)
(a * f * l) + (b * h * i) + (d * e * j) - (d * f * i) - (a * h * j) - (b * e * l)

For more math formulas, check out our Formula Dossier

What 4 concepts are covered in the 3 Point Equation Calculator?

3 point equation
The equation of a parabola passing through 3 two-dimensional points
equation
a statement declaring two mathematical expressions are equal
point
an exact location in the space, and has no length, width, or thickness
quadratic
Polynomials with a maximum term degree as the second degree
Example calculations for the 3 Point Equation Calculator

3 Point Equation Calculator Video


Tags:



Add This Calculator To Your Website