STEVE J TRETTEL
  • Research
  • Art
  • Expository
  • Teaching
  • Reading
  • Dakhóta
Picture

Multiplication: Geometrically

Multiplication is used to find the area of shapes: after all the formula for the area of a rectangle is just base times height!  But what if we took a different perspective, and pretended that all multiplication problems were secretly questions about the area of shapes?  This gives us a geometric way to look at factoring, shows why the terminology "completing the square" is so apt, and lets us visually understand how one might have come up with the quadratic formula.  Let's get started!

Multiplication: finding area

We are going to interpret the multiplication of two numbers as being the area formed by a rectangle.  This means we are going to consider the map $\mathbb{R}\times\mathbb{R}\to\mathbb{R}$ to be given by $(length,length)\to area$.  We are going to replace our current knowledge of multiplication with the following picture, and take it as our definition.
Picture

Division: finding lengths given area

Our notion of multiplication allows us to take two lengths and produce the area of a rectangle with them as the sides.  Since division undoes multiplication, we are able to interpret it as undoing our above operation. That is, given an area of some rectangle and one of the side lengths, division will produce the length of the unknown side.

As input the division operation then requires both an area and a length, and it gives a length as output.  ​As before, it will be much more useful to supplement this notion with a picture
Picture

Squares and roots

For our purposes here, these are simply special cases of multiplication and division, when instead of dealing with a general rectangle we have a square.  The operation of squaring a number is a map $\mathbb{R}\to \mathbb{R}$ , but like multiplication we would like to interpret it as a map $length\to area$  Since $x^2$ is simply $x\cdot x$ using our definition of multiplication we can see that this is the area of a square with side length $x$:
Picture
Since the square root is its inverse, we can likewise say that the square root provides us with a map which given an area $z$, outputs the side length that would be required for a square to have that area.
Picture
So we got a way of looking at addition, subtraction, multiplication, division, squaring, and square roots in terms of lines rectangles and squares.  Great.  What use is it?  Well, it doesn't provide us with any new information, but at least for me it helps give some insight and make easier to remember the basic formulas in algebra.  I'll just put a few examples here; but this kind of reasoning can be used for any problem.

Factoring I

First, we will look at factoring the equation $x^2+ax$.  As per our interpretations above $x^2$ represents a square of side length $x$, and $ax$ represents a rectangle of side lengths $a$ and $x$:

                                                                          $x^2+ax$
Picture
Lets see how we can re-arrange this pictorially and in the end come up with a different symbolic expression.  If we rotate the orange square, then its side of length x will be parallel to the square's side
Picture
This lets us combine the two into a single rectangle with vertical side length $x$ and horizontal side length of $x+a$

                                                                           $x(x+a)$
Picture

Using our interpretation of multiplication, the area of this new rectangle is the product of its side lengths.  This amounts to a pictorial demonstration of factorization, namely that $x^2+ax=x(x+a)$. While this rule is probably obvious to the point that it doesn't seem to need justification, think when you first learned it.  Factorization (at least for me) was presented as a formal rule, that you could "pull an x out", and it was justified by showing that it is just the distributive property in reverse.  While true, this doesn't provide much insight unless the distributive property was intuitive at the time.

Factoring II

This time we will look at what it means to factor something out of an expression which is not common to both terms.  Take for example $an+b$.  The term $an$ represents a rectangle with side lengths $(a, n)$ respectively, but how are we to interpret $b$?  Here we don't want to think of it as a length, because adding a length to an area doesn't make sense.  Instead, lets "cheat" and say that $b=1\cdot b$.  This allows us to view $b$ as the area of a rectangle of side lengths $(1,b)$.
Picture
If we want to factor this (turn it into a product of two terms), we have to somehow merge the two areas into a single rectangle (a product of terms IS just the area of a rectangle remember).  To make our green rectangle fit up nicely against the blue one, we need to "squish" it so that it has a vertical side length of $a$.  That is, we need a square with area $b$ and one side length equal to $a$.  We can then use the pictorial definition of division to find the other side length
Picture
This new rectangle then fits up nice and snug against the blue one, while still preserving the total area
Picture
Since the area of this new rectangle is equal to the area of the original two by construction, we can say that the two expressions for area we have are just different representations of the same number.  Equating them, we get $an+b=a(n+b/a)$
Picture

