<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Coffeestops 2.0! &#187; Tutorial</title>
	<atom:link href="http://ourcoffeestops.com/category/general/tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://ourcoffeestops.com</link>
	<description>Kopitiam for everyone!</description>
	<lastBuildDate>Sat, 11 Jun 2011 05:18:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Tutorial : Solving Equations Involving Logarithms Problem 1</title>
		<link>http://ourcoffeestops.com/2009/02/tutorial-solving-equations-involving-logarithms-problem-1/</link>
		<comments>http://ourcoffeestops.com/2009/02/tutorial-solving-equations-involving-logarithms-problem-1/#comments</comments>
		<pubDate>Fri, 20 Feb 2009 16:00:56 +0000</pubDate>
		<dc:creator>Christopher</dc:creator>
				<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://ourcoffeestops.com/?p=1903</guid>
		<description><![CDATA[Solve log<sub>10</sub>5 - 1 = log<sub>10</sub>(2x + 7) -  log<sub>10</sub>(x + 15).

<em>Taken from the Integrated Curriculum for Secondary Schools Additional Mathematics Form 4 2005 ed. page 86 Practice 16 Question 1(d)</em>]]></description>
			<content:encoded><![CDATA[<p>Solve log<sub>10</sub>5 &#8211; 1 = log<sub>10</sub>(2x + 7) &#8211;  log<sub>10</sub>(x + 15).</p>
<p><em>Taken from the Integrated Curriculum for Secondary Schools Additional Mathematics Form 4 2005 ed. page 86 Practice 16 Question 1(d)</em></p>
<p>The laws of logarithms state that,<br />
log<sub>a</sub>xy = log<sub>a</sub>x + log<sub>a</sub>y<br />
log<sub>a</sub>x/y = log<sub>a</sub>x &#8211; log<sub>a</sub>y<br />
log<sub>a</sub>x<sup>n</sup> = n log<sub>a</sub>x</p>
<p>First, group all terms with log<sub>10</sub>.<br />
log<sub>10</sub>5 &#8211; 1 = log<sub>10</sub>(2x + 7) &#8211;  log<sub>10</sub>(x + 15)<br />
log<sub>10</sub>5 &#8211; log<sub>10</sub>(2x + 7) +  log<sub>10</sub>(x + 15) = 1</p>
<p>We simplify log<sub>10</sub>5 &#8211; log<sub>10</sub>(2x + 7) +  log<sub>10</sub>(x + 15).<br />
Use these laws of logarithms.<br />
log<sub>a</sub>xy = log<sub>a</sub>x + log<sub>a</sub>y<br />
log<sub>a</sub>x/y = log<sub>a</sub>x &#8211; log<sub>a</sub>y<br />
We get log<sub>10</sub>5(x + 15) / (2x + 7) = 1.</p>
<p>Rearranging the equation, we get<br />
5(x + 15) / (2x + 7) = 10<sup>1</sup><br />
5x + 75 = 10 (2x + 7)<br />
5x + 75 = 20x + 70<br />
15x = 5.<br />
x = 5/15 = 1/3</p>
<p>We can then conclude that x = 1/3.</p>
<img src="http://ourcoffeestops.com/wordpress/?ak_action=api_record_view&id=1903&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://ourcoffeestops.com/2009/02/tutorial-solving-equations-involving-logarithms-problem-1/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Tutorial : Determining Approximate Values Problem 2</title>
		<link>http://ourcoffeestops.com/2009/02/tutorial-determining-approximate-values-problem-2/</link>
		<comments>http://ourcoffeestops.com/2009/02/tutorial-determining-approximate-values-problem-2/#comments</comments>
		<pubDate>Thu, 19 Feb 2009 16:00:26 +0000</pubDate>
		<dc:creator>Christopher</dc:creator>
				<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://ourcoffeestops.com/?p=1819</guid>
		<description><![CDATA[Given that y = 4x<sup>2</sup> - 5x + 3. If x increases by 1.5% at the instant when x = 3, find the corresponding percentage change in y.

<em>Taken from the Integrated Curriculum for Secondary Schools Additional Mathematics Form 4 2005 ed. pg 215 Formative Exercise 9.5 Question 8</em>
]]></description>
			<content:encoded><![CDATA[<p>Given that y = 4x<sup>2</sup> &#8211; 5x + 3. If x increases by 1.5% at the instant when x = 3, find the corresponding percentage change in y.</p>
<p><em>Taken from the Integrated Curriculum for Secondary Schools Additional Mathematics Form 4 2005 ed. pg 215 Formative Exercise 9.5 Question 8</em></p>
<p>Recall that y<sub>new</sub> = y<sub>initial</sub> + δy = y<sub>initial</sub> + (dy/dx)δx.<br />
Note that δy/δx = dy/dx.<br />
Hence, δy = (dy/dx)δx.</p>
<p>First, we find dy/dx.<br />
y = 4x<sup>2</sup> &#8211; 5x + 3<br />
dy/dx = (2)4x<sup>2 &#8211; 1</sup> &#8211; 5x<sup>1 &#8211; 1</sup> = 8x &#8211; 5</p>
<p>δy = (dy/dx)δx.<br />
Find the value of δx .<br />
We know that x increased by 1.5% at the instant when x = 3.<br />
Therefore,<br />
δx = 3 x 0.015 = 0.045.</p>
<p>Find the value of dy/dx at the instant when x = 3<br />
Therefore,<br />
dy/dx = 8(3) &#8211; 5 = 19.</p>
<p>Replace dy/dx and δx with the acquired values.<br />
δy = (19)(0.045) = 0.855</p>
<p>At the instant when x = 3,<br />
y = 4(3)<sup>2</sup> &#8211; 5(3) + 3 = 24</p>
<p>Therefore, the percentage of change in y = 0.855 / 24 X 100% = 3.56%</p>
<img src="http://ourcoffeestops.com/wordpress/?ak_action=api_record_view&id=1819&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://ourcoffeestops.com/2009/02/tutorial-determining-approximate-values-problem-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tutorial : Determining Approximate Values Problem 1</title>
		<link>http://ourcoffeestops.com/2009/02/tutorial-determining-approximate-values-problem-1/</link>
		<comments>http://ourcoffeestops.com/2009/02/tutorial-determining-approximate-values-problem-1/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 16:00:08 +0000</pubDate>
		<dc:creator>Christopher</dc:creator>
				<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://ourcoffeestops.com/?p=1880</guid>
		<description><![CDATA[A cylinder has a fixed height of 12 cm and a radius of 5cm. If the radius shrinks by 0.05cm, find
(a) the approximate change in the volume of the cylinder.
(b) the final volume of the cylinder.

<em>Taken from the Integrated Curriculum for Secondary Schools Additional Mathematics Form 4 2005 ed. pg 214 Practice 21 Question 3</em>]]></description>
			<content:encoded><![CDATA[<p>A cylinder has a fixed height of 12 cm and a radius of 5cm. If the radius shrinks by 0.05cm, find<br />
(a) the approximate change in the volume of the cylinder.<br />
(b) the final volume of the cylinder.</p>
<p><em>Taken from the Integrated Curriculum for Secondary Schools Additional Mathematics Form 4 2005 ed. pg 214 Practice 21 Question 3</em></p>
<p>Recall that y<sub>new</sub> = y<sub>initial</sub> + δy = y<sub>initial</sub> + (dy/dx)δx.<br />
Note that δy/δx = dy/dx.<br />
Hence, δy = (dy/dx)δx.</p>
<p>To solve part the problem, we have to recall the formula to determine the volume of a cylinder.<br />
The volume of a cylinder is given by πr<sup>2</sup>h, where r is the radius and h is the height.</p>
<p><b>(a) the approximate change in the volume of the cylinder</b></p>
<p>We know that V (Volume of cylinder) is defined by πr<sup>2</sup>h.<br />
Find dV/dr.<br />
Recall that dy/dx = anx<sup>n-1</sup>.</p>
<p>dV/dr = 2πr<sup>2 &#8211; 1</sup>h, whereby a = πh and n = 2 (<b>Note that h is a constant!</b>)<br />
Simplify and we get dV/dr = 2πrh.</p>
<p>Given r = 5cm and h= 12cm,<br />
dV/dr = 2π(5)(12)<br />
= 120π cm<sup>2</sup> (<b>Note the units!</b>)</p>
<p>To find the approximate change, we use the formula δy/δx = dy/dx.<br />
We can rewrite the equation to represent the problem.<br />
δV/δr = dV/dr. </p>
<p>The problem requires us to find the approximate change in <b>volume</b> of the cylinder.<br />
Therefore, we shift δr to the right hand side. </p>
<p>δV = (dV/dr) δr</p>
<p>We are given that δr is -0.05 cm (because the radius <b>shrinks</b> by 0.05 cm).<br />
We have calculated earlier that dV/dr = 120π cm<sup>2</sup>.</p>
<p>Replacing the values into δV = (dV/dr) δr,<br />
δV = (120π cm<sup>2</sup>) (-0.05 cm)<br />
δV = -6π cm<sup>3</sup></p>
<p>Therefore, the approximate change in volume of the cylinder is -6π cm<sup>3</sup>.</p>
<p><b>(b) the final volume of the cylinder</b></p>
<p>Recall that y<sub>new</sub> = y<sub>initial</sub> + (dy/dx)δx.<br />
We can rewrite it to represent the problem.<br />
V<sub>new</sub> = V<sub>initial</sub> + (dV/dr)δr.</p>
<p>Given r = 5cm and h = 12cm,</p>
<p>V<sub>initial</sub> = πr<sup>2</sup>h<br />
= π(5 cm)<sup>2</sup>(12 cm)<br />
= 300 π cm<sup>3</sup></p>
<p>(dV/dr)δr = -6π cm<sup>3</sup> (<b>Previously calculated in part (a)</b> )</p>
<p>Therefore, the final volume of the cylinder is<br />
300 π cm<sup>3</sup> + (-6π cm<sup>3</sup>)<br />
= 294 π cm<sup>3</sup></p>
<img src="http://ourcoffeestops.com/wordpress/?ak_action=api_record_view&id=1880&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://ourcoffeestops.com/2009/02/tutorial-determining-approximate-values-problem-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tutorial : Indices Problem 1</title>
		<link>http://ourcoffeestops.com/2009/02/tutorial-indices-problem-1/</link>
		<comments>http://ourcoffeestops.com/2009/02/tutorial-indices-problem-1/#comments</comments>
		<pubDate>Mon, 16 Feb 2009 01:30:27 +0000</pubDate>
		<dc:creator>Christopher</dc:creator>
				<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://ourcoffeestops.com/?p=1864</guid>
		<description><![CDATA[Given the equation 2<sup>2x + 1</sup> X 3<sup>x - 1</sup> = 8<sup>x</sup> X 3<sup>2x</sup>. Show that 6<sup>x</sup> = 2/3.

<em>Taken from the Integrated Curriculum for Secondary Schools Additional Mathematics Form 4 2005 ed. page 76 Formative Exercise 5.1 Question 4</em>]]></description>
			<content:encoded><![CDATA[<p>Given the equation 2<sup>2x + 1</sup> X 3<sup>x &#8211; 1</sup> = 8<sup>x</sup> X 3<sup>2x</sup>. Show that 6<sup>x</sup> = 2/3.</p>
<p><em>Taken from the Integrated Curriculum for Secondary Schools Additional Mathematics Form 4 2005 ed. page 76 Formative Exercise 5.1 Question 4</em></p>
<p>This question is quite simple as long as you remember the law of indices<br />
The law of indices states that :<br />
a<sup>m</sup> X a<sup>n</sup> = a<sup>m + n</sup><br />
a<sup>m</sup> ÷ a<sup>n</sup> = a<sup>m &#8211; n</sup><br />
(a<sup>m</sup>)<sup>n</sup> = a<sup>mn</sup><br />
(ab)<sup>n</sup> = a<sup>n</sup>b<sup>n</sup><br />
(a/b)<sup>n</sup> = a<sup>n</sup>/b<sup>n</sup></p>
<p>First, we create similarities between the terms.<br />
For instance, we know that 8<sup>x</sup> can be rewritten as 2<sup>3x</sup>.<br />
8<sup>x</sup> = (2<sup>3</sup>)<sup>x</sup> = 2<sup>3x</sup></p>
<p>We can then rewrite 2<sup>2x + 1</sup> X 3<sup>x &#8211; 1</sup> = 8<sup>x</sup> X 3<sup>2x</sup> as 2<sup>2x + 1</sup> X 3<sup>x &#8211; 1</sup> = 2<sup>3x</sup> X 3<sup>2x</sup>.</p>
<p>From 2<sup>2x + 1</sup> X 3<sup>x &#8211; 1</sup> = 2<sup>3x</sup> X 3<sup>2x</sup>, we shift the terms with twos (2) to the left, and the threes (3) to the right. By doing this, we are grouping them together to simplify or rather enable us to work out the problem.</p>
<p>We will end up with 2<sup>2x + 1</sup> / 2<sup>3x</sup> = 3<sup>2x</sup> / 3<sup>x &#8211; 1</sup>.</p>
<p>Recalling the law of indices,<br />
2<sup>2x + 1</sup> / 2<sup>3x</sup> can be rewritten as 2<sup>2x + 1 &#8211; 3x</sup> and simplified to 2<sup>1 &#8211; x</sup>.<br />
3<sup>2x</sup> / 3<sup>x &#8211; 1</sup>  can be rewritten as 3<sup>2x &#8211; x + 1</sup> and simplified to 3<sup>x + 1</sup>.</p>
<p>Recalling the index law again,<br />
We write 2<sup>1 &#8211; x</sup> as 2 / 2<sup>x</sup>.<br />
We write 3<sup>x + 1</sup> as 3<sup>x</sup> X 3.</p>
<p>We then end up with 2 / 2<sup>x</sup> = 3<sup>x</sup> X 3.</p>
<p>We move 2<sup>x</sup> to the right hand side and 3 to the left hand side.</p>
<p>We get 2 / 3 = 3<sup>x</sup> X 2<sup>x</sup>.<br />
Simplifying the equation will give us 2/3 = 6<sup>x</sup>.<br />
We have then concluded and proved that 6<sup>x</sup> = 2/3.</p>
<img src="http://ourcoffeestops.com/wordpress/?ak_action=api_record_view&id=1864&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://ourcoffeestops.com/2009/02/tutorial-indices-problem-1/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Tutorial : Quadratic Equation Problem 1</title>
		<link>http://ourcoffeestops.com/2009/01/tutorial-quadratic-equation-problem-1/</link>
		<comments>http://ourcoffeestops.com/2009/01/tutorial-quadratic-equation-problem-1/#comments</comments>
		<pubDate>Thu, 22 Jan 2009 04:00:00 +0000</pubDate>
		<dc:creator>Christopher</dc:creator>
				<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://ourcoffeestops.com/?p=1767</guid>
		<description><![CDATA[I was given a mathematical problem recently. It was a basic problem but it took me a while to solve it as I had not been practicing my mathematics for a long time - thanks to the summer break! Anyway, here goes.

Given px<sup>2</sup> - p(3x-1) + 3x-1, and whereby the two roots of the equation are 2 and m. Both p and m are constants. Find the values of m and p.]]></description>
			<content:encoded><![CDATA[<p>I was given a mathematical problem recently. It was a basic problem but it took me a while to solve it as I had not been practicing my mathematics for a long time &#8211; thanks to the summer break! Anyway, here goes.</p>
<p>Given px<sup>2</sup> &#8211; p(3x &#8211; 1) + 3x &#8211; 1, and whereby the two roots of the equation are 2 and m. Both p and m are constants. Find the values of m and p.</p>
<p>First of all, you would have to figure out what special attribute of the quadratic equation to exploit. For this case, we would use the fact that x<sup>2</sup> &#8211; (A + B)x + AB = 0, whereby A and B are roots of the equation.</p>
<p>Working from px<sup>2</sup> &#8211; p(3x &#8211; 1) + 3x &#8211; 1, we divide the equation with p. We can divide the equation with p because p is a constant. Be careful about this.</p>
<p>px<sup>2</sup> &#8211; p(3x &#8211; 1) + 3x -1 &#8230;&#8230;.. divide by p<br />
= x<sup>2</sup> &#8211; 3x + 1 + 3/p x &#8211; 1/p &#8230;&#8230;.. rearrange<br />
= x<sup>2</sup> &#8211; 3x + 3/p x + 1 &#8211; 1/p &#8230;&#8230;.. group them accordingly<br />
= x<sup>2</sup> &#8211; x(3 &#8211; 3/p) + 1 &#8211; 1/p</p>
<p>Recalling the equation x<sup>2</sup> &#8211; (A + B)x + AB = 0, we can conclude that A+B = 3 &#8211; 3/p (1) and AB = 1 &#8211; 1/p (2) by comparison.</p>
<p>Let A = 2, B = m<br />
Recall (1)<br />
A+B = 3 &#8211; 3/p<br />
2 + m = 3 &#8211; 3/p<br />
m = 1 &#8211; 3/p &#8230;&#8230;.. (3)</p>
<p>Recall (2)<br />
AB = 1 &#8211; 1/p<br />
2m = 1 &#8211; 1/p<br />
Replace m with equation (3)<br />
2(1 &#8211; 3/p) = 1 &#8211; 1/p<br />
2 &#8211; 6/p = 1 &#8211; 1/p<br />
1 = 5/p<br />
p = 5</p>
<p>Therefore, we conclude that m = 2/5.</p>
<p>Therefore, the two roots of the equation are 2/5 and 2.</p>
<p>To check the validity of the calculation, we replace the value of p inside px<sup>2</sup> &#8211; p(3x &#8211; 1) + 3x &#8211; 1. We get :</p>
<p>5x<sup>2</sup> &#8211; 5(3x &#8211; 1) + 3x &#8211; 1<br />
= 5x<sup>2</sup> &#8211; 15x + 5 + 3x -1<br />
= 5x<sup>2</sup> &#8211; 12x + 4</p>
<p>Now, we know that the roots are 2/5 and 2. We can then conclude :</p>
<p>(x &#8211; 2/5)(x &#8211; 2) = 0</p>
<p>Expand the equation. We get :</p>
<p>x<sup>2</sup> &#8211; 2x &#8211; 2/5 x + 4/5 &#8230;&#8230;.. multiply by 5<br />
= 5x<sup>2</sup> &#8211; 10x &#8211; 2x + 4<br />
= 5x<sup>2</sup> &#8211; 12x + 4</p>
<p>We obtain the exact equation.<br />
Therefore, the calculations are valid.</p>
<img src="http://ourcoffeestops.com/wordpress/?ak_action=api_record_view&id=1767&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://ourcoffeestops.com/2009/01/tutorial-quadratic-equation-problem-1/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Tutorial : Kinematics Problem 1</title>
		<link>http://ourcoffeestops.com/2008/07/tutorial-kinematics-problem-1/</link>
		<comments>http://ourcoffeestops.com/2008/07/tutorial-kinematics-problem-1/#comments</comments>
		<pubDate>Thu, 24 Jul 2008 16:00:20 +0000</pubDate>
		<dc:creator>Christopher</dc:creator>
				<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://ourcoffeestops.com/?p=395</guid>
		<description><![CDATA[An object accelerates from rest with constant acceleration and covers a distance of x at t = 4 and covers a distance of y at t = 6. Find x:y.

Note that this questions was taken form the National Physics Quiz 2007. I got a ratio of 4:9 while the answer states that it should be 9:13. Now, do it for yourself. What do you get?]]></description>
			<content:encoded><![CDATA[<p>An object accelerates from rest with constant acceleration and covers a distance of x at t = 4 and covers a distance of y at t = 6. Find x:y.</p>
<p>Note that this question was taken from the National Physics Quiz 2007. I got a ratio of 4:9 while the answer states that it should be 9:13. Now, do it for yourself. What do you get? Click the spoiler below to view how I got a 4 : 9.</p>
<p><a class="spoiler_link_show" href="javascript:void(0)" onclick="wpSpoilerToggle(document.getElementById('id1877803848'), this, 'Show spoiler!', 'Hide spoiler!')">Show spoiler!</a>
<div class="spoiler_div" id="id1877803848" style="display:none"><br />
<strong>Start of working</strong></p>
<p>Since acceleration is a constant and what we are interested in is the ratios of the two distances, we can assume acceleration, a to be of any value. Let us assume a = 1 m/s^2.</p>
<p>For t = 4,<br />
Using the formula s = ut + 0.5at<sup>2</sup>,<br />
s = (0)(4) + 0.5(1)(16)<br />
s = 8m<br />
Therefore, x = 8m</p>
<p>For t = 6,<br />
Using the formula s = ut + 0.5at<sup>2</sup>,<br />
s = (0)(6) + 0.5(1)(36)<br />
s = 18m<br />
Therefore, y = 18m</p>
<p>Hence the value of x:y is equal to 8:18 or 4:9.</p>
<p><strong>End of working</strong><br />
</div>
</p>
<p>Now, if anyone could show me by the means of mathematical working why x:y is 9:13 and not 4:9, please post your working below. I would like to learn too. Heh.</p>
<p>Here&#8217;s another brainteaser. If ds/dt is velocity and dv/dt is acceleration, what is da/dt?</p>
<p><a class="spoiler_link_show" href="javascript:void(0)" onclick="wpSpoilerToggle(document.getElementById('id1365895976'), this, 'Show spoiler!', 'Hide spoiler!')">Show spoiler!</a>
<div class="spoiler_div" id="id1365895976" style="display:none"><br />
Jerk.<br />
</div>
</p>
<img src="http://ourcoffeestops.com/wordpress/?ak_action=api_record_view&id=395&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://ourcoffeestops.com/2008/07/tutorial-kinematics-problem-1/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>

