Processing math: 100%
Search for a tool
Vertex Form of a Quadratic

Tool to find the vertex form of a polynomial. The vertex form of a quadratic polynomial is an expressed form where the variable x appears only once.

Results

Vertex Form of a Quadratic -

Tag(s) : Symbolic Computation

Share
Share
dCode and more

dCode is free and its tools are a valuable help in games, maths, geocaching, puzzles and problems to solve every day!
A suggestion ? a feedback ? a bug ? an idea ? Write to dCode!


Please, check our dCode Discord community for help requests!
NB: for encrypted messages, test our automatic cipher identifier!


Feedback and suggestions are welcome so that dCode offers the best 'Vertex Form of a Quadratic' tool for free! Thank you!

Vertex Form of a Quadratic

Vertex Form Calculator

x
x

Standard Form Calculator (expanded)

Factorized Form Calculator

Answers to Questions (FAQ)

What is the vertex form of a quadratic polynomial? (Definition)

The canonical form of a degree 2 polynomial (quadratic reduced form), is a simplified representation of this polynomial obtained by completing the square of the original polynomial (square completion).

A quadratic polynomial p(x)=ax2+bx+c (with a not null) can be written in a canonical form p(x)=a(xα)2+β with α and β real numbers (the coefficient a is the same as in the first equation).

How to find the vertex form of a quadratic polynomial?

To find the canonical form of a polynomial of degree 2 of type p(x)=ax2+bx+c use the formula:

p(x)=a((x+b2a)2)+(b24a+c)

Note: the polynomial is indeed in the format p(x)=a(xα)2+β with α=b2a and β=cb24a

The principle is to factorize the second degree coefficient to remove the first degree coefficient.

Example: The polynomial of order two x24x+6 can be written (x2)2+2

dCode converter to vertex form calculator uses multiple methods to find the canonical form of a polynomial function of second degree, including the completion of the square or Tschirnhaus transformation (both using mathematical expression factorization).

What is the vertex form used for?

Among other uses, the canonical form makes it possible to determine the coordinates of the extremum of the polynomial function p(x)=ax2+bx+c=a(xα)2+β. Indeed, β is an extremum reached when x=α. The extremum has coordinates (α,β) i.e. (b2a,cb24a)

It also makes it easier to determine the properties of the polynomial, such as the vertex of the associated parabola, the axis of symmetry, and the maximum or minimum values.

How to find the vertex form of a nth degree polynomial?

It is possible to generalize the approach to degrees n (superior to 2) by removing the term of degree n1 using appropriate factors.

What is the Tschirnhaus method?

The Tschirnhaus method consists of performing a change of variable to eliminate the linear term in the polynomial. This then simplifies the process of completing the square and leads to the canonical form.

For a polynomial p(x)=anxn+an1xn1+an2xn2++a1x+a0 the Tschirnhaus transformation consists in writing it as p(x)=kxn+c

The result is called depressed polynomial and the technique is polynomial depression.

Source code

dCode retains ownership of the "Vertex Form of a Quadratic" source code. Any algorithm for the "Vertex Form of a Quadratic" algorithm, applet or snippet or script (converter, solver, encryption / decryption, encoding / decoding, ciphering / deciphering, breaker, translator), or any "Vertex Form of a Quadratic" functions (calculate, convert, solve, decrypt / encrypt, decipher / cipher, decode / encode, translate) written in any informatic language (Python, Java, PHP, C#, Javascript, Matlab, etc.) or any database download or API access for "Vertex Form of a Quadratic" or any other element are not public (except explicit open source licence like Creative Commons). Same with the download for offline use on PC, mobile, tablet, iPhone or Android app.
Reminder: dCode is an educational and teaching resource, accessible online for free and for everyone.

Cite dCode

The content of the page "Vertex Form of a Quadratic" and its results may be freely copied and reused, including for commercial purposes, provided that dCode.fr is cited as the source. Exporting the results is free and can be done simply by clicking on the export icons ⤓ (.csv or .txt format) or ⧉ (copy and paste).
To cite dCode.fr on another website, use the link: https://www.dcode.fr/vertex-form-quadratic
In a scientific article or book, the recommended bibliographic citation is: Vertex Form of a Quadratic on dCode.fr [online website], retrieved on 2025-04-25, https://www.dcode.fr/vertex-form-quadratic

Need Help ?

Please, check our dCode Discord community for help requests!
NB: for encrypted messages, test our automatic cipher identifier!

Questions / Comments

Feedback and suggestions are welcome so that dCode offers the best 'Vertex Form of a Quadratic' tool for free! Thank you!


https://www.dcode.fr/vertex-form-quadratic
© 2025 dCode — The ultimate collection of tools for games, math, and puzzles.
 
Feedback