Property
If a polynomial of lowest degree p has horizontal intercepts at x=x1β,x2β,β¦,xnβ, then the polynomial can be written in the factored form: f(x)=a(xβx1β)p1β(xβx2β)p2ββ―(xβxnβ)pnβ where the powers piβ on each factor can be determined by the behavior of the graph at the corresponding intercept, and the stretch factor a can be determined given a value of the function other than the x-intercept.
Examples
- A graph has zeros at x=β2 (crosses) and x=3 (bounces), and a y-intercept at (0,β18). The form is f(x)=a(x+2)(xβ3)2. Using (0,β18), we find β18=a(2)(β3)2, so a=β1. The formula is f(x)=β(x+2)(xβ3)2.
- A graph crosses linearly at x=β1 and x=1, and passes through (2,9). The form is f(x)=a(x+1)(xβ1). Using (2,9), we find 9=a(3)(1), so a=3. The formula is f(x)=3(x+1)(xβ1).
- A graph has a zero at x=0 that flattens like a cubic and a zero at x=4 that crosses linearly. It passes through (β1,β5). The form is f(x)=ax3(xβ4). Using (β1,β5), we find β5=a(β1)3(β5), so a=β1. The formula is f(x)=βx3(xβ4).
Explanation
You can build a polynomial's formula from its graph. Each x-intercept gives a factor. The graph's behavior (crossing or bouncing) gives the factor's exponent (multiplicity). Use one other point to find the stretch factor 'a'.