<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><!-- generator="wordpress/2.2.2" --><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">

<channel>
	<title>Principles of Mathematics</title>
	<link>http://www.limeehai.com</link>
	<description>Understanding Maths | Appreciating Equations</description>
	<pubDate>Wed, 23 Jul 2008 16:58:09 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.2</generator>
	<language>en</language>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/PrincipleOfMathematics" type="application/rss+xml" /><item>
		<title>Mental Alertness In Maths Calculation</title>
		<link>http://www.limeehai.com/517/mind-alertness-in-maths-calculation/</link>
		<comments>http://www.limeehai.com/517/mind-alertness-in-maths-calculation/#comments</comments>
		<pubDate>Sun, 20 Jul 2008 04:06:58 +0000</pubDate>
		<dc:creator>limeehai</dc:creator>
		
		<category><![CDATA[Learning Maths]]></category>

		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.limeehai.com/517/mind-alertness-in-maths-calculation/</guid>
		<description><![CDATA[We are human after-all.  Why do I say that?
Did you make simple maths error especially after a certain period of performing maths calculations?
Our mind has to have the strength and stamina to stay active and alert to have 0% error.
This is not a maths problem. Rather it is a psychological problem.
How then are we to [...]]]></description>
			<content:encoded><![CDATA[<p>We are human after-all.  Why do I say that?</p>
<p>Did you make simple maths error especially after a certain period of performing maths calculations?</p>
<p>Our mind has to have the strength and stamina to stay active and alert to have 0% error.</p>
<p>This is not a maths problem. Rather it is a psychological problem.</p>
<p>How then are we to minimise, if not eliminate, these simple maths errors that we hate to make?</p>
<p>Below I list a simple trick that I often used and advise maths learners.</p>
<p>- Before starting to do any maths assignment, or test, or examination,  scan through the whole paper to scout out the simple and difficult questions.</p>
<p>- Start off with the complex questions or those that you are not that confident with. You need the attention to &#8220;attack&#8221; those questions while your brain is still alert. (Note the time factor too, otherwise, you may consume too much time for them leaving little time for the simple ones!)</p>
<p>- After completing the complex questions, you will be more relax mentally to solve the other questions. And given the simplicity, less error will be made since you have scanned through the paper initially and has better confidence in dealing with them.</p>
<p>This is a proposal that balance mental alertness with solving math questions.</p>
<p>Maths solving can be taxing, but with proper strategy, you can lessen the anxiety and, in fact, after more practice, like and enjoy maths.</p>
<p> <img src='http://www.limeehai.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.limeehai.com/517/mind-alertness-in-maths-calculation/feed/</wfw:commentRss>
		</item>
		<item>
		<title>“+” Its Many Interpretations</title>
		<link>http://www.limeehai.com/516/its-many-interpretations/</link>
		<comments>http://www.limeehai.com/516/its-many-interpretations/#comments</comments>
		<pubDate>Sun, 22 Jun 2008 05:42:44 +0000</pubDate>
		<dc:creator>limeehai</dc:creator>
		
		<category><![CDATA[Algebra]]></category>

		<guid isPermaLink="false">http://www.limeehai.com/516/its-many-interpretations/</guid>
		<description><![CDATA[Maths consists of many symbols. The four basic maathematical operators are the &#8220;+&#8221;, &#8220;-&#8221;, &#8220;/&#8221; and &#8220;x&#8221;.
We use them easily in many maths expressions. In normal usage, they are maths operator. But there are some instances where their meaning deviates and is important that the maths learners are aware of.
This deviation to the normal meaning [...]]]></description>
			<content:encoded><![CDATA[<p>Maths consists of many symbols. The four basic maathematical operators are the &#8220;+&#8221;, &#8220;-&#8221;, &#8220;/&#8221; and &#8220;x&#8221;.</p>
<p>We use them easily in many maths expressions. In normal usage, they are maths operator. But there are some instances where their meaning deviates and is important that the maths learners are aware of.</p>
<p>This deviation to the normal meaning happens to allow maatching to the application.</p>
<p>Let&#8217;s take a simple example of the &#8220;+&#8221; operation.</p>
<p><strong>Case 1:</strong></p>
<p>H + H + O = H<sub>2</sub>O</p>
<p>This is the addition of chemical elements with a different results from normal maaths.</p>
<p>The interpretation differs to suit the chemical equation. It is valid. But not for true maaths!</p>
<p><strong>Case 2:</strong></p>
<p>A + A = A</p>
<p>Why is it not A + A = 2A?</p>
<p>This is an instance of the Boolean Algebra. In boolean operation, there is no &#8220;2&#8243;, being in base 2.</p>
<p>In boolean or digital operation, the &#8220;A&#8221; can mean a &#8220;High&#8221; logic or &#8220;1&#8243;.</p>
<p>Therefore, a &#8220;High&#8221; added to &#8220;High&#8221; will still give a &#8220;High&#8221; logic (in the electrical sense).</p>
<p>Thus A + A = A&gt; Still a valid add (+) operation in this digital sense.</p>
<p><strong>Case 3:</strong></p>
<p>a++</p>
<p>In this case, the operation is actually an abbreviation of a programming language.</p>
<p>What it really does is to replace the result of a mathematical operation of a + 1 back to itself.</p>
<p>A location called &#8220;a&#8221; is provided (in hardware) and the results of the operation &#8220;a + 1&#8243; is placed back to the &#8220;a&#8221; location. This is again a valid &#8220;+&#8221; process with a different meaning to the normal maths operation.</p>
<p> The 3 cases highlighted serves to let maths learners know that the symbol &#8220;+&#8221;, though looks simple, is als subjected to many interpretations. Thus everyone needs to be aware of its matching to the specific applications.</p>
<p> <img src='http://www.limeehai.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.limeehai.com/516/its-many-interpretations/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Log X Is Just A Number</title>
		<link>http://www.limeehai.com/515/log-x-is-just-a-number/</link>
		<comments>http://www.limeehai.com/515/log-x-is-just-a-number/#comments</comments>
		<pubDate>Sat, 14 Jun 2008 11:12:41 +0000</pubDate>
		<dc:creator>limeehai</dc:creator>
		
		<category><![CDATA[Logarithm]]></category>

		<category><![CDATA[Algebra]]></category>

		<guid isPermaLink="false">http://www.limeehai.com/515/log-x-is-just-a-number/</guid>
		<description><![CDATA[I happened to come across an interesting mistake made by a maths student.
The mistake inter-mixed the principles of algebra with logarithm.
The maths question is to solve the value of x given the expression:
2+ log (5x - 1)  = log 3x
The expression, after transferring the &#8220;log (5x -1)&#8221; to the right side of the &#8220;=&#8221;, became
2 = [...]]]></description>
			<content:encoded><![CDATA[<p>I happened to come across an interesting mistake made by a maths student.</p>
<p>The mistake inter-mixed the principles of algebra with logarithm.</p>
<p>The maths question is to solve the value of x given the expression:</p>
<p>2+ log (5x - 1)  = log 3x</p>
<p>The expression, after transferring the &#8220;log (5x -1)&#8221; to the right side of the &#8220;=&#8221;, became</p>
<p>2 = log 3x  -  log (-5x + 1) !</p>
<p>Spotted the mistake done ?</p>
<p>Why was the &#8220;log (-5x + 1)&#8221; in that form?</p>
<p>The correct expression should be 2 = log 3x - log <strong>(5x - 1).</strong></p>
<p>What actually went inside the student&#8217;s mind was confusion between algebra and logarithm. He did not understand the concept of &#8220;logging&#8221; the (5x -1).</p>
<p>Log X is always a number!</p>
<p>Similarly log (5x - 1) is also a number.</p>
<p>Therefore log (5x - 1) moves as a number, same as in moving algebraic term.</p>
<p>If we have 2 + (x-a) = y,       re-arranging the expression,    gives us 2 = y - ( x-a).</p>
<p>The term &#8220;x-a&#8221; is taken as a whole, with change in the sign of (x -a)  and not including that of the individual internal &#8220;a&#8221; and &#8220;x&#8221;. This is basic algebra.</p>
<p>Moving log (5x - 1) is the same. Being a number, it operates equivalent to the algebraic manipulation.</p>
<p>The log (5x -1) is thus taken as a whole and sign change affects only the term as a whole. It does not affect the individual internal &#8220;5x&#8221; and &#8220;-1&#8243;!</p>
<p>Part of learning maths is following rules and principles.</p>
<p>The mistake made by the student was a reflection of correct algebraic change, but in the wrong sense. &#8220;Log&#8221; had convert the term into a number, and that was the mistake not captured.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.limeehai.com/515/log-x-is-just-a-number/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How To Draw Best Fitting Straight Line</title>
		<link>http://www.limeehai.com/511/how-to-draw-best-fitting-straight-line/</link>
		<comments>http://www.limeehai.com/511/how-to-draw-best-fitting-straight-line/#comments</comments>
		<pubDate>Fri, 30 May 2008 16:24:07 +0000</pubDate>
		<dc:creator>limeehai</dc:creator>
		
		<category><![CDATA[Graphs]]></category>

		<guid isPermaLink="false">http://www.limeehai.com/511/how-to-draw-best-fitting-straight-line/</guid>
		<description><![CDATA[In graph analysis, we are normally given a set of co-ordinates to plot and extract the important parameters from the straight line drawn.
The data given are mostly random values that may not be lying on a straight line.
Therefore the technique of drawing this straight line on the graph becomes a crucial skill as it may [...]]]></description>
			<content:encoded><![CDATA[<p>In graph analysis, we are normally given a set of co-ordinates to plot and extract the important parameters from the straight line drawn.</p>
<p>The data given are mostly random values that may not be lying on a straight line.</p>
<p>Therefore the technique of drawing this straight line on the graph becomes a crucial skill as it may results in producing inaccurate answers or outcomes.</p>
<p>An example is presented here for discussion.</p>
<p><img src="http://www.limeehai.com/wp-content/uploads/2008/05/graph-1.jpg" alt="Graph of straight line plots" /></p>
<p>Diagram 1:  Various random co-ordinates scattered over the sheet</p>
<p>How do we plot a suitable straight line from these few scattered co-ordinates?</p>
<p>Many &#8220;funny&#8221; ways exist that reflects poor understanding of the purpose for straight line plotting.</p>
<p>Way one: <br />
Connecting up the points in sequence  ==&gt;  <strong>Results in non-straight line end-to-end</strong>.</p>
<p>Way two:<br />
Connecting the extreme two co-ordinates ==&gt; <strong>Results in unbalanced straight line</strong> (diagram 2)</p>
<p><img src="http://www.limeehai.com/wp-content/uploads/2008/05/graph-2.jpg" alt="Unbalanced straight line graph" /></p>
<p>Diagram 2:   Uneven gaps between points and line drawn</p>
<p>Here you can clearly see that there are 2 points that are above the straight line by a certain gap. The spread of the random points are not evenly balanced about the straight line drawn.</p>
<p>Let&#8217;s see a better way to fit the line to these randomly scattered points. (Diagram 3)</p>
<p><img src="http://www.limeehai.com/wp-content/uploads/2008/05/graph-3.jpg" alt="Best fitting straight line plot" /></p>
<p>Diagram 3</p>
<p>In diagram 3, you can see that the scattered points are evenly balanced across the length of the straight line drawn. The gaps of the crosses are almost the same through.</p>
<p>This is termed the &#8220;<strong>Best fitting straight line</strong>&#8220;.</p>
<p>Therefore in plotting a straight line, it is the evenness that counts. The spread of the points has to be <strong>balanced</strong> so that the <strong>individual errors of the given data to the line can be minimised</strong>. The line drawn is then one that will produce a more accurate results. </p>
<p>Never imagine that so much thoughts are needed just to plot a straight line graph, right?</p>
<p> <img src='http://www.limeehai.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.limeehai.com/511/how-to-draw-best-fitting-straight-line/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How To Get Gradient and Intercept from Two Points</title>
		<link>http://www.limeehai.com/509/how-to-get-gradient-and-intercept-from-two-points/</link>
		<comments>http://www.limeehai.com/509/how-to-get-gradient-and-intercept-from-two-points/#comments</comments>
		<pubDate>Mon, 26 May 2008 15:29:33 +0000</pubDate>
		<dc:creator>limeehai</dc:creator>
		
		<category><![CDATA[Graphs]]></category>

		<category><![CDATA[Algebra]]></category>

		<guid isPermaLink="false">http://www.limeehai.com/509/how-to-get-gradient-and-intercept-from-two-points/</guid>
		<description><![CDATA[Gradient and intercept are two key items to a straight line expression.
In maths, to obtain the equation of a line from two given co-ordinates, we inevitably think of graph plotting. This is one good way to obtain the answer by finding the gradient and intercept.
Let&#8217;s take an example.
2 points:   (1, 5)  and (3, 11) are given. What [...]]]></description>
			<content:encoded><![CDATA[<p>Gradient and intercept are two key items to a straight line expression.</p>
<p>In maths, to obtain the equation of a line from two given co-ordinates, we inevitably think of graph plotting. This is one good way to obtain the answer by finding the gradient and intercept.</p>
<p>Let&#8217;s take an example.</p>
<p>2 points:   (1, 5)  and (3, 11) are given. What is the straight line expression?</p>
<p>By plotting these two points on a graph, we can easily determine the gradient and intercept, and then the mathematical expression for the equation.</p>
<p><img src="http://www.limeehai.com/wp-content/uploads/2008/05/str-line-1.jpg" alt="Straight line graph" /></p>
<p>Diag: Graph with 2 points.</p>
<p>From the graph, to determine the gradient, we can check:</p>
<ul>
<li>increase of the vertical unit with reference from the 2 points as 11 - 5 = 6 units, and</li>
<li>increase of the horizontal unit from the 2 points as 3 - 1 = 2 units,</li>
</ul>
<p>Gradient = change in vertical / change in horizontal = 6 / 2 = 3</p>
<p>The next item is the intercept, and directly from the graph, it showed the value to be 2.</p>
<p>Therefore, the straight line expression comes to    <strong>y = 3 x + 2.</strong></p>
<p>This graphical method is OK, simple and easy to do.</p>
<p><strong>But is this the only way to get the straight line expression from 2 points given?</strong></p>
<p>No, there is at least one other method. Don&#8217;t forget maths is exciting and amazing, if one wishes it to be.</p>
<p>What is the other way?   The answer is the use of <strong>simultaneous equations</strong>!</p>
<p>How so?</p>
<p>Note, given 2 co-ordinates and having to find 2 unknowns satisfies the basic requirement to set up 2 equations for simultaneous solving.</p>
<p>We know the general straight line equation to be y = mx + c.</p>
<p>Therefore with the known co-ordinates,</p>
<p>11 = m(3) + c   &#8212;&#8211;(A)</p>
<p>5 = m(1)  + c    &#8212;&#8211;(B)</p>
<p>By elimination method, (A) - (B),  gives,</p>
<p>6 = m(2)   ===&gt;  this gives <strong>m</strong> = 6 / 2 = <strong>3</strong>  (The <strong>gradient</strong>!)</p>
<p>With  m = 3 found, let&#8217;s put back into equation (B),</p>
<p>5 = (3)(1) + c  ===&gt;  <strong>c </strong>= 5 - 3 = <strong>2 </strong> (The <strong>intercept</strong>!)</p>
<p>Thus, the straight line equation is <strong>y = 3 x + 2</strong>.   This is the same as the one obtained with graphical method.</p>
<p>Therefore, from the simultaneous way, we can still obtain the expression from the 2 given co-ordinates, without plotting the graph.</p>
<p>Either which way is fine.</p>
<p>What is interesting is that once you master the principles of maths, you can be flexible to choose the method that you like and still arrive at an appropriate answer.</p>
<p>Enjoy maths!   <img src='http://www.limeehai.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.limeehai.com/509/how-to-get-gradient-and-intercept-from-two-points/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How To Reduce Stress In Learning Maths</title>
		<link>http://www.limeehai.com/508/how-to-reduce-stress-in-learning-maths/</link>
		<comments>http://www.limeehai.com/508/how-to-reduce-stress-in-learning-maths/#comments</comments>
		<pubDate>Thu, 22 May 2008 15:07:56 +0000</pubDate>
		<dc:creator>limeehai</dc:creator>
		
		<category><![CDATA[Math Anxiety]]></category>

		<category><![CDATA[Learning Maths]]></category>

		<category><![CDATA[Inspiration]]></category>

		<category><![CDATA[Self-improvement]]></category>

		<category><![CDATA[Psychology]]></category>

		<guid isPermaLink="false">http://www.limeehai.com/508/how-to-reduce-stress-in-learning-maths/</guid>
		<description><![CDATA[Have you been caught having to memorise maths formulae, the mathematical concepts, the &#8221;little&#8221; tricks, and the progressive steps in a given duration that many claimed to be too short?
&#8220;How to remember?&#8221;
&#8220;Why teach so fast?&#8221;
&#8220;Any simpler method?&#8221;
These are sampled questions that express the stress and anxiety that many students faced.
Though some of the components of teaching and [...]]]></description>
			<content:encoded><![CDATA[<p>Have you been caught having to memorise maths formulae, the mathematical concepts, the &#8221;little&#8221; tricks, and the progressive steps in a given duration that many claimed to be too short?</p>
<p>&#8220;How to remember?&#8221;</p>
<p>&#8220;Why teach so fast?&#8221;</p>
<p>&#8220;Any simpler method?&#8221;</p>
<p>These are sampled questions that express the stress and anxiety that many students faced.</p>
<p>Though some of the components of teaching and learning can be simplified, they take time to implement with due consideration for many other factors like curriculum, key learning objectives, and quality.</p>
<p>What then can we do to lessen the stress that keep on coming?</p>
<p>The answer is to stay focus and be aware of the key objectives of the topic.</p>
<p>If the maths topic is about logarithm and its various laws, the objectives should be to apply the logarithmic laws to solve any related maths questions.</p>
<p>Do not ask questions like</p>
<p>&#8220;Why must I write the base with a smaller font size?&#8221; and</p>
<p>&#8220;Why do I need to add the individual logs to form a logarithmic product?&#8221;.</p>
<p>Asking questions is definitely good for learning, but in these instances, the focus is not to dig out the history part of logarithmic studies. The main aim is understanding the application of the laws in order to apply and solve problems.  It is simply just that!</p>
<p>Trying to find out more than what the maths syllabus calls for within the short time frame is tantamount to facing learning disaster.</p>
<p>Just know that <strong>analysing too much</strong> into a subject or topic is equivalent to <strong>paralysing the learning mind</strong>. Stress, thus, appears and starts making friends.</p>
<p>Remove the unnecessary questions that blocks the main objectives and move along with the requirements. Pick up the extras only if you have the time and in a comfortable and relaxed mood.</p>
<p>Why cause undue stress and anxiety upon yourself if the key matters in maths learning is not treated properly? <strong>Contain the scope and stay focus!</strong></p>
<p>Do not dwell on things that are not the main issue and causing mental blockage. Accept what is taught with the knowledge that they are meant for application.</p>
<p>This way, learning maths will not be that stressful and will become fun, since the basics can be managed comfortably with understanding.</p>
<p> <img src='http://www.limeehai.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.limeehai.com/508/how-to-reduce-stress-in-learning-maths/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Ways To Improve Logical Learning Part Of Maths</title>
		<link>http://www.limeehai.com/506/ways-to-improve-logical-learning-part-of-maths/</link>
		<comments>http://www.limeehai.com/506/ways-to-improve-logical-learning-part-of-maths/#comments</comments>
		<pubDate>Tue, 20 May 2008 14:57:26 +0000</pubDate>
		<dc:creator>limeehai</dc:creator>
		
		<category><![CDATA[Learning Maths]]></category>

		<category><![CDATA[Teaching Maths]]></category>

		<category><![CDATA[Indices]]></category>

		<category><![CDATA[Logarithm]]></category>

		<category><![CDATA[Self-improvement]]></category>

		<category><![CDATA[Inspiration]]></category>

		<category><![CDATA[Psychology]]></category>

		<guid isPermaLink="false">http://www.limeehai.com/506/ways-to-improve-logical-learning-part-of-maths/</guid>
		<description><![CDATA[In learning of maths, as with learning of other subjects, we need to understand our learning styles.  The styles are namely, visual, auditory and kinesthetic.
Each of us has one particular dominant style. Knowing which one will thus serve us good. However, the learning style itself is still not enough, we need to also know the types [...]]]></description>
			<content:encoded><![CDATA[<p>In learning of maths, as with learning of other subjects, we need to understand our learning styles.  The styles are namely, visual, auditory and kinesthetic.</p>
<p>Each of us has one particular dominant style. Knowing which one will thus serve us good. However, the learning style itself is still not enough, we need to also know the types of intelligence we possess.</p>
<p>The learning styles are used to gather information and ideas, through the senses, for the brain. But how do we process the information captured afterwards depends much on the intelligences that we also have.</p>
<p>In maths learning, what we need is the logical / mathematical intelligence.</p>
<p>This lets us do all sort of computations and comparisons that maths requires.</p>
<p>An example is the conversion of an expression in logarithmic form to its index form (and vice versa).</p>
<p>log<sub>a</sub>Y = X &lt;==&gt; a<sup>X</sup> = Y</p>
<p>Though, this conversion seems simple enough, it is found that many students still have difficulties in converting the above.  Do they lack this logical intelligence?</p>
<p>The answer is &#8220;maybe&#8221; and &#8220;maybe not&#8221;.</p>
<p>They may have possess this logical intelligence, but has not yet enhanced it.</p>
<p>One way to offset this weakness in the logical comparison part of intelligence is to introduce the visual intelligence into maths learning.</p>
<p>What is this visual intelligence?</p>
<p>This is the &#8220;appearance&#8221; aspect of information processing. Here, colour, shapes, and the likes are linked up to the information.</p>
<p>Why introduce the visual intelligence?</p>
<p>The main reason is to bridge up the right and left brain, a theory that is now well-known and practiced throughout the learning and teaching communities.</p>
<p>Now, let&#8217;s see how we can solve the logarithmic and index conversion through the use of the visual intelligence.</p>
<p><img src="http://www.limeehai.com/wp-content/uploads/2008/05/log-pictures.gif" alt="visuals in maths learning" title="visuals in maths learning" /></p>
<p>The examples above showed two very interesting ways to enhance the learning.  <img src='http://www.limeehai.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>The first one is to replace and &#8220;beautify&#8221; the symbols with pictures or graphics to arouse retention ability.</p>
<p>The second one is to make use of colours to strengthen the symbols and their placements.</p>
<p>By seeing pictures and colours, although they are no way close to any maths topics, the learning of maths is greatly improved especially for the logical comparison portion.</p>
<p>Therefore, if possible, introduce as many &#8220;visuals&#8221; into maths as you can. They will make maths learning a totally new experience. Take care of intelligences and intelligences will take care of you.</p>
<p>Inspired ? </p>
<p> <img src='http://www.limeehai.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.limeehai.com/506/ways-to-improve-logical-learning-part-of-maths/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Benefits Of Knowing How To Solve Quadratic Equations</title>
		<link>http://www.limeehai.com/502/benefits-of-knowing-how-to-solve-quadratic-equations/</link>
		<comments>http://www.limeehai.com/502/benefits-of-knowing-how-to-solve-quadratic-equations/#comments</comments>
		<pubDate>Sun, 18 May 2008 02:45:10 +0000</pubDate>
		<dc:creator>limeehai</dc:creator>
		
		<category><![CDATA[Learning Maths]]></category>

		<category><![CDATA[Self-improvement]]></category>

		<guid isPermaLink="false">http://www.limeehai.com/502/benefits-of-knowing-how-to-solve-quadratic-equations/</guid>
		<description><![CDATA[In elementary school, we are exposed to quadratic equations and their solving. We focus alot on this topics which is deemed the basic of any algebraic studies.
The generic quadratic equation is  y = a x2 + bx + c.
We know there are various methods to handle the quadratic equations.
There are:

Factoring
Completing the Square
Quadratic Formula
Graphical

Mastering all these techniques allow [...]]]></description>
			<content:encoded><![CDATA[<p>In elementary school, we are exposed to quadratic equations and their solving. We focus alot on this topics which is deemed the basic of any algebraic studies.</p>
<p>The generic quadratic equation is  y = a x<sup>2</sup> + bx + c.</p>
<p>We know there are various methods to handle the quadratic equations.</p>
<p>There are:</p>
<ul>
<li>Factoring</li>
<li>Completing the Square</li>
<li>Quadratic Formula</li>
<li>Graphical</li>
</ul>
<p>Mastering all these techniques allow anyone studying maths to have the flexibility of choosing a better or suitable method that fits the nature of the question.</p>
<p>However, do note that if there is problem learning all these techniques at one go, <a target="_blank" href="http://www.limeehai.com/500/principles-of-learning-mathematics-know-your-limits/"><strong>click here</strong> </a>to get some pointers.</p>
<p>What is the benefit?</p>
<p>Many maths questions are actually quadratic in expression. They may not appear so, but, on closer look, they are.</p>
<p>Examples:</p>
<ul>
<li>3 cos<sup>2</sup> A + 2cosA + 4 = 0</li>
<li>2 (log Y)<sup>2</sup> + 2(logY) + 3 = 0</li>
<li>4<sup>x</sup> + 3(2<sup>x</sup>) - 5 = 0</li>
<li>5x<sup>-2</sup> - 7x<sup>-1</sup> - 6 = 0</li>
</ul>
<p>Being able to handle the generic quadratic equation solving means having the potential to solve numerous other types of quadratic equations as listed above.</p>
<p>What is the obstacle if you still cannot map the quadratic solving method to the other types of expressions?</p>
<p><strong><u>Tips:</u></strong> </p>
<ol>
<li>Stare at the given expression</li>
<li>Identify the terms that matches the x<sup>2</sup> format.</li>
<li>Identify the other two terms through the &#8220;x&#8221; format and pure number format.</li>
<li>After re-writting the questions in the generic quadratic form, apply any of the method to solve this quadratic equation.</li>
</ol>
<p>And that&#8217;s all.</p>
<p>Simple isn&#8217;t it?</p>
<p>Thus, mastering any one method of handling quadratic equation allows anyone to solve many other types of quadratic equations. Therefore, it is worth the time and effort to know solving these type of mathematical expression.</p>
<p><strong>Bonus information:</strong></p>
<p>Let&#8217;s look into this example  </p>
<li>5x<sup>-2</sup> - 3x<sup>-1</sup> - 2 = 0</li>
<p>The first term can be modified to 5(x<sup>-1</sup>)<sup><strong>2</strong></sup>.<br />
The second term can be modified to 3(x<sup>-1</sup>).<br />
The last term will be obviously the pure number &#8220;2&#8243;.</p>
<p>Selecting the use of quadractic formula, we can say that a = 5, b= -3 and c = -2.</p>
<p>Next, just apply the quadratic formula and you are close to the two answers (roots) of the equation,</p>
<p>x<sup>-1</sup> = -4/10 or 1.   Clear?  </p>
<p>If not, read again&#8230; Our brain needs some mental exercise at times.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.limeehai.com/502/benefits-of-knowing-how-to-solve-quadratic-equations/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