Factoring III

Here we will give a visual proof for the factorization of $n^2-1$.  Note that interpreting subtraction as the difference of areas, this equation represents the area of a square with side lengths $n$, with a unit square removed from it.
Picture
What if inside this picture we draw a square with side length $(n-1)$?  This would break our total area into three pieces, as below
Picture
The original goal was to factor our expression; so we need to some how take this and form it into a single rectangle.  What about if we take the red rectangle off the top and put it alongside the green square?  Notice that both the square and the rectangle have a side of length $n-1$, so they will match up perfectly.
Picture
Nice!  Its one rectangle, just like we wanted.  Combining them (adding together the three horizontal lengths to form a single rectangle)
Picture
Just like before, all we did was cut and slide pieces around, so this new rectangle has the same area as our original square with a bite out of it.  That allows us to equate the two, giving

                                                             $n^2-1=(n+1)(n-1)$

Expanding I

What if we want to convert an expression that is written as a product into a sum of different terms?  This is essentially the opposite process of the above examples; we would have to start with a rectangle and find a way to break it up in some natural fashion.  For a simple example, lets consider $(n+1)^2$: this is a square of side length n+1.
Picture
Since we "know" the number $n$  (or at least have $n$  as our variable of interest), it would be natural to cut out a square of side length $n$.  This divides the above square into four regions:
Picture
We can further simplify this by decomposing the square and putting the two blue rectangles of equal size near eachother
Picture
Merging the two blue rectangles, we now have a collection of three shapes (and thus our expression for area will be a sum of three terms).
Picture
This provides a simple geometric picture behind the "standard" identity $(n+1)^2=n^2+2n+1$

Expanding II

What about if we start with a more general rectangle instead of a square?  To make it manageable, say we have the product $(n+a)(n+b)$, and like before, we want to write it as a sum of terms.  This product is equivalent to the rectangle below:
Picture
Since both sides of the rectangle again involve the variable $n$, we can cut a square of side length $n$ out no problem.  This divides the rectangle into four pieces again
Picture
We can break these up, and combine the orange and purple rectangles to form another rectangle (both share a side length of $n$).
Picture
This leaves us with the following three terms:
Picture
Looking at the new expression for the areas of each piece, we have the standard identity obtained by the "FOILing" process!

                                            $(n+a)(n+b)=n^2+(a+b)n+ab$

Solving an Equation

This reasoning can be used not only to derive the standard distributive laws and factor, but also to solve equations.  I'll illustrate this with one example below, although not as efficient as the "symbol pushing" approach, working through it geometrically once or twice really helps provide insight into what the algebraic operations actually mean.  Say we have the following quadratic equation

                                                       $3x^2+8x+4=0$

