Skip to main content
TexasMathsSyllabus dot point

How do you write a quadratic function from its real solutions, its graph, or a data set using vertex or standard form?

Write quadratic functions when given real solutions and graphs of their related equations, and write quadratic functions that fit data sets using vertex form or standard form (TEKS A.6C, A.8B).

A STAAR Algebra I answer on writing quadratic functions from real solutions (factored form), from a graph (vertex form), and from data (TEKS A.6C, A.8B), connecting zeros to factors.

Generated by Claude Opus 4.810 min answer

Reviewed by: AI editorial process; not yet individually human-reviewed

Have a quick question? Jump to the Q&A page

Jump to a section
  1. What this topic is asking
  2. From zeros: factored form
  3. From a graph: vertex form
  4. From data: regression
  5. Connecting the forms
  6. How STAAR examines this topic
  7. Choosing the right form for the information given
  8. A worked check by expansion
  9. Try this

What this topic is asking

TEKS A.6C and A.8B ask you to write a quadratic function, the reverse of graphing. You build it from its real solutions (zeros), from its graph (vertex and a point), or from a data set (best fit, with technology). The key connection is that a zero corresponds to a factor, which links this dot point to solving by factoring.

From zeros: factored form

A zero of a quadratic is where it crosses the xx-axis, and each zero comes from a factor set to zero. So a zero at x=rx = r corresponds to the factor (xr)(x - r).

zeros x=3 and x=1    f(x)=a(x3)(x+1).\text{zeros } x = 3 \text{ and } x = -1 \;\Rightarrow\; f(x) = a(x - 3)(x + 1).

The factor uses the opposite sign of the zero: x=1x = -1 gives (x+1)(x + 1). Without more information, a=1a = 1 is the simplest choice; a given point determines aa exactly.

From a graph: vertex form

When you can read the vertex from a graph, vertex form is fastest.

From data: regression

When given a table of data that follows a parabola, the calculator's quadratic regression returns f(x)=ax2+bx+cf(x) = ax^2 + bx + c (or you can fit vertex form if the vertex is known). A.8B explicitly allows technology here. The interpretive step is reading aa, the vertex, or the zeros from the fitted model and relating them to the situation.

Connecting the forms

The three forms describe the same parabola and convert into one another. Factored form shows the zeros; vertex form shows the maximum or minimum; standard form shows the yy-intercept. Expanding f(x)=a(xr1)(xr2)f(x) = a(x - r_1)(x - r_2) or a(xh)2+ka(x - h)^2 + k returns standard form, a useful check that your function is right.

How STAAR examines this topic

  • Multiple choice. Choose the function with given zeros (factor-sign trap) or matching a graph.
  • Equation editor. Build the function in factored or vertex form from zeros, a vertex, or a point.
  • Drag and drop. Assemble factors or parameters into a form template.

A clarifying idea is that a single extra point fixes aa: the zeros or the vertex give the shape and position, but only a point off the axis tells you how wide or narrow the parabola is, which is why these problems always supply one.

Choosing the right form for the information given

The fastest write comes from matching the form to what the problem hands you. If you are given zeros (or xx-intercepts on a graph), reach for factored form, because each zero drops straight into a factor. If you are given the vertex (the turning point, a maximum or minimum), reach for vertex form, because hh and kk are read directly. If you are given a table of data, use regression to get standard form. Trying to force the wrong form, for example starting from standard form when you know the vertex, makes you solve for three unknowns instead of one.

A worked check by expansion

After writing a function, expanding it back to standard form verifies the work and often reveals the yy-intercept as a bonus. From f(x)=(x+2)(x5)f(x) = (x + 2)(x - 5), expanding gives x23x10x^2 - 3x - 10, so the yy-intercept is 10-10 and the function is confirmed to have the intended zeros at 2-2 and 55. If the expansion does not reproduce the features you started from, a sign or the value of aa is wrong. This expand-and-check habit is especially valuable on equation-editor items, where the answer must be exact and there is no list of choices to sanity-check against.

Try this

Q1. Write a quadratic with zeros x=4x = 4 and x=3x = -3 (take a=1a = 1). [1 point]

  • Cue. f(x)=(x4)(x+3)f(x) = (x - 4)(x + 3).

Q2. A parabola has vertex (0,5)(0, -5) and passes through (2,3)(2, 3). Find aa. [1 point]

  • Cue. 3=a(2)254a=8a=23 = a(2)^2 - 5 \Rightarrow 4a = 8 \Rightarrow a = 2.

Exam-style practice questions

Practice questions written in the style of TEA exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.

STAAR (style)1 marksMultiple choice. A quadratic function has zeros at x=2x = -2 and x=5x = 5. Which could be the function? (A) f(x)=(x+2)(x5)f(x) = (x + 2)(x - 5) (B) f(x)=(x2)(x+5)f(x) = (x - 2)(x + 5) (C) f(x)=(x+2)(x+5)f(x) = (x + 2)(x + 5) (D) f(x)=(x2)(x5)f(x) = (x - 2)(x - 5)
Show worked answer →

The correct answer is (A).

A zero at x=rx = r corresponds to a factor (xr)(x - r). A zero at x=2x = -2 gives (x(2))=(x+2)(x - (-2)) = (x + 2), and a zero at x=5x = 5 gives (x5)(x - 5). So f(x)=(x+2)(x5)f(x) = (x + 2)(x - 5). Choice (D) reverses both signs, which would give zeros at x=2x = 2 and x=5x = 5. The factor uses the opposite sign of the zero.

STAAR (style)2 marksEquation editor. A parabola has its vertex at (3,4)(3, -4) and passes through (5,0)(5, 0). Write the function in vertex form.
Show worked answer →

Enter f(x)=(x3)24f(x) = (x - 3)^2 - 4.

Start from vertex form f(x)=a(xh)2+kf(x) = a(x - h)^2 + k with vertex (3,4)(3, -4): f(x)=a(x3)24f(x) = a(x - 3)^2 - 4. Find aa using the point (5,0)(5, 0): 0=a(53)24=4a40 = a(5 - 3)^2 - 4 = 4a - 4, so 4a=44a = 4 and a=1a = 1. The function is f(x)=(x3)24f(x) = (x - 3)^2 - 4. The vertex gives hh and kk directly; a second point pins down aa.

Related dot points

Sources & how we know this