<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-4156201020188714381</id><updated>2011-09-14T21:09:13.196-07:00</updated><title type='text'>Walton's JMU Math Blog</title><subtitle type='html'>A blog for math courses that I teach at James Madison University.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://waltonsjmumathblog.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4156201020188714381/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://waltonsjmumathblog.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Brian Walton</name><uri>http://www.blogger.com/profile/01474965246427735513</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>35</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-4156201020188714381.post-2361173812620994643</id><published>2011-09-14T21:07:00.000-07:00</published><updated>2011-09-14T21:09:13.212-07:00</updated><title type='text'>Proof by Induction and Summations</title><content type='html'>The two previous blog entries introduced the &lt;a href="http://waltonsjmumathblog.blogspot.com/2011/09/mathematical-induction.html"&gt;idea of the Principle of Mathematical Induction&lt;/a&gt; followed by a discussion of a &lt;a href="http://waltonsjmumathblog.blogspot.com/2011/09/mathematical-induction-part-2.html"&gt;typical example of a proof by induction&lt;/a&gt;.&amp;nbsp; Be sure you read those two entries before you look at this one.&amp;nbsp; This blog post extends these ideas by talking about how proof by induction applies to summations.&lt;br /&gt;&lt;br /&gt;(I apologize right now about the formatting of summation notation, or sigma notation.&amp;nbsp; I do not know how to get the math to look like math in a blog setting.)&lt;br /&gt;&lt;br /&gt;Recall that the second condition of the PMI is that an arbitrary statement S(n) in the chain of statements being proved will guarantee that the next statement S(n+1) in the chain is also true.&amp;nbsp; In a proof by induction, this step always involves using a recursive relation between something in the sentence S(n) with a corresponding object in the sentence S(n+1).&lt;br /&gt;&lt;br /&gt;For summations, this recursive relation is always that a summation for statement S(n+1) exactly corresponds to the summation appearing in statement S(n) with some additional term(s).&lt;br /&gt;&lt;br /&gt;For example, think back to our motivating example of a chain of statements:&lt;br /&gt;S(1):&amp;nbsp;&amp;nbsp;&amp;nbsp; 1 = 1(2)/2&lt;br /&gt;S(2):&amp;nbsp;&amp;nbsp;&amp;nbsp; 1+2 = 2(3)/2&lt;br /&gt;S(3):&amp;nbsp;&amp;nbsp;&amp;nbsp; 1+2+3 = 3(4)/2&lt;br /&gt;S(4):&amp;nbsp;&amp;nbsp;&amp;nbsp; 1+2+3+4 = 4(5)/2&lt;br /&gt;S(5):&amp;nbsp;&amp;nbsp;&amp;nbsp; 1+2+3+4+5 = 5(6)/2&lt;br /&gt;...&lt;br /&gt;Notice that the sum appearing on the left hand side of any given sentence appears in the sum on the very next sentence, but one more term has been added.&amp;nbsp; Using parentheses to emphasize where the sum from the previous sentence appears in the new sentence, here is the same chain:&lt;br /&gt;&lt;br /&gt;S(1):&amp;nbsp;&amp;nbsp;&amp;nbsp; 1 = 1(2)/2&lt;br /&gt;S(2):&amp;nbsp;&amp;nbsp;&amp;nbsp; (1)+2 = 2(3)/2&lt;br /&gt;S(3):&amp;nbsp;&amp;nbsp;&amp;nbsp; (1+2)+3 = 3(4)/2&lt;br /&gt;S(4):&amp;nbsp;&amp;nbsp;&amp;nbsp; (1+2+3)+4 = 4(5)/2&lt;br /&gt;S(5):&amp;nbsp;&amp;nbsp;&amp;nbsp; (1+2+3+4)+5 = 5(6)/2&lt;br /&gt;...&lt;br /&gt;&lt;br /&gt;Summation (Sigma) notation gives us a handy way to describe sequences of sums like we see in the chain above.&amp;nbsp; The &lt;b&gt;terms&lt;/b&gt; of the sum follow a simple pattern.&amp;nbsp; In this example, the pattern is the sequence of terms (1, 2, 3, 4, 5, ...).&amp;nbsp; This sequence can be explicitly described as a&lt;sub&gt;k&lt;/sub&gt; = k for k=1, 2, 3, ....&amp;nbsp; In the symbolism (notation) of summation notation, we write:&lt;br /&gt;&lt;br /&gt;Σ&lt;sup&gt;1&lt;/sup&gt;&lt;sub&gt;k=1&lt;/sub&gt;(k) = 1&lt;br /&gt;Σ&lt;sup&gt;2&lt;/sup&gt;&lt;sub&gt;k=1&lt;/sub&gt;(k)&amp;nbsp; = 1+2&lt;br /&gt;Σ&lt;sup&gt;3&lt;/sup&gt;&lt;sub&gt;k=1&lt;/sub&gt;(k) = 1+2+3&lt;br /&gt;&amp;nbsp;or&lt;br /&gt;Σ&lt;sup&gt;n&lt;/sup&gt;&lt;sub&gt;k=1&lt;/sub&gt;(k) = 1+2+3+...+n&lt;br /&gt;(Notice that the formula in the parentheses (k) is the explicit formula of the sequence of terms in terms of the index which is listed at the bottom of Σ along with the first index of the sequence used in the sum.&amp;nbsp; The index of the last term in the sum appears at the top of Σ.)&lt;br /&gt;&lt;br /&gt;The pattern that we described above to illustrate the recursive relation between the sums of consecutive sentences in the chain of statements we wish to prove can also be written in terms of summation notation:&lt;br /&gt;Σ&lt;sup&gt;n+1&lt;/sup&gt;&lt;sub&gt;k=1&lt;/sub&gt;(k) = Σ&lt;sup&gt;n&lt;/sup&gt;&lt;sub&gt;k=1&lt;/sub&gt;(k) + (n+1)&lt;br /&gt;When writing a proof by induction, we use this recursive relation.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Example:&lt;/b&gt;&amp;nbsp; Prove that Σ&lt;sup&gt;n&lt;/sup&gt;&lt;sub&gt;k=1&lt;/sub&gt;(k) = n(n+1)/2&amp;nbsp; for n=1, 2, 3, ...&lt;br /&gt;&lt;br /&gt;In the proof, we will write S(n) to represent the sentence: Σ&lt;sup&gt;n&lt;/sup&gt;&lt;sub&gt;k=1&lt;/sub&gt;(k) = n(n+1)/2.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Proof&lt;/b&gt;:&lt;br /&gt;(1) &lt;i&gt;We first need to think about the sentence where n is replaced by 1.&amp;nbsp; That is, we need to prove that &lt;/i&gt;Σ&lt;sup&gt;1&lt;/sup&gt;&lt;sub&gt;k=1&lt;/sub&gt;(k) = 1(1+1)/2.&lt;br /&gt;Σ&lt;sup&gt;1&lt;/sup&gt;&lt;sub&gt;k=1&lt;/sub&gt;(k) = 1 &amp;nbsp; (Interpretation of summation notation)&lt;br /&gt;&lt;span style="font-size: x-small;"&gt;(&lt;i&gt;We are creating a true statement involving the summation symbol that appears on the left side of the equation we are proving. The sequence of terms is 1, 2, 3, 4, 5, ..., and the sum starts &lt;b&gt;and &lt;/b&gt;ends with the 1st term.&lt;/i&gt;)&lt;/span&gt;&lt;br /&gt;1(1+1)/2 = 1(2)/2 = 1 &amp;nbsp; (Algebra)&lt;br /&gt;&lt;span style="font-size: x-small;"&gt;(&lt;i&gt;We now create an equation involving the formula on the right side of the equation we are proving, and we just showed it has the same value as the summation symbol.&lt;/i&gt;)&lt;/span&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;br /&gt;So Σ&lt;sup&gt;1&lt;/sup&gt;&lt;sub&gt;k=1&lt;/sub&gt;(k) = 1(1+1)/2.&lt;br /&gt;&lt;span style="font-size: x-small;"&gt;(&lt;i&gt;We obtained evidence above that the summation and the formula both represented the same value, so we conclude that they are equal.&lt;/i&gt;)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;(2) &lt;i&gt;We now need to show that S(n) implies S(n+1) for n=1, 2, 3, ....&amp;nbsp; We will assume S(n), i.e. Σ&lt;sup&gt;n&lt;/sup&gt;&lt;sub&gt;k=1&lt;/sub&gt;(k) = n(n+1)/2.&amp;nbsp; Using the recursion connecting the sums, we will show S(n+1), i.e., Σ&lt;sup&gt;n+1&lt;/sup&gt;&lt;sub&gt;k=1&lt;/sub&gt;(k) = (n+1)((n+1)+1)/2.&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;Assume&amp;nbsp;&amp;nbsp;&amp;nbsp; Σ&lt;sup&gt;n&lt;/sup&gt;&lt;sub&gt;k=1&lt;/sub&gt;(k) = n(n+1)/2&amp;nbsp;&amp;nbsp;&amp;nbsp; for some n=1, 2, 3, ...&lt;br /&gt;Σ&lt;sup&gt;n+1&lt;/sup&gt;&lt;sub&gt;k=1&lt;/sub&gt;(k) = Σ&lt;sup&gt;n&lt;/sup&gt;&lt;sub&gt;k=1&lt;/sub&gt;(k) + (n+1). &amp;nbsp; &amp;nbsp; (Recursive relation on summation of terms a&lt;sub&gt;k&lt;/sub&gt; = k)&lt;br /&gt;Σ&lt;sup&gt;n+1&lt;/sup&gt;&lt;sub&gt;k=1&lt;/sub&gt;(k) = n(n+1)/2 + (n+1)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (Substitution: summation replaced by formula)&lt;br /&gt;Σ&lt;sup&gt;n+1&lt;/sup&gt;&lt;sub&gt;k=1&lt;/sub&gt;(k) = n(n+1)/2 + 2(n+1)/2 &amp;nbsp;&amp;nbsp;&amp;nbsp; (Find common denominator)&lt;br /&gt;Σ&lt;sup&gt;n+1&lt;/sup&gt;&lt;sub&gt;k=1&lt;/sub&gt;(k) = (n&lt;sup&gt;2&lt;/sup&gt;+n+2n+2)/2 &amp;nbsp;&amp;nbsp;&amp;nbsp; (Distribution and adding fractions)&lt;br /&gt;Σ&lt;sup&gt;n+1&lt;/sup&gt;&lt;sub&gt;k=1&lt;/sub&gt;(k) = (n&lt;sup&gt;2&lt;/sup&gt;+3n+2)/2 &amp;nbsp;&amp;nbsp;&amp;nbsp; (Combining terms)&lt;br /&gt;&lt;span style="font-size: x-small;"&gt;(&lt;i&gt;Notice that each equation was based on the previous equation.&amp;nbsp; The key step was when we replaced Σ&lt;sup&gt;n&lt;/sup&gt;&lt;sub&gt;k=1&lt;/sub&gt;(k) by the formula n(n+1)/2 that was provided by the assumed hypothesis.&amp;nbsp; At this stage of the proof, we have a formula representing the value of the summation symbol with n+1 that is the left hand side of the equation in the sentence S(n+1).&amp;nbsp; We now need to check the formula that appears in the right hand side of our sentence.&lt;/i&gt;)&lt;/span&gt;&lt;i&gt;&lt;/i&gt;&lt;br /&gt;(n+1)((n+1)+1)/2 = (n+1)(n+2)/2&amp;nbsp;&amp;nbsp;&amp;nbsp; (Arithmetic: 1+1=2)&lt;br /&gt;(n+1)((n+1)+1)/2 = [n(n+2)+1(n+2)]/2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (Distributive law)&lt;br /&gt;(n+1)((n+1)+1)/2 = [n&lt;sup&gt;2&lt;/sup&gt;+2n + n+2]/2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (Distributive law again.)&lt;br /&gt;(n+1)((n+1)+1)/2 = [n&lt;sup&gt;2&lt;/sup&gt;+3n+2]/2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (Combining terms) &lt;br /&gt;&lt;span style="font-size: x-small;"&gt;(&lt;i&gt;Notice that each equation was based on the previous equation.&amp;nbsp; Notice that the second and third steps (distributive law) are the formal steps in the idea commonly taught as FOIL when multiplying to binomial expressions together.&amp;nbsp; The key is that we took the formula with n replaced by n+1 of the right hand side and discovered that it equals the same formula that we found for the summation above.&lt;/i&gt;)&lt;/span&gt;&lt;br /&gt;So we have Σ&lt;sup&gt;n+1&lt;/sup&gt;&lt;sub&gt;k=1&lt;/sub&gt;(k) = (n+1)((n+1)+1)/2.&lt;br /&gt;Consequently, S(n) implies S(n+1) for n=1, 2, 3, ....&lt;br /&gt;&lt;br /&gt;By the PMI (since S(1) is true and S(n) implies S(n+1)), we have S(n) is true for n=1, 2, 3, ...&lt;br /&gt;♦&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4156201020188714381-2361173812620994643?l=waltonsjmumathblog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://waltonsjmumathblog.blogspot.com/feeds/2361173812620994643/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4156201020188714381&amp;postID=2361173812620994643' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4156201020188714381/posts/default/2361173812620994643'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4156201020188714381/posts/default/2361173812620994643'/><link rel='alternate' type='text/html' href='http://waltonsjmumathblog.blogspot.com/2011/09/proof-by-induction-and-summations.html' title='Proof by Induction and Summations'/><author><name>Brian Walton</name><uri>http://www.blogger.com/profile/01474965246427735513</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4156201020188714381.post-7736135047688775114</id><published>2011-09-14T20:17:00.000-07:00</published><updated>2011-09-14T20:17:03.786-07:00</updated><title type='text'>Mathematical Induction (part 2)</title><content type='html'>My &lt;a href="http://waltonsjmumathblog.blogspot.com/2011/09/mathematical-induction.html"&gt;previous blog post&lt;/a&gt; introduced the basic idea of &lt;b&gt;what&lt;/b&gt; mathematical induction is about.&amp;nbsp; This post focuses more on the mechanics of writing a proof.&lt;br /&gt;&lt;br /&gt;A proof is the mathematical form of argument or persuasion.&amp;nbsp; A proof consists of a sequence of logical statements, each of which is shown to be a &lt;b&gt;true&lt;/b&gt; sentence based only on information previous to that sentence.&amp;nbsp; Examples of sentences that might appear in a proof are &lt;b&gt;equations&lt;/b&gt; or &lt;b&gt;inequalities&lt;/b&gt; for which there is clear reason that it is true, and &lt;i&gt;never&lt;/i&gt; based on what we hope is true or will later show is true.&lt;br /&gt;&lt;br /&gt;For example, suppose I needed to prove (x+1)&lt;sup&gt;2&lt;/sup&gt;=x&lt;sup&gt;2&lt;/sup&gt;+2x+1.&amp;nbsp; In a proof, I can not write down this equation as the first statement because it is not something I know (yet).&amp;nbsp; Instead, I can write down equations known to be true based on basic principles:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;(x+1)&lt;sup&gt;2&lt;/sup&gt; = (x+1)(x+1) &amp;nbsp; &amp;nbsp; (meaning of power 2)&lt;/li&gt;&lt;li&gt;(x+1)(x+1) = x(x+1) + 1(x+1) &amp;nbsp; (distributive law)&lt;/li&gt;&lt;li&gt; x(x+1) + 1(x+1) = x&lt;sup&gt;2&lt;/sup&gt;+x + x+1&amp;nbsp;&amp;nbsp; (distributive law again)&lt;/li&gt;&lt;li&gt;x&lt;sup&gt;2&lt;/sup&gt;+x + x+1 = x&lt;sup&gt;2&lt;/sup&gt;+2x+1&amp;nbsp;&amp;nbsp; (collecting like terms)&lt;/li&gt;&lt;/ul&gt;Notice that each of the sentences is a statement of equality.&amp;nbsp; Although they to suggest that the "=" sign is being used in a computational sense (i.e., it looks like it is being used to say apply a rule), we really are seeing these sentences as &lt;b&gt;declaring&lt;/b&gt; that the result of applying a rule &lt;b&gt;demonstrates&lt;/b&gt; that the sentence is actually true.&amp;nbsp; (This is a subtle distinction that you need to fight your mind until it sinks in.)&amp;nbsp; Technically, our proof is not yet complete.&amp;nbsp; Each sentence on its own is a complete, true sentence.&amp;nbsp; However, we need to end by stating that the sentence we were trying to prove is actually true:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;  (x+1)&lt;sup&gt;2&lt;/sup&gt;=x&lt;sup&gt;2&lt;/sup&gt;+2x+1&amp;nbsp;&amp;nbsp; (equivalence of equal quantities, or substitution)&lt;/li&gt;&lt;/ul&gt;Now, you should read the above paragraphs as illustrating the ideas of a proof in that it illustrates how sentences (equations) are listed as statements that are demonstrated to be true.&amp;nbsp; But so far, we have not dealt with the idea of implication.&lt;br /&gt;&lt;br /&gt;Recall that the Principle of Mathematical Induction (PMI) involves verifying the two conditions:&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Show that the first statement in the chain, which we call S(1), is true.&lt;/li&gt;&lt;li&gt;Show that if any single statement in the chain, which we call S(n), is true, then this implies the next statement, which will be S(n+1), is also true.&lt;/li&gt;&lt;/ol&gt;So the structure of &lt;b&gt;every &lt;/b&gt;proof by induction involves two subproofs (showing S(1) is true; showing S(n) implies S(n+1)) followed by an application of the PMI.&amp;nbsp; The subproofs are the method we verify that the two conditions of the PMI have been satisfied.&lt;br /&gt;&lt;br /&gt;Here is what to look for in the subproofs.&lt;br /&gt;&lt;ol&gt;&lt;li&gt;S(1) is almost always very easy to show.&amp;nbsp; However, you still need to be clear that you follow the pattern of a proof described above.&lt;/li&gt;&lt;li&gt;Showing S(n) implies S(n+1) will consist of &lt;b&gt;assuming&lt;/b&gt; that S(n) is true &lt;i&gt;for some n&lt;/i&gt; (don't forget that this is a specific but unspecified value, so you must leave n or k, depending on the label being used, as a symbol and not an actual number).&amp;nbsp; Then the proof will almost always rely on some type of &lt;b&gt;recursive&lt;/b&gt; relation between a quantity involved in the statement S(n) and a similar quantity in the statement S(n+1).&lt;/li&gt;&lt;li&gt;After the subproofs are complete, you must &lt;b&gt;invoke&lt;/b&gt; the PMI and then declare that the statements are true for &lt;b&gt;every &lt;/b&gt;n=1, 2, 3, ....&lt;/li&gt;&lt;/ol&gt;&lt;b&gt;Example&lt;/b&gt;:&amp;nbsp; Given a sequence defined by x1=3 and the recursive relation x&lt;sub&gt;k+1&lt;/sub&gt;=x&lt;sub&gt;k&lt;/sub&gt;+2 for k=1, 2, 3, ..., prove that x&lt;sub&gt;k&lt;/sub&gt;=1+2k for k=1, 2, 3, ....&lt;br /&gt;&lt;br /&gt;Notice what the chain of statements we are trying to prove will be. &amp;nbsp; The sentence S(k) is the statement x&lt;sub&gt;k&lt;/sub&gt;=1+2k, where x&lt;sub&gt;k&lt;/sub&gt; is the value of the sequence defined recursively, and 1+2k is just a formula involving k.&amp;nbsp; It is very important to remember that the "=" sign in this equation is &lt;b&gt;not&lt;/b&gt; defining the value of the sequence, but is simply stating that the two quantities (the sequence value and the formula value) happen to always be equal. &lt;br /&gt;&lt;br /&gt;Everything in italics is not part of the proof.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Proof:&lt;/b&gt;&lt;br /&gt;&lt;b&gt;(1)&lt;/b&gt; &lt;i&gt;We first write a subproof that S(1) is true:&amp;nbsp; &lt;/i&gt;x&lt;sub&gt;1&lt;/sub&gt;=1+2(1).&amp;nbsp; &lt;i&gt;To do this, we need to create a sequence of equations that we &lt;b&gt;know&lt;/b&gt; are true based on the symbols themselves, and not the equation above.&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;x&lt;sub&gt;1&lt;/sub&gt;=3 &amp;nbsp; (Given) &lt;br /&gt;&lt;span style="font-size: x-small;"&gt;(&lt;i&gt;We looked at the given information and saw this was provided.&lt;/i&gt;)&lt;/span&gt;&lt;br /&gt;1+2(1) = 1+2 = 3 &amp;nbsp; (Arithmetic) &lt;br /&gt;&lt;span style="font-size: x-small;"&gt;(&lt;i&gt;We needed an equation involving &lt;/i&gt;1+2(1)&lt;i&gt; so we wrote down an equation that was based on the rules of evaluating this formula.&lt;/i&gt;) &lt;/span&gt;&lt;br /&gt;So x&lt;sub&gt;1&lt;/sub&gt;=1+2(1).&amp;nbsp;&amp;nbsp; (Equivalence)&amp;nbsp;&lt;br /&gt;&lt;span style="font-size: x-small;"&gt;(&lt;i&gt;Earlier, we showed &lt;/i&gt;x&lt;sub&gt;1&lt;/sub&gt;=3&lt;i&gt; and then we showed &lt;/i&gt;1+2(1)=3&lt;i&gt;, so this means the two quantities are equal.&amp;nbsp; This ends the subproof since we just finished writing the statement corresponding to &lt;/i&gt;S(1)&lt;i&gt; being true.&lt;/i&gt;)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;(2)&lt;i&gt; &lt;/i&gt;&lt;/b&gt;&lt;i&gt;We next write a subproof that S(k) implies S(k+1) for k=1,2,3,...&lt;/i&gt;&amp;nbsp; &lt;i&gt;To do this, we will start by &lt;b&gt;assuming&lt;/b&gt; S(k) is true for some unspecified k.&amp;nbsp; Using the recursion to compute &lt;/i&gt;x&lt;sub&gt;k+1&lt;/sub&gt; &lt;i&gt;we will demonstrate that S(k+1) is also true.&amp;nbsp; Note: S(k+1) is the statement x&lt;sub&gt;k+1&lt;/sub&gt;=1+2(k+1)&lt;/i&gt;.&lt;br /&gt;&lt;br /&gt;Assume x&lt;sub&gt;k&lt;/sub&gt;=1+2k is true for some k=1, 2, 3, ....&lt;br /&gt;x&lt;sub&gt;k+1&lt;/sub&gt;=x&lt;sub&gt;k&lt;/sub&gt;+2 &amp;nbsp; (Given recursive definition of sequence)&lt;br /&gt;&lt;span style="font-size: x-small;"&gt;(&lt;i&gt;The statement we are trying to prove involves the symbol &lt;/i&gt;x&lt;sub&gt;k+1&lt;/sub&gt;&lt;i&gt; so we need to create equations based on that symbol.&lt;/i&gt;)&lt;/span&gt;&lt;br /&gt;x&lt;sub&gt;k+1&lt;/sub&gt;=(1+2k)+2 &amp;nbsp; (Substitution:&amp;nbsp; x&lt;sub&gt;k&lt;/sub&gt;=1+2k from assumed hypothesis)&lt;br /&gt;&lt;span style="font-size: x-small;"&gt;(&lt;i&gt;This is the key step:&amp;nbsp; we use the recursive connection between &lt;/i&gt;x&lt;sub&gt;k+1&lt;/sub&gt;&lt;i&gt; and&lt;/i&gt; x&lt;sub&gt;k&lt;/sub&gt; &lt;i&gt;to establish a formula for &lt;/i&gt;x&lt;sub&gt;k+1&lt;/sub&gt;.)&lt;/span&gt;&lt;br /&gt;x&lt;sub&gt;k+1&lt;/sub&gt;=3+2k &amp;nbsp;&amp;nbsp; (Algebra) &amp;nbsp;&amp;nbsp;&lt;br /&gt;&lt;span style="font-size: x-small;"&gt;(&lt;i&gt;We now have a simple formula for &lt;/i&gt;x&lt;sub&gt;k+1&lt;/sub&gt;&lt;i&gt; and now we turn our attention to the other half of the statement S(k+1), namely the formula&lt;/i&gt; 1+2(k+1).)&lt;/span&gt;&lt;br /&gt;1+2(k+1) = 1 + 2k + 2&amp;nbsp;&amp;nbsp; (Distributive law)&lt;br /&gt;&lt;span style="font-size: x-small;"&gt;(&lt;i&gt;We are creating a true equation involving the formula by considering the results of applying mathematical laws.&lt;/i&gt;)&lt;/span&gt;&lt;br /&gt;1+2(k+1) = 3+2k&amp;nbsp;&amp;nbsp;&amp;nbsp; (Algebra from above: 1+2=3)&amp;nbsp;&amp;nbsp;&lt;br /&gt;&lt;span style="font-size: x-small;"&gt;(&lt;i&gt;Our target should always be that the formula with k+1 in place of k will match whatever we found by the recursion to compute a value for &lt;/i&gt;x&lt;sub&gt;k+1&lt;/sub&gt;.)&lt;/span&gt;&lt;br /&gt;So x&lt;sub&gt;k+1&lt;/sub&gt;=1+2(k+1) &amp;nbsp;&amp;nbsp; (Equivalence or Substitution)&lt;br /&gt;That is, S(k) implies S(k+1) for k=1, 2, 3,.... &lt;br /&gt;&lt;span style="font-size: x-small;"&gt;(&lt;i&gt;This ends the second subproof because we just finished writing the statement we were trying to prove in this part.&amp;nbsp; We are now ready to invoke the PMI.&lt;/i&gt;)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Since S(1) is true and S(k) implies S(k+1) for k=1, 2, 3, ..., the Principle of Mathematical Induction guarantees S(k) is true for every k=1, 2, 3, ....&amp;nbsp; That is, x&lt;sub&gt;k&lt;/sub&gt;=1+2k for k=1, 2, 3, ...&lt;br /&gt;♦&lt;br /&gt;&lt;ul&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4156201020188714381-7736135047688775114?l=waltonsjmumathblog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://waltonsjmumathblog.blogspot.com/feeds/7736135047688775114/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4156201020188714381&amp;postID=7736135047688775114' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4156201020188714381/posts/default/7736135047688775114'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4156201020188714381/posts/default/7736135047688775114'/><link rel='alternate' type='text/html' href='http://waltonsjmumathblog.blogspot.com/2011/09/mathematical-induction-part-2.html' title='Mathematical Induction (part 2)'/><author><name>Brian Walton</name><uri>http://www.blogger.com/profile/01474965246427735513</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4156201020188714381.post-81728351982947596</id><published>2011-09-14T19:14:00.000-07:00</published><updated>2011-09-14T20:18:57.168-07:00</updated><title type='text'>Mathematical Induction</title><content type='html'>I actually posted on this very topic &lt;a href="http://waltonsjmumathblog.blogspot.com/2008/10/mathematical-induction.html"&gt;a few years ago.&lt;/a&gt;&amp;nbsp; However, I have refined how I think about doing proofs by mathematical induction.&amp;nbsp; And so I am writing one more time.&lt;br /&gt;&lt;br /&gt;First, you might find it interesting to look at the Wikipedia article on &lt;a href="http://en.wikipedia.org/wiki/Mathematical_induction"&gt;mathematical induction&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;The Principle of Mathematical Induction (PMI) is an axiom that describes the set of natural numbers, which is N = {1, 2, 3, 4, ...}.&amp;nbsp; From one point of view, the PMI says that if S is a set that (1) contains the number 1 and (2) guarantees that whenever any number n is in the set, then n+1 is also in the set, then the set S contains all of N.&amp;nbsp; From the perspective of proofs, however, we are really interested in showing that an infinite chain of logical statements is true.&lt;br /&gt;&lt;br /&gt;Before we proceed with the idea of the PMI, let me be clear about a logical statement.&amp;nbsp; A logical statement is a well-constructed sentence that is definitively true or false. Two well-known but easily misunderstood examples of logical statements are &lt;b&gt;equations&lt;/b&gt; and &lt;b&gt;inequalities&lt;/b&gt;.&amp;nbsp; An equation "A=B" is a logical statement that declares two quantities (A and B) are equal (have the same value).&amp;nbsp; An inequality "A&lt;b" (a="" 1="2&amp;quot;" `truth="" a="" b).&amp;nbsp;="" certain="" declares="" example,="" for="" have="" is="" less="" logical="" natural="" of="" order="" quantities="" statement.&amp;nbsp;="" statement="" than="" that="" the=""&gt;&lt;b&gt;false&lt;/b&gt;, but the statement itself is logically complete.&amp;nbsp; (Here logical does not mean `makes sense' but it means `can be decided between True or False'.)&lt;/b"&gt;&lt;br /&gt;&lt;br /&gt;Related to this issue is a common misunderstanding by students that "=" is like an operation that means "has the value" or "find the answer" as it is often used on a calculator.&amp;nbsp; This is especially important in a proof, where each statement (usually an equation) must be clearly true rather than a statement of what you hope or what you are trying to calculate.&lt;br /&gt;&lt;br /&gt;Okay, back to the Principle of Mathematical Induction.&amp;nbsp; This principle is about dealing with an infinite chain of logical sentences.&amp;nbsp; For example, consider the following chain of statements.&amp;nbsp; S(1) is the label for the first sentence, S(2) is the label for the second sentence, and so on:&lt;br /&gt;&lt;br /&gt;S(1):&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1 = 1(2)/2&lt;br /&gt;S(2):&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1+2 = 2(3)/2&lt;br /&gt;S(3):&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1+2+3 = 3(4)/2&lt;br /&gt;S(4):&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1+2+3+4 = 4(5)/2&lt;br /&gt;S(5):&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1+2+3+4+5 = 5(6)/2&lt;br /&gt;S(6):&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1+2+3+4+5+6 = 6(7)/2&lt;br /&gt;...&lt;br /&gt;(the pattern continues so that if n is any number n=1,2,3,..., we have):&lt;br /&gt;S(n):&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1+2+3+...+n = n(n+1)/2&lt;br /&gt;&lt;br /&gt;On the left of each sentence is a summation.&amp;nbsp; On the right of each sentence is a simple formula involving n.&amp;nbsp; Using summation notation, we would have written this sentence:&lt;br /&gt;S(n):&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Σ&lt;sup&gt;n&lt;/sup&gt;&lt;sub&gt;k=1&lt;/sub&gt; k = n(n+1)/2&lt;br /&gt;&lt;br /&gt;The pattern described by S(n) looks like a single sentence, but it is important to remember that it is describing the entire infinitely long chain of logical sentences.&amp;nbsp; If you add up the values on the left side of any single sentence and compare it to the value of the formula on the right, you will see that the answers are the same.&amp;nbsp; But this only verifies the formulas that you actually check.&lt;br /&gt;&lt;br /&gt;The Principle of Mathematical Induction is a tool to prove that the &lt;b&gt;entire chain&lt;/b&gt; of sentences are all true.&amp;nbsp; The PMI is much like an infinite chain of dominoes (see the earlier linked wikipedia article).&amp;nbsp; To knock over a chain, if you knock them down one at a time, you'll never finish.&amp;nbsp; But if you show that knocking &lt;b&gt;any&lt;/b&gt; single domino down will guarantee the next domino also falls &lt;b&gt;and &lt;/b&gt;you show that you can knock down the first domino, then this is enough to guarantee that the entire chain will fall down.&lt;br /&gt;&lt;br /&gt;So here is the PMI:&lt;br /&gt;&lt;blockquote&gt;Suppose S(n), n=1, 2, 3, ..., is a chain of logical statements and that (1) S(1) is true and (2) S(n) implies S(n+1) for any n=1, 2, 3, ..., then S(n) is true for every n=1, 2, 3, ....&lt;/blockquote&gt;Notice that there are two conditions to use PMI:&lt;br /&gt;&lt;ol&gt;&lt;li&gt; We must verify that S(1) (the first sentence) is true.&lt;/li&gt;&lt;li&gt;We must show that the sentence S(n+1) is true whenever the previous sentence S(n) is true.&lt;/li&gt;&lt;/ol&gt;A proof by induction is the process whereby we verify these two conditions and then apply the PMI to conclude that the entire chain is true.&lt;br /&gt;&lt;br /&gt;To learn more about writing the proofs and an example with commentary, please continue by reading the &lt;a href="http://waltonsjmumathblog.blogspot.com/2011/09/mathematical-induction-part-2.html"&gt;next blog post&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4156201020188714381-81728351982947596?l=waltonsjmumathblog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://waltonsjmumathblog.blogspot.com/feeds/81728351982947596/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4156201020188714381&amp;postID=81728351982947596' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4156201020188714381/posts/default/81728351982947596'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4156201020188714381/posts/default/81728351982947596'/><link rel='alternate' type='text/html' href='http://waltonsjmumathblog.blogspot.com/2011/09/mathematical-induction.html' title='Mathematical Induction'/><author><name>Brian Walton</name><uri>http://www.blogger.com/profile/01474965246427735513</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4156201020188714381.post-6844439951746025865</id><published>2011-03-08T09:44:00.000-08:00</published><updated>2011-03-09T06:15:28.487-08:00</updated><title type='text'>How We Learn Mathematics</title><content type='html'>I was reading the following paper: D. Breidenbach, E. Dubinsky, J. Hawks, and D. Nichols, "Development of the Process Conception of Function," &lt;span style="font-style: italic;"&gt;Educational Studies in Mathematics&lt;/span&gt;, &lt;span style="font-weight: bold;"&gt;23&lt;/span&gt;: 247-285, 1992.&lt;br /&gt;&lt;br /&gt;Quote Dubinsky (1989): "A person's mathematical knowledge is her or his tendency to respond to certain kinds of perceived problem situations by constructing, reconstructing and organizing mental processes and objects to use in dealing with the situations."&lt;br /&gt;&lt;br /&gt;"Applying this point of view to mathematics (or any other subject) consists of determining the nature of the specific processes and objects that are constructed and how they are organized when one studies mathematics"&lt;br /&gt;&lt;br /&gt;Ways of thinking about functions:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;prefunction - does not understand any real ways of using function concepts&lt;/li&gt;&lt;li&gt;action - repeatable mental or physical manipulation (e.g., plug in numbers and calculate); static; one step at a time&lt;/li&gt;&lt;li&gt;process - think of function as a single dynamic transformation&lt;/li&gt;&lt;/ul&gt;I then found another article: A. Sfard and L. Linchevski, "The Gains and the Pitfalls of Reification: The Case of Algebra," &lt;span style="font-style: italic;"&gt;Educational Studies in Mathematics,&lt;/span&gt; &lt;span style="font-weight: bold;"&gt;26&lt;/span&gt; (2/3), 191-228, 1994 [Learning Mathematics: Constructivist and Interactionist Theories of Mathematical Development]&lt;br /&gt;&lt;br /&gt;This article proceeds with the view that in mathematics, there is a duality in mathematical constructs being a process or an object. That is, conceive of things operationally (process) or structurally (object).  Historical examples include the expansion of number systems: positive to negative (operational: subtraction as adding a negative to structural: negative numbers as objects), and real to complex (i=sqrt(-1) as an operational convenience to an actual object)&lt;br /&gt;&lt;br /&gt;An included reference suggests finding another article: Kieran, C.: 1992, 'The learning and teaching of school algebra', in D. A. Grouws (ed.), The Handbook of Research on Mathematics Teaching and Learning, Macmillan, New York, pp. 390-419.  I'll have to see if I can find this one, as it is cited for the sentence, "[reification] was also used to introduce some order into the quickly growing bulk of findings about algebraic thinking."&lt;br /&gt;&lt;br /&gt;Interesting phrase: "the ability to grasp the structural aspect is not easy to achieve" and "those crucial junctions in the development of mathematics where a transition from one level to another takes place are the most problematic."&lt;br /&gt;&lt;br /&gt;Another interesting way to think about how mathematics is organized: (1) Logical, or the way it fits together; (2) Historical, or the way in which it was developed; and (3) Cognitive, or the processes in which people learn.&lt;br /&gt;&lt;br /&gt;Modes of Algebra&lt;br /&gt;1.1) Algebra as Generalized Arithmetic: The Operational Phase&lt;br /&gt;-- solve for the unknown, but not using symbols (grade school algebraic thinking)&lt;br /&gt;-- rhetoric algebra&lt;br /&gt;-- principally reversing processes&lt;br /&gt;1.2) Algebra as Generalized Arithmetic: The Structural Phase&lt;br /&gt;1.2.1) algebra of a fixed value (unknown)&lt;br /&gt;-- Notational convenience, but treat variable as a fixed value&lt;br /&gt;:::: becomes a mental challenge to think of formula as both a process and result&lt;br /&gt;:::: example given: 2+3 represents process, 5 represents result.  But x+3 represents both, no separate "result"&lt;br /&gt;:::: compare to the challenges of new number types required to think about division, subtraction, and extracting square roots&lt;br /&gt;** Nice comment: "Once we manage to overcome this difficulty, it is quickly forgotten.  ... Our  eyes are easily blinded by habit and by our own ontological beliefs. Nevertheless, much evidence for the difficulty of reification may also be found in today's classroom, provided those who listen to the students are open-minded enough to grasp the ontological gap between themselves and the less experienced learners."&lt;br /&gt;1.2.2) Functional algebra (of a variable)&lt;br /&gt;:::: View formula as object&lt;br /&gt;:::: Parameters represented as symbols not numbers.&lt;br /&gt;2) Abstract Algebra&lt;br /&gt;&lt;br /&gt;Give examples of interview questions.  Students at early stages of thinking think about formulas as recipes for computations (process) but do not perceive them as valid objects.  "The equality sign is interpreted as a 'do something signal' (Behr et al 1976; Kieran 1981)"&lt;br /&gt;&lt;br /&gt;Here's something I see all the time in calculus classes: "It [the = symbol] serves here as a 'run' command. When treated in this way, the equality symbol looses [sic] the basic characteristics of an equivalence predicate: it stops being symmetrical or transitive. Indeed, young children seem to have no qualms about solving word problems with the help of a chain of non-transitive equalities. For instance, when asked 'How many marbles do you have after you win 4 marbles 3 times and 2 marbles 5 times?', the child would often write: 3*4=12+5*2=12+10=22."&lt;br /&gt;&lt;br /&gt;Equations of the form 2x-3 = 11 can be interpreted as a formula whose result is 11 (which can be solved by inverse operations); equations of the form 2x-3=5x-9 appear to be two different formulas, and inverse operations do not make sense.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4156201020188714381-6844439951746025865?l=waltonsjmumathblog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://waltonsjmumathblog.blogspot.com/feeds/6844439951746025865/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4156201020188714381&amp;postID=6844439951746025865' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4156201020188714381/posts/default/6844439951746025865'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4156201020188714381/posts/default/6844439951746025865'/><link rel='alternate' type='text/html' href='http://waltonsjmumathblog.blogspot.com/2011/03/how-we-learn-mathematics.html' title='How We Learn Mathematics'/><author><name>Brian Walton</name><uri>http://www.blogger.com/profile/01474965246427735513</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4156201020188714381.post-3792725818293527203</id><published>2010-04-28T19:57:00.001-07:00</published><updated>2010-04-28T20:07:05.365-07:00</updated><title type='text'>Graph from a graph of f ' (x)</title><content type='html'>First, pay attention:  the graph provided on the assignment is the &lt;span style="font-weight: bold;"&gt;graph of the derivative&lt;/span&gt; f '(x) and not the graph of f.  So you can't look at the picture and say that because the graph you are looking at is increasing that f '(x) is positive;  if the graph is increasing, then that means f '(x) is increasing, and not f(x).  (This is useful information, but you just need to think about what it does say.)&lt;br /&gt;&lt;br /&gt;Second, the number line sign analysis summaries will help identify the shape of the graph.  Imagine taking the unit circle and breaking it up according to quadrants.   The signs of f '(x) and f ''(x) determine which of these four basic shapes the graph is most like.&lt;br /&gt;&lt;ul&gt;&lt;li&gt;f '(x) = + and f ''(x) = + means f(x) looks like Quadrant IV (incr, conc. up)&lt;br /&gt;&lt;/li&gt;&lt;li&gt;f '(x) = - and f ''(x) = + means f(x) looks like Quadrant III (decr, conc. up)&lt;/li&gt;&lt;li&gt;f '(x) = + and f ''(x) = - means f(x) looks like Quadrant II (incr, conc. down)&lt;/li&gt;&lt;li&gt;f '(x) = - and f ''(x) = - means f(x) looks like Quadrant I (decr, conc. down)&lt;/li&gt;&lt;/ul&gt;The graph is just formed by taking these shapes and putting them end-to-end.  You wouldn't actually use the entire portion of the unit circle because we probably don't want vertical tangents like the unit circle has.  The circle just helps us remember the basic shape.  The points where we join the shapes together will probably be inflection points (concavity changes) or extreme values.&lt;br /&gt;&lt;br /&gt;However, sign analysis does not tell us the heights of any points.  The problem gives only one point:  f(0) = 1.  The rest of the points of interest (especially the local extreme values) can be found by thinking about the information relating to the areas of the graph of f '(x).  (Again, think about the Fundamental Theorem of Calculus).&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4156201020188714381-3792725818293527203?l=waltonsjmumathblog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://waltonsjmumathblog.blogspot.com/feeds/3792725818293527203/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4156201020188714381&amp;postID=3792725818293527203' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4156201020188714381/posts/default/3792725818293527203'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4156201020188714381/posts/default/3792725818293527203'/><link rel='alternate' type='text/html' href='http://waltonsjmumathblog.blogspot.com/2010/04/graph-from-graph-of-f-x.html' title='Graph from a graph of f &apos; (x)'/><author><name>Brian Walton</name><uri>http://www.blogger.com/profile/01474965246427735513</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4156201020188714381.post-18373419739258286</id><published>2010-04-28T19:47:00.001-07:00</published><updated>2010-04-28T19:57:03.450-07:00</updated><title type='text'>Sums of Geometric Sequences</title><content type='html'>The second problem on the project introduces a new closed form for a sum:&lt;br /&gt;&lt;br /&gt;∑&lt;sub&gt;k=1&lt;/sub&gt;&lt;sup&gt;n&lt;/sup&gt; [A ρ&lt;sup&gt;k&lt;/sup&gt;] = A ρ (ρ&lt;sup&gt;n&lt;/sup&gt;-1)/(ρ-1).&lt;br /&gt;&lt;br /&gt;Unfortunately, too many of you are still intimidated simply by the symbols that are used.&lt;br /&gt;&lt;br /&gt;The formula for the geometric sequence, A ρ&lt;sup&gt;k&lt;/sup&gt;, is like an exponential, except the power is an integer variable rather than a continuous variable like x.  For example, if A=2 and ρ=1/3, we have terms that are increasing powers of (1/3) times 2:&lt;br /&gt;2/3 (k=1), 2/9 (k=2), 2/27 (k=3), 2/81 (k=4), etc.&lt;br /&gt;&lt;br /&gt;The summation is simply the sum of these values:&lt;br /&gt;∑&lt;sub&gt;k=1&lt;/sub&gt;&lt;sup&gt;n&lt;/sup&gt; [2 (1/3)&lt;sup&gt;k&lt;/sup&gt;] = 2/3 + 2/9 + 2/27 + 2/81 + ... + 2/3&lt;sup&gt;n&lt;/sup&gt;.&lt;br /&gt;The closed form gives a formula answering the value of this sum:&lt;br /&gt;2(1/3)[(1/3)&lt;sup&gt;n&lt;/sup&gt;-1]/[(1/3) - 1] = (2/3)*[(1/3)&lt;sup&gt;n&lt;/sup&gt;-1]/(-2/3) = 1 - (1/3)&lt;sup&gt;n&lt;/sup&gt;.&lt;br /&gt;&lt;br /&gt;So when you write down the Riemann sum for the integral in question, you need to look at using the properties of exponentials so that the Riemann sum looks just like a sum of a geometric sequence.  You should identify a factor that does not involve k, and this is A.  You should identify the other factor as some number raised to the k power.  Then you can use the closed form.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4156201020188714381-18373419739258286?l=waltonsjmumathblog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://waltonsjmumathblog.blogspot.com/feeds/18373419739258286/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4156201020188714381&amp;postID=18373419739258286' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4156201020188714381/posts/default/18373419739258286'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4156201020188714381/posts/default/18373419739258286'/><link rel='alternate' type='text/html' href='http://waltonsjmumathblog.blogspot.com/2010/04/sums-of-geometric-sequences.html' title='Sums of Geometric Sequences'/><author><name>Brian Walton</name><uri>http://www.blogger.com/profile/01474965246427735513</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4156201020188714381.post-2319234095540555304</id><published>2010-04-28T19:25:00.000-07:00</published><updated>2010-04-28T19:46:56.884-07:00</updated><title type='text'>Populations, Birth Rates, and Death Rates</title><content type='html'>This entry is a general assist for my class working on a project.  Suppose you knew the rate at which births are occurring (call it a function of time, b(t)) and you knew the rate at which deaths are occurring (a function d(t)).  If the only way the population changes is through births and deaths, then if P(t) is the function describing the size of the population in time, then P'(t) = b(t) - d(t).  (It is still your job to explain why this makes &lt;span style="font-weight: bold;"&gt;biological&lt;/span&gt; sense.)&lt;br /&gt;&lt;br /&gt;Okay, now for the general principle.  Anytime you know the rate of change of a quantity, you can always get back to the original quantity through a definite integral (assuming the rate of change is continuous, anyway).  This is the heart of the 2nd Fundamental Theorem of Calculus.  Not using P and t as variables (so that you have at least something to translate), here is the basic idea.&lt;br /&gt;&lt;br /&gt;Suppose you know f '(x).  Then A(x) = ∫&lt;sub&gt;0&lt;/sub&gt;&lt;sup&gt;x&lt;/sup&gt; f '(z) dz is an antiderivative of f '.  But so is f(x) since that is where f '(x) comes from.  That is f(x) = A(x) + C for some constant.  In particular, A(0) = 0, so C=f(0).  That is, f(x) = f(0) + ∫&lt;sub&gt;0&lt;/sub&gt;&lt;sup&gt;x&lt;/sup&gt; f '(z) dz.&lt;br /&gt;&lt;br /&gt;This will always work, even if I don't start the integral at 0:  f(x) = f(a) + ∫&lt;sub&gt;a&lt;/sub&gt;&lt;sup&gt;x&lt;/sup&gt; f '(z) dz.  Written another way, it looks like the first Fundamental Theorem of Calculus:  f(x) - f(a) = ∫&lt;sub&gt;a&lt;/sub&gt;&lt;sup&gt;x&lt;/sup&gt; f '(z) dz.&lt;br /&gt;In other words, the 2nd FTC implies that &lt;span style="font-weight: bold;"&gt;every&lt;/span&gt; function is its starting value plus the integral of its rate of change.&lt;br /&gt;&lt;br /&gt;Now, for our population problem, we don't actually know the rate of change completely; we only know the value at specific points.  So instead of computing an integral (to get an exact value), we will approximate the integral using a Riemann sum.  We are restricted to using the table data, so Δt=2 is forced upon us.  For example, ∫&lt;sub&gt;0&lt;/sub&gt;&lt;sup&gt;2&lt;/sup&gt; b(t) dt can only be estimated with a single rectangle while ∫&lt;sub&gt;0&lt;/sub&gt;&lt;sup&gt;4&lt;/sup&gt; b(t) dt would involve two rectangles.  The idea of the Riemann sum is that we choose b(t&lt;sub&gt;k&lt;/sub&gt;*) as one of our data points (either on the left or right).&lt;br /&gt;&lt;br /&gt;More specifically, on the interval [0,2] (k=1), we can either use t&lt;sub&gt;1&lt;/sub&gt;*=0 so that b(t&lt;sub&gt;1&lt;/sub&gt;*)=100 or use t&lt;sub&gt;1&lt;/sub&gt;*=2 so that b(t&lt;sub&gt;1&lt;/sub&gt;*)=135.  In the first case, the rectangle for k=1 contributes b(t&lt;sub&gt;1&lt;/sub&gt;*)Δt = 200, while the second case leads to a contribution of b(t&lt;sub&gt;1&lt;/sub&gt;*)Δt = 270.  The average (midpoint) of these two values (200+270)/2 = 235 is the estimate that would come from using the trapezoid sum.  We do this for each of the 8 intervals between our data points, for both the births and the deaths.&lt;br /&gt;&lt;br /&gt;By considering our estimates for the number of births and deaths in each of the intervals ([0,2], [2,4], [4,6], etc.), we can produce an estimate of the new population at each of the times (2, 4, 6, 8, etc.).  By thinking about what estimates lead to the largest predicted population, we get an upper limit (i.e. bound) for our estimate --- no population consistent with this data can ever go above that value. Similarly, we can choose those estimates to create a lower bound.  The true population will be somewhere in between.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4156201020188714381-2319234095540555304?l=waltonsjmumathblog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://waltonsjmumathblog.blogspot.com/feeds/2319234095540555304/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4156201020188714381&amp;postID=2319234095540555304' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4156201020188714381/posts/default/2319234095540555304'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4156201020188714381/posts/default/2319234095540555304'/><link rel='alternate' type='text/html' href='http://waltonsjmumathblog.blogspot.com/2010/04/populations-birth-rates-and-death-rates.html' title='Populations, Birth Rates, and Death Rates'/><author><name>Brian Walton</name><uri>http://www.blogger.com/profile/01474965246427735513</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4156201020188714381.post-6878284370688634781</id><published>2010-02-05T05:32:00.000-08:00</published><updated>2010-02-05T07:30:11.973-08:00</updated><title type='text'>Exponential Functions</title><content type='html'>I'm getting feedback that exponential functions are giving you extra trouble.  I'd appreciate getting feedback to help know how I can clarify the concepts.  Here is a summary of some of the key concepts that I'm wanting you to understand:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;b&lt;sup&gt;x&lt;/sup&gt; is not just a formula "b to the power x" but is a new function, which I'm asking you to call exp&lt;sub&gt;b&lt;/sub&gt;(x).&lt;br /&gt;&lt;/li&gt;&lt;li&gt;The properties of exponents  like b&lt;sup&gt;x+y&lt;/sup&gt;=b&lt;sup&gt;x&lt;/sup&gt; b&lt;sup&gt;y&lt;/sup&gt; and (b&lt;sup&gt;x&lt;/sup&gt;)&lt;sup&gt;y&lt;/sup&gt;=b&lt;sup&gt;xy&lt;/sup&gt;  become properties of the exponential functions.&lt;br /&gt;&lt;div style="text-align: center;"&gt;  exp&lt;sub&gt;b&lt;/sub&gt;(x+y)=exp&lt;sub&gt;b&lt;/sub&gt;(x)*exp&lt;sub&gt;b&lt;/sub&gt;(y)&lt;/div&gt;&lt;div style="text-align: center;"&gt; exp&lt;sub&gt;b&lt;/sub&gt;(xy)= [exp&lt;sub&gt;b&lt;/sub&gt;(x)]&lt;sup&gt;y&lt;/sup&gt;&lt;/div&gt;&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Logarithms are the inverse functions of exponential functions.&lt;br /&gt;&lt;div style="text-align: center;"&gt;exp&lt;sub&gt;b&lt;/sub&gt;(log&lt;sub&gt;b&lt;/sub&gt;(x))=x&lt;br /&gt;log&lt;sub&gt;b&lt;/sub&gt;(exp&lt;sub&gt;b&lt;/sub&gt;(x))=x&lt;/div&gt;&lt;br /&gt;In formula representation, these are written as follows:&lt;br /&gt;&lt;div style="text-align: center;"&gt;b&lt;sup&gt;log&lt;sub&gt;b&lt;/sub&gt;(x)&lt;/sup&gt;=x&lt;br /&gt;log&lt;sub&gt;b&lt;/sub&gt;(b&lt;sup&gt;x&lt;/sup&gt;)=x&lt;/div&gt;&lt;/li&gt;&lt;li style="text-align: left;"&gt;Whenever you see a formula with an exponential, say b&lt;sup&gt;3x-2&lt;/sup&gt;, you should be able to think in both formula and function modes interchangeably.&lt;br /&gt;&lt;div style="text-align: center;"&gt;b&lt;sup&gt;3x-2&lt;/sup&gt; = b&lt;sup&gt;3x&lt;/sup&gt; b&lt;sup&gt;-2&lt;/sup&gt; = (b&lt;sup&gt;3&lt;/sup&gt;)&lt;sup&gt;x&lt;/sup&gt; b&lt;sup&gt;-2&lt;/sup&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;b&lt;sup&gt;3x-2&lt;/sup&gt; = exp&lt;sub&gt;b&lt;/sub&gt;(3x-2)&lt;/div&gt;&lt;div style="text-align: left;"&gt;The first mode allows us to recognize that b&lt;sup&gt;3x-2&lt;/sup&gt;t  is actually of the form Aq&lt;sup&gt;x&lt;/sup&gt; where A=b&lt;sup&gt;-2&lt;/sup&gt; and q=b&lt;sup&gt;3&lt;/sup&gt;.  The second mode is useful to remind us that we really have a composition when we need to compute a derivative or when dealing with inverse functions.&lt;/div&gt;&lt;/li&gt;&lt;li style="text-align: left;"&gt;There is a special base e that is most important because the corresponding exponential function is its own derivative.&lt;br /&gt;&lt;div style="text-align: center;"&gt;exp'&lt;sub&gt;e&lt;/sub&gt;(x)=exp&lt;sub&gt;e&lt;/sub&gt;(x)&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;d/dx[e&lt;sup&gt;x&lt;/sup&gt;]=e&lt;sup&gt;x&lt;/sup&gt;&lt;/div&gt;&lt;br /&gt;The natural exponential is written without a base. The corresponding inverse function is called the natural logarithm, ln(x).&lt;br /&gt;&lt;div style="text-align: center;"&gt;exp(ln(x))=x&lt;br /&gt;ln(exp(x))=x&lt;/div&gt;&lt;br /&gt;In formula representation, these are written as follows:&lt;br /&gt;&lt;div style="text-align: center;"&gt;e&lt;sup&gt;ln(x)&lt;/sup&gt;=x&lt;br /&gt;ln(e&lt;sup&gt;x&lt;/sup&gt;)=x&lt;/div&gt;The x in these formulas, as always, is a placeholder.  So any number or formula could be used in place of x.&lt;/li&gt;&lt;li style="text-align: left;"&gt;Any exponential can be written in terms of the natural exponential.  The key is to use the properties of exponents.&lt;br /&gt;&lt;div style="text-align: center;"&gt;b = e&lt;sup&gt;ln(b)&lt;/sup&gt;&lt;br /&gt;b&lt;sup&gt;x&lt;/sup&gt; = [e&lt;sup&gt;ln(b)&lt;/sup&gt;]&lt;sup&gt;x&lt;/sup&gt; = e&lt;sup&gt;ln(b) &lt;/sup&gt;&lt;sup&gt;x&lt;/sup&gt;&lt;br /&gt;&lt;/div&gt;Another way to think of this is using composition of inverse functions:  exp(ln( ))&lt;br /&gt;&lt;div style="text-align: center;"&gt;b&lt;sup&gt;x&lt;/sup&gt; = exp(ln(b&lt;sup&gt;x&lt;/sup&gt;))&lt;br /&gt;ln(b&lt;sup&gt;x&lt;/sup&gt;) = x ln(b)&lt;br /&gt;b&lt;sup&gt;x&lt;/sup&gt; = exp(x ln(b)) = e&lt;sup&gt;x ln(b)&lt;/sup&gt;&lt;/div&gt;&lt;br /&gt;That is, by replacing b&lt;sup&gt;x&lt;/sup&gt; by e&lt;sup&gt;ln(b) &lt;/sup&gt;&lt;sup&gt;x&lt;/sup&gt;, we can write any exponential A b&lt;sup&gt;x&lt;/sup&gt; in the form A e&lt;sup&gt;kx&lt;/sup&gt; where k is the number ln(b).&lt;/li&gt;&lt;li style="text-align: left;"&gt;Derivatives of exponentials use the basic property that exp'(x) = exp(x), or d/dx[e&lt;sup&gt;x&lt;/sup&gt;] = e&lt;sup&gt;x&lt;/sup&gt;. Usually, this also requires the chain rule: d/dx[e&lt;sup&gt;u&lt;/sup&gt;] = e&lt;sup&gt;u&lt;/sup&gt; u'.&lt;br /&gt;&lt;div style="text-align: center;"&gt;d/dx[e&lt;sup&gt;2x&lt;/sup&gt;] = e&lt;sup&gt;2x&lt;/sup&gt; (2) = 2e&lt;sup&gt;2x&lt;/sup&gt;   (u = 2x)&lt;br /&gt;d/dx[e&lt;sup&gt;-3x&lt;/sup&gt;] = e&lt;sup&gt;-3x&lt;/sup&gt; (-3) = -3e&lt;sup&gt;-3x&lt;/sup&gt;   (u = -3x)&lt;br /&gt;d/dt[e&lt;sup&gt;(t&lt;sup&gt;2&lt;/sup&gt;-5t)&lt;/sup&gt;] = e&lt;sup&gt;(t&lt;sup&gt;2&lt;/sup&gt;-5t)&lt;/sup&gt; (2t-5) = (2t-5)e&lt;sup&gt;(t&lt;sup&gt;2&lt;/sup&gt;-5t)&lt;/sup&gt;   (u = t&lt;sup&gt;2&lt;/sup&gt;-5t)&lt;br /&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;So this was a moderately long list.  Perhaps just re-reading it helped you understand something better.  Or perhaps you realize something is still confusing.  Please post comments explaining why you are finding problems challenging or perhaps explaining what helped you suddenly understand what you had missed earlier.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4156201020188714381-6878284370688634781?l=waltonsjmumathblog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://waltonsjmumathblog.blogspot.com/feeds/6878284370688634781/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4156201020188714381&amp;postID=6878284370688634781' title='8 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4156201020188714381/posts/default/6878284370688634781'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4156201020188714381/posts/default/6878284370688634781'/><link rel='alternate' type='text/html' href='http://waltonsjmumathblog.blogspot.com/2010/02/exponential-functions.html' title='Exponential Functions'/><author><name>Brian Walton</name><uri>http://www.blogger.com/profile/01474965246427735513</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>8</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4156201020188714381.post-6737043146321779101</id><published>2009-11-17T12:11:00.001-08:00</published><updated>2009-11-17T12:16:56.582-08:00</updated><title type='text'>Concerns about Derivatives</title><content type='html'>Okay, I have just finished grading HW #4.  This assignment had some differentiation rules.  But many of you are not comprehending the purpose of a derivative rule.&lt;br /&gt;&lt;br /&gt;For example, we had the special rule for squares of functions:&lt;br /&gt;&lt;br /&gt;d/dx[f&lt;sup&gt;2&lt;/sup&gt;(x)] = 2 f(x) f '(x)&lt;br /&gt;&lt;br /&gt;This means that any time there is a formula squared and you need to take its derivative, you can apply this rule.&lt;br /&gt;&lt;br /&gt;(2x+3)&lt;sup&gt;2&lt;/sup&gt; corresponds to the function f(x)=2x+3 being squared.  So since f '(x) = 2:&lt;br /&gt;&lt;br /&gt;d/dx[(2x+3)&lt;sup&gt;2&lt;/sup&gt;] = 2 (2x+3) (2) = 4(2x+3)&lt;br /&gt;&lt;br /&gt;Similarly, (x&lt;sup&gt;2&lt;/sup&gt;-4x+5)&lt;sup&gt;2&lt;/sup&gt; corresponds to the function f(x) = x&lt;sup&gt;2&lt;/sup&gt;-4x+5 being squared, and f '(x)=2x-4&lt;br /&gt;&lt;br /&gt;d/dx[(x&lt;sup&gt;2&lt;/sup&gt;-4x+5)&lt;sup&gt;2&lt;/sup&gt;] = 2 (x&lt;sup&gt;2&lt;/sup&gt;-4x+5) (2x-4)&lt;br /&gt;&lt;br /&gt;You need to be an expert at identifying the &lt;span style="font-weight: bold;"&gt;form&lt;/span&gt; of an expression in order to apply appropriate rules of differentiation, and next semester, rules of integration (anti-differentiation).&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4156201020188714381-6737043146321779101?l=waltonsjmumathblog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://waltonsjmumathblog.blogspot.com/feeds/6737043146321779101/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4156201020188714381&amp;postID=6737043146321779101' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4156201020188714381/posts/default/6737043146321779101'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4156201020188714381/posts/default/6737043146321779101'/><link rel='alternate' type='text/html' href='http://waltonsjmumathblog.blogspot.com/2009/11/concerns-about-derivatives.html' title='Concerns about Derivatives'/><author><name>Brian Walton</name><uri>http://www.blogger.com/profile/01474965246427735513</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4156201020188714381.post-5842071500970436078</id><published>2009-09-03T08:31:00.000-07:00</published><updated>2009-09-03T08:49:48.764-07:00</updated><title type='text'>Science and Mathematics</title><content type='html'>The other day, I had my students respond to a question about how mathematics relates to science. &lt;br /&gt;&lt;br /&gt;In class, I had pointed out that mathematical definitions are very precise while scientific measurements can be rather messy.  A mathematician has a very precise meaning when they say that two variables are proportional or have a linear relation.  But when we get real data, even if they do not satisfy these precise meanings, we still gain significant information about the relation and might even say that the measured variables are proportional or linear.  Unfortunately, many students seemed to think I was looking for a repeated discussion of this point.&lt;br /&gt;&lt;br /&gt;Science can be thought of as the study of the physical world through the scientific method.  Essentially, we make observations on what happens in the world (whether that be physical, chemical or biological interactions) and want to understand why that is happening as well as to predict what will happen in the future.  In order to do this, scientists propose various hypotheses based on their observations (and past accumulated scientific experience) and then test those hypotheses.  Experiments quite often include quantitative measurements, and part of the prediction is often to propose relationships between independent variables (the variables in treatments and control) and the dependent variables (outcomes).  Experience may support a hypothesis or falsify the hypothesis, but it never can prove a hypothesis.&lt;br /&gt;&lt;br /&gt;Knowledge based on patterns that we predict will continue, but which we can support but never prove, is called inductive knowledge.  Science is an example of inductive knowledge.&lt;br /&gt;&lt;br /&gt;Mathematics can be thought of as the study of structures that satisfy very specific rules.  We have properties of arithmetic, algebra, and calculus.  We establish specific axioms that describe our basic assumptions about the structures and then use logical argument to deduce the behavior of more complicated constructions.  We might look at examples to see what ideas might be true or false, and in this sense mathematics can also take advantage of inductive knowledge.  However, the objective in mathematics is not just to suppose that a pattern will continue; the objective is to determine conclusively if it must continue.  We seek for proofs (that it is true) or counterexamples (break the pattern).&lt;br /&gt;&lt;br /&gt;Knowledge based on basic assumptions (axioms) and logical argument that determines conclusively what must follow from these assumptions  is called deductive knowledge.  mathematics is an example of deductive knowledge.&lt;br /&gt;&lt;br /&gt;Models form a connection between mathematics and science.  Data often appear to follow a general trend, even in the presence of the noise of messy observation.  A mathematical model takes that messiness and forms an abstract clean relationship that mathematics can work with.  Based on the deductive approach of mathematics, we can often establish consequences of the assumed model form.  We then apply those consequences as hypotheses in our scientific framework.  The predictions from the deductive approach provide the predictions that can be used to falsify these hypotheses.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4156201020188714381-5842071500970436078?l=waltonsjmumathblog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://waltonsjmumathblog.blogspot.com/feeds/5842071500970436078/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4156201020188714381&amp;postID=5842071500970436078' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4156201020188714381/posts/default/5842071500970436078'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4156201020188714381/posts/default/5842071500970436078'/><link rel='alternate' type='text/html' href='http://waltonsjmumathblog.blogspot.com/2009/09/science-and-mathematics.html' title='Science and Mathematics'/><author><name>Brian Walton</name><uri>http://www.blogger.com/profile/01474965246427735513</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4156201020188714381.post-5529682518717502291</id><published>2009-08-24T10:36:00.000-07:00</published><updated>2009-08-24T10:49:08.204-07:00</updated><title type='text'>First Reading Assignment</title><content type='html'>Since I am not sure when Blackboard is going to be available for the class (I procrastinated asking for the two sections to be merged into a single section), here is the reading assignment and preparation for classwork for Wednesday.&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;Reading Assignments:&lt;/b&gt;&lt;br /&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;a href="http://www.math.duke.edu/education/calculustext/index.html"&gt;Online Calculus Textbook&lt;/a&gt;: Read Sections 1.1 and 1.2 (link below).  These sections emphasize the idea that variables (which represent physical quantities) can be related, as independent and dependent variables.  We want to think about related quantities throughout this semester.  This text specifically asks for the web-browser &lt;a href="http://www.mozilla.com/en-US/firefox/firefox.html"&gt;Firefox&lt;/a&gt; version 3.0 or later (this is to render formulas correctly).&lt;/div&gt;&lt;div&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.math.duke.edu/education/calculustext/Chapter1/Section1-1/Chapter1-1-1M.xhtml"&gt;Section 1.1&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.math.duke.edu/education/calculustext/Chapter1/Section1-2/Chapter1-2-1M.xhtml"&gt;Section 1.2&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div&gt;Come prepared to class having prepared answers for Problems 3, 4, 6, 7, 10 from &lt;a href="http://www.math.duke.edu/education/calculustext/Chapter1/Section1-2/Chapter1-2-6M.xhtml"&gt;Section 1.2 Problems&lt;/a&gt;.  We will discuss these problems but will not turn them in.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;a href="http://www.nap.edu/catalog.php?record_id=10126"&gt;How Students Learn&lt;/a&gt;:  This book prepared by the National Academy of Sciences is actually written for teachers to focus on making courses better suited for students to learn.    The first 12 pages introduce three concepts that students should be aware of in their own learning.  The link below goes to the first page, and then follow the links to read through page 12.&lt;/div&gt;&lt;div&gt;&lt;ul&gt;&lt;li&gt;How Students Learn, &lt;a href="http://books.nap.edu/openbook.php?record_id=10126&amp;amp;page=1"&gt;page 1&lt;/a&gt; through page 12.&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4156201020188714381-5529682518717502291?l=waltonsjmumathblog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://waltonsjmumathblog.blogspot.com/feeds/5529682518717502291/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4156201020188714381&amp;postID=5529682518717502291' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4156201020188714381/posts/default/5529682518717502291'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4156201020188714381/posts/default/5529682518717502291'/><link rel='alternate' type='text/html' href='http://waltonsjmumathblog.blogspot.com/2009/08/first-reading-assignment.html' title='First Reading Assignment'/><author><name>Brian Walton</name><uri>http://www.blogger.com/profile/01474965246427735513</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4156201020188714381.post-5302859823340435869</id><published>2009-08-24T10:25:00.000-07:00</published><updated>2009-08-24T10:36:54.665-07:00</updated><title type='text'>Why is math fun?  Why is math hard?</title><content type='html'>Today in class, I tried to help break the ice and reduce some of the anxiety related to taking a university mathematics course (Math 231).  I asked students for examples of why they might find mathematics fun and why they might find mathematics hard.  Here are some of the responses.&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Why fun?&lt;/div&gt;&lt;div&gt;&lt;ul&gt;&lt;li&gt;It's fun when you struggle with a concept and then it finally clicks and you understand.&lt;/li&gt;&lt;li&gt;It's fun to see mathematics actually being applied to a real problem.&lt;/li&gt;&lt;li&gt;It's fun when you are able to spot trends and make predictions based on data.&lt;/li&gt;&lt;li&gt;It's fun why you really understand why instead of just the "required" steps.&lt;/li&gt;&lt;li&gt;When you understand, it becomes easy.&lt;/li&gt;&lt;li&gt;It can be a lot like a game or solving a puzzle.&lt;/li&gt;&lt;li&gt;It's fun to develop things logically.&lt;/li&gt;&lt;/ul&gt;&lt;div&gt;Why hard?&lt;/div&gt;&lt;div&gt;&lt;ul&gt;&lt;li&gt;Later material builds on earlier material, so missing something early is permanent hardship.&lt;/li&gt;&lt;li&gt;It can be really hard when the teacher goes too fast.&lt;/li&gt;&lt;li&gt;It can be really hard when the teacher is unclear, especially if they can't give alternate ways of thinking about an idea.&lt;/li&gt;&lt;li&gt;It can be hard if the teaching style is very different from your learning style.&lt;/li&gt;&lt;li&gt;There are so many formulas, it can be overwhelming to try to memorize them.&lt;/li&gt;&lt;li&gt;The theorems, rules and definitions are full of little details.&lt;/li&gt;&lt;li&gt;It can be difficult to understand the many conceptual ideas that interact.&lt;/li&gt;&lt;li&gt;Learning related technology can be challenging.&lt;/li&gt;&lt;li&gt;Only one answer, so you can't fake it.&lt;/li&gt;&lt;li&gt;Very hard to cram for exams.&lt;/li&gt;&lt;li&gt;It can be really hard to find a little (stupid) mistake when proofing your work.&lt;/li&gt;&lt;li&gt;Lots of homework, and problems can take a lot of time.&lt;/li&gt;&lt;/ul&gt;&lt;div&gt;I'd welcome more comments, including examples of when you found mathematics especially exciting or examples of how your relationship with mathematics soured.  Feel free to post a comment.&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4156201020188714381-5302859823340435869?l=waltonsjmumathblog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://waltonsjmumathblog.blogspot.com/feeds/5302859823340435869/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4156201020188714381&amp;postID=5302859823340435869' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4156201020188714381/posts/default/5302859823340435869'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4156201020188714381/posts/default/5302859823340435869'/><link rel='alternate' type='text/html' href='http://waltonsjmumathblog.blogspot.com/2009/08/why-is-math-fun-why-is-math-hard.html' title='Why is math fun?  Why is math hard?'/><author><name>Brian Walton</name><uri>http://www.blogger.com/profile/01474965246427735513</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4156201020188714381.post-7124155416462375980</id><published>2009-01-13T12:55:00.001-08:00</published><updated>2009-01-13T12:56:42.857-08:00</updated><title type='text'>A New Semester --- Two Classes</title><content type='html'>This semester I am teaching a mathematical models in biology (Math/Bio 342) as well as the first semester of Calculus with Functions (Math 231).  So I expect to have entries for both of these courses showing up.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4156201020188714381-7124155416462375980?l=waltonsjmumathblog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://waltonsjmumathblog.blogspot.com/feeds/7124155416462375980/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4156201020188714381&amp;postID=7124155416462375980' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4156201020188714381/posts/default/7124155416462375980'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4156201020188714381/posts/default/7124155416462375980'/><link rel='alternate' type='text/html' href='http://waltonsjmumathblog.blogspot.com/2009/01/new-semester-two-classes.html' title='A New Semester --- Two Classes'/><author><name>Brian Walton</name><uri>http://www.blogger.com/profile/01474965246427735513</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4156201020188714381.post-3886276885616371899</id><published>2008-12-03T08:08:00.000-08:00</published><updated>2008-12-03T08:26:34.363-08:00</updated><title type='text'>Values, Equations, and Theorems</title><content type='html'>There is some confusion about theorems.  For example, consider the Mean Value Theorem:  If &lt;span style="font-style: italic;"&gt;f&lt;/span&gt; is continuous on [&lt;span style="font-style: italic;"&gt;a&lt;/span&gt;,&lt;span style="font-style: italic;"&gt;b&lt;/span&gt;] and differentiable on (&lt;span style="font-style: italic;"&gt;a&lt;/span&gt;,&lt;span style="font-style: italic;"&gt;b&lt;/span&gt;), then there is some value &lt;span style="font-style: italic;"&gt;c&lt;/span&gt;&amp;isin;(&lt;span style="font-style: italic;"&gt;a&lt;/span&gt;,&lt;span style="font-style: italic;"&gt;b&lt;/span&gt;) so that &lt;span style="font-style: italic;"&gt;f'&lt;/span&gt;(&lt;span style="font-style: italic;"&gt;c&lt;/span&gt;)=(&lt;span style="font-style: italic;"&gt;f&lt;/span&gt;(&lt;span style="font-style: italic;"&gt;b&lt;/span&gt;)-&lt;span style="font-style: italic;"&gt;f&lt;/span&gt;(&lt;span style="font-style: italic;"&gt;a&lt;/span&gt;))/(&lt;span style="font-style: italic;"&gt;b&lt;/span&gt;-&lt;span style="font-style: italic;"&gt;a&lt;/span&gt;).&lt;br /&gt;&lt;br /&gt;Some students think that the ratio (&lt;span style="font-style: italic;"&gt;f&lt;/span&gt;(&lt;span style="font-style: italic;"&gt;b&lt;/span&gt;)-&lt;span style="font-style: italic;"&gt;f&lt;/span&gt;(&lt;span style="font-style: italic;"&gt;a&lt;/span&gt;))/(&lt;span style="font-style: italic;"&gt;b&lt;/span&gt;-&lt;span style="font-style: italic;"&gt;a&lt;/span&gt;) is the Mean Value Theorem.  But it is not; it is just a value that is called the average rate of change of &lt;span style="font-style: italic;"&gt;f&lt;/span&gt; between &lt;span style="font-style: italic;"&gt;a&lt;/span&gt; and &lt;span style="font-style: italic;"&gt;b&lt;/span&gt;.&lt;span style="font-style: italic;"&gt;&lt;span style="font-style: italic;"&gt;&lt;/span&gt;&lt;/span&gt;  You can compute this value as long as both &lt;span style="font-style: italic;"&gt;f&lt;/span&gt;(&lt;span style="font-style: italic;"&gt;a&lt;/span&gt;) and &lt;span style="font-style: italic;"&gt;f&lt;/span&gt;(&lt;span style="font-style: italic;"&gt;b&lt;/span&gt;) exist.  It has nothing to do with derivatives or continuity.&lt;br /&gt;&lt;br /&gt;Other students think that the equation &lt;span style="font-style: italic;"&gt;f'&lt;/span&gt;(&lt;span style="font-style: italic;"&gt;c&lt;/span&gt;)=(&lt;span style="font-style: italic;"&gt;f&lt;/span&gt;(&lt;span style="font-style: italic;"&gt;b&lt;/span&gt;)-&lt;span style="font-style: italic;"&gt;f&lt;/span&gt;(&lt;span style="font-style: italic;"&gt;a&lt;/span&gt;))/(&lt;span style="font-style: italic;"&gt;b&lt;/span&gt;-&lt;span style="font-style: italic;"&gt;a&lt;/span&gt;).  This is closer to the truth, but still is incorrect.  First of all, what is c?  Second, this statement may not be true.  For example, suppose that f(x)=-1 if x&amp;lt;0 and f(x)=1 if x&amp;gt;0.  Suppose that a=-2 and b=+2.  Then the ratio &lt;span style="font-style: italic;"&gt;&lt;/span&gt;(&lt;span style="font-style: italic;"&gt;f&lt;/span&gt;(&lt;span style="font-style: italic;"&gt;b&lt;/span&gt;)-&lt;span style="font-style: italic;"&gt;f&lt;/span&gt;(&lt;span style="font-style: italic;"&gt;a&lt;/span&gt;))/(&lt;span style="font-style: italic;"&gt;b&lt;/span&gt;-&lt;span style="font-style: italic;"&gt;a&lt;/span&gt;) is equal to 1/2.  But &lt;span style="font-style: italic;"&gt;f'&lt;/span&gt;(&lt;span style="font-style: italic;"&gt;x&lt;/span&gt;)=0 everywhere except at x=0, where &lt;span style="font-style: italic;"&gt;f'&lt;/span&gt;(0) does not exist.&lt;br /&gt;&lt;br /&gt;Even closer is to say that &lt;span style="font-style: italic;"&gt;f&lt;/span&gt;'(&lt;span style="font-style: italic;"&gt;c&lt;/span&gt;)=(&lt;span style="font-style: italic;"&gt;f&lt;/span&gt;(&lt;span style="font-style: italic;"&gt;b&lt;/span&gt;)-&lt;span style="font-style: italic;"&gt;f&lt;/span&gt;(&lt;span style="font-style: italic;"&gt;a&lt;/span&gt;))/(&lt;span style="font-style: italic;"&gt;b&lt;/span&gt;-&lt;span style="font-style: italic;"&gt;a&lt;/span&gt;) for some c between a and b.  This is actually the conclusion of the Mean Value Theorem.  It requires the entire statement, particularly the statement that the equation is true &lt;span style="font-weight: bold;"&gt;for some c&lt;/span&gt; and that the value c must be &lt;span style="font-weight: bold;"&gt;between a and b&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;But my example above provides an example where the conclusion of the Mean Value Theorem is false.  That does not mean that the Mean Value Theorem itself is false.  After all, it is a theorem, and that means that it has been proved to be true &lt;span style="font-weight: bold;"&gt;always&lt;/span&gt;.  The part that is missing is the hypothesis for the theorem.  The conclusion can only be guaranteed to be true using the theorem if the hypotheses are all satisfied.  In this case, you must also check (or give a reason why) the function f is continuous and differentiable on the interval from a to b, including the endpoints for continuity.&lt;br /&gt;&lt;br /&gt;Similarly, &amp;int;&lt;sub&gt;&lt;span style="font-style: italic;"&gt;a&lt;/span&gt;&lt;/sub&gt;&lt;sup&gt;&lt;span style="font-style: italic;"&gt;b&lt;/span&gt;&lt;/sup&gt; &lt;span style="font-style: italic;"&gt;f&lt;/span&gt;(&lt;span style="font-style: italic;"&gt;x&lt;/span&gt;) &lt;span style="font-style: italic;"&gt;dx&lt;/span&gt;/(&lt;span style="font-style: italic;"&gt;b&lt;/span&gt;-&lt;span style="font-style: italic;"&gt;a&lt;/span&gt;) computes the average value of a function f on an interval [&lt;span style="font-style: italic;"&gt;a&lt;/span&gt;,&lt;span style="font-style: italic;"&gt;b&lt;/span&gt;].  The value can be computed anytime the function is integrable over the interval [&lt;span style="font-style: italic;"&gt;a&lt;/span&gt;,&lt;span style="font-style: italic;"&gt;b&lt;/span&gt;].  The Mean Value Theorem for Integrals has nothing to do (in principle) with this calculation.&lt;br /&gt;&lt;br /&gt;However, if &lt;span style="font-style: italic;"&gt;f&lt;/span&gt; is continuous on [&lt;span style="font-style: italic;"&gt;a&lt;/span&gt;,&lt;span style="font-style: italic;"&gt;b&lt;/span&gt;], then &lt;br /&gt;&lt;span style="font-style: italic;"&gt;f&lt;/span&gt;(&lt;span style="font-style: italic;"&gt;c&lt;/span&gt;)=&amp;int;&lt;sub&gt;&lt;span style="font-style: italic;"&gt;a&lt;/span&gt;&lt;/sub&gt;&lt;sup&gt;&lt;span style="font-style: italic;"&gt;b&lt;/span&gt;&lt;/sup&gt; &lt;span style="font-style: italic;"&gt;f&lt;/span&gt;(&lt;span style="font-style: italic;"&gt;x&lt;/span&gt;)&lt;span style="font-style: italic;"&gt; dx&lt;/span&gt;/(&lt;span style="font-style: italic;"&gt;b&lt;/span&gt;-&lt;span style="font-style: italic;"&gt;a&lt;/span&gt;)&lt;br /&gt;for some &lt;span style="font-style: italic;"&gt;c&lt;/span&gt;&amp;isin;(&lt;span style="font-style: italic;"&gt;a&lt;/span&gt;,&lt;span style="font-style: italic;"&gt;b&lt;/span&gt;).  This entire statement comprises the Mean Value Theorem for Integrals.  The hypothesis that must be verified to use the theorem is that f is continuous on [&lt;span style="font-style: italic;"&gt;a&lt;/span&gt;,&lt;span style="font-style: italic;"&gt;b&lt;/span&gt;].  The conclusion is that you are guaranteed that&lt;br /&gt;&lt;span style="font-style: italic;"&gt;f&lt;/span&gt;(&lt;span style="font-style: italic;"&gt;c&lt;/span&gt;)=&amp;int;&lt;sub&gt;&lt;span style="font-style: italic;"&gt;a&lt;/span&gt;&lt;/sub&gt;&lt;sup&gt;&lt;span style="font-style: italic;"&gt;b&lt;/span&gt;&lt;/sup&gt; &lt;span style="font-style: italic;"&gt;f&lt;/span&gt;(&lt;span style="font-style: italic;"&gt;x&lt;/span&gt;) &lt;span style="font-style: italic;"&gt;dx&lt;/span&gt; / (&lt;span style="font-style: italic;"&gt;b&lt;/span&gt;-&lt;span style="font-style: italic;"&gt;a&lt;/span&gt;)&lt;br /&gt;for at least one value &lt;span style="font-style: italic;"&gt;c&lt;/span&gt; between &lt;span style="font-style: italic;"&gt;a&lt;/span&gt; and &lt;span style="font-style: italic;"&gt;b&lt;/span&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4156201020188714381-3886276885616371899?l=waltonsjmumathblog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://waltonsjmumathblog.blogspot.com/feeds/3886276885616371899/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4156201020188714381&amp;postID=3886276885616371899' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4156201020188714381/posts/default/3886276885616371899'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4156201020188714381/posts/default/3886276885616371899'/><link rel='alternate' type='text/html' href='http://waltonsjmumathblog.blogspot.com/2008/12/values-equations-and-theorems.html' title='Values, Equations, and Theorems'/><author><name>Brian Walton</name><uri>http://www.blogger.com/profile/01474965246427735513</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4156201020188714381.post-2693671670703257023</id><published>2008-12-02T10:19:00.000-08:00</published><updated>2008-12-02T10:31:17.420-08:00</updated><title type='text'>Limit or Function Evaluation?</title><content type='html'>I've noticed that some students are perplexed about when they use a limit or function evaluation.  I presume that the cause of this confusion is that students have learned that you evaluate a limit by plugging in a value.  But this is only because nearly all functions that they work with are continuous.&lt;br /&gt;&lt;br /&gt;You use a limit evaluation when you need to know what the value of the function &lt;span style="font-weight: bold;"&gt;should&lt;/span&gt; be by using information &lt;span style="font-weight: bold;"&gt;from the side&lt;/span&gt; of the point of interest. When using a limit, you must use limit notation: lim&lt;sub&gt;x&amp;rarr;c&lt;/sub&gt; f(x).  Then you use the appropriate rules of limits to evaluate (and hopefully, the function is continuous).&lt;br /&gt;&lt;br /&gt;You use a function evaluation when you need to know the value of the function &lt;span style="font-weight: bold;"&gt;at an actual point&lt;/span&gt;.  There is no limit involved, just function evaluation.  You just use function notation, say f(c), and compute the value defined by the function.&lt;br /&gt;&lt;br /&gt;For example, suppose you are calculating an instantaneous rate of change as the limit of an average rate of change.  The average rate of change only makes sense when the interval of interest includes two points (endpoints of an interval).  The instantaneous rate of change is found by seeing what the value of the average rate of change does when the two points move closer to each other, or more particularly, as the second point approaches the first point.&lt;br /&gt;&lt;br /&gt;On the other hand, suppose that you know the derivative, which is itself a function.  Then the instantaneous rate of change is calculated by function evaluation using the derivative function. (The limit was already used to create this new function.)&lt;br /&gt;&lt;br /&gt;In particular, I have noticed this problem when dealing with finding extreme values of a function.  When the interval of interest is an open interval, we are acting as though the domain does not include the endpoints.  So, with this restricted domain, evaluation of the function is not possible (since the points are not in the domain).  So we must use the information about the function immediately adjacent to the endpoints, and this is with a limit.  In this context, the value found in the limit is not achieved at the endpoint, although it might be achieved somewhere else in the domain.&lt;br /&gt;&lt;br /&gt;On the other hand, if the interval is a closed interval, then the endpoints are included in the restricted domain.  If the function is continuous at these points, then evaluating the function directly is appropriate, since the point is in the domain.&lt;br /&gt;&lt;br /&gt;Final remark, if the function is discontinuous at some point in the interval, you must also check the limits at that point for consideration when looking for extreme values.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4156201020188714381-2693671670703257023?l=waltonsjmumathblog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://waltonsjmumathblog.blogspot.com/feeds/2693671670703257023/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4156201020188714381&amp;postID=2693671670703257023' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4156201020188714381/posts/default/2693671670703257023'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4156201020188714381/posts/default/2693671670703257023'/><link rel='alternate' type='text/html' href='http://waltonsjmumathblog.blogspot.com/2008/12/limit-or-function-evaluation.html' title='Limit or Function Evaluation?'/><author><name>Brian Walton</name><uri>http://www.blogger.com/profile/01474965246427735513</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4156201020188714381.post-8506540010361804374</id><published>2008-11-17T17:59:00.000-08:00</published><updated>2008-11-17T18:23:41.842-08:00</updated><title type='text'>Differential Equations Project Tips</title><content type='html'>As some questions are asked more regularly, I thought I'd provide some general discussion here.&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;(1) Start with the proposed form of X(t).  Compute X'(t) and X''(t) based on that form.  Then use those calculations to discover when X'' + k/m X = 0.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;(2) The question "mean physically about the mass on a spring" is not asking you to think about the mass (as in measurement) but is asking you to think about what the statement X(0)=1 means about the state of the mass at time t=0 and what the statement X'(0)=0 means about the state of the mass at time t=0.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;(3) X(0) is a constant and has derivative of d/dt[X(0)] = 0.  Recall that dX/dt &amp;gt; 0 implies that X is increasing, dX/dt &amp;lt; 0 implies that X is stationary (instantaneous rate = 0)&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;(4) An arbitrary quantity A is proportional to some other quantity B if it is always that case that A = k B for some constant value k (the constant of proportionality).  Now interpret the statements to identify what pieces of the equation are proportional to what.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;(5) Although you have studied e&lt;sup&gt;x&lt;/sup&gt; in precalculus, you will not use the logarithm at all in this work.  Instead, I just want you to consider some function that has the special property that exp' = exp.  (This sentence is analogous to sin'=cos and cos'=-sin.)  However, you do need to think about the chain rule: X(t) = A exp(rt)  (Since the argument is not simply t, you must use the chain rule.)  This problem is exactly analogous to Step 1.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;(6) You will get something like&lt;/div&gt;&lt;div style="text-align: center;"&gt;dX/dt = "formula involving X and a, b, and m"&lt;/div&gt;&lt;div&gt;X is increasing when "formula" &amp;gt; 0, decreasing when "formula" &amp;lt; 0, and stationary when "formula" = 0.  So use your skills with algebra (think sign analysis) to find conditions when these are the case.&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;(7) You need to understand the relationship between a rate of change and an actual change.  To understand this as well as possible, see the section we skipped in Chapter 3 (last section).  But what you essentially need is that we will follow the tangent line for the time increment Δt.  How much change is there when the rate of change and the duration of time are both known?&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;(8) The new version of Excel has some unanticipated differences from what I had when I wrote the project.  The labels are not assigned from a menu anymore.  Instead of the 3-step process that is described, you just click in the label field in the header section of Excel and type in the new label and then hit enter.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;The calculations you see in the first few lines should exactly match your hand calculations in part (7).  &lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Do not print the spreadsheet (it takes WAY too many pages).  That is why I ask you to submit your spreadsheet on Blackboard as part of the project.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;(9) I must receive a print out of the graph -- hand drawn figures are not acceptable.   Ideally, this entire project report would be typed (perhaps using Equation Editor for the equations), with the figures naturally fitting in.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;(10) Make hypotheses and test your hypotheses.&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4156201020188714381-8506540010361804374?l=waltonsjmumathblog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://waltonsjmumathblog.blogspot.com/feeds/8506540010361804374/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4156201020188714381&amp;postID=8506540010361804374' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4156201020188714381/posts/default/8506540010361804374'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4156201020188714381/posts/default/8506540010361804374'/><link rel='alternate' type='text/html' href='http://waltonsjmumathblog.blogspot.com/2008/11/differential-equations-project-tips.html' title='Differential Equations Project Tips'/><author><name>Brian Walton</name><uri>http://www.blogger.com/profile/01474965246427735513</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4156201020188714381.post-3857280595880842775</id><published>2008-11-17T17:35:00.000-08:00</published><updated>2008-11-19T08:14:08.157-08:00</updated><title type='text'>Exponential Project Tips</title><content type='html'>As some questions are asked more regularly, I thought I'd provide some general discussion here.&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;(1) exp is the name of the function, just as sin and cos are names of functions. From calculus, you learn that sin'=cos and cos'=-sin.  This step shows that exp_b' = ln b * exp_b. (That is, it leaves the function alone except for a constant multiple. (But be careful where the chain rule is needed!)&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;(2) You do not need to use the limit definition (epsilons and deltas).  Instead, for perhaps the easiest solution, you should think about how to finish the statement:&lt;/div&gt;&lt;div&gt;lim b^x = lim [(b^x-1)/x ... ]&lt;/div&gt;&lt;div&gt;That is, if you start with (b^x-1)/x, what do you do to that expression to leave only b^x.  Then use elementary limit rules to compute your resulting limit.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;(3) One method is to use the method of substitution for limits (change of variables) and then use an identity for the function so that the result of Step 2 is applied --- this method mimics what is done to show that sin x is continuous everywhere.  A second method is to use a general theorem that makes continuity an obvious conclusion of the results from Step 1.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;(4) You must start with a statement like:&lt;/div&gt;&lt;div style="text-align: center;"&gt;ln (1/b) = lim_{x → 0} [(1/b)^x - 1]/x&lt;/div&gt;&lt;div&gt;There are two easy approaches: (1) Find a common denominator to rewrite this as a simple fraction before continuing or (2) Think of (1/b)^x as b to some appropriate power and then use a limit substitution.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;(5) Since you do not know the derivative of ln x, it is incorrect to use the Mean Value Theorem applied to the logarithm.  Instead, you should apply the MVT to the function exp_b(x) on an interval so that b^a and b^b are incredibly easy and where it is clear which value is larger (so that you know if the average rate of change is positive or negative).  You may use the fact that b^x is positive for all values of x.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;(6) The function fb(x) is a linear function. You should write it in slope-intercept form (e.g., mx+b).&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;(7) Do not attempt to solve the equation fb(x) = exp_b(x).  There is one obvious solution from the definition: x=0.  But the formulas themselves do not explain where there would not be more solutions.  Instead, you should define a function (perhaps g) so that&lt;/div&gt;&lt;div style="text-align: center;"&gt;g(x) = exp_b(x) - fb(x).&lt;/div&gt;&lt;div&gt;You know that g(0) = 0.  You need to show that g(x)&gt;0 for all x &amp;ne; 0.  My hint suggested Rolle's theorem, but I have since found that the Mean Value Theorem helps even more.  Use the Mean Value Theorem to show that for x&gt;0, the average rate of change between 0 and x must be positive.  What about x&lt;0? x="0?"&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;(8) You may not use a limit form of the type b&lt;sup&gt;∞&lt;/sup&gt;.  You may take a limit of the function fb(x) because that is of a form we know how to work with.  Then you should use the result of (7) to conclude what the limit of exp_b(x) must be.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;(9) and (10) put all of the previous steps together to perform analysis similar to Sections 4.2 and 4.4 to understand the graph.&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4156201020188714381-3857280595880842775?l=waltonsjmumathblog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://waltonsjmumathblog.blogspot.com/feeds/3857280595880842775/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4156201020188714381&amp;postID=3857280595880842775' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4156201020188714381/posts/default/3857280595880842775'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4156201020188714381/posts/default/3857280595880842775'/><link rel='alternate' type='text/html' href='http://waltonsjmumathblog.blogspot.com/2008/11/exponential-project-tips.html' title='Exponential Project Tips'/><author><name>Brian Walton</name><uri>http://www.blogger.com/profile/01474965246427735513</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4156201020188714381.post-78758130470133984</id><published>2008-10-24T13:06:00.001-07:00</published><updated>2008-10-24T13:29:59.697-07:00</updated><title type='text'>Spotlight: Math Games</title><content type='html'>The other day before class, I introduced a little game called Sprouts.  I found the rules summarized at the &lt;a href="http://www.maa.org/mathland/mathland_4_7.html"&gt;MAA website&lt;/a&gt;.  There is also a nice discussion on the &lt;a href="http://www.sciencenews.org/sn_arc97/4_5_97/mathland.htm"&gt;Science News website&lt;/a&gt;.  I find it interesting that such a simple game can be analyzed using mathematical properties.&lt;br /&gt;&lt;br /&gt;One of my favorite "math" games is a game called Eleusis.  This game was invented &lt;a href="http://www.logicmazes.com/games/eleusis/"&gt;Robert Abbott&lt;/a&gt; as an analogy of the scientific method.  So perhaps we should call this a "science" game.  The game is played with a deck (or multiple decks) of playing cards.  I turn over the first card and then think of a pattern that would start with that card.  Now, the remaining players take turns attempting to choose a card from their hands that they believe would be a valid next card in the pattern.  If they are correct, I leave it there.  If they are incorrect, I move the card out of the sequence and below the card they tried to follow (for future reference).&lt;br /&gt;&lt;br /&gt;The goal for the players is to eventually arrive at a hypothesis that they believe explains the pattern.  By playing cards, they attempt to critically assess whether their hypothesis is a complete explanation of the pattern.  This mimics the scientific method because we see patterns in how nature functions, and through experiment we attempt to see if controlled efforts are consistent with or contradict our acting hypotheses.&lt;br /&gt;&lt;br /&gt;Try it out?  Let me know how the game goes.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4156201020188714381-78758130470133984?l=waltonsjmumathblog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://waltonsjmumathblog.blogspot.com/feeds/78758130470133984/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4156201020188714381&amp;postID=78758130470133984' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4156201020188714381/posts/default/78758130470133984'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4156201020188714381/posts/default/78758130470133984'/><link rel='alternate' type='text/html' href='http://waltonsjmumathblog.blogspot.com/2008/10/spotlight-math-games.html' title='Spotlight: Math Games'/><author><name>Brian Walton</name><uri>http://www.blogger.com/profile/01474965246427735513</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4156201020188714381.post-7977481080794090526</id><published>2008-10-10T08:58:00.000-07:00</published><updated>2008-10-10T09:38:29.616-07:00</updated><title type='text'>Mathematical Induction</title><content type='html'>The principle of &lt;a href="http://en.wikipedia.org/wiki/Mathematical_induction"&gt;mathematical induction&lt;/a&gt; is a topic that our textbook unfortunately skips over.  It is used when we want to prove a rule that applies to positive integers.  Often, it is the argument that is needed when you want to say, "See! It works the same way for this case and that case, so the pattern will just keep repeating."  But to say that a pattern keeps repeating is exactly what we should attempt to make more precise.&lt;br /&gt;&lt;br /&gt;The natural numbers are the set of all positive integers: 1, 2, 3, 4, ....  It is the dot-dot-dot that creates the problem.  Using "..." attempts to tell us that the pattern continues.  But what exactly is the pattern?  For the natural numbers, the pattern is that you just add one to the previous number.  So here is one way of describing the natural numbers, and it is what motivates the principle of mathematical induction.&lt;br /&gt;&lt;ul&gt;&lt;li&gt;1 is in the set&lt;/li&gt;&lt;li&gt;For every number that is in the set, call it n, we also have n+1 in the set.&lt;/li&gt;&lt;/ul&gt;We could restate this using an implication:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;1 is in the set&lt;/li&gt;&lt;li&gt;If n is in the set, then (n+1) is in the set.&lt;/li&gt;&lt;/ul&gt;And that is what we do for all applications of mathematical induction.  We provide a starting point (such as 1 is in the set).  Then we establish an implication that if a statement is true for one value (n is in the set), then it must also be that the statement is true for the next value (n+1 is in the set).&lt;br /&gt;&lt;br /&gt;Here is an example from our past that should have used induction.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Theorem:&lt;/span&gt; x&lt;sup&gt;n&lt;/sup&gt; is continuous for n=1, 2, 3, ....&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Scratchwork:&lt;br /&gt;&lt;/span&gt;Before proving this statement, we should think how we might attempt this without induction.  Well,  f(x) is really a product x&lt;sup&gt;n&lt;/sup&gt;= x x x ... x, where there are n factors of x.  (See how the "..." allows us to hand-wave our notation?)  Well, we know that the limit of each factor x will just go to the value c, so the limit must be lim&lt;sub&gt;x → c&lt;/sub&gt; f(x) = c&lt;sup&gt;n&lt;/sup&gt;. That use of "..." keeps us from clearly stating how we used the limit of a product, other than again referring to a pattern: "Use the limit of a product n-1 times."  The use of induction makes this precise.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Proof:&lt;br /&gt;&lt;/span&gt;&lt;span&gt;We prove by induction.&lt;br /&gt;1) First, we show that f(x) = x&lt;sup&gt;1&lt;/sup&gt; = x is continuous. (This is the starting point)&lt;br /&gt;But this is already known: &lt;/span&gt;lim&lt;sub&gt;x → c&lt;/sub&gt; x = c.&lt;br /&gt;So f is continuous at any point c.&lt;br /&gt;The statement is true when n=1.&lt;br /&gt;2) Second, we assume that f(x) = x&lt;sup&gt;n&lt;/sup&gt; is continuous and now show that this implies that g(x) = x&lt;sup&gt;n+1&lt;/sup&gt; is also continuous. (This is the inductive step)&lt;br /&gt;So assume that f is continuous.&lt;br /&gt;g(x) = x f(x)  (Relate the new function in terms of what is assumed)&lt;br /&gt;So using the limit of a product:&lt;br /&gt;lim&lt;sub&gt;x → c&lt;/sub&gt; g(x) = lim&lt;sub&gt;x → c&lt;/sub&gt; x f(x) = c f(c) = c c&lt;sup&gt;n&lt;/sup&gt; = c&lt;sup&gt;n+1&lt;/sup&gt; = g(c)&lt;br /&gt;So x&lt;sup&gt;n+1&lt;/sup&gt; is continuous whenever x&lt;sup&gt;n&lt;/sup&gt; is continuous.&lt;br /&gt;&lt;br /&gt;So by induction, since the statement is true for n=1, and whenever the statement is true for one value n it is also true for the next value n+1, the statement is true for all integers starting with 1.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;(End of Proof)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Sometimes induction is compared to reaching different rungs on a ladder.  The first statement is what allows you to climb onto the first step.  The inductive implication is what says that if you have already reached one rung, then you can move to the next rung.  Putting the two together, you first climb on the ladder's first rung.  Then you know that you can climb from the first to the second rung, from the second rung to the third rung, from the third to the fourth, and so on forever.  The implication, &lt;a href="http://www.phrases.org.uk/meanings/50500.html"&gt;in one fell swoop&lt;/a&gt;, justifies climbing each step from the previous.  The principle of mathematical induction replaces the uncertainty in "..."&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4156201020188714381-7977481080794090526?l=waltonsjmumathblog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://waltonsjmumathblog.blogspot.com/feeds/7977481080794090526/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4156201020188714381&amp;postID=7977481080794090526' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4156201020188714381/posts/default/7977481080794090526'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4156201020188714381/posts/default/7977481080794090526'/><link rel='alternate' type='text/html' href='http://waltonsjmumathblog.blogspot.com/2008/10/mathematical-induction.html' title='Mathematical Induction'/><author><name>Brian Walton</name><uri>http://www.blogger.com/profile/01474965246427735513</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4156201020188714381.post-82333927272952618</id><published>2008-10-06T07:37:00.000-07:00</published><updated>2008-10-06T08:00:51.886-07:00</updated><title type='text'>Intermediate Value Theorem</title><content type='html'>A theorem is a statement that is always true because it has been proved.  Theorems are usually stated as implications.  That is, they usually are stated as "If [something is true], then [something else is true]."  However, this does not mean that the hypothesis (what appears as [something is true]) is actually true.  Nor does it mean that the conclusion (the statement instead of [something else is true]) is true.  It means that you are guaranteed to know that the conclusion is true whenever the hypothesis is true.&lt;br /&gt;&lt;br /&gt;When applying a theorem,  it is your task to establish that the hypothesis is true.  Then, by stating the theorem, you are allowed to state that the conclusion is also true.&lt;br /&gt;&lt;br /&gt;Here is an example using the Intermediate Value Theorem.  Recall that the theorem states that if you have a function &lt;span style="font-style: italic;"&gt;f&lt;/span&gt; that is continuous on a closed interval [a,b] (where a and b can be any numbers with a &amp;lt; b), then for any y-value C between the values f(a) and f(b), you are guaranteed to be able to find a value x such that a &amp;lt; x &amp;lt; c and f(x) = C.&lt;br /&gt;&lt;br /&gt;Here is a hypothetical situation. My car holds 12 gallons of gasoline.  (That is not the hypothetical part -- I have actually filled the tank :-)  I have installed an automated gas-tank tracking system that records the amount of gas as a function of the car's mileage.  (Yep, that's the hypothetical part)  If you ask me how much gas I had when the car was at 97,034 miles, then I can tell you it had exactly 5.93 gallons of gasoline.&lt;br /&gt;&lt;br /&gt;Last week, I filled up my tank when the car was at 98,012 miles.  This morning, I checked my car and it now records the tank as having 1.45 gallons and 98,143 miles.  (All figures are also hypothetical, including mileage)  So here is a question:  will I actually be able to identify a mileage on the car when between that last fill up and today when the car contained exactly 4.7 gallons?&lt;br /&gt;&lt;br /&gt;Hmm.  Let's see.   Imagine that we use the variable x to represent the mileage on the car.  Also, let f be a function that measures the gallons in the car f(x) when the mileage is x.  We know that f(98,012) = 12 and f(98,143) = 1.45.  So C=4.7 is between f(98,012) and f(98,143).  What does the Intermediate Value Theorem say?&lt;br /&gt;&lt;br /&gt;Now, before you go on, I need to tell you a story.  On Friday, I needed to mow the lawn.  My backyard is pretty large, so it takes a while.  Funny thing!  I ran out of gas.  I knew I had recently filled the car, so I found my gas siphon and pumped a gallon out of the car's tank and into my gas can.  Phew!  Glad that was available!  Finished the lawn with nary a problem.&lt;br /&gt;&lt;br /&gt;So what did you answer?&lt;br /&gt;&lt;br /&gt;(Extra credit toward quiz grade if you answer correctly this week by e-mail: waltondb at jmu dot edu)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4156201020188714381-82333927272952618?l=waltonsjmumathblog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://waltonsjmumathblog.blogspot.com/feeds/82333927272952618/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4156201020188714381&amp;postID=82333927272952618' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4156201020188714381/posts/default/82333927272952618'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4156201020188714381/posts/default/82333927272952618'/><link rel='alternate' type='text/html' href='http://waltonsjmumathblog.blogspot.com/2008/10/intermediate-value-theorem.html' title='Intermediate Value Theorem'/><author><name>Brian Walton</name><uri>http://www.blogger.com/profile/01474965246427735513</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4156201020188714381.post-6364129702055855697</id><published>2008-10-02T12:59:00.000-07:00</published><updated>2008-10-02T13:43:58.252-07:00</updated><title type='text'>Common Limit Issues</title><content type='html'>Part of the challenge of mathematics is learning the language of mathematics.  Mathematics is meant to be spoken, kind of like poetry.  But in my class, I'm not wanting a &lt;a href="http://www.cinquain.org/"&gt;cinquain&lt;/a&gt;.  Scattered thoughts that are related, but not directly connected in sentences, do not a coherent message provide.&lt;br /&gt;&lt;br /&gt;So, here are the top ten problems in limits:&lt;br /&gt;&lt;br /&gt;1. Dropping "lim" suddenly.  If you have two expressions f(x) = g(x) where g(x) is a simplified version of f(x) (cancelled something), you should write lim f(x) = lim g(x) and &lt;span style="font-weight: bold;"&gt;NOT&lt;/span&gt; lim f(x)=g(x). That "lim" doesn't apply to both sides of the equal sign.&lt;br /&gt;&lt;br /&gt;2. Writing "lim" too many times.  Just because you don't want to forget to write "lim" doesn't mean you write it in front of everything.  You keep writing "lim" while you massage the formula into a form where you can decide the limit.  As soon as you are allowed to "plug-in" the value, you have just "taken the limit" and you should stop writing "lim".&lt;br /&gt;&lt;br /&gt;Example: f(x) = (x^2-4)/(x-2) and g(x) = x+2.  We know that f(x)=g(x) for x ≠ 2.  So&lt;br /&gt;&lt;div style="text-align: center;"&gt;lim&lt;sub&gt;x → 2&lt;/sub&gt;(x^2-4)/(x-2) = lim&lt;sub&gt;x → 2&lt;/sub&gt;(x+2) = 2+2 = 4.&lt;br /&gt;&lt;div style="text-align: left;"&gt;&lt;br /&gt;3. Lonely "lim".  "lim" is not simply an abbreviation for the word "the limit".  It is an operator wanting to do something to a formula.  It needs a formula next to it at all times.  It is  without a formula.  So when students write "lim = 3", clearly intending to say, "the limit is 3", they are really saying, "the limit of is 3".  Of &lt;span style="font-weight: bold;"&gt;&lt;span style="font-weight: bold;"&gt;what&lt;/span&gt;&lt;/span&gt;?  And that is the problem.  The limit is lonely and has nothing to act on.&lt;br /&gt;&lt;br /&gt;4. Stopping at a limit form.  Just because you see a zero (0) in the denominator in the limit form does not mean you are done.  If the limit has form 0/0, you must try to factor and cancel.  If the limit has form L/0, you must identify the sign of the function to decide whether it is going to +&amp;infty; or -&amp;infty;.&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;5. Writing "=" for undefined values. (Don't do that!)  Use a limit form notation to indicate that the denominator is 0 or terms go to infinity.&lt;br /&gt;&lt;br /&gt;6. Piecewise using x=&lt;span style="font-style: italic;"&gt;a&lt;/span&gt;. A piecewise function that has a formula when x=a is a distractor for limits.  Remember, a limit always determines what the function would predict &lt;span style="font-style: italic;"&gt;if you came from the sides&lt;/span&gt;.  So a limit never checks at x=a.&lt;br /&gt;&lt;br /&gt;7. Writing f(a) instead of lim f(x).  This is another piecewise function issue.  To check the value predicted by the two sides, you need to &lt;span style="font-style: italic;"&gt;say&lt;/span&gt; you are checking the sides (meaning limit).  So you must write that it is a limit.&lt;br /&gt;&lt;br /&gt;8. Using rules for x going to infinity at a.  When x goes to infinity, we can ignore any terms that look like 1/x since those terms go to zero as x goes to infinity.  However, when x goes to a, those terms are still numbers other than zero.  Don't just forget about them (and don't even factor out the dominant terms).&lt;br /&gt;&lt;br /&gt;9. Step-by-step when not required.  Unless I explicitly ask you to show that the limit has a value using the elementary limit rules, you should just compute the limit.  You don't need to spend time showing the step-by-step justification unless asked.&lt;br /&gt;&lt;br /&gt;10. No work at all.  Often you can see the limit from a graph (say on a calculator).  But you need to show a reason on the paper based on mathematics that gives your answer.  At the very least, say you looked at a calculator to motivate your answer.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4156201020188714381-6364129702055855697?l=waltonsjmumathblog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://waltonsjmumathblog.blogspot.com/feeds/6364129702055855697/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4156201020188714381&amp;postID=6364129702055855697' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4156201020188714381/posts/default/6364129702055855697'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4156201020188714381/posts/default/6364129702055855697'/><link rel='alternate' type='text/html' href='http://waltonsjmumathblog.blogspot.com/2008/10/common-limit-issues.html' title='Common Limit Issues'/><author><name>Brian Walton</name><uri>http://www.blogger.com/profile/01474965246427735513</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4156201020188714381.post-4263136598097055618</id><published>2008-10-02T05:23:00.000-07:00</published><updated>2008-10-02T12:33:58.097-07:00</updated><title type='text'>Epsilons, Deltas and Limits... Oh My!</title><content type='html'>Yes, &lt;a href="http://en.wikipedia.org/wiki/Toto_%28Oz%29"&gt;Toto&lt;/a&gt;, writing proofs of limits can be as scary as the wicked witch from the east!  But do not fear, with the right direction, we can squash those problems with ease.&lt;br /&gt;&lt;br /&gt;The first step is to realize that we are proving a limit based on its definition.  Suppose we need to prove the statement written in its general form:&lt;br /&gt;&lt;div style="text-align: center;"&gt;lim&lt;sub&gt;&lt;span style="font-style: italic;"&gt;x&lt;/span&gt; → &lt;span style="font-style: italic;"&gt;a&lt;/span&gt;&lt;/sub&gt; &lt;span style="font-style: italic;"&gt;f&lt;/span&gt;(&lt;span style="font-style: italic;"&gt;x&lt;/span&gt;) = L&lt;br /&gt;&lt;/div&gt;Notice that this really is saying that when x is a value close to a, the value of f(x) is close to L.  The mathematical statement of this says:&lt;br /&gt;&lt;div style="text-align: center;"&gt;"For any ε &amp;gt; 0, there exists a value δ &amp;gt; 0 so that if 0 &amp;lt; |&lt;span style="font-style: italic;"&gt;x&lt;/span&gt;-&lt;span style="font-style: italic;"&gt;a&lt;/span&gt;| &amp;lt; δ then |&lt;span style="font-style: italic;"&gt;f&lt;/span&gt;(&lt;span style="font-style: italic;"&gt;x&lt;/span&gt;)-&lt;span style="font-style: italic;"&gt;a&lt;/span&gt;| &amp;lt; ε." &lt;div style="text-align: left;"&gt;&lt;br /&gt;Now just because the &lt;a href="http://en.wikipedia.org/wiki/Scarecrow_%28Oz%29"&gt;Scarecrow&lt;/a&gt; is flapping in the breeze, we don't need to be afraid of this complicated looking formula.  Our task is to be able to find a formula for δ in terms of ε so that once you know that the value of &lt;span style="font-style: italic;"&gt;x&lt;/span&gt; is within δ of the value &lt;span style="font-style: italic;"&gt;a&lt;/span&gt; (δ says &lt;span style="font-style: italic;"&gt;how&lt;/span&gt; close), then the value &lt;span style="font-style: italic;"&gt;f&lt;/span&gt;(&lt;span style="font-style: italic;"&gt;x&lt;/span&gt;) is within ε of the value L.&lt;br /&gt;&lt;br /&gt;To reach that fabled &lt;a href="http://en.wikipedia.org/wiki/Wizard_%28Oz%29"&gt;wizard&lt;/a&gt; of mathematics called a proof, we just need to follow the &lt;a href="http://en.wikipedia.org/wiki/Yellow_brick_road"&gt;yellow brick road&lt;/a&gt; outlined below.  The proof will always take a form involving four steps corresponding to the four parts of the definition:&lt;br /&gt;&lt;br /&gt;1. For any ε &gt; 0: We need to create a proof that works for any ε &gt; 0.  So that we have a value to work with, we start with any ε with the requirement ε &gt; 0.  So the first statement of the proof is something like, "Given ε &gt; 0" or "Suppose ε &gt; 0" or "Let ε &gt; 0."&lt;br /&gt;&lt;br /&gt;2. ... there exists  δ &gt; 0 such that:  The second step is that we need to provide a recipe for how to provide  δ &gt; 0 that will make the rest of the statement true.  Unfortunately, by the time we reach this step of the proof, we don't yet know what the right recipe is.  Personally, I just write, "Let  δ=____" and leave enough space to fill in later.&lt;br /&gt;&lt;br /&gt;3. ... if 0 &amp;lt; |x-a| &amp;lt;  δ ...: We are starting to prove an implication (if...then... statement).  We are successful if we can show the conclusion is true whenever the hypothesis is true.  So, to accomplish this, we assume that the hypothesis &lt;span style="font-weight: bold;"&gt;is&lt;/span&gt; true and see what happens.  I write, "Assume  0 &amp;lt; |x-a| &amp;lt; δ."&lt;br /&gt;&lt;br /&gt;4. ... then |f(x)-L| &amp;lt; ε:  This is the conclusion of the implication.  And this is also the hardest part of the proof.  In the middle of completing the work in this proof, we will discover the recipe needed for δ.  At that time, we can go back and fill in the missing pieces.&lt;br /&gt;&lt;br /&gt;So the 4th step is the hard one.  Don't be cowardly like the &lt;a href="http://en.wikipedia.org/wiki/Cowardly_Lion"&gt;lion&lt;/a&gt; and give up; there is a method to this as well.  For the polynomials that we work with, the value of |f(x)-L| will &lt;span style="font-weight: bold;"&gt;always&lt;/span&gt; factor into something of the form:&lt;br /&gt;&lt;div style="text-align: center;"&gt;|f(x)-L| = |x-a| |"stuff"|&lt;br /&gt;&lt;div style="text-align: left;"&gt;We know from step 3 that |x-a|&amp;lt; δ.  We want |"stuff"| to be less or equal to a number, which for convenience in discussion we'll call k.  Once we find that number k, then we know: &lt;div style="text-align: center;"&gt;|f(x)-L| &amp;lt; δ k &lt;div style="text-align: left;"&gt;So part of our recipe will be to make sure that δ≤ε/k.  If the recipe requires no other parts, we can even just use δ=ε/k.  With this knowledge, we will have found:&lt;br /&gt;&lt;div style="text-align: center;"&gt;|f(x)-L| &amp;lt; δ k ≤ (ε/k)k = ε &lt;div style="text-align: left;"&gt;&lt;br /&gt;All would be well, except that the &lt;a href="http://www.math.jmu.edu/%7Ewalton/"&gt;wicked professor of the west&lt;/a&gt; hasn't yet told you how to find k.  Let's step back a moment to the |"stuff"| factor.  If you don't, I'll send my &lt;a href="http://en.wikipedia.org/wiki/Winged_Monkeys"&gt;winged monkeys&lt;/a&gt; to bring you back :-).  When we're lucky (and f(x)=mx+b), the factor is already a number.  But for any other problem, there will be a formula that still involves x. In these cases, without knowing more about x, we won't know how big the extra "stuff" can become.  In order to keep a handle on this "stuff" we are going to require for our recipe that δ itself never gets too large.  For the simplest cases, we can require δ ≤ 1.  And this means that we can take advantage of knowing that x will be between a-1 and a+1.&lt;br /&gt;&lt;br /&gt;In a general problem, we could find the largest value for |"stuff"| using values of x between a-1 and a+1.  This might take a bit of work.  But for f(x) that is quadratic, "stuff" is going to be another linear looking term.  We want that "stuff" to involve x-a, so use x = (x-a) + a.&lt;br /&gt;&lt;br /&gt;For example, when a=2, the term x+1 can be rewritten x+1 = (x-2)+2+1 = (x-2)+3.  The awesome &lt;a href="http://en.wikipedia.org/wiki/Triangle_inequality"&gt;Triangle Inequality&lt;/a&gt; then tells us:&lt;br /&gt;&lt;div style="text-align: center;"&gt;|x+1| = |(x-2)+3| ≤ |x-2| + 3&lt;br /&gt;&lt;div style="text-align: left;"&gt;But we know that |x-2|&amp;lt;δ and we required δ ≤ 1 for our recipe.  So |x+1|&amp;lt; 4.&lt;br /&gt;&lt;br /&gt;For another example, suppose that f(x)=x&lt;sup&gt;2&lt;/sup&gt;-x, a=3, and L=6.  We assume 0&amp;lt;|x-3|&amp;lt;δ and rewrite &lt;div style="text-align: center;"&gt;|f(x)-L| = |x&lt;sup&gt;2&lt;/sup&gt;-x-6| = |x-3||x+2|&lt;br /&gt;&lt;div style="text-align: left;"&gt;We know |x-3|&amp;lt;δ and we need to find a number k so that |x+2|≤k.  Since x is in "stuff", we require δ ≤ 1 and use the triangle inequality:&lt;br /&gt;&lt;div style="text-align: center;"&gt;|x+2| = |(x-3)+3+2| ≤ |(x-3)|+5 &amp;lt; δ+5 ≤6 &lt;div style="text-align: left;"&gt;So |x+2| &amp;lt; 6 (This is our value k=6).  Thus we also want to use δ = ε/6 in our recipe.  Both requirements are taken care of by the formula δ = min(1, ε/6).  So now we know&lt;br /&gt;&lt;div style="text-align: center;"&gt;|x&lt;sup&gt;2&lt;/sup&gt;-x-6| = |x+2||x-3| &amp;lt; 6 δ ≤ 6(ε/6) = ε&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;br /&gt;We have arrived at the &lt;a href="http://en.wikipedia.org/wiki/Emerald_City"&gt;emerald city&lt;/a&gt; of our desire and proved the limit statement&lt;br /&gt;&lt;div style="text-align: center;"&gt;lim&lt;sub&gt;&lt;span style="font-style: italic;"&gt;x&lt;/span&gt; → 3&lt;/sub&gt; x&lt;sup&gt;2&lt;/sup&gt;-x = 6.&lt;br /&gt;&lt;div style="text-align: left;"&gt;&lt;br /&gt;But the proof needs to be in the right order:&lt;br /&gt;Given ε&amp;gt;0.&lt;br /&gt;Let δ = min(1, ε/6).&lt;br /&gt;Assume 0 &amp;lt; |x-3| &amp;lt; δ. |x&lt;sup&gt;2&lt;/sup&gt;-x - 6| = |x-3||x+2|&lt;br /&gt;|x+2| = |x-3 + 5|&lt;br /&gt;|x+2| ≤ |x-3| + 5&lt;br /&gt;|x+2| &amp;lt; δ + 5 and δ ≤ 1 so |x+2| &amp;lt; 6&lt;br /&gt;|x&lt;sup&gt;2&lt;/sup&gt;-x-6| = |x-3||x+2| &amp;lt; 6δ and δ ≤ ε/6&lt;br /&gt;So |x&lt;sup&gt;2&lt;/sup&gt;-x-6| &amp;lt; ε&lt;br /&gt;Thus, for all ε&amp;gt;0, there exists δ&amp;gt;0 so that if 0 &amp;lt; |x-3| &amp;lt; δ, then |(x&lt;sup&gt;2&lt;/sup&gt;-x)-6| &amp;lt; ε.&lt;br /&gt;Therefore, lim&lt;sub&gt;&lt;span style="font-style: italic;"&gt;x&lt;/span&gt; → 3&lt;/sub&gt; x&lt;sup&gt;2&lt;/sup&gt;-x = 6&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt; &lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4156201020188714381-4263136598097055618?l=waltonsjmumathblog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://waltonsjmumathblog.blogspot.com/feeds/4263136598097055618/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4156201020188714381&amp;postID=4263136598097055618' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4156201020188714381/posts/default/4263136598097055618'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4156201020188714381/posts/default/4263136598097055618'/><link rel='alternate' type='text/html' href='http://waltonsjmumathblog.blogspot.com/2008/10/epsilons-deltas-and-limits-oh-my.html' title='Epsilons, Deltas and Limits... Oh My!'/><author><name>Brian Walton</name><uri>http://www.blogger.com/profile/01474965246427735513</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4156201020188714381.post-4190062166202195786</id><published>2008-09-15T12:43:00.001-07:00</published><updated>2008-09-15T13:34:50.459-07:00</updated><title type='text'>Proofs and Even/Odd Functions</title><content type='html'>Here is the second part of my chat discussion.  I have edited this some, but I hope the essence of the questions and answers.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="font-family:georgia;"&gt;[&lt;span style="font-weight: bold;"&gt;Student&lt;/span&gt;]: ok, so im still iffy on how to structure proofs, ill know the assumption (obviosly) and the conclusion, but I'm unsure how to structure the premises and justify them&lt;/span&gt; &lt;span style="font-family:trebuchet ms;"&gt;&lt;br /&gt;[&lt;span style="font-weight: bold;"&gt;Professor&lt;/span&gt;]: Well, basic ideas include starting the proof with your assumptions.&lt;/span&gt; &lt;span style="font-family:trebuchet ms;"&gt;These are the basic statements you know are true.&lt;/span&gt; &lt;span style="font-family:georgia;"&gt;&lt;br /&gt;[&lt;span style="font-weight: bold;"&gt;Student&lt;/span&gt;]: right&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="font-family:trebuchet ms;"&gt;[&lt;span style="font-weight: bold;"&gt;Professor&lt;/span&gt;]: The very last line of the proof should match the conclusion. (and it shouldn't appear earlier)&lt;/span&gt; &lt;span style="font-family:trebuchet ms;"&gt;The hard part is what comes in between :-)&lt;/span&gt; &lt;span style="font-family:trebuchet ms;"&gt;&lt;br /&gt;[&lt;span style="font-weight: bold;"&gt;Professor&lt;/span&gt;]: But seriously, usually, you take a look at your conclusion and see what type of statement it requires.&lt;/span&gt; &lt;span style="font-family:trebuchet ms;"&gt;&lt;br /&gt;[&lt;span style="font-weight: bold;"&gt;Professor&lt;/span&gt;]: If it is an equation that is needed, then you can usually start with one side of the equation and then see what you can put on the other side that you know must be true. (Usually using a definition or algebra)&lt;/span&gt; &lt;span style="font-family:trebuchet ms;"&gt;&lt;br /&gt;[&lt;span style="font-weight: bold;"&gt;Professor&lt;/span&gt;]: Then you see how you can use your assumptions to create a statement that leads to your conclusion.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;After turning to an actual problem, we started to get into more specifics.  The problem was stated as: &lt;span style="font-style: italic;"&gt;Suppose that f1 and f2 are odd functions.  Prove that f1*f2 is an even function.&lt;br /&gt;&lt;span style="font-style: italic;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="font-family:trebuchet ms;"&gt;[&lt;span style="font-weight: bold;"&gt;Professor&lt;/span&gt;]: What is given knowledge?&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="font-family:georgia;"&gt;[&lt;span style="font-weight: bold;"&gt;Student&lt;/span&gt;]: f1 and f2 are both odd and g1 and g2 are even&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="font-family:georgia;"&gt;[&lt;span style="font-weight: bold;"&gt;Professor&lt;/span&gt;]: What is desired? (conclusion)&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="font-family:georgia;"&gt;[&lt;span style="font-weight: bold;"&gt;Student&lt;/span&gt;]: f1 * f2 is even&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="font-family:trebuchet ms;"&gt;[&lt;span style="font-weight: bold;"&gt;Professor&lt;/span&gt;]: What does it mean that f1 is odd?&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="" trebuchet=""&gt;[&lt;span style="font-weight: bold;"&gt;Student&lt;/span&gt;]: that f(-x) = -f(x)&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=""&gt;[&lt;span style="font-weight: bold;"&gt;Professor&lt;/span&gt;]: Make the f into f1, and correct.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="" trebuchet=""&gt;[&lt;span style="font-weight: bold;"&gt;Student&lt;/span&gt;]: ah ok ya&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=""&gt;[&lt;span style="font-weight: bold;"&gt;Professor&lt;/span&gt;]: So in the actual proof, one line would be...&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=""&gt;f1 is an odd function&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=""&gt;[&lt;span style="font-weight: bold;"&gt;Professor&lt;/span&gt;]: The next line would interpret...&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=""&gt;f1(-x) = -f1(x) for all x in domain of f1&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=""&gt;[&lt;span style="font-weight: bold;"&gt;Professor&lt;/span&gt;]: Repeat these two lines for f2.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=""&gt;[&lt;span style="font-weight: bold;"&gt;Professor&lt;/span&gt;]: So far, we have simply restated facts based on the assumptions and our knowledge of odd functions.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="" trebuchet=""&gt;[&lt;span style="font-weight: bold;"&gt;Student&lt;/span&gt;]: and that is all stuff that is under the given part? rite&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=""&gt;[&lt;span style="font-weight: bold;"&gt;Professor&lt;/span&gt;]: In the proof, it doesn't belong to a "given" part per se, but the reason on the right hand side (if in tabular form) would be that the statement was "Given"&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=""&gt;[&lt;span style="font-weight: bold;"&gt;Professor&lt;/span&gt;]: So our proof now has 4 statements.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=""&gt;[&lt;span style="font-weight: bold;"&gt;Professor&lt;/span&gt;]: Now, (scratch work) look at what you need to show: f1*f2 is even. What does that mean?&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="" trebuchet=""&gt;[&lt;span style="font-weight: bold;"&gt;Student&lt;/span&gt;]: ok ya i have no idea, i feel like it would involve one of the multiplicative properties involving f1 and f2 but i dont really know where to start&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=""&gt;[&lt;span style="font-weight: bold;"&gt;Professor&lt;/span&gt;]: What does it mean if I said that G is an even function? g(x) = g(-x) My name was G, so it would be G(x)=G(-x).&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=""&gt;[&lt;span style="font-weight: bold;"&gt;Professor&lt;/span&gt;]: But the name could be Brian:  Brian(-x)=Brian(x). Voila! I [Brian] am even.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=""&gt;[&lt;span style="font-weight: bold;"&gt;Professor&lt;/span&gt;]: f1*f2 is the name of a function. And for f1*f2 to be even, you need: f1*f2(-x) = f1*f2(x)&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=""&gt;[&lt;span style="font-weight: bold;"&gt;Professor&lt;/span&gt;]: It just happens that the name looks like a formula.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="" trebuchet=""&gt;[&lt;span style="font-weight: bold;"&gt;Student&lt;/span&gt;]: theres noit a step in between there?&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="" trebuchet=""&gt;[&lt;span style="font-weight: bold;"&gt;Student&lt;/span&gt;]: to justify how multiplying the functions is ok&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=""&gt;[&lt;span style="font-weight: bold;"&gt;Professor&lt;/span&gt;]: Well, there are still steps. But we need to know what we are aiming for.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="" trebuchet=""&gt;[&lt;span style="font-weight: bold;"&gt;Student&lt;/span&gt;]: ah&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=""&gt;[&lt;span style="font-weight: bold;"&gt;Professor&lt;/span&gt;]: You know what f1 and f2 are. They are odd functions. But exactly what is this new function that we call f1*f2?&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="" trebuchet=""&gt;[&lt;span style="font-weight: bold;"&gt;Student&lt;/span&gt;]: idk f1(x) * f2(x)&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=""&gt;[&lt;span style="font-weight: bold;"&gt;Professor&lt;/span&gt;]: Exactly!&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="" trebuchet=""&gt;[&lt;span style="font-weight: bold;"&gt;Student&lt;/span&gt;]: or f1(-x)&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=""&gt;[&lt;span style="font-weight: bold;"&gt;Professor&lt;/span&gt;]: No&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="" trebuchet=""&gt;[&lt;span style="font-weight: bold;"&gt;Student&lt;/span&gt;]: * f2(-x)&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="" trebuchet=""&gt;[&lt;span style="font-weight: bold;"&gt;Student&lt;/span&gt;]: no ok&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=""&gt;[&lt;span style="font-weight: bold;"&gt;Professor&lt;/span&gt;]: So we know f1*f2(x) = f1(x)*f2(x)&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="" trebuchet=""&gt;[&lt;span style="font-weight: bold;"&gt;Student&lt;/span&gt;]: yep&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=""&gt;[&lt;span style="font-weight: bold;"&gt;Professor&lt;/span&gt;]: And it looks like you were in the middle of the thought: f1*f2(-x) = f1(-x)*f2(-x)&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="" trebuchet=""&gt;[&lt;span style="font-weight: bold;"&gt;Student&lt;/span&gt;]: ya&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=""&gt;[&lt;span style="font-weight: bold;"&gt;Professor&lt;/span&gt;]: Okay, things are starting to come together.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="" trebuchet=""&gt;[&lt;span style="font-weight: bold;"&gt;Student&lt;/span&gt;]: sort of&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=""&gt;[&lt;span style="font-weight: bold;"&gt;Professor&lt;/span&gt;]: We want to show f1*f2(-x)=f1*f2(x)&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="" trebuchet=""&gt;[&lt;span style="font-weight: bold;"&gt;Student&lt;/span&gt;]: substitution?&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=""&gt;[&lt;span style="font-weight: bold;"&gt;Professor&lt;/span&gt;]: Yep. Back to the proof. We need to use substitution to get our final result. But we do it one step at a time.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=""&gt;[&lt;span style="font-weight: bold;"&gt;Professor&lt;/span&gt;]: I'll type the left hand side, you type the right hand side.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=""&gt;[&lt;span style="font-weight: bold;"&gt;Professor&lt;/span&gt;]: f1*f2(-x) = ?&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="" trebuchet=""&gt;[&lt;span style="font-weight: bold;"&gt;Student&lt;/span&gt;]: f1(-x) * f2(-x)&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=""&gt;[&lt;span style="font-weight: bold;"&gt;Professor&lt;/span&gt;]: Good. But f1(-x) = ? and f2(-x) = ?&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="" trebuchet=""&gt;[&lt;span style="font-weight: bold;"&gt;Student&lt;/span&gt;]: f1(x) * f2(x)&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="" trebuchet=""&gt;[&lt;span style="font-weight: bold;"&gt;Student&lt;/span&gt;]: oh&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=""&gt;[&lt;span style="font-weight: bold;"&gt;Professor&lt;/span&gt;]: And finally, f1(x)*f2(x) = ?&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="" trebuchet=""&gt;[&lt;span style="font-weight: bold;"&gt;Student&lt;/span&gt;]: f1*f2(x)&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=""&gt;[&lt;span style="font-weight: bold;"&gt;Professor&lt;/span&gt;]: Precisely. Putting those together, we now know f1*f2(-x) = f1*f2(x).&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=""&gt;[&lt;span style="font-weight: bold;"&gt;Professor&lt;/span&gt;]: And that means ...&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=""&gt;[&lt;span style="font-weight: bold;"&gt;Professor&lt;/span&gt;]: f1 * f2 is even&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=""&gt;[&lt;span style="font-weight: bold;"&gt;Professor&lt;/span&gt;]: Q.E.D. :-)&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="" trebuchet=""&gt;[&lt;span style="font-weight: bold;"&gt;Student&lt;/span&gt;]: sooo i guess i then assemble all of those steps or just some of them&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=""&gt;[&lt;span style="font-weight: bold;"&gt;Professor&lt;/span&gt;]: You can leave out the parts that I said belonged as scratch work.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=""&gt;[&lt;span style="font-weight: bold;"&gt;Professor&lt;/span&gt;]: There were four lines associated with the given information. Then I said "back to the proof" and there were probably four more lines. That is the proof.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="" trebuchet=""&gt;[&lt;span style="font-weight: bold;"&gt;Student&lt;/span&gt;]: ic ok&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="" trebuchet=""&gt;[&lt;span style="font-weight: bold;"&gt;Student&lt;/span&gt;]: ugh, this is def not my fav stuff, i cant believe i haven't learned this before&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;In summary, here is our proof:&lt;br /&gt;&lt;div style="text-align: center;"&gt;f1 is an odd function&lt;br /&gt;f1(-x) = -f1(x) for x in domain&lt;br /&gt;f2 is an odd function&lt;br /&gt;f2(-x) = -f2(x) for x in domain&lt;br /&gt;f1*f2(-x) = f1(-x) * f2(-x)&lt;br /&gt;= (-f1(x))*(-f2(x))&lt;br /&gt;= f1(x)*f2(x)&lt;br /&gt;= f1*f2(x)&lt;br /&gt;So f1*f2(-x) = f1*f2(x) for x in domain&lt;br /&gt;f1*f2 is an even function&lt;br /&gt;&lt;div style="text-align: left;"&gt;&lt;br /&gt;Now, back to the discussion.  Another problem dealt with composition.  That is, students were to prove: If f1 is an odd function and g1 is an even function, then g1•f1 is an even function.  Here is where part of that discussion went.&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="" trebuchet=""&gt;[&lt;span style="font-weight: bold;"&gt;Student&lt;/span&gt;]: so how do the g1(f1(x)) differ, i guess proving that f1(x) is odd, and then proving then that g1(x) is odd because of f1(x)?&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=""&gt;[&lt;span style="font-weight: bold;"&gt;Professor&lt;/span&gt;]: One key point is that the definition of odd or even --- f(-x) = -f(x) and g(-x)=g(x) --- is that the x is simply a place-holder and the same statement would be true regardless of what is in the place of the x.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=""&gt;[&lt;span style="font-weight: bold;"&gt;Professor&lt;/span&gt;]: So for example f(-(x+2)) = -f(x+2), where the "x" was actually the formula x+2.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="" trebuchet=""&gt;[&lt;span style="font-weight: bold;"&gt;Student&lt;/span&gt;]: right&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=""&gt;[&lt;span style="font-weight: bold;"&gt;Professor&lt;/span&gt;]: Now, be more specific on your question related to composition.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="" trebuchet=""&gt;[&lt;span style="font-weight: bold;"&gt;Student&lt;/span&gt;]: so once i prove that f1 is even then it would be the same justification for g1&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=""&gt;[&lt;span style="font-weight: bold;"&gt;Professor&lt;/span&gt;]: Careful! f1 is odd (from the given information), so you can't prove it is even.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="" trebuchet=""&gt;[&lt;span style="font-weight: bold;"&gt;Student&lt;/span&gt;]: well, opposite justification&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="" trebuchet=""&gt;[&lt;span style="font-weight: bold;"&gt;Student&lt;/span&gt;]: I'm still not sure of the question.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=""&gt;[&lt;span style="font-weight: bold;"&gt;Professor&lt;/span&gt;]: g1 alone is known to be even. There is nothing to prove about that.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="" trebuchet=""&gt;[&lt;span style="font-weight: bold;"&gt;Student&lt;/span&gt;]: ok&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="" trebuchet=""&gt;[&lt;span style="font-weight: bold;"&gt;Student&lt;/span&gt;]: timeout, so all id have to do is justify g1 as being even regardless of f1?&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=""&gt;[&lt;span style="font-weight: bold;"&gt;Professor&lt;/span&gt;]: Why? What are your steps?&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=""&gt;[&lt;span style="font-weight: bold;"&gt;Professor&lt;/span&gt;]: And what are you trying to prove?&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="" trebuchet=""&gt;[&lt;span style="font-weight: bold;"&gt;Student&lt;/span&gt;]: so its given that g1 is even and f1 is odd and we're trying to prove that g1(f1(x)) is even&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=""&gt;[&lt;span style="font-weight: bold;"&gt;Professor&lt;/span&gt;]: Technically, g1•f1 is even.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=""&gt;[&lt;span style="font-weight: bold;"&gt;Professor&lt;/span&gt;]: g1(f1(x)) is a value, not a function.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=""&gt;[&lt;span style="font-weight: bold;"&gt;Professor&lt;/span&gt;]: So you need to show g1•f1(-x) = g1•f1(x).&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="" trebuchet=""&gt;[&lt;span style="font-weight: bold;"&gt;Student&lt;/span&gt;]: wait im confused&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="" trebuchet=""&gt;[&lt;span style="font-weight: bold;"&gt;Student&lt;/span&gt;]: ok&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="" trebuchet=""&gt;[&lt;span style="font-weight: bold;"&gt;Student&lt;/span&gt;]: i get it&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="" trebuchet=""&gt;[&lt;span style="font-weight: bold;"&gt;Student&lt;/span&gt;]: couldnt you just subsitute -x for f1(-x)&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=""&gt;[&lt;span style="font-weight: bold;"&gt;Professor&lt;/span&gt;]: No for what you said. f1(-x) and -x are different, so they don't substitute.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=""&gt;[&lt;span style="font-weight: bold;"&gt;Professor&lt;/span&gt;]: But I don't think that is what you were thinking. Try to restate.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="" trebuchet=""&gt;[&lt;span style="font-weight: bold;"&gt;Student&lt;/span&gt;]: you could justify g1(f1(x)) = g1(f1(x)) with g(x)=g(-x)&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="" trebuchet=""&gt;[&lt;span style="font-weight: bold;"&gt;Student&lt;/span&gt;]: -f1(x)*&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=""&gt;[&lt;span style="font-weight: bold;"&gt;Professor&lt;/span&gt;]: I think you're on the right track. But be careful that you go step by step.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=""&gt;[&lt;span style="font-weight: bold;"&gt;Professor&lt;/span&gt;]: What are all the steps?&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=""&gt;[&lt;span style="font-weight: bold;"&gt;Professor&lt;/span&gt;]: I'll start it off... g1•f1(-x) = ?&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="" trebuchet=""&gt;[&lt;span style="font-weight: bold;"&gt;Student&lt;/span&gt;]: thats where im confused, do you need a a step for that?&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=""&gt;[&lt;span style="font-weight: bold;"&gt;Professor&lt;/span&gt;]: Yes. You must relate the function (g1•f1) to the rest of the formulas.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="" trebuchet=""&gt;[&lt;span style="font-weight: bold;"&gt;Student&lt;/span&gt;]: g1(f1(-x))= g1(f1(x) )&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=""&gt;[&lt;span style="font-weight: bold;"&gt;Professor&lt;/span&gt;]: What justifies that? The -x belongs to f1, not g1&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="" trebuchet=""&gt;[&lt;span style="font-weight: bold;"&gt;Student&lt;/span&gt;]: g1(-f1(x)) def of odd fcn&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=""&gt;[&lt;span style="font-weight: bold;"&gt;Professor&lt;/span&gt;]: So don't skip that step&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="" trebuchet=""&gt;[&lt;span style="font-weight: bold;"&gt;Student&lt;/span&gt;]: so whats after that then?&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=""&gt;[&lt;span style="font-weight: bold;"&gt;Professor&lt;/span&gt;]: Well, why don't you summarize the statements so far. Start again with: g1•f1(-x) = ...&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="" trebuchet=""&gt;[&lt;span style="font-weight: bold;"&gt;Student&lt;/span&gt;]: g1(f1(-x)) = g1(-f1(x)) b/c of the def of odd fcns&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=""&gt;[&lt;span style="font-weight: bold;"&gt;Professor&lt;/span&gt;]: Very good. Now, what does g1 do when you have g1(-[anything])?&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="" trebuchet=""&gt;[&lt;span style="font-weight: bold;"&gt;Student&lt;/span&gt;]: g1(-x)=-g1(x) ? but that would make it odd&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=""&gt;[&lt;span style="font-weight: bold;"&gt;Professor&lt;/span&gt;]: So use the fact that g1 is even. g1(-x)=?&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="" trebuchet=""&gt;[&lt;span style="font-weight: bold;"&gt;Student&lt;/span&gt;]: g1(x)&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=""&gt;[&lt;span style="font-weight: bold;"&gt;Professor&lt;/span&gt;]: So g1(-U) = g1(U) or g1(-f1(x)) = g1(f1(x))&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="" trebuchet=""&gt;[&lt;span style="font-weight: bold;"&gt;Student&lt;/span&gt;]: k&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=""&gt;[&lt;span style="font-weight: bold;"&gt;Professor&lt;/span&gt;]: It doesn't matter what appears.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=""&gt;[&lt;span style="font-weight: bold;"&gt;Professor&lt;/span&gt;]: g1(-[stuff]) = g1([stuff])&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=""&gt;[&lt;span style="font-weight: bold;"&gt;Professor&lt;/span&gt;]: So you left off at: g1 o f1(-x) = g1(f1(-x)) = g1(-f1(x)) = ... (finish it off)&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="" trebuchet=""&gt;[&lt;span style="font-weight: bold;"&gt;Student&lt;/span&gt;]: g1(-f1(x))=g1(f1(x))&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=""&gt;[&lt;span style="font-weight: bold;"&gt;Professor&lt;/span&gt;]: And how does that relate to g1•f1?&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="" trebuchet=""&gt;[&lt;span style="font-weight: bold;"&gt;Student&lt;/span&gt;]: g1(f1(x)) = even&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=""&gt;[&lt;span style="font-weight: bold;"&gt;Professor&lt;/span&gt;]: not equal even. g1(f1(x)) = g1• f1(x).&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=""&gt;[&lt;span style="font-weight: bold;"&gt;Professor&lt;/span&gt;]: Recall, you are working with the function g1•f1. You need to show g1•f1(-x) = g1•f1(x).&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="" trebuchet=""&gt;[&lt;span style="font-weight: bold;"&gt;Student&lt;/span&gt;]: i just got a little confused&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="" trebuchet=""&gt;[&lt;span style="font-weight: bold;"&gt;Student&lt;/span&gt;]: whats the diff between g1(f1(x)) = g1•f1(x)&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="" trebuchet=""&gt;[&lt;span style="font-weight: bold;"&gt;Student&lt;/span&gt;]: ah i c nev mind&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=""&gt;[&lt;span style="font-weight: bold;"&gt;Professor&lt;/span&gt;]: same value but only g•f can be called the name of the function&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="" trebuchet=""&gt;[&lt;span style="font-weight: bold;"&gt;Student&lt;/span&gt;]: ok&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="" trebuchet=""&gt;[&lt;span style="font-weight: bold;"&gt;Student&lt;/span&gt;]: so g1•f1(x) = g1•f1(-x)&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style=""&gt;[&lt;span style="font-weight: bold;"&gt;Professor&lt;/span&gt;]: That would be the final line to show that g1•f1 is an even function.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="" trebuchet=""&gt;[&lt;span style="font-weight: bold;"&gt;Student&lt;/span&gt;]: ok that makes sense&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;And that leads us to our second proof:&lt;br /&gt;&lt;div style="text-align: center;"&gt;f1 is an odd function&lt;br /&gt;f1(-x) = -f1(x) for x in domain&lt;br /&gt;g1 is an even function&lt;br /&gt;g1(-x) = g1(x) for x in domain&lt;br /&gt;g1•f1(-x) = g1(f1(-x))&lt;br /&gt;= g1(-f1(x))&lt;br /&gt;= g1(f1(x)&lt;br /&gt;= g1•f1(x)&lt;br /&gt;So g1•f1(-x) = g1•f1(x) for x in domain&lt;br /&gt;g1•f1 is an even function&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;Do you know how to do the justifications of each line now?&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4156201020188714381-4190062166202195786?l=waltonsjmumathblog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://waltonsjmumathblog.blogspot.com/feeds/4190062166202195786/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4156201020188714381&amp;postID=4190062166202195786' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4156201020188714381/posts/default/4190062166202195786'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4156201020188714381/posts/default/4190062166202195786'/><link rel='alternate' type='text/html' href='http://waltonsjmumathblog.blogspot.com/2008/09/proofs-and-evenodd-functions.html' title='Proofs and Even/Odd Functions'/><author><name>Brian Walton</name><uri>http://www.blogger.com/profile/01474965246427735513</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4156201020188714381.post-3043084497350030666</id><published>2008-09-15T10:09:00.000-07:00</published><updated>2008-09-15T12:42:54.171-07:00</updated><title type='text'>Domain and Codomain</title><content type='html'>I had a nice chat this afternoon with one of my students.  The first topic had to do with the notation &lt;span style="font-style: italic;"&gt;f : D→S&lt;/span&gt;.  Here is what we said:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="font-family:georgia;"&gt;hi prof walton, i have a quick question&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;div style="text-align: right;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="font-family:trebuchet ms;"&gt;Shoot (but don't hurt me.)&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="font-family:georgia;"&gt;haha, ok so i am under the impression that when functions&lt;br /&gt;say f: x → x that means that the domain and the codomain&lt;br /&gt;are the same but the ranges can be different correct?&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: right;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="font-family:trebuchet ms;"&gt;The codomain (after arrow) lists the type of numbers&lt;br /&gt;that might be values in the output, while the domain&lt;br /&gt;(before arrow) lists all of the numbers that are in the&lt;br /&gt;list of potential inputs. The range is the list of numbers&lt;br /&gt;that actually are outputs. Is this the question?&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="font-family:georgia;"&gt;yep, so the range is a sub"field" of the codomain rite&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:georgia;"&gt;it lists all possibles while the range is what numbers&lt;br /&gt;are in the function ?&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;div style="text-align: right;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="font-family:trebuchet ms;"&gt;subset instead of sub"field". Otherwise, yes.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="font-family:georgia;"&gt;haha ya i was lookin for that word&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;div  style="text-align: right;font-family:trebuchet ms;"&gt;&lt;span style="font-size:85%;"&gt;The cheapest answer for codomain would be simply R&lt;br /&gt;(all real numbers). If the codomain is listed as something&lt;br /&gt;more specific, that helps us understand the function better,&lt;br /&gt;but we still might skip some of the numbers in the set.&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="font-family:georgia;"&gt;ic, so when im looking at f and g that have the same&lt;br /&gt;codomain, that then would not imply that f(g) = g(f)&lt;br /&gt;because the ranges could be different?&lt;/span&gt; &lt;span style="font-family:georgia;"&gt;or is&lt;br /&gt;f(g) being = to g(f) relational to the domain only&lt;/span&gt; &lt;/span&gt;&lt;div style="text-align: right;"&gt;&lt;span style="font-family: trebuchet ms;font-size:85%;" &gt;Equality of functions requires that they have the same&lt;br /&gt;domain and the same values at every point in that&lt;br /&gt;domain. &lt;/span&gt;&lt;span style="font-family: trebuchet ms;font-size:85%;" &gt;If the domain is different, then the functions&lt;br /&gt;must not be equal.&lt;/span&gt;&lt;span style="font-family: trebuchet ms;font-size:85%;" &gt; If the functions have different&lt;br /&gt;values for any point, then the functions are not equal.&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="font-family: georgia;"&gt;so d → s just means that the domain could produce&lt;br /&gt;these outputs right?&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;div style="text-align: right;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="font-family: trebuchet ms;"&gt;That's right. The outputs must be somewhere in the&lt;br /&gt;list known as S. &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="font-family: trebuchet ms;"&gt;And the inputs only make sense if they&lt;br /&gt;are in D.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="font-family: georgia;"&gt;but s just means possible outputs because its the codomain rite&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;div style="text-align: right;"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="font-family: trebuchet ms;"&gt;Yes, because it is the codomain (after arrow)&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="font-family: georgia;"&gt;rite rite rite, gotcha, this stuff is weird&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4156201020188714381-3043084497350030666?l=waltonsjmumathblog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://waltonsjmumathblog.blogspot.com/feeds/3043084497350030666/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4156201020188714381&amp;postID=3043084497350030666' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4156201020188714381/posts/default/3043084497350030666'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4156201020188714381/posts/default/3043084497350030666'/><link rel='alternate' type='text/html' href='http://waltonsjmumathblog.blogspot.com/2008/09/domain-and-codomain.html' title='Domain and Codomain'/><author><name>Brian Walton</name><uri>http://www.blogger.com/profile/01474965246427735513</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4156201020188714381.post-7624088549353292211</id><published>2008-09-08T08:37:00.000-07:00</published><updated>2008-09-08T09:19:48.920-07:00</updated><title type='text'>Fun with Functions</title><content type='html'>&lt;a href="http://en.wikipedia.org/wiki/Cryptography"&gt;Cryptography&lt;/a&gt; is an interesting application of functions.  A &lt;a href="http://en.wikipedia.org/wiki/Cipher"&gt;cipher&lt;/a&gt; allows you to take text (for example) and encrypt it into a new form of information that can then be transmitted.  Most children learn a particularly simple cipher that is called a &lt;a href="http://en.wikipedia.org/wiki/Substitution_cipher"&gt;substitution cipher&lt;/a&gt;.  Such a cipher does a direct translation of letter for letter.  Below is a simple example, motivated by the "stage-appearance" of the letters in the phrase "The quick brown fox jumps over the lazy dog."&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_-D_aK1tLL1I/SMVM1G40KLI/AAAAAAAAACA/KLjiq38uWbU/s1600-h/SubCipher.jpg"&gt;&lt;img style="float:left; margin:0 0 10px 10px;cursor:pointer; cursor:hand;" src="http://4.bp.blogspot.com/_-D_aK1tLL1I/SMVM1G40KLI/AAAAAAAAACA/KLjiq38uWbU/s320/SubCipher.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5243681816408500402" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Other simple ciphers include shifting the alphabet a fixed number of letters or reversing the alphabet.&lt;br /&gt;&lt;br /&gt;If we think of encrypting a message as being a function from character sequences to new character sequences, then we might imagine applying two different encryptions one after the other.  This is &lt;span style="font-weight:bold;"&gt;function composition&lt;/span&gt;.  Or we might want to decrypt a message. This is &lt;span style="font-weight:bold;"&gt;applying the inverse function&lt;/span&gt;.  In particular, note that for an encryption method to be useful, the inverse must exist.  That is, the function must be one-to-one.&lt;br /&gt;&lt;br /&gt;Here is a message that I constructed using the QUICKBROWN cipher (above) followed by a shift cipher where an A becomes an R.  Have fun!&lt;br /&gt;&lt;br /&gt;JLWH EL MBSJ KJ LPMGK VGLHSM ZOG DCSX TGKHL.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4156201020188714381-7624088549353292211?l=waltonsjmumathblog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://waltonsjmumathblog.blogspot.com/feeds/7624088549353292211/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4156201020188714381&amp;postID=7624088549353292211' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4156201020188714381/posts/default/7624088549353292211'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4156201020188714381/posts/default/7624088549353292211'/><link rel='alternate' type='text/html' href='http://waltonsjmumathblog.blogspot.com/2008/09/fun-with-functions.html' title='Fun with Functions'/><author><name>Brian Walton</name><uri>http://www.blogger.com/profile/01474965246427735513</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_-D_aK1tLL1I/SMVM1G40KLI/AAAAAAAAACA/KLjiq38uWbU/s72-c/SubCipher.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4156201020188714381.post-6419783395427898803</id><published>2008-08-27T12:03:00.000-07:00</published><updated>2008-08-28T08:57:54.247-07:00</updated><title type='text'>Absolute Value Inequalities</title><content type='html'>Well, perhaps I muddied the water for some of you. Sorry about that.  In terms of skills, when you solve |u|&amp;lt;a where u is any expression and a is another expression [I thought it was for constants, but it turns out to always work], you can solve by finding the intersection (and) of the solutions to u&amp;lt;a and to -u&amp;lt;a, which we write &lt;span style="font-style:italic;"&gt;&lt;span style="font-weight:bold;"&gt;u&amp;lt;a and -u&amp;lt;a&lt;/span&gt;&lt;/span&gt;.  When you solve |u|&amp;gt;a, you find the union (or) of the solutions to u&amp;gt;a and to -u&amp;gt;a, which we write &lt;span style="font-style:italic;"&gt;&lt;span style="font-weight:bold;"&gt;u&amp;gt;a or -u&amp;gt;a&lt;/span&gt;&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;My explanation in the supplemental handout was to motivate &lt;span style="font-weight:bold;"&gt;why&lt;/span&gt; this works.  After all, the course is not just about skills, but it is also about justification.  The absolute value is a piecewise-defined function.  That is, there are different rules depending on the value of the expression being worked with. The &lt;span style="font-style:italic;"&gt;skill-based&lt;/span&gt; method that works for absolute value does not work for other piecewise-defined functions.  But thinking about each of the "pieces" separately and joining them properly will always work.&lt;br /&gt;&lt;br /&gt;Since the handout was a first edition, I'm curious where you found the biggest issues.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4156201020188714381-6419783395427898803?l=waltonsjmumathblog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://waltonsjmumathblog.blogspot.com/feeds/6419783395427898803/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4156201020188714381&amp;postID=6419783395427898803' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4156201020188714381/posts/default/6419783395427898803'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4156201020188714381/posts/default/6419783395427898803'/><link rel='alternate' type='text/html' href='http://waltonsjmumathblog.blogspot.com/2008/08/absolute-value-inequalities.html' title='Absolute Value Inequalities'/><author><name>Brian Walton</name><uri>http://www.blogger.com/profile/01474965246427735513</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4156201020188714381.post-1016886625718742579</id><published>2008-08-25T11:30:00.000-07:00</published><updated>2008-08-25T14:08:03.116-07:00</updated><title type='text'>Solving Equations Graphically</title><content type='html'>So, in class today, some of you may have been wondering about the computer program that I was using.  This utility is called Grapher and it is installed in any recent &lt;a href="http://www.apple.com/mac"&gt;Mac OS&lt;/a&gt; computer. You'll find it in the Utilities folder within Applications.&lt;br /&gt;&lt;br /&gt;I was wondering then whether there is a similar resource available for Windows computers as well.  Doing a &lt;a href="http://www.google.com"&gt;Google&lt;/a&gt; search on "&lt;a href="http://www.google.com/search?q=graphing+calculator"&gt;Graphing Calculator&lt;/a&gt;" I found the following possibility: &lt;a href="http://www.graphcalc.com/index.shtml"&gt;GraphCalc&lt;/a&gt;.  I don't have immediate access to check this out, so I'd certainly welcome some comments here as to how well it works.&lt;br /&gt;&lt;br /&gt;Now that you have something to work with (and a calculator will work as well, just a little slower), here is something interesting to notice.  To solve ax=sin(x), we need to plot y=ax and y=sin(x).  You also need to choose a value of a.  In Grapher, you would add a New Equation (Cmd-Opt-N) like a=0.25.  You now need to find where these graphs intersect.&lt;br /&gt;&lt;br /&gt;In class, we learned that we can create &lt;span style="font-weight:bold;"&gt;new equations&lt;/span&gt; that have the same solutions by performing the same operation to both sides (other than division, where we worry about division by zero).  So we could get a new equation like a=sin(x)/x.  Now we plot y=a and y=sin(x)/x.  If you add these as two new graphs instead of getting rid of the old plots, you can compare the two equations graphically.  Here is the plot:&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_-D_aK1tLL1I/SLMTounNL-I/AAAAAAAAAB4/ZuirjvxyFGw/s1600-h/Solutions.jpg"&gt;&lt;img style="float:right; margin:0 0 10px 10px;cursor:pointer; cursor:hand;" src="http://1.bp.blogspot.com/_-D_aK1tLL1I/SLMTounNL-I/AAAAAAAAAB4/ZuirjvxyFGw/s320/Solutions.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5238552381990186978" /&gt;&lt;/a&gt; I used different colors to distinguish which intersections I was looking for.&lt;br /&gt;&lt;br /&gt;For the original equation (ax=sin(x), shown in red), we see there are three intersections. For the new equation (a=sin(x)/x, shown in green), we only have two intersections.  But those two intersections agree exactly with the original (see the highlighted intersection at the same value of x marked by circles), and the third corresponds to x=0 which disappeared because we divided both sides by x.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4156201020188714381-1016886625718742579?l=waltonsjmumathblog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://waltonsjmumathblog.blogspot.com/feeds/1016886625718742579/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4156201020188714381&amp;postID=1016886625718742579' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4156201020188714381/posts/default/1016886625718742579'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4156201020188714381/posts/default/1016886625718742579'/><link rel='alternate' type='text/html' href='http://waltonsjmumathblog.blogspot.com/2008/08/solving-equations-graphically.html' title='Solving Equations Graphically'/><author><name>Brian Walton</name><uri>http://www.blogger.com/profile/01474965246427735513</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_-D_aK1tLL1I/SLMTounNL-I/AAAAAAAAAB4/ZuirjvxyFGw/s72-c/Solutions.jpg' height='72' width='72'/><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4156201020188714381.post-6029588647151277339</id><published>2008-08-25T08:20:00.000-07:00</published><updated>2008-08-25T08:29:06.253-07:00</updated><title type='text'>Calculus I -- Welcome Fall 2008</title><content type='html'>Welcome to &lt;a href="http://www.jmu.edu"&gt;JMU&lt;/a&gt; and your first semester of calculus.  I'm excited this semester to be teaching calculus again.  I hope that you're excited as well.&lt;br /&gt;&lt;br /&gt;So, while I was preparing for class, I came across &lt;a href="http://www.mit.edu"&gt;MIT&lt;/a&gt;'s &lt;a href="http://ocw.mit.edu/OcwWeb/Mathematics/index.htm"&gt;open courseware&lt;/a&gt; program.  This is a pretty amazing collection of knowledge that is freely accessible. Feel free to browse it.  In particular, I found a text written by &lt;a href="http://en.wikipedia.org/wiki/Gilbert_Strang"&gt;Gilbert Strang&lt;/a&gt; that will be an outstanding &lt;a href="http://ocw.mit.edu/ans7870/resources/Strang/strangtext.htm"&gt;parallel reference&lt;/a&gt; for our course this year. I'm especially impressed with how he makes the text conversational in style rather than the more typical dry style of math textbooks.&lt;br /&gt;&lt;br /&gt;We'll be pushing through the first chapter of our official textbook very quickly as it should be a review of mathematics that you have already taken.&lt;br /&gt;&lt;br /&gt;See you in class!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4156201020188714381-6029588647151277339?l=waltonsjmumathblog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://waltonsjmumathblog.blogspot.com/feeds/6029588647151277339/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4156201020188714381&amp;postID=6029588647151277339' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4156201020188714381/posts/default/6029588647151277339'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4156201020188714381/posts/default/6029588647151277339'/><link rel='alternate' type='text/html' href='http://waltonsjmumathblog.blogspot.com/2008/08/calculus-i-welcome-fall-2008.html' title='Calculus I -- Welcome Fall 2008'/><author><name>Brian Walton</name><uri>http://www.blogger.com/profile/01474965246427735513</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4156201020188714381.post-506760753057058243</id><published>2008-03-31T08:49:00.000-07:00</published><updated>2008-03-31T09:14:41.377-07:00</updated><title type='text'>Central Limit Theorem</title><content type='html'>The central limit theorem allows to use a standard normal random variable as an approximating proxy for a properly centered and rescaled sample mean.&lt;br /&gt;&lt;br /&gt;First, for any random variable Y with expected value E[Y]=&amp;mu;&lt;sub&gt;y&lt;/sub&gt; and variance Var(Y)=&amp;sigma;&lt;sub&gt;y&lt;/sub&gt;&lt;sup&gt;2&lt;/sup&gt;, if we center and rescale as W=(Y-&amp;mu;&lt;sub&gt;y&lt;/sub&gt;)/&amp;sigma&lt;sub&gt;y&lt;/sub&gt;;, then W will always have expected value E[W]=0 and variance Var(W)=1.  But it is not the case that W behaves like a standard normal distribution unless Y is somehow special.  However, in special cases, when Y can be represented in terms of a sum of many independent and identically distributed random variables, then the central limit theorem can help us.&lt;br /&gt;&lt;br /&gt;In particular, if Y is the sample mean of a random sample X&lt;sub&gt;1&lt;/sub&gt;, X&lt;sub&gt;2&lt;/sub&gt;, ..., X&lt;sub&gt;n&lt;/sub&gt;, then Y=(X&lt;sub&gt;1&lt;/sub&gt;+...+X&lt;sub&gt;n&lt;/sub&gt;)/n.  Suppose that each X&lt;sub&gt;i&lt;/sub&gt; has expected value E[X&lt;sub&gt;i&lt;/sub&gt;]=&amp;mu;&lt;sub&gt;x&lt;/sub&gt; and variance Var(X&lt;sub&gt;i&lt;/sub&gt;)=&amp;sigma;&lt;sub&gt;x&lt;/sub&gt;&lt;sup&gt;2&lt;/sup&gt;.  Then we know that &amp;mu;&lt;sub&gt;y&lt;/sub&gt;=&amp;mu;&lt;sub&gt;x&lt;/sub&gt; and &amp;sigma;&lt;sub&gt;y&lt;/sub&gt;&lt;sup&gt;2&lt;/sup&gt;=&amp;sigma;&lt;sub&gt;x&lt;/sub&gt;&lt;sup&gt;2&lt;/sup&gt;/n.  Our centered and rescaled version of Y can be expressed in terms of the parameters for X: W=(Y-&amp;mu;&lt;sub&gt;y&lt;/sub&gt;)/&amp;sigma;&lt;sub&gt;y&lt;/sub&gt; = (Y-&amp;mu;&lt;sub&gt;x&lt;/sub&gt;)/(&amp;sigma;&lt;sub&gt;x&lt;/sub&gt;/&amp;radic;n). Because Y can be defined in terms of a constant times the sum of i.i.d. random variables, W has an approximately standard normal distribution.&lt;br /&gt;&lt;br /&gt;As a second example, suppose that Y is the sum of a random sample X&lt;sub&gt;1&lt;/sub&gt;, X&lt;sub&gt;2&lt;/sub&gt;, ..., X&lt;sub&gt;n&lt;/sub&gt;, with Y=X&lt;sub&gt;1&lt;/sub&gt;+...+X&lt;sub&gt;n&lt;/sub&gt;.  Suppose that each X&lt;sub&gt;i&lt;/sub&gt; has expected value E[X&lt;sub&gt;i&lt;/sub&gt;]=&amp;mu;&lt;sub&gt;x&lt;/sub&gt; and variance Var(X&lt;sub&gt;i&lt;/sub&gt;)=&amp;sigma;&lt;sub&gt;x&lt;/sub&gt;&lt;sup&gt;2&lt;/sup&gt;.  Then we know that &amp;mu;&lt;sub&gt;y&lt;/sub&gt;=n&amp;mu;&lt;sub&gt;x&lt;/sub&gt; and &amp;sigma;&lt;sub&gt;y&lt;/sub&gt;&lt;sup&gt;2&lt;/sup&gt;=n&amp;sigma;&lt;sub&gt;x&lt;/sub&gt;&lt;sup&gt;2&lt;/sup&gt;.  Our centered and rescaled version of Y can be expressed in terms of the parameters for X: W=(Y-&amp;mu;&lt;sub&gt;y&lt;/sub&gt;)/&amp;sigma;&lt;sub&gt;y&lt;/sub&gt; = (Y-n&amp;mu;&lt;sub&gt;x&lt;/sub&gt;)/((&amp;radic;n)&amp;sigma;&lt;sub&gt;x&lt;/sub&gt;). Again, since Y can be defined in terms of a constant times the sum of i.i.d. random variables, W has an approximately standard normal distribution.&lt;br /&gt;&lt;br /&gt;Quite a few of our known distributions can be described as a sum of i.i.d. random variables.  The most famous is the binomial distribution.  Suppose that Y has a binomial distribution with n trials and probability p.  Then we can think of Y as the sum of n i.i.d. Bernoulli random variables X&lt;sub&gt;1&lt;/sub&gt;,...,X&lt;sub&gt;n&lt;/sub&gt;, each with parameter p.  Then &amp;mu;&lt;sub&gt;x&lt;/sub&gt;=E[X&lt;sub&gt;i&lt;/sub&gt;]=p and &amp;sigma;&lt;sub&gt;x&lt;/sub&gt;&lt;sup&gt;2&lt;/sup&gt;=p(1-p), leading to &amp;mu;&lt;sub&gt;y&lt;/sub&gt;=np and &amp;sigma;&lt;sub&gt;y&lt;/sub&gt;&lt;sup&gt;2&lt;/sup&gt;=np(1-p).  Consequently, W=(X-np)/&amp;radic;(np(1-p)) has an approximately normal distribution.  In this example, we usually find that we need np&amp;ge;5 and n(1-p)&amp;ge;5 for the approximation to be good.&lt;br /&gt;&lt;br /&gt;Other random variables that can be represented as a sum of simpler i.i.d. random variables. The Poisson distribution for large value &amp;lambda; can be rewritten as the sum of many smaller Poisson RVs with small values of &amp;lambda; (X&lt;sub&gt;1&lt;/sub&gt;,...,X&lt;sub&gt;n&lt;/sub&gt; each Poisson with rate &amp;lambda;/n). The Gamma distribution (including Chi-Square) can similarly be written as a sum of many simpler Gamma (or Chi-Square) random variables.  In each of these cases, a centered and rescaled version of the random variable W=(Y-&amp;mu;&lt;sub&gt;y&lt;/sub&gt;)/&amp;sigma;&lt;sub&gt;y&lt;/sub&gt; will be approximately a standard normal distribution.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4156201020188714381-506760753057058243?l=waltonsjmumathblog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://waltonsjmumathblog.blogspot.com/feeds/506760753057058243/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4156201020188714381&amp;postID=506760753057058243' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4156201020188714381/posts/default/506760753057058243'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4156201020188714381/posts/default/506760753057058243'/><link rel='alternate' type='text/html' href='http://waltonsjmumathblog.blogspot.com/2008/03/central-limit-theorem.html' title='Central Limit Theorem'/><author><name>Brian Walton</name><uri>http://www.blogger.com/profile/01474965246427735513</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4156201020188714381.post-6868929849670662535</id><published>2008-02-09T18:33:00.000-08:00</published><updated>2008-02-09T20:51:14.688-08:00</updated><title type='text'>Success with Random Variables</title><content type='html'>So this afternoon, I finished grading a quiz focusing on random variables associated with a sequence of Bernoulli trials.  Based on these quizzes, I'm trying to understand what makes a probability course so difficult for students to understand.  The other night, I was at a department social and talking with a professor who has taught Math 318 many times.  He came right out and stated (without me giving any prompting) that he is always surprised at how students have such a hard time with the course, even though the actual mathematics involved in the course are fairly straight-forward.&lt;br /&gt;&lt;br /&gt;In the last entry, I noted that at least part of the challenge is that there are so many different types of functions that appear.  But I think that a significant issue comes back to confusion about what random variables represent and how they relate to questions that are posed.  Recall that a random variable summarizes some aspect of a random experiment as a single number.  (We will soon generalize to the ability to summarize with multiple random variables.)  Typical questions in probability focus on the probability of events and the average of certain quantities.  Almost always, we answer such questions by identifying an appropriate random variable.  We then decide how to characterize events in terms of that random variable, or how to express the quantity being averaged in terms of that random variable.&lt;br /&gt;&lt;br /&gt;The examples of random variables related to a sequence of Bernoulli trials provide our first real example of this type of reasoning, and I think this transition is part of why the topic was difficult for many of you.  First, we must remember that the random variable is not the same as the random experiment, but simply one of many different ways to summarize an aspect of that experiment.  The experiment itself is characterized completely by the sequence of Bernoulli trials, each of which is going to be either a success or a failure.  Random variables will be measurement that are related to these successes or failures, and we must choose an appropriate measurement that will allow us to answer the questions of interest.&lt;br /&gt;&lt;br /&gt;On our quiz last week, I gave the following scenario: "Apples are packaged in 3-pound bags.  Suppose that 4% of the time, the bag weighs less than 3 pounds.  You select bags randomly and weigh them in order."   In principle, there is an unlimited supply of bags of apples, and we indefinitely select a random bag and weigh it.  If we were to weigh enough bags over a long enough time, we would find that the fraction that are underweight appears 4% of the time.  However, for any particular number of weighings, we could have found any number of underweight bags.  The random experiment is described by an infinite sequence of F's and U's, with an F if the bag was full and a U if the bag was underweight.&lt;br /&gt;&lt;br /&gt;So now consider the first question: "What is the probability that you must weigh at least 20 bags before you find an underweight bag?"  One method that we could use to do this is to directly understand the event in question.  That is, we could create a tree diagram that would eventually give enough information to answer the question.  Unfortunately, this tree diagram would be much to cumbersome to answer a question about the first 20 bags weighed: 2^20 different outcomes after 20 weighings.  So we try to see if there is a random variable for this random experiment that has enough information to answer the question instead.&lt;br /&gt;&lt;br /&gt;There are actually multiple ways to choose a random variable to answer the question.  The best random variable is a geometric random variable, which counts the number of Bernoulli trials until we see the first success.  Since our question considers when we find the first underweight bag, we define success for our purposes as weighing a bag as underweight.  Thus, X counts the number of weighings until we find the first underweight bag.  If the first bag is underweight, X=1. But if the first 5 bags are full and the 6th bag is underweight, X=6.  Every path on our hypothetical tree diagram is associated with a particular value of the random variable.  Since an underweight bag will be chosen with probability p=0.04, we use X~Geometric(p=0.04).  Now, having chosen a random variable, we must determine how we answer the question in terms of that random variable.  The event of interest, "weigh at least 20 bags before you find an underweight bag," corresponds to an event, "X is greater than or equal to 20".  Thus, we wish to compute P[X≥20].&lt;br /&gt;&lt;br /&gt;Another way that we could answer the question is to consider that finding an underweight bag for the first time on or after the 20th weighing means that the first 19 bags must have all been full.  Consequently, we could answer our question using a Binomial random variable with n=19.  So let X count the number of underweight bags out of the first 19 that are weighed.  Again, a "success" is finding an underweight bag, so that X~Binomial(n=19,p=0.04).  Our event can now be restated as saying that "X is equal to 0".  But remember that the X in this paragraph is different from the random variable in the previous paragraph.  For this random variable, our question will be answered by computing P[X=0].&lt;br /&gt;&lt;br /&gt;The third question on the quiz asked, "What is the probability that you find the 5th underweight bag before you weigh 80 bags?"  The best choice for a random variable that will answer our question is to count the number trials until you do find the 5th underweight bag.  If we say that a trial is a success if the bag is underweight, then we are counting trials until the 5th success.  That is, our random variable X is a negative binomial random variable with r=5 (the number of successes needed to stop counting) and p=0.04 (the success probability).  We write this: X~Neg.Binom.(r=5,p=0.04).  To answer the question, we must realize that the event of interest is to say that X&lt;80.  (We stop counting before we reach 80.)  Thus, the answer would be P[X&lt;80].&lt;br /&gt;&lt;br /&gt;And of course, as I mentioned earlier, we could actually compute the probability using another type of random variable.  For this problem, we must find another way to describe the event of interest.  One way to do this is to realize that we find the fifth bag prior to the 80th weighing if there are at least 5 underweight bags by the time we weigh the 79th bag.  This can be represented using a binomial random variable.  Let our random variable X count the number of underweight bags in the first 79 weighed.  Thus, X~Binomial(n=79, p=0.04).  The probability we wish to compute is P[X&gt;5].&lt;br /&gt;&lt;br /&gt;In summary, to do well in probability, you will need to think probabilistically.  Before you can actually compute a quantity (which usually involves fairly straightforward mathematics), you must identify a random variable and understand how to answer the question in terms of that random variable.  Then you can use one of the appropriate functions to finally answer the question, whether it is a probability or an expectation.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4156201020188714381-6868929849670662535?l=waltonsjmumathblog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://waltonsjmumathblog.blogspot.com/feeds/6868929849670662535/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4156201020188714381&amp;postID=6868929849670662535' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4156201020188714381/posts/default/6868929849670662535'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4156201020188714381/posts/default/6868929849670662535'/><link rel='alternate' type='text/html' href='http://waltonsjmumathblog.blogspot.com/2008/02/success-with-random-variables.html' title='Success with Random Variables'/><author><name>Brian Walton</name><uri>http://www.blogger.com/profile/01474965246427735513</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4156201020188714381.post-5986226851935876449</id><published>2008-02-04T09:54:00.000-08:00</published><updated>2008-02-04T12:27:03.715-08:00</updated><title type='text'>Random Variables</title><content type='html'>&lt;p&gt;There seems to be a lot of confusion in relation to random variables.  Part of this has to do with students being pressed onto new subjects without necessarily understanding the previous material adequately.  Part of this has to do with the plethora of new functions that are introduced in relation to these random variables (e.g., a random variable X is itself a function in the probability space, it has a p.m.f., a m.g.f., and a c.d.f.).  And part of this confusion has to do with a variety of ways to compute things: probabilities, expectations, and moments. Before you allow yourself to be engulfed by the onslaught of waves of probability theory crashing down on you, take a breath (of air) and consider the following.&lt;br /&gt;&lt;br /&gt;&lt;p&gt;Probabilities most fundamentally describe random experiments.  The probability space (or sample space) describes the possible outcomes of the experiments in as much detail as necessary to completely characterize that experiment.  A random variable is a single numeric summary of the nature of the experimental outcome.  There are typically many different outcomes of the experiment that can lead to the same value for the random variable.  Furthermore, a single experiment can provide the information for many different random variables, each of which summarizes a different aspect of the experiment.&lt;br /&gt;&lt;br /&gt;&lt;p&gt;For example, suppose our experiment consists of rolling two standard 6-sided dice, one of which is red and the other is green.  There are 36 distinct outcomes.  We might be interested in the value of the red die, which value we could assign to a random variable R.  We might instead be interested in the value of the green die, which value we could assign to a random variable G.  Other values of interest might be the largest of the two values, the smallest of the two values, the sum of the values, the difference between the dice, the greatest common factor between the values, etc.  The list could go on forever, with each summary value corresponding to a different random variable.&lt;br /&gt;&lt;br /&gt;&lt;p&gt;The random variables R and G are independent because the roll of one does not influence the other.  They are also identically distributed.  The probability mass function (p.m.f.) for the random variable describes the probabilities of individual values for R. We either need a formula for an arbitrary value or a table showing all of the values to describe this function.  For this random variable, we have R(x)=1/6 for each of the values in the support S={1,2,3,4,5,6}. The expected value is defined as a sum over all possible values in the support&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp2.blogger.com/_-D_aK1tLL1I/R6dXJvOXefI/AAAAAAAAABQ/XmH2GlaaW_A/s1600-h/ExpectedValue.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://bp2.blogger.com/_-D_aK1tLL1I/R6dXJvOXefI/AAAAAAAAABQ/XmH2GlaaW_A/s320/ExpectedValue.png" alt="" id="BLOGGER_PHOTO_ID_5163191322610727410" border="0" /&gt;&lt;/a&gt;For a single die roll (R or G), we have E[R] = 1/6(1)+1/6(2)+...+1/6(6) = 3.5.&lt;br /&gt;&lt;br /&gt;&lt;p&gt;Let us now consider another random variable, S, which represents the sum of the two values.  That is, S=R+G.  The support for S is the set {2,3,...,12}.  We could compute the p.m.f. for this random variable: f(7)=6/36, f(6)=f(8)=5/36, f(5)=f(9)=4/36, f(4)=f(10)=3/36, f(3)=f(11)=2/36, and f(2)=f(12)=1/36.  And we could compute the expected value of the random variable using the definition of mathematical expectation:&lt;br /&gt;&lt;div style="text-align: center;"&gt;E[S]=2(1/36)+3(2/36)+...+10(3/36)+11(2/36)+12(1/36).&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;However, since S=R+G, we have a lovely little theorem that allows us to use a sum rule:&lt;br /&gt;&lt;div style="text-align: center;"&gt;E[S] = E[R+G] = E[R]+E[G] = 3.5+3.5 = 7.&lt;/div&gt;&lt;br /&gt;This is much easier than calculating using the definition.&lt;br /&gt;&lt;br /&gt;&lt;p&gt;So, we learn a lesson: if we can express a random variable as a sum of easier random variables, expected value may be more effectively calculated using these individual terms.&lt;br /&gt;&lt;br /&gt;&lt;p&gt;To continue, let us consider the distance between the two rolls.  That is, we introduce a random variable X = |R-G| to represent the distance between the rolls. The smallest possible value for X is 0, which occurs when the dice are the same. The largest possible value for X is 5, which occurs when one die is 1 and the other is 6.  So the support for X is the set S={0,1,2,3,4,5}. In this example, a table for the p.m.f. is much easier, computed based on the number of ways to obtain each distance:&lt;br /&gt;f(0)=6/36, f(1)=10/36, f(2)=8/36, f(3)=6/36, f(4)=4/36, f(5)=2/36&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp3.blogger.com/_-D_aK1tLL1I/R6dWe_OXeeI/AAAAAAAAABI/_iPHA2rSuh4/s1600-h/DiceDiffPMF_small.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://bp3.blogger.com/_-D_aK1tLL1I/R6dWe_OXeeI/AAAAAAAAABI/_iPHA2rSuh4/s320/DiceDiffPMF_small.png" alt="" id="BLOGGER_PHOTO_ID_5163190588171319778" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;For this problem, the random variable X is not easily expressed as a sum. So we must compute expected value using the original definition:&lt;br /&gt;&lt;div style="text-align: center;"&gt; E[X]=0(6/36)+1(10/36)+2(8/36)+3(6/36)+4(4/36)+5(2/36)=70/36.&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;In summary, a random variable is a single number that summarizes some aspect of a random experiment.  The p.m.f. of the random variable gives probabilities of individual outcomes.  The expected value (or mathematical expectation) computes the average of a random quantity weighted by appropriate probabilities of those values.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4156201020188714381-5986226851935876449?l=waltonsjmumathblog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://waltonsjmumathblog.blogspot.com/feeds/5986226851935876449/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4156201020188714381&amp;postID=5986226851935876449' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4156201020188714381/posts/default/5986226851935876449'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4156201020188714381/posts/default/5986226851935876449'/><link rel='alternate' type='text/html' href='http://waltonsjmumathblog.blogspot.com/2008/02/random-variables.html' title='Random Variables'/><author><name>Brian Walton</name><uri>http://www.blogger.com/profile/01474965246427735513</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://bp2.blogger.com/_-D_aK1tLL1I/R6dXJvOXefI/AAAAAAAAABQ/XmH2GlaaW_A/s72-c/ExpectedValue.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4156201020188714381.post-836829382842314951</id><published>2008-01-23T07:46:00.000-08:00</published><updated>2008-01-23T08:20:42.559-08:00</updated><title type='text'>Statistical Independence</title><content type='html'>I was talking with a student about independence the other day and realized that the student was thinking of independence as being unrelated.  In usual speech, we probably think of two outcomes as independent as being that they are not connected.  For example, we say that the American states won their independence from England when they broke the governing ties with England.&lt;br /&gt;&lt;br /&gt;However, statistical independence should be viewed in a different way.  It refers to events A and B so that A provides no information on whether the event B occurs or not. If A and B (remember, these are sets) have no overlap (mutually exclusive or disjoint), then if you knew that the outcome was in A, then it would be impossible that the outcome is in B.  Thus, the event A is providing information regarding event B and these are &lt;span style="font-weight: bold;"&gt;not&lt;/span&gt; statistically independent.  Similarly, if I knew that the outcome was not in A (i.e., the outcome is in A'), then we know that B is a larger portion of the remaining possible outcomes.  Again, that the outcome is in A' is giving information whether the outcome is in event B.&lt;br /&gt;&lt;br /&gt;We thus draw the conclusion that independent events &lt;span style="font-weight: bold;"&gt;must&lt;/span&gt; overlap.  In fact, they must overlap in a very significant way.  Suppose that A and B are independent and that P(A)=0.25 while P(B)=0.4.  By the definition of independence, we must have P(A∩B)=P(A)P(B)=(0.25)(0.4)=0.1.  To make this concrete, imagine that the sample space Ω has 100 possible, equally likely outcomes. Then A includes 25  outcomes and B includes 40 outcomes.  Our calculation then requires that the intersection A∩B includes 10 outcomes.&lt;br /&gt;&lt;br /&gt;Now, notice what this means about conditional probabilities.  If we restrict our attention to the set A (i.e., we are given that event A has occurred), then the newly restricted outcome space has 25 outcomes.  If we ask the probability that B occurs given this information, we know that 10 of these outcomes belong to B.  So P(B|A)=10/25=0.4.  Voila!  This is exactly the same as P(B).  Similarly, if we are given that event B has occured, then 10 of the 40 outcomes available belong to A so that P(A|B) = 10/40=0.25=P(A).&lt;br /&gt;&lt;br /&gt;How do we summarize this idea?  Well, if events A and B are independent, then each event must have a restricted but proportional representation of the other independent event. One way that we can do this is imagine that A and B are at right angles and overlap.  For the above example, we can arrange the 100 items into 5 rows and 20 columns.  &lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp2.blogger.com/_-D_aK1tLL1I/R5do_vOXedI/AAAAAAAAABA/Vdc5yL0pX1U/s1600-h/Independence.png"&gt;&lt;img style="cursor: pointer;" src="http://bp2.blogger.com/_-D_aK1tLL1I/R5do_vOXedI/AAAAAAAAABA/Vdc5yL0pX1U/s320/Independence.png" alt="" id="BLOGGER_PHOTO_ID_5158707342393965010" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;Then A might represent the first two columns (5×2=10) while B represents the first two rows (2×20=40).  Being given information that A occurs collapses the larger picture into a reduced picture consisting of only two columns. However, the fraction of rows represented by B remains the same and P(B|A)=P(B).&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;This idea expands to more than two events.  To have three independent events A, B, and C, we must imagine a three-dimensional grid corresponding to the outcome space so that A represents a simple division in one directions, B represents a second direction, and C represents the third direction.  Conditional probabilities given event A corresponds to collapsing the space in A's direction. But the B and C fractions of A remain exactly in the same proportion as they were originally.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4156201020188714381-836829382842314951?l=waltonsjmumathblog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://waltonsjmumathblog.blogspot.com/feeds/836829382842314951/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4156201020188714381&amp;postID=836829382842314951' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4156201020188714381/posts/default/836829382842314951'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4156201020188714381/posts/default/836829382842314951'/><link rel='alternate' type='text/html' href='http://waltonsjmumathblog.blogspot.com/2008/01/statistical-independence.html' title='Statistical Independence'/><author><name>Brian Walton</name><uri>http://www.blogger.com/profile/01474965246427735513</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://bp2.blogger.com/_-D_aK1tLL1I/R5do_vOXedI/AAAAAAAAABA/Vdc5yL0pX1U/s72-c/Independence.png' height='72' width='72'/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4156201020188714381.post-6404128299568342162</id><published>2008-01-22T10:36:00.000-08:00</published><updated>2008-01-22T10:41:54.552-08:00</updated><title type='text'>Simplifying with Factorials</title><content type='html'>As I was grading the second quiz, I see that I should point out that you should simplify as much as possible whenever you see a fraction involving factorials. For example suppose that you saw a fraction: 10!/(4!6!). You should know that immediately you can cancel the last 6 numbers to get: (10*9*8*7)/(4*3*2*1). But instead of multiplying out, you should cancel the 8 with 4*2 and the 9 with 3 to get: (10*3*7)=210.&lt;br /&gt;If you just multiply things out and do not simplify as you go, you will find that you get some awful numbers that are hard to find factors. In fact, you probably already were looking at the factors.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4156201020188714381-6404128299568342162?l=waltonsjmumathblog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://waltonsjmumathblog.blogspot.com/feeds/6404128299568342162/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4156201020188714381&amp;postID=6404128299568342162' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4156201020188714381/posts/default/6404128299568342162'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4156201020188714381/posts/default/6404128299568342162'/><link rel='alternate' type='text/html' href='http://waltonsjmumathblog.blogspot.com/2008/01/simplifying-with-factorials.html' title='Simplifying with Factorials'/><author><name>Brian Walton</name><uri>http://www.blogger.com/profile/01474965246427735513</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4156201020188714381.post-4091257853982556871</id><published>2008-01-21T08:49:00.000-08:00</published><updated>2008-01-23T08:22:20.356-08:00</updated><title type='text'>Discrete Random Variables (Section 2.1)</title><content type='html'>My philosophy is that class time should be used to facilitate learning and not simply to reiterate concepts that the book already explains adequately. I readily acknowledge that I am still learning how to accomplish such a feat, especially to help students overcome the tendency to avoid reading their textbook.&lt;br /&gt;&lt;br /&gt;As we leave chapter 1 where we learned basic ideas of the probability of events, we begin chapter 2 where we will focus on a family of random variables of the discrete type.&lt;br /&gt;Comparing Definition 2.1-1 with the definition I game in my first week slides, you should notice that there is a distinction between the outcome space of the experiment and the space of the random variable. The outcome space should represent the detailed description of the experiment, while the space of the random variable is the range of the random variable (as a function of the outcome or sample space). Pages 58 and 59 provide an important philosophical guide for what we are trying to accomplish and point out that observations might help us to estimate the probabilities associated with the random variable. However, we can often use basic assumptions to create a mathematical model for these probabilities. This chapter introduces a number of models that describe discrete random behavior.&lt;br /&gt;&lt;br /&gt;Definition 2.1-2 is very important, introducing the definition of the probability mass function. Problem 3 in the textbook helps test if you understand the basic ideas. One of the major points you need to remember is that for discrete type random variables, properties (b) and (c) compute probabilities using summations. When we get to continuous type random variables, the corresponding properties will replace summation with integration.&lt;br /&gt;&lt;br /&gt;In addition to basic principles (probability mass function (mathematical model' prediction) vs relative frequency (statistical estimate), bar graph vs histogram), we meet the first model for a random variable---the hypergeometric distribution---which describes choosing n objects from a total collection of two types of objects. The model is created by considering exactly the types of calculations used in chapter 1, by counting how many ways to select n objects from a total of N objects (denominator) and then also counting how many ways to choose x of the first type and n-x of the second type (numerator).&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4156201020188714381-4091257853982556871?l=waltonsjmumathblog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://waltonsjmumathblog.blogspot.com/feeds/4091257853982556871/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4156201020188714381&amp;postID=4091257853982556871' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4156201020188714381/posts/default/4091257853982556871'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4156201020188714381/posts/default/4091257853982556871'/><link rel='alternate' type='text/html' href='http://waltonsjmumathblog.blogspot.com/2008/01/discrete-random-variables-section-21.html' title='Discrete Random Variables (Section 2.1)'/><author><name>Brian Walton</name><uri>http://www.blogger.com/profile/01474965246427735513</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4156201020188714381.post-1938528223344330527</id><published>2008-01-21T08:33:00.000-08:00</published><updated>2008-01-21T08:48:57.492-08:00</updated><title type='text'>Spring 2008 Introduction</title><content type='html'>Welcome to my math blog. Last semester, I created a blog that would be specific to one course. But it seems silly to keep creating new blogs for each course. So I'm going to experiment with using one blog for a sequence of courses.&lt;br /&gt;This semester (Spring 2008), I am teaching Math 318, an introduction to probability and statistics. Most of the blog entries will correspond to that course for the next few months.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4156201020188714381-1938528223344330527?l=waltonsjmumathblog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://waltonsjmumathblog.blogspot.com/feeds/1938528223344330527/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4156201020188714381&amp;postID=1938528223344330527' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4156201020188714381/posts/default/1938528223344330527'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4156201020188714381/posts/default/1938528223344330527'/><link rel='alternate' type='text/html' href='http://waltonsjmumathblog.blogspot.com/2008/01/spring-2008-introduction.html' title='Spring 2008 Introduction'/><author><name>Brian Walton</name><uri>http://www.blogger.com/profile/01474965246427735513</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
