Sumanas, Inc. has an excellent collection of biology-related videos, including good coverage of mitosis and meiosis.
Author: Lensyl Urbano
White Butterfly
Introducing Polynomials
If you recall, straight lines have a general equation that looks like this:
(1)
This is called the slope-intercept form of the equation, because m gives the slope, and b tells where the line intercepts the y-axis. For example the line:
(2)
looks like:
Now, in the slope-intercept form, m and b represent numbers. In our example, m = 2 and b = 3.
So what if, instead of calling them m and b we used the same letter (let’s use a) and just gave two different subscripts so:
and,
therefore equation (1):
becomes:
(3)
Now, in case you’re wondering why we picked m = a1 instead of m = a0, it’s because of the exponents of x. You see, in the equation x has an exponent of 1, and the constant b could be thought to be multiplying x with an exponent of 0. Considering this, we could rewrite our equation of the line (2):
(4)
since:
and,
we get:
So in equation (3) the subscript refers to the exponent of x.
Now we can expand this a bit more. What if we had a term with x2 in an equation:
(5)
Now we have three coefficients:
,
and,
,
And the graph would look like this.
Because of the x2 term (specifically because it has the highest exponent in the equation), this is called a second-order polynomial — that’s why the graph above has a little input box where the order is 2. In fact, on the graph above, you can change the order to see how the equation changes. Indeed, you can also change the coefficients to see how the graph changes.
A second order polynomial is a parabola, while, as you’ve probably guessed, a first order polynomial is a straight line. What’s a zero’th order polynomial?
Finally, we can write a general equation for a polynomial — just like we have the slope-intercept form of a line — using the a coefficients like:
You can use the graphs to tinker around and see what different order polynomials look like, and how changing the coefficients change the graphs. I sort-of like the one below:
References
WolframAlpha has more details on polynomials.
The embedded graphs come from my own Polynomial Grapher.
Campfire Silhouettes
Graphing Polynomials
Try it. You can change the order and coefficients of the polynomial. The default is the second order polynomial: y = x2.
I originally started putting together this interactive polynomial app to use in demonstrating numerical integration, however it’s a quite useful thing on its own. In fact, I’ve finally figured out how to do iframes, which means that the app is embeddable, so you can use it directly off the Muddle (if you want to put it on your own website you can get the embed code).
This app is a rewritten version of the parabola code, but it uses kineticjs instead of just HTML5 canvases. As a result, it should be much easier to adapt to make it touch/mouse interactive.
Music of the Squares
Use Tone Matrix to generate music by clicking squares on a grid.
Another good music app comes from Incredibox:
Environmental Street Art
Fascinating street art (by Nomerz) aimed at reclaiming abandoned spaces.
Khan Academy: The Slope-Intercept Form of a Line
I’ve previously posted an animated illustration of the slope-intercept form, and you can use the straight lines (linear equations) app to check if you’re drawing straight lines correctly.