And we would like to see which values of $x$ solve this.  Since multiplication can also be viewed as repeated addition, we can say that $3x^2=x^2+x^2+x^2$ , and thus that $3x^2$  can be visualized as three copies of a square of side length $x$.  For now we are going to only worry about the left side of our equation, and equate it to zero when we are done.  Drawing this expression out in terms of squares and rectangles:
Picture
The large purple rectangle has one side length of $x$, so we would like to somehow line that up with the green squares. Lets try cutting it into four rectangles with horizontal side length $2$.
Picture
Lining three of these new purple rectangles up end to end will give us a side length of $3x$, which is exactly what we would have if we pushed the three green squares together
Picture
We still have two left over pieces though.  The leftover purple rectangle has a side length $x$, and so does the short side of the green rectangle.  Lets stick it there for now.
Picture
The short side of our all-purple rectangle has side length $2$, which we notice is exactly half of the length of the orange guy.  Lets cut it in half quick
Picture
If we line the two orange pieces up right next to each other, they will form a $2\times 2$ square.  Since it's side length is also $2$, we can slide it right up next to the purple rectangle.
Picture
Now look at this, the horizontal side lengths of both our top and bottom rectangles are the same!  That means we can also slide them into each other.
Picture
Merging them all into one rectangle, we have found a way to see the area in a whole new way
Picture
Now, all the tricky geometry is done.  Remember, this was originally the left side of an equation which equaled zero.  What that means then is that our rectangle has zero area!  The picture above definitely does not have zero area, but it has just been a conceptual tool. Solving the original equation means finding the value(s) of $x$ which satisfy it, and now we have converted that into the problem of finding the value(s) of $x$ which make this rectangle have zero area.  The only way for a rectangle to have zero area is for it not to exist, so we need the values of $x$ which cause this rectangle to disappear.  A rectangle disappears into a line segment whenever one of its sides is of zero length, so that is exactly what we are looking for.  $x$ will then solve our original equation whenever $x+2=0$ or $3x+2=0$.

By using geometric reasoning then, we have converted the original quadratic equation into two linear equations, which are easy to solve.  This gives us the solutions for $x$ as $x=-2$ or $x=-2/3$.

Which is exactly the same as the analytic approach (using factoring or the quadratic formula) would have produced.  However we have gained something more; because we represented the original quadratic equation as describing an area (because its highest order term is a square), we saw that we could satisfy the equation by making either side length of the rectangle be zero.  Thus, this method provides us with some intuitive justification for why there are two solutions to a quadratic (try for yourself an example of a quadratic with one solution, a so-called double root.  The final rectangle produced by the method above will be a square, so this method shows again why you should expect only one solution in that case!).

Without actually doing it, we could extend this reasoning to the third dimension (involving variables cubed).  If we assembled a bunch of cubes and rectangular prisms (representing the terms in a general cubic equation) into one larger rectangular prism, we would then have three independent side lengths we could set to zero to make our prism have zero volume.  Thus, we expect the general cubic to have three independent solutions.  And onwards to higher dimensions; we expect an equation of order $n$ to have $n$ solutions.  What a cool application of thinking geometrically!

The Quadratic Formula

The quadratic formula was for me at least my first "intro" to symbols in math...instead of just a variable, there were also a's, b's and c's everywhere!  Of course when we first memorized it we were not shown a proof or given a reason why it worked, but the explanation is not that difficult (it was discovered thousands of years ago).  It is just a consequence of completing the square, and that sounds pretty geometric.  So, let's see if we can figure it out!

The quadratic formula provides the solutions to a general equation which is quadratic in x.  Any such equation can be written in the following standard form: $ax^2+bx+c=0$.  If we were to draw this equation out pictorially, the left hand side would look something like this:
Picture
Where there are $a$ boxes of side length $x$.  This description makes sense so long as $a$ is an integer, but might still be hard to deal with.  We could solve the problem by interpreting $ax^2$ as a rectangular prism with a square base of side lengths $a$ and height $a$, but this would just be an added complication since the rest of our shapes are 2 dimensional.  Instead, lets see if we can't do some algebraic simplification of our equation before attempting to solve it pictorially.

First things first, instead of having an equation equal to zero, it might be more useful to have an equation where we have something=something.  That way, as we are solving it, there will be terms on each side of the equals sign to play around with.  Under our interpretation, these two terms will both be areas; so we will have two piles of shapes with the same total area, and our goal will be to shuffle them around until we can read some information off.  So, first off, we will move the constant term to the other side.

                                                                    $ax^2+bx=-c$

Now, this is supposed to be a problem about areas, and the original trouble was caused by the coefficient $a$; its hard to figure out how to reason nicely about $a$ different squares.  Before heading back to geometry then, lets divide by $a$, leaving us with

                                                          $x^2+\frac{b}{a}x=-\frac{c}{a}$

