the top of a parabola
Introduction
Empty Input Boxes can be used to insert the coordinates of a point in the same way as to type the result of a calculation. You only have to respect the appropriate syntaxes for points. In this worksheet we show the difference. Additionally we'll show some aternative ways to deal with randon numbers.
How to do this
lista = Shuffle({-2, -1, 1, 2})
and
a = lista(1)
- p and q: Define p = RandomBetween(-4, 4)
and q = RandomBetween(-4, 4)
.Sol = (p, q)
f(x) = Polynomial(a (x - p)²
+ q)
and use f in a dynamic text to show the equation of the parabola in the form ax² + bx + c.