Obviously I need to start with what a polynomial is, and what they look like, in terms of their generic form. I'd like to use the old joke that a polynomial is a hungry parrot, but I suspect that's a bit too Pythonesque for most people!
Being restricted to quadratic and cubic equations simplifies the task slightly. I can see these equations being a little scary to some:
- y = ax2 + bx + c (quadratic)
- y = ax3 + bx2 + cx + d (cubic)
- y = a (constant)
- y = ax + b (linear)
I would like, where ever possible, to highlight real world examples of these curves. For example, the parabola, as described by a quadratic equation, is formed as the result of a conic section, and is also used for reflectors with a focal-point, such as satellite dishes and light reflectors.
Whilst waiting for my book to arrive, I will do some background reading.
No comments:
Post a Comment