Here we have one possible issue: if we want the equation to represent two collections of squares and rectangles which share the same area, how are we to do this when the right hand side is negative?  It's good to keep in mind that the "area" interpretation is just a helpful visual device; the fact that its "actually" negative here is ok, we can still draw it as a positive area and then just insert a negative sign when we get back to the symbolic form.

Shuffling these constants hasn't robbed the equation of any information (this new equation has the same solutions as the original), we can consider the following as our general form for the quadratic

                                                         $x^2+\alpha x=\beta$
Picture
Our goal here will be to take this above picture, and move/recombine/squish the shapes in question without changing their areas, until both sides of the equals sign have a square on them.  Once we have that, we will have two squares, each with equal areas, and hence with equal side lengths.  Just like in the multiplication article, we are then able to reduce our problem to a simpler one by working with the side lengths only.  As a first step, lets cut the orange rectangle in half.  Leaving everything else alone, we end up with this
Picture
Now we can line the orange rectangles up alongside the blue square (this works out because the long side of each orange rectangle is side length $x$)
Picture
The top half of the equals sign is almost a square; its just missing one corner!  To fix this, lets add a little square.  Of course, to keep the quality if we add a square to the top we need to add one to the bottom too.
Picture
What size is this little square?  Well, the only reason we added it was to "fill in the hole" in the top square; and that hole has side lengths equal to the short sides of our orange rectangles.  Since the original orange rectangle had a side length $\alpha$, after cutting it in half these short sides must be of length $\alpha /2$ .

Now, we added our little square to the top and it'll fit perfectly, but the square dosen't line up naturally with the bottom rectangle.  That rectangle has short side of length $1$, so we need to squish the red square into a rectangle with a side length of $1$ (without changing its area of course).  This isn't hard to do;
Picture
​Now we have expressed this added area in two different ways (visualized by two different shapes), which makes it convenient to add to each side of the equation.  Pushing the pieces together;
Picture
Nice!  The top half of the equals sign has been formed into a square. (In fact, if you were to step by step transcribe these pictures into symbolic expressions, all we did was "complete the square")   Let's work on the bottom half now.  To make things a little less cluttered, I'm going to fuse the purple and red parts into a single bar (whose length I will call $\delta$ for convenience).
Picture
How do we take a given area and find the side length of a representative square?  Well, thats what the square root function is all about!  Lets "squish" this green rectangle into a square as shown
Picture
Putting this back into the equation with our top square, we have reached our goal
Picture
We have been careful to perserve the equality throughout all of this, so these two squares have the same area.  This means that the side lengths on each side of the equality must be the same; and we have the equation

$|x+\alpha/2|=|\sqrt{\delta}|$

Which we can rewrite as 


$x+\alpha/2=\pm \sqrt{\delta}$

To get back to our solution symbolically then, we need to know our formula for $\delta$:  it is the length of our green bar, which was the sum of the lengths of the purple rectangle and the red rectangle.  Thus;

$\delta=\beta+\frac{\alpha^2}{4}$

Plugging this in and solving for $x$:

$x=-\frac{\alpha}{2}\pm\sqrt{\beta+\frac{\alpha^2}{4}}$

This gives us the solution in terms of our form for the quadratic; but the formula is standardly presented for the "general form" with coefficients 
a,b,c.  We can get to this by simply substituting in the correct definitions (which can be seen towards the top of this article)

$x=-\frac{b/a}{2}\pm\sqrt{-\frac{c}{a}+\frac{b^2/a^2}{4}}$

Which can be simplified a bit to 

$x=\frac{-b\pm\sqrt{b^2-4ac}}{2a}$

​So there ya got it; we were able to derive the quadratic formula using only simple algebraic manipulations, the "sneaky parts" of its derivation where accomplished using pictures.
Proudly powered by Weebly
  • Research
  • Art
  • Expository
  • Teaching
  • Reading
  • Dakhóta