<?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>Applied Mathematics Archives - The Fact Factor</title>
	<atom:link href="https://thefactfactor.com/category/facts/pure_science/mathematics/applied-mathematics/feed/" rel="self" type="application/rss+xml" />
	<link>https://thefactfactor.com/category/facts/pure_science/mathematics/applied-mathematics/</link>
	<description>Uncover the Facts</description>
	<lastBuildDate>Sat, 06 Feb 2021 07:50:42 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>
	<item>
		<title>Jacobi&#8217;s Method to Find Solution of Simultaneous Equations</title>
		<link>https://thefactfactor.com/facts/pure_science/mathematics/applied-mathematics/jacobis-method-to-find-solution-of-simultaneous-equations/16257/</link>
					<comments>https://thefactfactor.com/facts/pure_science/mathematics/applied-mathematics/jacobis-method-to-find-solution-of-simultaneous-equations/16257/#respond</comments>
		
		<dc:creator><![CDATA[Hemant More]]></dc:creator>
		<pubDate>Sat, 06 Feb 2021 07:50:38 +0000</pubDate>
				<category><![CDATA[Applied Mathematics]]></category>
		<guid isPermaLink="false">https://thefactfactor.com/?p=16257</guid>

					<description><![CDATA[<p>In this article, we shall study Jacobi&#8217;s Method to find the solution of simultaneous equations. Example 01: Solve the following equations by Jacobi’s Method, performing three iterations only. 20x + y – 2z = 17, 3x + 20 y – z + 18 = 0, 2x – 3y + 20 z = 25. Solution: Given [&#8230;]</p>
<p>The post <a href="https://thefactfactor.com/facts/pure_science/mathematics/applied-mathematics/jacobis-method-to-find-solution-of-simultaneous-equations/16257/">Jacobi&#8217;s Method to Find Solution of Simultaneous Equations</a> appeared first on <a href="https://thefactfactor.com">The Fact Factor</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>In this article, we shall study Jacobi&#8217;s Method to find the solution of simultaneous equations.</p>



<p class="has-accent-color has-text-color" style="font-size:30px"><strong>Example 01:</strong></p>



<p><strong>Solve the following equations by Jacobi’s Method, performing three iterations only. </strong></p>



<p><strong>20x + y – 2z = 17, 3x + 20 y – z + 18 = 0, 2x – 3y + 20 z = 25.</strong></p>



<p><strong>Solution:</strong></p>



<p class="has-text-align-center">Given equations are</p>



<p class="has-text-align-center">20x + y – 2z = 17, 3x + 20 y – z + 18 = 0, 2x – 3y + 20 z = 25.</p>



<p class="has-text-align-center">Rewriting above equations we get</p>



<p class="has-text-align-center">x = (1/20)(17 – y + 2z)&nbsp;&nbsp;&nbsp; ………….. (1)</p>



<p class="has-text-align-center">y = (1/20)(-18 -3x + z)&nbsp;&nbsp;&nbsp; ………….. (2)</p>



<p class="has-text-align-center">z = (1/20)(25 – 2x + 3y)&nbsp;&nbsp;&nbsp; ………….. (3)</p>



<p><strong>First Iteration:</strong></p>



<p class="has-text-align-center">x<sub>1</sub> = (1/20)(17 – y<sub>0</sub> + 2z<sub>0</sub>)&nbsp;&nbsp;&nbsp; ………….. (4)</p>



<p class="has-text-align-center">y<sub>1</sub> = (1/20)(-18 -3x<sub>0</sub> + z<sub>0</sub>)&nbsp;&nbsp;&nbsp; ………….. (5)</p>



<p class="has-text-align-center">z<sub>1</sub> = (1/20)(25 – 2x<sub>0</sub> + 3y<sub>0</sub>)&nbsp;&nbsp;&nbsp; ………….. (6)</p>



<p class="has-text-align-center">Substituting x<sub>0</sub> = 0, y<sub>0</sub> = 0, z<sub>0</sub> = 0 in equations (4), (5), and (6)</p>



<p class="has-text-align-center">x<sub>1</sub> = (1/20)(17 – (0) + 2(0)) = 17/20 = 0.85</p>



<p class="has-text-align-center">y<sub>1</sub> = (1/20)(-18 -3(0) + (0)) = -18/20 = &#8211; 0.9</p>



<p class="has-text-align-center">z<sub>1</sub> = (1/20)(25 – 2(0) + 3(0)) = 25/20 = 1.25</p>



<p><strong>Second Iteration:</strong></p>



<p class="has-text-align-center">x<sub>2</sub> = (1/20)(17 – y<sub>1</sub> + 2z<sub>1</sub>)&nbsp;&nbsp;&nbsp; ………….. (7)</p>



<p class="has-text-align-center">y<sub>2</sub> = (1/20)(-18 -3x<sub>1</sub> + z<sub>1</sub>)&nbsp;&nbsp;&nbsp; ………….. (8)</p>



<p class="has-text-align-center">z<sub>2</sub> = (1/20)(25 – 2x<sub>1</sub> + 3y<sub>1</sub>)&nbsp;&nbsp;&nbsp; ………….. (9)</p>



<p class="has-text-align-center">Substituting x<sub>1</sub> = 0.85, y<sub>1</sub> = &#8211; 0.9, z<sub>1</sub> = 1.25 in equations (7), (8), and (9)</p>



<p class="has-text-align-center">x<sub>2</sub> = (1/20)(17 – (- 0.9) + 2(1.25)) = 1.02</p>



<p class="has-text-align-center">y<sub>2</sub> = (1/20)(-18 -3(0.85) + (1.25)) = &#8211; 0.965</p>



<p class="has-text-align-center">z<sub>2</sub> = (1/20)(25 – 2(0.85) + 3(- 0.9)) = 1.03</p>



<p><strong>Third Iteration:</strong></p>



<p class="has-text-align-center">x<sub>3</sub> = (1/20)(17 – y<sub>2</sub> + 2z<sub>2</sub>)    ………….. (10)</p>



<p class="has-text-align-center">y<sub>3</sub> = (1/20)(-18 -3x<sub>2</sub> + z<sub>2</sub>)&nbsp;&nbsp;&nbsp; ………….. (11)</p>



<p class="has-text-align-center">z<sub>3</sub> = (1/20)(25 – 2x<sub>2</sub> + 3y<sub>2</sub>)&nbsp;&nbsp;&nbsp; ………….. (12)</p>



<p class="has-text-align-center">Substituting x<sub>2</sub> = 1.02, y<sub>2</sub> = &#8211; 0.965, z<sub>2</sub> = 1.03 in equations (10), (11), and (12)</p>



<p class="has-text-align-center">x<sub>3</sub> = (1/20)(17 – (- 0.965) + 2(1.03)) = 1.0013 approx. x<sub>3</sub> = 1</p>



<p class="has-text-align-center">y<sub>3</sub> = (1/20)(-18 -3(1.02) + (1.03)) = &#8211; 1.0015 approx. y<sub>3</sub> = &#8211; 1</p>



<p class="has-text-align-center">z<sub>3</sub> = (1/20)(25 – 2(1.02) + 3(- 0.965)) = 1.0033 approx. z<sub>3</sub> = 1</p>



<p class="has-text-align-center"><strong>After three iterations x = 1, y = -1, and z = 1 (approx.)</strong></p>



<p class="has-accent-color has-text-color" style="font-size:30px"><strong>Example 02:</strong></p>



<p><strong>Solve the following equations by Jacobi’s Method, performing three iterations only. </strong></p>



<p><strong>10x + y + 2z = 13, 3x + 10y + z = 14, 2x + 3y + 10z = 15.</strong></p>



<p><strong>Solution:</strong></p>



<p class="has-text-align-center">Given equations are</p>



<p class="has-text-align-center">10x + y + 2z = 13, 3x + 10y + z = 14, 2x + 3y + 10z = 15.</p>



<p class="has-text-align-center">Rewriting above equations we get</p>



<p class="has-text-align-center">x = (1/10)(13 – y &#8211; 2z)&nbsp;&nbsp;&nbsp; ………….. (1)</p>



<p class="has-text-align-center">y = (1/10)(14 &#8211; 3x &#8211; z)&nbsp;&nbsp;&nbsp; ………….. (2)</p>



<p class="has-text-align-center">z = (1/10)(15 – 2x &#8211; 3y)&nbsp;&nbsp;&nbsp; ………….. (3)</p>



<p><strong>First Iteration:</strong></p>



<p class="has-text-align-center">x<sub>1</sub> = (1/10)(13 – y<sub>0</sub> &#8211; 2z<sub>0</sub>)&nbsp;&nbsp;&nbsp; ………….. (4)</p>



<p class="has-text-align-center">y<sub>1</sub> = (1/10)(14 &#8211; 3x<sub>0</sub> &#8211; z<sub>0</sub>)&nbsp;&nbsp;&nbsp; ………….. (5)</p>



<p class="has-text-align-center">z<sub>1</sub> = (1/10)(15 – 2x<sub>0</sub> &#8211; 3y<sub>0</sub>)&nbsp;&nbsp;&nbsp; ………….. (6)</p>



<p class="has-text-align-center">Substituting x<sub>0</sub> = 0, y<sub>0</sub> = 0, z<sub>0</sub> = 0 in equations (4), (5), and (6)</p>



<p class="has-text-align-center">x<sub>1</sub> = (1/10)(13 – (0) &#8211; 2(0)) = 13/10 = 1.3</p>



<p class="has-text-align-center">y<sub>1</sub> = (1/10)(14 &#8211; 3(0) &#8211; (0)) = 14/10 = 1.4</p>



<p class="has-text-align-center">z<sub>1</sub> = (1/10)(15 – 2(0) &#8211; 3(0)) = 15/10 = 1.5</p>



<p><strong>Second Iteration:</strong></p>



<p class="has-text-align-center">x<sub>2</sub> = (1/10)(13 – y<sub>1</sub> &#8211; 2z<sub>1</sub>)&nbsp;&nbsp;&nbsp; ………….. (7)</p>



<p class="has-text-align-center">y<sub>2</sub> = (1/10)(14 &#8211; 3x<sub>1</sub> &#8211; z<sub>1</sub>)&nbsp;&nbsp;&nbsp; ………….. (8)</p>



<p class="has-text-align-center">z<sub>2</sub> = (1/10)(15 – 2x<sub>1</sub> &#8211; 3y<sub>1</sub>)&nbsp;&nbsp;&nbsp; ………….. (9)</p>



<p class="has-text-align-center">Substituting x<sub>1</sub> = 1.3, y<sub>1</sub> = 1.4, z<sub>1</sub> = 1. 5 in equations (7), (8), and (9)</p>



<p class="has-text-align-center">x<sub>2</sub> = (1/10)(13 – (1.4) – 2(1.5)) = 0.86</p>



<p class="has-text-align-center">y<sub>2</sub> = (1/10) (14 – 3(1.3) – (1.5))&nbsp;&nbsp;&nbsp; = 0.86</p>



<p class="has-text-align-center">z<sub>2</sub> = (1/10) (15 – 2(1.3) – 3(1.4))&nbsp;&nbsp;&nbsp; = 0.82</p>



<p><strong>Third Iteration:</strong></p>



<p class="has-text-align-center">x<sub>3</sub> = (1/10)(13 – y<sub>2</sub> &#8211; 2z<sub>2</sub>)&nbsp;&nbsp;&nbsp; ………….. (10)</p>



<p class="has-text-align-center">y<sub>3</sub> = (1/10)(14 &#8211; 3x<sub>2</sub> &#8211; z<sub>2</sub>)&nbsp;&nbsp;&nbsp; ………….. (11)</p>



<p class="has-text-align-center">z<sub>3</sub> = (1/10)(15 – 2x<sub>2</sub> &#8211; 3y<sub>2</sub>)&nbsp;&nbsp;&nbsp; ………….. (12)</p>



<p class="has-text-align-center">Substituting x<sub>2</sub> = 0.86, y<sub>2</sub> = 0.86, z<sub>2</sub> = 0.82 in equations (10), (11), and (12)</p>



<p class="has-text-align-center">x<sub>3</sub> = (1/10)(13 – (0.86) – 2(0.82)) = 1.05 approx. x<sub>3</sub> = 1</p>



<p class="has-text-align-center">y<sub>3</sub> = (1/10) (14 – 3(0.86) – (0.82))&nbsp;&nbsp;&nbsp; = 1.06 approx. y<sub>3</sub> = 1</p>



<p class="has-text-align-center">z<sub>3</sub> = (1/10) (15 – 2(0.86) – 3(0.86))&nbsp;&nbsp;&nbsp; = 1.07 approx. z<sub>3</sub> = 1</p>



<p class="has-text-align-center"><strong>After three iterations x = y = z = 1 (approx.)</strong></p>



<p class="has-accent-color has-text-color" style="font-size:30px"><strong>Example 03:</strong></p>



<p><strong>Solve the following equations by Jacobi’s Method, performing three iterations only. </strong></p>



<p><strong>5x – y + z = 10, 2x + 4y = 12, x + y +5z = -1.</strong></p>



<p><strong>Solution:</strong></p>



<p class="has-text-align-center">Given equations are</p>



<p class="has-text-align-center">5x – y + z = 10, 2x + 4y = 12, x + y +5z = -1.</p>



<p class="has-text-align-center">Rewriting above equations we get</p>



<p class="has-text-align-center">x = (1/5)(10 + y &#8211; z)&nbsp;&nbsp;&nbsp; ………….. (1)</p>



<p class="has-text-align-center">y = (1/4)(12 – 2x)&nbsp;&nbsp;&nbsp; ………….. (2)</p>



<p class="has-text-align-center">z = (1/5)(- 1 – x &#8211; y)&nbsp;&nbsp;&nbsp; ………….. (3)</p>



<p><strong>First Iteration:</strong></p>



<p class="has-text-align-center">x<sub>1</sub> = (1/5)(10 + y<sub>0</sub> &#8211; z<sub>0</sub>)&nbsp;&nbsp;&nbsp; ………….. (4)</p>



<p class="has-text-align-center">y<sub>1</sub> = (1/4)(12 – 2x<sub>0</sub>)&nbsp;&nbsp;&nbsp; ………….. (5)</p>



<p class="has-text-align-center">z<sub>1</sub> = (1/5)(- 1 – x<sub>0</sub> &#8211; y<sub>0</sub>)&nbsp;&nbsp;&nbsp; ………….. (6)</p>



<p class="has-text-align-center">Substituting x<sub>0</sub> = 0, y<sub>0</sub> = 0, z<sub>0</sub> = 0 in equations (4), (5), and (6)</p>



<p class="has-text-align-center">x<sub>1</sub> = (1/5)(10 + (0) &#8211; (0)) = 2</p>



<p class="has-text-align-center">y<sub>1</sub> = (1/4)(12 – 2(0)) = 3</p>



<p class="has-text-align-center">z<sub>1</sub> = (1/5)(- 1 – (0) &#8211; (0)) = &#8211; 0.2</p>



<p><strong>Second Iteration:</strong></p>



<p class="has-text-align-center">x<sub>2</sub> = (1/5)(10 + y<sub>1</sub> &#8211; z<sub>1</sub>)    ………….. (7)</p>



<p class="has-text-align-center">y<sub>2</sub> = (1/4)(12 – 2x<sub>1</sub>)&nbsp;&nbsp;&nbsp; ………….. (8)</p>



<p class="has-text-align-center">z<sub>2</sub> = (1/5)(- 1 – x<sub>1</sub> &#8211; y<sub>1</sub>)&nbsp;&nbsp;&nbsp; ………….. (9)</p>



<p class="has-text-align-center">Substituting x<sub>1</sub> = 2, y<sub>1</sub> = 3, z<sub>1</sub> = &#8211; 0.2 in equations (7), (8), and (9)</p>



<p class="has-text-align-center">x<sub>2</sub> = (1/5)(10 + (3) &#8211; (- 0.2)) = 2.64</p>



<p class="has-text-align-center">y<sub>2</sub>= (1/4)(12 – 2(2)) = 2</p>



<p class="has-text-align-center">z<sub>2</sub> = (1/5)(- 1 – (2) &#8211; (3)) = &#8211; 1.2</p>



<p><strong>Third Iteration:</strong></p>



<p class="has-text-align-center">x<sub>3</sub> = (1/5)(10 + y<sub>2</sub> &#8211; z<sub>2</sub>)&nbsp;&nbsp;&nbsp; ………….. (10)</p>



<p class="has-text-align-center">y<sub>3</sub> = (1/4)(12 – 2x<sub>2</sub>)&nbsp;&nbsp;&nbsp; ………….. (11)</p>



<p class="has-text-align-center">z<sub>3</sub> = (1/5)(- 1 – x<sub>2</sub> &#8211; y<sub>2</sub>)&nbsp;&nbsp;&nbsp; ………….. (12)</p>



<p class="has-text-align-center">Substituting x<sub>0</sub> = 2.64, y<sub>0</sub> = 2, z<sub>0</sub> = &#8211; 1.2 in equations (10), (11), and (12)</p>



<p class="has-text-align-center">x<sub>3</sub> = (1/5)(10 + (2) &#8211; (- 1.2)) = 2.64</p>



<p class="has-text-align-center">y<sub>3</sub> = (1/4)(12 – 2(2.64)) = 1.68</p>



<p class="has-text-align-center">z<sub>3</sub> = (1/5)(- 1 – (2.64) &#8211; (2)) = &#8211; 1.128</p>



<p class="has-text-align-center"><strong>After three iterations x = 2.64, y = 1.68, and z = &#8211; 1.128 approx.</strong></p>



<p class="has-accent-color has-text-color" style="font-size:30px"><strong>Example 04:</strong></p>



<p><strong>Solve the following equations by Jacobi’s Method, performing three iterations only. </strong></p>



<p><strong>10x – 2y – 2z = 6, &#8211; x – y + 10z = 8, &#8211; x + 10y – 2z = 7.</strong></p>



<p><strong>Solution:</strong></p>



<p class="has-text-align-center">Given equations are</p>



<p class="has-text-align-center">10x – 2y – 2z = 6, &#8211; x – y + 10z = 8, &#8211; x + 10y – 2z = 7.</p>



<p class="has-text-align-center">Rewriting above equations we get</p>



<p class="has-text-align-center">x = (1/10)(6 + 2y + 2z)&nbsp;&nbsp;&nbsp; ………….. (1)</p>



<p class="has-text-align-center">y = (1/10)(7 + x + 2z)&nbsp;&nbsp;&nbsp; ………….. (2)</p>



<p class="has-text-align-center">z = (1/10)(8 + x + y)&nbsp;&nbsp;&nbsp; ………….. (3)</p>



<p><strong>First Iteration:</strong></p>



<p class="has-text-align-center">x<sub>1</sub> = (1/10)(6 + 2y<sub>0</sub> + 2z<sub>0</sub>)&nbsp;&nbsp;&nbsp; ………….. (4)</p>



<p class="has-text-align-center">y<sub>1</sub> = (1/10)(7 + x<sub>0</sub> + 2z<sub>0</sub>)&nbsp;&nbsp;&nbsp; ………….. (5)</p>



<p class="has-text-align-center">z<sub>1</sub> = (1/10)(8 + x<sub>0</sub> + y<sub>0</sub>)&nbsp;&nbsp;&nbsp; ………….. (6)</p>



<p class="has-text-align-center">Substituting x<sub>0</sub> = 0, y<sub>0</sub> = 0, z<sub>0</sub> = 0 in equations (4), (5), and (6)</p>



<p class="has-text-align-center">x<sub>1</sub> = (1/10)(6 + 2(0) + 2(0)) = 0.6</p>



<p class="has-text-align-center">y<sub>1</sub> = (1/10)(7 + (0) + 2(0)) = 0.7</p>



<p class="has-text-align-center">z<sub>1</sub> = (1/10)(8 + (0) + (0)) = 0.8</p>



<p><strong>Second Iteration:</strong></p>



<p class="has-text-align-center">x<sub>2</sub> = (1/10)(6 + 2y<sub>1</sub> + 2z<sub>1</sub>)    ………….. (7)</p>



<p class="has-text-align-center">y<sub>2</sub> = (1/10)(7 + x<sub>1</sub> + 2z<sub>1</sub>)&nbsp;&nbsp;&nbsp; ………….. (8)</p>



<p class="has-text-align-center">z<sub>2</sub> = (1/10)(8 + x<sub>1</sub> + y<sub>1</sub>)&nbsp;&nbsp;&nbsp; ………….. (9)</p>



<p class="has-text-align-center">Substituting x<sub>1</sub> = 0.6, y<sub>1</sub> = 0.7, z<sub>1</sub> = 0.8 in equations (7), (8), and (9)</p>



<p class="has-text-align-center">x<sub>2</sub> = (1/10)(6 + 2(0.7) + 2(0.8)) = 0.9</p>



<p class="has-text-align-center">y<sub>2</sub> = (1/10)(7 + (0.6) + 2(0.8)) = 0.92</p>



<p class="has-text-align-center">z<sub>2</sub> = (1/10)(8 + (0.6) + (0.7)) = 0.93</p>



<p><strong>Third Iteration:</strong></p>



<p class="has-text-align-center">x<sub>3</sub> = (1/10)(6 + 2y<sub>2</sub> + 2z<sub>2</sub>)    ………….. (10)</p>



<p class="has-text-align-center">y<sub>3</sub> = (1/10)(7 + x<sub>2</sub> + 2z<sub>2</sub>)&nbsp;&nbsp;&nbsp; ………….. (11)</p>



<p class="has-text-align-center">z<sub>3</sub> = (1/10)(8 + x<sub>2</sub> + y<sub>2</sub>)&nbsp;&nbsp;&nbsp; ………….. (12)</p>



<p class="has-text-align-center">Substituting x<sub>2</sub> = 0.9, y<sub>2</sub> = 0.92, z<sub>2</sub> = 0.93 in equations (10), (11), and (12)</p>



<p class="has-text-align-center">x<sub>3</sub> = (1/10)(6 + 2(0.92) + 2(0.93)) = 0.97, approx. x<sub>3 </sub>= 1</p>



<p class="has-text-align-center">y<sub>3</sub> = (1/10)(7 + (0.9) + 2(0.93)) = 0.976, approx. y<sub>3 </sub>= 1</p>



<p class="has-text-align-center">z<sub>3</sub> = (1/10)(8 + (0.9) + (0.92)) = 0.982, approx. z<sub>3 </sub>= 1</p>



<p class="has-text-align-center"><strong>After three iterations x = y = z = 1 approx.</strong></p>



<p class="has-accent-color has-text-color" style="font-size:30px"><strong>Example 05:</strong></p>



<p><strong>Solve the following equations by Jacobi’s Method, performing three iterations only. </strong></p>



<p><strong>5x – y + z = 10, 2x + 4y = 12, x + y + 5z = 1 with initial solution (2, 3, 0).</strong></p>



<p><strong>Solution:</strong></p>



<p class="has-text-align-center">Given equations are</p>



<p class="has-text-align-center">5x – y + z = 10, 2x + 4y = 12, x + y + 5z = 1.</p>



<p class="has-text-align-center">Rewriting above equations we get</p>



<p class="has-text-align-center">x = (1/5)(10 + y &#8211; z)&nbsp;&nbsp;&nbsp; ………….. (1)</p>



<p class="has-text-align-center">y = (1/4)(12 – 2x)&nbsp;&nbsp;&nbsp; ………….. (2)</p>



<p class="has-text-align-center">z = (1/5)(1 – x &#8211; y)&nbsp;&nbsp;&nbsp; ………….. (3)</p>



<p><strong>First Iteration:</strong></p>



<p class="has-text-align-center">x<sub>1</sub> = (1/5)(10 + y<sub>0</sub> &#8211; z<sub>0</sub>)&nbsp;&nbsp; ………….. (4)</p>



<p class="has-text-align-center">y<sub>1</sub> = (1/4)(12 – 2x<sub>0</sub>)&nbsp;&nbsp;&nbsp; ………….. (5)</p>



<p class="has-text-align-center">z<sub>1</sub> = (1/5)(1 – x<sub>0</sub> &#8211; y<sub>0</sub>)&nbsp;&nbsp;&nbsp; ………….. (6)</p>



<p class="has-text-align-center">Substituting x<sub>0</sub> = 2, y<sub>0</sub> = 3, z<sub>0</sub> = 0 in equations (4), (5), and (6)</p>



<p class="has-text-align-center">x<sub>1</sub> = (1/5)(10 + (3) – (0)) = 2.6</p>



<p class="has-text-align-center">y<sub>1</sub> = (1/4)(12 – 2(2)) = 2</p>



<p class="has-text-align-center">z<sub>1</sub> = (1/5)(1 – (2) – (3)) = &#8211; 0.8</p>



<p><strong>Second Iteration:</strong></p>



<p class="has-text-align-center">x<sub>2</sub> = (1/5)(10 + y<sub>1</sub> &#8211; z<sub>1</sub>)   ………….. (7)</p>



<p class="has-text-align-center">y<sub>2</sub> = (1/4)(12 – 2x<sub>1</sub>)&nbsp;&nbsp;&nbsp; ………….. (8)</p>



<p class="has-text-align-center">z<sub>2</sub> = (1/5)(1 – x<sub>1</sub> &#8211; y<sub>1</sub>)&nbsp;&nbsp;&nbsp; ………….. (9)</p>



<p class="has-text-align-center">Substituting x<sub>1</sub> = 2.6, y<sub>1</sub> = 2, z<sub>1</sub> = &#8211; 0.8 in equations (7), (8), and (9)</p>



<p class="has-text-align-center">x<sub>2</sub> = (1/5)(10 + (2) – (- 0.8)) = 2.56</p>



<p class="has-text-align-center">y<sub>2</sub> = (1/4)(12 – 2(2.6)) = 1.7</p>



<p class="has-text-align-center">z<sub>2</sub> = (1/5)(1 – (2.6) – (2)) = &#8211; 0.72</p>



<p><strong>Third Iteration:</strong></p>



<p>X<sub>3</sub> = (1/5)(10 + y<sub>2</sub> &#8211; z<sub>2</sub>)&nbsp;&nbsp; ………….. (10)</p>



<p>y<sub>3</sub> = (1/4)(12 – 2x<sub>2</sub>)&nbsp;&nbsp;&nbsp; ………….. (11)</p>



<p>z<sub>3</sub> = (1/5)(1 – x<sub>2</sub> &#8211; y<sub>2</sub>)&nbsp;&nbsp;&nbsp; ………….. (12)</p>



<p>Substituting x<sub>2</sub> = 2.56, y<sub>2</sub> = 1.7, z<sub>2</sub> = &#8211; 0.72 in equations (10), (11), and (12)</p>



<p>x<sub>2</sub> = (1/5)(10 + (1.7) – (- 0.72)) = 2.484</p>



<p>y<sub>2</sub> = (1/4)(12 – 2(2.56)) = 1.72</p>



<p>z<sub>2</sub> = (1/5)(1 – (2.56) – (1.7)) = &#8211; 0.652</p>



<p>After three iterations x = 2.484, y = 1.72, and z = &#8211; 0.652 approx.</p>
<p>The post <a href="https://thefactfactor.com/facts/pure_science/mathematics/applied-mathematics/jacobis-method-to-find-solution-of-simultaneous-equations/16257/">Jacobi&#8217;s Method to Find Solution of Simultaneous Equations</a> appeared first on <a href="https://thefactfactor.com">The Fact Factor</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://thefactfactor.com/facts/pure_science/mathematics/applied-mathematics/jacobis-method-to-find-solution-of-simultaneous-equations/16257/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>The solution of an Equation: Bisection Method</title>
		<link>https://thefactfactor.com/facts/pure_science/mathematics/applied-mathematics/the-solution-of-an-equation-bisection-method/16209/</link>
					<comments>https://thefactfactor.com/facts/pure_science/mathematics/applied-mathematics/the-solution-of-an-equation-bisection-method/16209/#comments</comments>
		
		<dc:creator><![CDATA[Hemant More]]></dc:creator>
		<pubDate>Fri, 05 Feb 2021 05:42:00 +0000</pubDate>
				<category><![CDATA[Applied Mathematics]]></category>
		<guid isPermaLink="false">https://thefactfactor.com/?p=16209</guid>

					<description><![CDATA[<p>In this article, we shall study the use of the bisection method to solve an equation. Intermediate Value Theorem : If a function f is continuous on closed interval [a, b] and f (a). f (b) &#60; 0, i.e. ƒ (a) and ƒ (b) are opposite signs, then there exists at least one c ∈ [&#8230;]</p>
<p>The post <a href="https://thefactfactor.com/facts/pure_science/mathematics/applied-mathematics/the-solution-of-an-equation-bisection-method/16209/">The solution of an Equation: Bisection Method</a> appeared first on <a href="https://thefactfactor.com">The Fact Factor</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>In this article, we shall study the use of the bisection method to solve an equation.</p>



<p class="has-accent-color has-text-color" style="font-size:30px"><strong>Intermediate Value Theorem :</strong></p>



<ul class="wp-block-list"><li>If a function f is continuous on closed interval [a, b] and f (a). f (b) &lt; 0, i.e. ƒ (a) and ƒ (b) are opposite signs, then there exists at least one c ∈ (a, b) such that ƒ(c) = 0.</li><li>This theorem is to be used without proof.&nbsp;We know that a polynomial function is continuous and so the above theorem can be applied to a polynomial function. Hence there exists at least one root of polynomial equation ƒ(x) = 0, in the open interval (a, b).</li><li>We will be studying three methods of approximation of roots of equation ƒ (x) = 0.</li></ul>



<p class="has-text-color has-background" style="background-color:#f0f2f3;color:#f76f2b;font-size:30px"><strong>Bisection Method:</strong></p>



<p class="has-accent-color has-text-color" style="font-size:30px"><strong>Example 01:</strong></p>



<ul class="wp-block-list"><li><strong>Using the bisection method solve the equation x<sup>2</sup> + 2x – 8 = 0 in the interval [1, 4]. Use two iterations.</strong></li></ul>



<p class="has-text-align-left"><strong>Solution:</strong></p>



<p class="has-text-align-center">Let ƒ(x) = x<sup>2</sup> + 2x – 8<br>∴ ƒ(1) = (1)<sup>2</sup> + 2(1) – 8 = 1 + 2 – 8 = -5 &lt; 0 (negative)<br>∴ ƒ(4) = (4)<sup>2</sup> + 2(4) – 8 = 16 + 8 – 8 = 16 &gt; 0 (positive)<br>Thus we see that ƒ(1) &lt; 0 and ƒ(4) &gt; 0<br>∴ By intermediate value theorem, the root of equation ƒ(x) = 0 lies in interval (1, 4) = (a, b)</p>



<ul class="wp-block-list"><li style="text-align: left;"><strong>Initial approximation : (First approximation)</strong></li></ul>



<p class="has-text-align-center">Let x<sub>o</sub> be the initial (first) approximation to the root.<br>By the bisection formula</p>



<p class="has-text-align-center">x<sub>o</sub> = (a + b)/2 = (1 + 4)/2 = 5/2 = 2.5</p>



<ul class="wp-block-list"><li style="text-align: left;"><strong>First iteration (Second approximation):</strong></li></ul>



<p class="has-text-align-center">Now, ƒ(2.5) = (2.5)<sup>2</sup> + 2(2.5) – 8<br>ƒ(2.5) = 6.25 + 5 – 8<br>ƒ(2.5) = 3.25 > 0 (positive)</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><img decoding="async" width="300" height="73" src="https://thefactfactor.com/wp-content/uploads/2021/02/Bisection-Method-01.png" alt="Bisection Method" class="wp-image-16212"/></figure></div>



<p class="has-text-align-center">Now, ƒ(1) &lt; 0 and ƒ(2.5) &gt; 0, hence by intermediate value theorem the root of equation ƒ(x) = 0 lies in interval (1, 2.5) = (a, b).<br>Let x<sub>1</sub> be the second approximation to the root.<br>By the bisection formula<br>x<sub>1</sub> = (a + b)/2 = (1 + 2.5)/2 = 3.5/2 = 1.75</p>



<ul class="wp-block-list"><li style="text-align: left;"><strong>Second iteration (Third approximation):</strong></li></ul>



<p class="has-text-align-center">Now, ƒ(1.75) = (1.75)<sup>2</sup> + 2(1.75) – 8<br>= 3.0635 + 3.5 – 8<br>= -1.4375 &lt; 0 (negative)</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><img decoding="async" width="300" height="72" src="https://thefactfactor.com/wp-content/uploads/2021/02/Bisection-Method-02.png" alt="Bisection Method" class="wp-image-16213"/></figure></div>



<p class="has-text-align-center">Now, ƒ(1.75) &lt; 0 and ƒ(2.5) > 0 and , hence by intermediate value theorem the root of equation ƒ(x) = 0 lies in interval (1.75, 2.5) = (a, b)<br>Let x<sub>2</sub> be the third approximation to the root.<br>By the bisection formula<br>x<sub>1</sub> = (a + b)/2 = (1.75 + 2.5)/2 = 4.25/2 = 2.125<br>After two iteration by bisection method solution of equation x<sup>2</sup> + 2x – 8 = 0 is x = 2.125. (approx.)</p>



<p class="has-accent-color has-text-color" style="font-size:30px"><strong>Example 02:</strong></p>



<ul class="wp-block-list"><li><strong>Show that the root of the equation x2 + 3x – 5 = 0 lies in (1,2). Find the first three approximations to the roots of this equation using the bisection method.</strong></li></ul>



<p><strong>Solution :</strong></p>



<p class="has-text-align-center">Let ƒ(x) = x<sup>2</sup> + 3x – 5<br>∴ ƒ(1) = (1)<sup>2</sup> + 3(1) – 5 = 1 + 3 – 5 = -1 &lt; 0 (negative)<br>∴ ƒ(2) = (2)<sup>2</sup> + 3(2) – 5 = 4 + 6 – 5 = 5 &gt; 0 (positive)<br>Thus we see that ƒ(1) &lt; 0 and ƒ(2) &gt; 0<br>∴ By intermediate value theorem, the root of equation ƒ(x) = 0 lies in interval (1, 2) = (a, b)</p>



<ul class="wp-block-list"><li style="text-align: left;"><strong>Initial approximation : (First approximation)</strong></li></ul>



<p class="has-text-align-center">Let x<sub>0</sub> be the initial approximation (first approximation) to the root.<br>By the bisection formula<br>x<sub>0</sub> = (a + b)/2 = (1 + 2)/2 = 3/2 = 1.5</p>



<ul class="wp-block-list"><li style="text-align: left;"><strong>First iteration (Second approximation):</strong></li></ul>



<p class="has-text-align-center">Now, ƒ(1.5) = (1.5)<sup>2</sup> + 3(1.5) – 5<br>= 2.25 + 4.5 – 5<br>= 1.75 > 0 (positive)</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><img decoding="async" width="300" height="70" src="https://thefactfactor.com/wp-content/uploads/2021/02/Bisection-Method-03.png" alt="Bisection Method" class="wp-image-16214"/></figure></div>



<p class="has-text-align-center">Now, ƒ(1) &lt; 0 and ƒ1.5) &gt; 0, hence by intermediate value theorem the root of equation ƒ(x) = 0 lies in interval (1, 1.5) = (a, b)<br>Let x<sub>1</sub> be the second approximation to the root.<br>By the bisection formula</p>



<p class="has-text-align-center">x<sub>1</sub> = (a + b)/2 = (1 + 1.5)/2 = 2.5/2 = 1.25</p>



<ul class="wp-block-list"><li style="text-align: left;"><strong>Second iteration (Third approximation):</strong></li></ul>



<p class="has-text-align-center">Now, ƒ(1.25) = (1.25)<sup>2</sup> + 3(1.25) – 5<br>= 1.5625 + 3.75 – 5<br>= 0.3125 > 0 (positive)</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><img loading="lazy" decoding="async" width="300" height="68" src="https://thefactfactor.com/wp-content/uploads/2021/02/Bisection-Method-04.png" alt="Bisection Method" class="wp-image-16215"/></figure></div>



<p class="has-text-align-center">Now, ƒ(1) &lt; 0 and ƒ(1.25) > 0 and , hence by intermediate value theorem the root of equation ƒ(x) = 0 lies in interval (1, 1.25) = (a, b)<br>Let x<sub>2</sub> be the third approximation to the root.<br>By the bisection formula<br>x2 = (a + b)/2 = (1 + 1.25)/2 = 2.25/2 = 1.125<br>Thus the first three approximations to the root of equation x<sup>2</sup> + 3x – 5 = 0 by bisection method are 1.5, 1.25 and 1.125</p>



<p class="has-accent-color has-text-color" style="font-size:30px"><strong>Example 03:</strong></p>



<ul class="wp-block-list"><li><strong>Show that the root of the equation x<sup>3</sup> &#8211; x – 1 = 0 lies in (1,2). Find the first three approximations to the roots of this equation using the bisection method.</strong></li></ul>



<p><strong>Solution:</strong></p>



<p class="has-text-align-center">Let f (x) = x<sup>3</sup> &#8211; x – 1<br>∴ ƒ(1) = (1)<sup>3</sup> &#8211; (1) – 1 = 1 –1 -1 = -1 &lt; 0 (negative)<br>∴ ƒ(2) = (2)<sup>3</sup> &#8211; (2) – 1 = 8 &#8211; 2 – 1 = 5 &gt; 0 (positive)<br>Thus, we see that ƒ(1) &lt; 0 and ƒ(2) &gt; 0<br>∴ By intermediate value theorem, the root of equation ƒ(x) = 0 lies in interval (1, 2) = (a, b)</p>



<ul class="wp-block-list"><li><strong>Initial approximation : (First approximation)</strong></li></ul>



<p class="has-text-align-center">Let x<sub>o</sub> be the initial approximation (first approximation) to the root.<br>By the bisection formula<br>x<sub>o</sub> = (a + b)/2 = (1 + 2)/2 = 3/2 = 1.5</p>



<ul class="wp-block-list"><li style="text-align: left;"><strong>Second approximation :(First iteration)</strong></li></ul>



<p class="has-text-align-center">Now, ƒ(1.5) = (1.5)<sup>3</sup> &#8211; 1.5 – 1<br>= 3.375 – 1.5 –1<br>= 0.875 > 0 (positive)</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><img loading="lazy" decoding="async" width="300" height="63" src="https://thefactfactor.com/wp-content/uploads/2021/02/Bisection-Method-05.png" alt="" class="wp-image-16216"/></figure></div>



<p class="has-text-align-center">Now, ƒ(1) &lt; 0 and ƒ(1.5) &gt; 0, hence by intermediate value theorem the root of equation ƒ(x) = 0 lies in interval (1, 1.5) = (a, b)<br>Let x<sub>1</sub> be the second approximation to the root.</p>



<p class="has-text-align-center">By the bisection formula</p>



<p class="has-text-align-center">x1 = (a + b)/2 = (1 + 1.5)/2 = 2.5/2 = 1.25</p>



<ul class="wp-block-list"><li style="text-align: left;"><strong>Third approximation :(Second iteration)</strong></li></ul>



<p class="has-text-align-center">Now, ƒ(1.25) = (1.25)<sup>3</sup> &#8211; 1.25 – 1<br>= 1.953125 – 1.25 – 1<br>= &#8211; 0.296875 &lt; 0 (negative)</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><img loading="lazy" decoding="async" width="300" height="66" src="https://thefactfactor.com/wp-content/uploads/2021/02/Bisection-Method-06.png" alt="" class="wp-image-16217"/></figure></div>



<p class="has-text-align-center">Now, ƒ(1.25) &lt; 0 and ƒ(1.5) &gt; 0 and , hence by intermediate value theorem the root of equation ƒ(x) = 0 lies in interval (1.25, 1.5) = (a, b).<br>Let x<sub>2</sub> be the third approximation to the root.<br>By bisection formula,</p>



<p class="has-text-align-center">x<sub>2</sub> = (a + b)/2 = (1.25 + 1.5)/2 = 2.75/2 = 1.375<br>Thus the first three approximations to the root of equation x<sup>3</sup> &#8211; x – 1 = 0 by bisection method are 1.5, 1.25 and 1.375.</p>



<p class="has-accent-color has-text-color" style="font-size:30px"><strong>Example 04:</strong></p>



<ul class="wp-block-list"><li><strong>Using the bisection method find the approximate value of square root of 3 in the interval (1, 2) by performing two iterations.</strong></li></ul>



<p><strong>Solution:</strong></p>



<p class="has-text-align-center">Let x = <span style="white-space: nowrap;">√<span style="text-decoration: overline;">3</span></span>,</p>



<p class="has-text-align-center">Squaring both the sides we have,<br>x<sup>2</sup> = 3</p>



<p class="has-text-align-center">∴ x<sup>2</sup> &#8211; 3 = 0<br>The positive root of this equation is <span style="white-space: nowrap;">√<span style="text-decoration: overline;">3</span></span>.<br>Let f(x) = X2 &#8211; 3<br>∴ ƒ(1) = (1)2 &#8211; 3 = 1 – 3 = -2 &lt; 0 (negative)<br>∴ ƒ(2) = (2)2 – 3 = 4 – 3 = 1 &gt; 0 (positive)<br>∴ By intermediate value theorem, the root of equation ƒ(x) = 0 lies in interval (1, 2) = (a, b)</p>



<ul class="wp-block-list"><li style="text-align: left;"><strong>Initial approximation : (First approximation)</strong></li></ul>



<p class="has-text-align-center">Let x<sub>0</sub> be the initial approximation (first approximation) to the root.<br>By the bisection formula<br>x<sub>0</sub> = (a + b)/2 = (1 + 2)/2 = 3/2 = 1.5</p>



<ul class="wp-block-list"><li style="text-align: left;"><strong>First Iteration (Second approximation) :</strong></li></ul>



<p class="has-text-align-center">Now, ƒ(1.5) = (1.5)<sup>2</sup> &#8211; 3<br>= 2.25 – 3<br>= &#8211; 0.75 &lt; 0 (negative)</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><img loading="lazy" decoding="async" width="300" height="73" src="https://thefactfactor.com/wp-content/uploads/2021/02/Bisection-Method-07.png" alt="" class="wp-image-16218"/></figure></div>



<p class="has-text-align-center">Now, ƒ(1.5) &lt; 0 and ƒ(2) &gt; 0, hence by intermediate value theorem the root of equation ƒ(x) = 0 lies in interval (1.5, 2) = (a, b)<br>Let x<sub>1</sub> be the second approximation to the root.</p>



<p class="has-text-align-center">By bisection formula</p>



<p class="has-text-align-center">x<sub>1</sub> = (a + b)/2 = (1.5 + 2)/2 = 3.5/2 = 1.75</p>



<ul class="wp-block-list"><li style="text-align: left;"><strong>Second Iteration (Third approximation) :</strong></li></ul>



<p class="has-text-align-center">Now, ƒ(1.75) = (1.75)<sup>2</sup> &#8211; 3<br>= 3.0625 – 3<br>= 0.0625 > 0 (positive)</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><img loading="lazy" decoding="async" width="300" height="67" src="https://thefactfactor.com/wp-content/uploads/2021/02/Bisection-Method-08.png" alt="" class="wp-image-16219"/></figure></div>



<p class="has-text-align-center">Now, ƒ(1.5) &lt; 0 and ƒ(1.75) &gt; 0 and , hence by intermediate value theorem the root of equation ƒ(x) = 0 lies in interval (1.5, 1.75) = (a, b)<br>Let, x<sub>2</sub> be the third approximation to the root.<br>By bisection formula,</p>



<p class="has-text-align-center">x<sub>2</sub> = (a + b)/2 = (1.5 + 1.75)/2 = 3.25/2 = 1.625<br>After two iterations by the Bisection method <span style="white-space: nowrap;">√<span style="text-decoration: overline;">3</span></span> = 1.625</p>



<p class="has-accent-color has-text-color" style="font-size:30px"><strong>Example 05:</strong></p>



<ul class="wp-block-list"><li><strong>Find the square root of 6 using the bisection method and two iterations, (Ans. 2.375)</strong></li></ul>



<p class="has-accent-color has-text-color" style="font-size:30px"><strong>Example 06:</strong></p>



<ul class="wp-block-list"><li><strong>Find the fourth root of 27 using the bisection method and two iterations, (Ans. 2.375)</strong></li></ul>



<p class="has-accent-color has-text-color" style="font-size:30px"><strong>Example 07:</strong></p>



<ul class="wp-block-list"><li><strong>Show that the root of equation x3 &#8211; 2&#215;2 + 2 = 0 in the interval (-1, 0) by using bisection method three times (Ans. &#8211; 0.875)</strong></li></ul>
<p>The post <a href="https://thefactfactor.com/facts/pure_science/mathematics/applied-mathematics/the-solution-of-an-equation-bisection-method/16209/">The solution of an Equation: Bisection Method</a> appeared first on <a href="https://thefactfactor.com">The Fact Factor</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://thefactfactor.com/facts/pure_science/mathematics/applied-mathematics/the-solution-of-an-equation-bisection-method/16209/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Statement in Logic</title>
		<link>https://thefactfactor.com/facts/pure_science/mathematics/applied-mathematics/statement-in-logic/15981/</link>
					<comments>https://thefactfactor.com/facts/pure_science/mathematics/applied-mathematics/statement-in-logic/15981/#respond</comments>
		
		<dc:creator><![CDATA[Hemant More]]></dc:creator>
		<pubDate>Mon, 18 Jan 2021 15:02:16 +0000</pubDate>
				<category><![CDATA[Applied Mathematics]]></category>
		<guid isPermaLink="false">https://thefactfactor.com/?p=15981</guid>

					<description><![CDATA[<p>The word Logic is derived from the Greek word &#8216;Logos&#8217; which means reason. Logic deals with the methods of reasoning. Logic is a process by which we arrive at a conclusion from known statements or assertions with the help of valid assumptions. The valid assumptions are known as laws of logic. The Greek philosopher and [&#8230;]</p>
<p>The post <a href="https://thefactfactor.com/facts/pure_science/mathematics/applied-mathematics/statement-in-logic/15981/">Statement in Logic</a> appeared first on <a href="https://thefactfactor.com">The Fact Factor</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>The word Logic is derived from the Greek word &#8216;Logos&#8217; which means reason. Logic deals with the methods of reasoning. Logic is a process by which we arrive at a conclusion from known statements or assertions with the help of valid assumptions. The valid assumptions are known as laws of logic. The Greek philosopher and thinker Aristotle laid the foundation of the study of logic in the systematic form. Logic associated with mathematics is called mathematical logic. The mathematical approach to logic is developed by English philosopher and mathematician George Boole. Hence logic is also referred as Boolean Logic or Symbolic Logic. </p>



<div class="wp-block-image"><figure class="aligncenter size-large"><img loading="lazy" decoding="async" width="250" height="134" src="https://thefactfactor.com/wp-content/uploads/2021/01/Logic-01.png" alt="Logic" class="wp-image-15987"/></figure></div>



<p>Logic helps in the development of systematic and logical reasoning skills. It helps in understanding the precise meaning of statements of theorems, the converse of theorems, and corollaries of the theorem. It is the basis of circuit designing, artificial intelligence, and computer programming.</p>



<p class="has-accent-color has-text-color has-large-font-size"><strong>Statement in Logic:</strong></p>



<p>Language is the medium of communication of thoughts. We do so by using sentences simple or complex. They may be assertive or imperative or exclamatory or interrogative or suggestive or wishes. A declarative sentence, which is either true or false, but not both simultaneously, is called a statement in logic.</p>



<p>Sentences which are incomplete or imperative or interrogative or exclamatory or suggestive or wishes or perceptions are not taken as statements in logic. An open sentence is a sentence whose truth value can vary according to some conditions which are not stated in the sentence. e.g. It is white in colour.</p>



<p>In logic, the statements are denoted by small case letters particularly p, q, r, ….</p>



<p class="has-accent-color has-text-color has-large-font-size"><strong>Law of the Excluded Middle:</strong></p>



<p>A statement is either true or false. It can not be both true and false and also neither true nor false. This fact is known as the law of the excluded middle.</p>



<p class="has-accent-color has-text-color has-large-font-size"><strong>Truth Value of a Statement:</strong></p>



<ul class="wp-block-list"><li>The truth or falsity of a statement is called the truth value of the statement.</li><li>If the statement is true then its truth value is denoted by the letter ‘T’.&nbsp; If the statement is false then its truth value is denoted by the letter ‘F’. In boolean algebra 1 is used for T and 0 is used for F.</li></ul>



<p class="has-accent-color has-text-color has-large-font-size"><strong>To find the Truth Value of a Statement:</strong></p>



<h6 class="wp-block-heading"><strong>Determine which of the following sentences are statements in logic. If not give a </strong>reason<strong>. If a statement, </strong>then find<strong> its truth value.</strong></h6>



<ol class="wp-block-list"><li><strong>Do your homework today</strong>: It is a command or suggestion. Hence it is not a statement.</li><li><strong>x<sup>2</sup> – 5x + 6 = 0</strong>, when x = 2: It is a statement. Its truth value is ‘T’</li><li><strong>x<sup>2</sup> – 5x + 6 = 0, x ∈ R</strong>: For x = 2 or x = 3 it is true for x ≠ 2 and x ≠ 3, it is false. Hence it is open sentence. It is not a statement.</li><li><strong>It is white in colour.: </strong>We cannot decide whether the statement is true or false. It is not a statement.</li><li><strong>x + 3 = 5</strong>: If x = 2 it is true and if x ≠ 2 it is false. Hence it is open sentence. It is not a statement.</li><li><strong>Oh! What a beautiful scene!</strong>: It is an exclamation. Hence it is not a statement.</li><li><strong>Let us go for a walk: </strong>It is a suggestion. Hence it is not a statement.</li><li><strong>I wish the man had wings</strong>: It is a wish. Hence it is not a statement.</li><li><strong>Please give me a glass of water: </strong>It is a request i.e. imperative sentence. Hence it is not a statement.</li><li><strong>Get out of the class immediately:</strong> It is a Command i.e. imperative sentence. Hence it is not a statement.</li><li><strong>When is your examination going to start?</strong>: It is an interrogative sentence. Hence it is not a statement.</li><li><strong>The sum of two odd integers is always odd</strong>: It is a statement. Its truth value is ‘F’</li><li><strong>The product of two odd integers is always odd</strong>: It is a statement. Its truth value is ‘T’</li><li><strong>Please come here</strong>: It is request i.e. imperative sentence. Hence it is not a statement.</li><li><strong>The quadratic equation x<sup>2</sup> – 3x + 2 = 0 has two real roots</strong>: It is a statement. Its truth value is ‘T’</li><li><strong>The square of any real number is always positive</strong>: It is a statement. Its truth value is ‘F’. Because the square of 0 is 0 which is neither positive nor negative.</li><li><strong>5 + 4 = 11</strong>: It is a statement. Its truth value is ‘F’</li><li><strong>Every square of an odd number is always even</strong>: It is a statement. Its truth value is ‘F’</li><li><strong>1 is a prime number</strong>: It is a statement. Its truth value is ‘F’</li><li><strong>Every natural number is a whole number</strong>: It is a statement. Its truth value is ‘T’</li><li><strong>Are you ready for a picnic?</strong>: It is an interrogative sentence. Hence it is not a statement.</li><li><strong>Sin 2θ = 2 sin&nbsp;θ cos θ, for all θ</strong>: It is a statement. Its truth value is ‘T’</li><li><strong>829 is divisible by 9</strong>: It is a statement. Its truth value is ‘F’</li><li><strong>What a great fall of Humpty Dumpty!</strong>: It is an exclamatory sentence. Hence it is not a statement.</li><li><strong>New Delhi is the capital of India</strong>: It is a statement. Its truth value is ‘T’</li><li><strong>Shut the door</strong>: It is an imperative sentence. Hence it is not a statement.</li><li><strong>Please give me a pen:</strong> It is an imperative sentence. Hence it is not a statement.</li><li><strong>Do you like fruits?</strong>: It is an interrogative sentence. Hence it is not a statement.</li><li><strong>What a heavy downpour!</strong>: It is an exclamatory sentence. Hence it is not a statement.</li><li><strong>Have you ever seen a rainbow?</strong>: It is an interrogative sentence. Hence it is not a statement.</li><li><strong>x + 2 = 7</strong>: It is true when x = 5 and false when x ≠ 5. It is an open sentence. Hence it is not a statement.</li><li><strong>He is a musician: </strong>Its truth cannot be determined. Hence it is not a statement.</li><li><strong>Statistics is an easy subject</strong>: Its truth cannot be determined because it is a perception which may change from person to person. Hence it is not a statement.</li><li><strong>The sun is a star</strong>: It is a statement. Its truth value is ‘T’</li><li><strong>May God bless you!</strong>: It is a wish. Hence it is not a statement.</li><li><strong>The sum of the interior angles of a triangle is 180°</strong>: It is a statement. Its truth value is ‘T’</li><li><strong>Every real number is a complex number</strong>: It is a statement. Its truth value is ‘T’. because every real number can be written in the form a + bi</li><li><strong>Why are you upset?</strong>: It is an interrogative sentence. Hence it is not a statement.</li><li><strong>The square root of – 9 is a rational number</strong>: It is a statement. Its truth value is ‘F’</li><li><strong>The sum of cube roots of unity is 1</strong>: It is a statement. Its truth value is ‘F’. Because the sum is zero.</li><li><strong>x<sup>2</sup> – 3x + 2 implies that x = -1 or x = -2</strong>: It is a statement. Its truth value is ‘T’</li><li><strong>He is a good person</strong>: Its truth value cannot be determined because it is a perception which may change from person to person. Hence it is not a statement.</li><li><strong>Two is the only even prime number</strong>: It is a statement. Its truth value is ‘T’</li><li><strong>Do not disturb</strong>: It is an imperative sentence. Hence it is not a statement.</li><li><strong>x<sup>2</sup> – 3x – 4 = 0 </strong>when x = -1: It is a statement. Its truth value is ‘F’</li><li><strong>It is red in colour</strong>: We cannot decide whether the sentence is true or false. Hence it is not a statement.</li><li><strong>Every parallelogram is a rhombus: </strong>It is a statement. Its truth value is ‘F’.</li><li><strong>Every set is a finite set</strong>:<strong> </strong>It is a statement. Its truth value is ‘F’</li><li><strong>Indians are intelligent</strong>: Its truth value cannot be determined because it is a perception which may change from person to person. Hence it is not a statement.</li><li><strong>Do your work properly</strong>: It is a suggestion. Hence it is not a statement.</li><li><strong>x + 3 = 10</strong>: It is true when x = 7 and false when x ≠ 7. It is an open sentence. Hence it is not a statement.</li><li><strong>Will you help me?</strong>: It is an imperative sentence. Hence it is not a statement.</li><li><strong>Square of an odd number is odd</strong>: It is a statement. Its truth value is ‘T’</li><li><strong>Zero is a complex number: </strong>It is a statement. Its truth value is ‘T’. Because any real number is a complex number.</li><li><strong>All real numbers are rational numbers:</strong> It is a statement. Its truth value is ‘F’</li><li><strong>2 + 3 &lt; 6</strong>: It is a statement. Its truth value is ‘T’</li><li><strong>x<sup>2</sup> – 5x + 6 = 0 when x = 2</strong>: It is a statement. Its truth value is ‘T’.</li><li><strong>The door is open</strong>: Its truth cannot be determined because it is a perception (How much?) which may change from person to person. Hence it is not a statement.</li><li><strong>I am lying</strong>: Its truth cannot be determined because it is dependent on the truthfulness of the person saying it. Hence it is not a statement. It is called the liar&#8217;s paradox.</li></ol>
<p>The post <a href="https://thefactfactor.com/facts/pure_science/mathematics/applied-mathematics/statement-in-logic/15981/">Statement in Logic</a> appeared first on <a href="https://thefactfactor.com">The Fact Factor</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://thefactfactor.com/facts/pure_science/mathematics/applied-mathematics/statement-in-logic/15981/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Forward Differences 01</title>
		<link>https://thefactfactor.com/facts/pure_science/mathematics/applied-mathematics/forward-difference-table/15371/</link>
					<comments>https://thefactfactor.com/facts/pure_science/mathematics/applied-mathematics/forward-difference-table/15371/#comments</comments>
		
		<dc:creator><![CDATA[Hemant More]]></dc:creator>
		<pubDate>Sat, 21 Nov 2020 13:16:47 +0000</pubDate>
				<category><![CDATA[Applied Mathematics]]></category>
		<guid isPermaLink="false">https://thefactfactor.com/?p=15371</guid>

					<description><![CDATA[<p>In this article, we shall study to prepare the forward difference table from the given data. Example – 1: If f(x) = x2 + x + 1, construct a forward difference table by taking x = 0, 1, 2, 3, 4, 5 i.e. 0(1)5. Hence find Df(o), D2f(1) and D3f(2). Solution: Given f(x) = x2 [&#8230;]</p>
<p>The post <a href="https://thefactfactor.com/facts/pure_science/mathematics/applied-mathematics/forward-difference-table/15371/">Forward Differences 01</a> appeared first on <a href="https://thefactfactor.com">The Fact Factor</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>In this article, we shall study to prepare the forward difference table from the given data. </p>



<p class="has-accent-color has-text-color has-large-font-size"><strong>Example – 1:</strong><strong></strong></p>



<p><strong>If f(x) = x<sup>2</sup> + x + 1, construct a forward difference table by taking x = 0, 1, 2, 3, 4, 5 i.e. 0(1)5. Hence find Df(o), D<sup>2</sup>f(1) and D<sup>3</sup>f(2).</strong></p>



<p><strong>Solution:</strong></p>



<p class="has-text-align-center">Given f(x) = x<sup>2</sup> + x + 1 and x = 0, 1, 2, 3, 4, 5 i.e. 0(1)5.</p>



<p class="has-text-align-center">f(0) = 0<sup>2</sup> + 0 + 1&nbsp; = 0 + 0 + 1 = 1</p>



<p class="has-text-align-center">f(1) = 1<sup>2</sup> + 1 + 1&nbsp; = 1 + 1 + 1 = 3</p>



<p class="has-text-align-center">f(2) = 2<sup>2</sup> + 2 + 1&nbsp; = 4 + 2 + 1 = 7</p>



<p class="has-text-align-center">f(3) = 3<sup>2</sup> + 3 + 1&nbsp; = 9 + 3 + 1 = 13</p>



<p class="has-text-align-center">f(4) = 4<sup>2</sup> + 4 + 1&nbsp; = 16 + 4 + 1 = 21</p>



<p class="has-text-align-center">f(5) = 5<sup>2</sup> + 5 + 1&nbsp; = 25 + 5 + 1 = 31</p>



<p class="has-text-align-center">The forward difference table is constructed as follows.</p>



<figure class="wp-block-table aligncenter"><table><tbody><tr><td class="has-text-align-center" data-align="center">x</td><td class="has-text-align-center" data-align="center">f(x)</td><td class="has-text-align-center" data-align="center">Δf(x)</td><td class="has-text-align-center" data-align="center">Δ<sup>2</sup>f(x)</td><td class="has-text-align-center" data-align="center">Δ<sup>3</sup>f(x)</td></tr><tr><td class="has-text-align-center" data-align="center">0</td><td class="has-text-align-center" data-align="center">1</td><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center"></td></tr><tr><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center">3 – 1 = 2</td><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center"></td></tr><tr><td class="has-text-align-center" data-align="center">1</td><td class="has-text-align-center" data-align="center">3</td><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center">4 – 2 = 2</td><td class="has-text-align-center" data-align="center"></td></tr><tr><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center">7 – 3 = 4</td><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center">2 – 2 = 0</td></tr><tr><td class="has-text-align-center" data-align="center">2</td><td class="has-text-align-center" data-align="center">7</td><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center">6 – 4 = 2</td><td class="has-text-align-center" data-align="center"></td></tr><tr><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center">13 – 7 = 6</td><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center">2 – 2 = 0</td></tr><tr><td class="has-text-align-center" data-align="center">3</td><td class="has-text-align-center" data-align="center">13</td><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center">8 – 6 = 2</td><td class="has-text-align-center" data-align="center"></td></tr><tr><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center">21 – 13 = 8</td><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center">2 – 2 = 0</td></tr><tr><td class="has-text-align-center" data-align="center">4</td><td class="has-text-align-center" data-align="center">21</td><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center">10 – 8 = 2</td><td class="has-text-align-center" data-align="center"></td></tr><tr><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center">31 – 21 = 10</td><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center"></td></tr><tr><td class="has-text-align-center" data-align="center">5</td><td class="has-text-align-center" data-align="center">31</td><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center"></td></tr></tbody></table></figure>



<p class="has-text-align-center">From table we can see that Δ<sup>2</sup>f(x) = 2 = constant and Δ<sup>3</sup>f(x) = 0</p>



<p><strong>Note:</strong></p>



<ul class="wp-block-list"><li>Given function is f(x) = x<sup>2</sup> + x + 1. The highest power is 2, which obviously means Δ<sup>2</sup>f(x) = constant and Δ<sup>3</sup>f(x) = 0.</li><li>No need to show steps of calculations as shown in Δf(x),  Δ<sup>2</sup>f(x) and Δ<sup>3</sup>f(x) columns. You can write the values directly. To explain the concept for some problems steps are shown.</li></ul>



<p class="has-accent-color has-text-color has-large-font-size"><strong>Example – 2:</strong><strong></strong></p>



<p><strong>If f(x) = x<sup>2</sup> &#8211; 3x + 1, construct a forward difference table by taking x = 0, 1, 2, 3, 4, 5 i.e. 0(1)5. Verify that the second differences are constant.</strong></p>



<p><strong>Solution:</strong></p>



<p class="has-text-align-center">Given f(x) = x<sup>2</sup> &#8211; 3x + 1 and x = 0, 1, 2, 3, 4, 5 i.e. 0(1)5.</p>



<p class="has-text-align-center">f(0) = 0<sup>2</sup> – 3(0) + 1 = 0 &#8211; 0 + 1 = 1</p>



<p class="has-text-align-center">f(1) = 1<sup>2</sup> – 3(1) + 1 = 1 &#8211; 3 + 1 = -1</p>



<p class="has-text-align-center">f(2) = 2<sup>2</sup> – 3(2) + 1 = 4 &#8211; 6 + 1 = -1</p>



<p class="has-text-align-center">f(3) = 3<sup>2</sup> – 3(3) + 1 = 9 &#8211; 9 + 1 = 1</p>



<p class="has-text-align-center">f(4) = 4<sup>2</sup> – 3(4) + 1 =16 &#8211; 12 + 1 = 5</p>



<p class="has-text-align-center">f(5) = 5<sup>2</sup> – 3(5) + 1 = 25 &#8211; 15 + 1 = 11</p>



<p class="has-text-align-center">The forward difference table is constructed as follows.</p>



<figure class="wp-block-table aligncenter"><table><tbody><tr><td class="has-text-align-center" data-align="center">x</td><td class="has-text-align-center" data-align="center">f(x)</td><td class="has-text-align-center" data-align="center">Δf(x)</td><td class="has-text-align-center" data-align="center">Δ<sup>2</sup>f(x)</td></tr><tr><td class="has-text-align-center" data-align="center">0</td><td class="has-text-align-center" data-align="center">1</td><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center"></td></tr><tr><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center">-1 -1 = -2</td><td class="has-text-align-center" data-align="center"></td></tr><tr><td class="has-text-align-center" data-align="center">1</td><td class="has-text-align-center" data-align="center">-1</td><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center">0 – (-2) = 2</td></tr><tr><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center">-1 – (-1) = 0</td><td class="has-text-align-center" data-align="center"></td></tr><tr><td class="has-text-align-center" data-align="center">2</td><td class="has-text-align-center" data-align="center">-1</td><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center">2 – 0 = 2</td></tr><tr><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center">1 – (-1) = 2</td><td class="has-text-align-center" data-align="center"></td></tr><tr><td class="has-text-align-center" data-align="center">3</td><td class="has-text-align-center" data-align="center">1</td><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center">4 – 2 = 2</td></tr><tr><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center">5 – 1 = 4</td><td class="has-text-align-center" data-align="center"></td></tr><tr><td class="has-text-align-center" data-align="center">4</td><td class="has-text-align-center" data-align="center">5</td><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center">6 – 4 = 2</td></tr><tr><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center">11 – 5 = 6</td><td class="has-text-align-center" data-align="center"></td></tr><tr><td class="has-text-align-center" data-align="center">5</td><td class="has-text-align-center" data-align="center">11</td><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center"></td></tr></tbody></table></figure>



<p class="has-text-align-center">From table we can see that second order differences i.e. Δ<sup>2</sup>f(x) = 2 = constant</p>



<p class="has-accent-color has-text-color has-large-font-size"><strong>Example – 3:</strong><strong></strong></p>



<p><strong>If f(x) = 2x<sup>2</sup> + 5, construct a forward difference table by taking x = 0, 2, 4, 6, 8 i.e. 0(2)8. Verify that the third differences are zero.</strong></p>



<p><strong>Solution:</strong></p>



<p class="has-text-align-center">Given f(x) = 2x<sup>2</sup> + 5 and x = 0, 2, 4, 6, 8 i.e. 0(2)8.</p>



<p class="has-text-align-center">f(0) = 2(0)<sup>2</sup> + 5 = 0 + 5 = 5</p>



<p class="has-text-align-center">f(2) = 2(2)<sup>2</sup> + 5 = 8 + 5 = 13</p>



<p class="has-text-align-center">f(4) = 2(4)<sup>2</sup> + 5 = 32 + 5 = 37</p>



<p class="has-text-align-center">f(6) = 2(6)<sup>2</sup> + 5 = 72 + 5 = 77</p>



<p class="has-text-align-center">f(8) = 2(8)<sup>2</sup> + 5 = 128 + 5 = 133</p>



<p class="has-text-align-center">The forward difference table is constructed as follows.</p>



<figure class="wp-block-table aligncenter"><table><tbody><tr><td class="has-text-align-center" data-align="center">x</td><td class="has-text-align-center" data-align="center">f(x)</td><td class="has-text-align-center" data-align="center">Δf(x)</td><td class="has-text-align-center" data-align="center">Δ<sup>2</sup>f(x)</td><td class="has-text-align-center" data-align="center">Δ<sup>3</sup>f(x)</td></tr><tr><td class="has-text-align-center" data-align="center">0</td><td class="has-text-align-center" data-align="center">5</td><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center"></td></tr><tr><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center">8</td><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center"></td></tr><tr><td class="has-text-align-center" data-align="center">2</td><td class="has-text-align-center" data-align="center">13</td><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center">18</td><td class="has-text-align-center" data-align="center"></td></tr><tr><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center">24</td><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center">0</td></tr><tr><td class="has-text-align-center" data-align="center">4</td><td class="has-text-align-center" data-align="center">37</td><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center">16</td><td class="has-text-align-center" data-align="center"></td></tr><tr><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center">40</td><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center">0</td></tr><tr><td class="has-text-align-center" data-align="center">6</td><td class="has-text-align-center" data-align="center">77</td><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center">16</td><td class="has-text-align-center" data-align="center"></td></tr><tr><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center">56</td><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center"></td></tr><tr><td class="has-text-align-center" data-align="center">8</td><td class="has-text-align-center" data-align="center">133</td><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center"></td></tr></tbody></table></figure>



<p class="has-text-align-center">From table we can see that third order differences i.e.&nbsp; Δ<sup>3</sup>f(x) = 0</p>



<p class="has-accent-color has-text-color has-large-font-size"><strong>Example – 4:</strong><strong></strong></p>



<p><strong>If f(x) = 2x<sup>3</sup> &#8211; x<sup>2</sup> + 3x + 1, construct a forward difference table by taking x = 0, 1, 2, 3, 4, 5 i.e. 0(1)5. Verify that the third differences are constant.</strong></p>



<p><strong>Solution:</strong></p>



<p class="has-text-align-center">Given f(x) = 2x<sup>3</sup> &#8211; x<sup>2</sup> + 3x + 1 and x = 0, 1, 2, 3, 4, 5 i.e. 0(1)5.</p>



<p class="has-text-align-center">f(0) = 2(0)<sup>3</sup> – (0)<sup>2</sup> + 3(0) + 1 = 0 &#8211; 0 + 0 + 1 = 1</p>



<p class="has-text-align-center">f(1) = 2(1)<sup>3</sup> – (1)<sup>2</sup> + 3(1) + 1 = 2 &#8211; 1 + 3 + 1 = 5</p>



<p class="has-text-align-center">f(2) = 2(2)<sup>3</sup> – (2)<sup>2</sup> + 3(2) + 1 = 16 &#8211; 4 + 6 + 1 = 19</p>



<p class="has-text-align-center">f(3) = 2(3)<sup>3</sup> – (3)<sup>2</sup> + 3(3) + 1 = 54 &#8211; 9 + 9 + 1 = 55</p>



<p class="has-text-align-center">f(4) = 2(4)<sup>3</sup> – (4)<sup>2</sup> + 3(4) + 1 = 128 &#8211; 16 + 12 + 1 = 125</p>



<p class="has-text-align-center">f(5) = 2(5)<sup>3</sup> – (5)<sup>2</sup> + 3(5) + 1 = 250 &#8211; 25 + 15 + 1 = 241</p>



<p class="has-text-align-center">The forward difference table is constructed as follows.</p>



<figure class="wp-block-table aligncenter"><table><tbody><tr><td class="has-text-align-center" data-align="center">x</td><td class="has-text-align-center" data-align="center">f(x)</td><td class="has-text-align-center" data-align="center">Δf(x)</td><td class="has-text-align-center" data-align="center">Δ<sup>2</sup>f(x)</td><td class="has-text-align-center" data-align="center">Δ<sup>3</sup>f(x)</td></tr><tr><td class="has-text-align-center" data-align="center">0</td><td class="has-text-align-center" data-align="center">1</td><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center"></td></tr><tr><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center">4</td><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center"></td></tr><tr><td class="has-text-align-center" data-align="center">1</td><td class="has-text-align-center" data-align="center">5</td><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center">10</td><td class="has-text-align-center" data-align="center"></td></tr><tr><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center">14</td><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center">12</td></tr><tr><td class="has-text-align-center" data-align="center">2</td><td class="has-text-align-center" data-align="center">19</td><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center">22</td><td class="has-text-align-center" data-align="center"></td></tr><tr><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center">36</td><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center">12</td></tr><tr><td class="has-text-align-center" data-align="center">3</td><td class="has-text-align-center" data-align="center">55</td><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center">34</td><td class="has-text-align-center" data-align="center"></td></tr><tr><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center">70</td><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center">12</td></tr><tr><td class="has-text-align-center" data-align="center">4</td><td class="has-text-align-center" data-align="center">125</td><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center">46</td><td class="has-text-align-center" data-align="center"></td></tr><tr><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center">116</td><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center"></td></tr><tr><td class="has-text-align-center" data-align="center">5</td><td class="has-text-align-center" data-align="center">241</td><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center"></td></tr></tbody></table></figure>



<p class="has-text-align-center">From table we can see that third order differences i.e.&nbsp; Δ<sup>3</sup>f(x) = 12 = constant</p>



<p class="has-accent-color has-text-color has-large-font-size"><strong>Example – 5:</strong><strong></strong></p>



<p><strong>If f(x) = x<sup>3</sup> &#8211; 2x<sup>2</sup> + 1, construct a forward difference table by taking x = 0, 1, 2, 3, 4 i.e. 0(1)4. Verify that the fourth differences are zero.</strong></p>



<p><strong>Solution:</strong></p>



<p class="has-text-align-center">Given f(x) = x<sup>3</sup> &#8211; 2x<sup>2</sup> + 1 and x = 0, 1, 2, 3, 4 i.e. 0(1)4.</p>



<p class="has-text-align-center">f(0) = 0<sup>3</sup> – 2(0)<sup>2</sup> + 1 = 0 &#8211; 0 + 1 = 1</p>



<p class="has-text-align-center">f(1) = 1<sup>3</sup> – 2(1)<sup>2</sup> + 1 = 1 &#8211; 2 + 1 = 0</p>



<p class="has-text-align-center">f(2) = 2<sup>3</sup> – 2(2)<sup>2</sup> + 1 = 8 &#8211; 8 + 1 = 1</p>



<p class="has-text-align-center">f(3) = 3<sup>3</sup> – 2(3)<sup>2</sup> + 1 = 27 &#8211; 18 + 1 = 10</p>



<p class="has-text-align-center">f(4) = 4<sup>3</sup> – 2(4)<sup>2</sup> + 1 = 64 &#8211; 32 + 1 = 33</p>



<p class="has-text-align-center">The forward difference table is constructed as follows.</p>



<figure class="wp-block-table aligncenter"><table><tbody><tr><td class="has-text-align-center" data-align="center">x</td><td class="has-text-align-center" data-align="center">f(x)</td><td class="has-text-align-center" data-align="center">Δf(x)</td><td>Δ<sup>2</sup>f(x)</td><td class="has-text-align-center" data-align="center">Δ<sup>3</sup>f(x)</td><td class="has-text-align-center" data-align="center">Δ<sup>4</sup>f(x)</td></tr><tr><td class="has-text-align-center" data-align="center">0</td><td class="has-text-align-center" data-align="center">1</td><td class="has-text-align-center" data-align="center"></td><td></td><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center"></td></tr><tr><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center">-1</td><td></td><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center"></td></tr><tr><td class="has-text-align-center" data-align="center">1</td><td class="has-text-align-center" data-align="center">0</td><td class="has-text-align-center" data-align="center"></td><td>2</td><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center"></td></tr><tr><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center">1</td><td></td><td class="has-text-align-center" data-align="center">6</td><td class="has-text-align-center" data-align="center"></td></tr><tr><td class="has-text-align-center" data-align="center">2</td><td class="has-text-align-center" data-align="center">1</td><td class="has-text-align-center" data-align="center"></td><td>8</td><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center">0</td></tr><tr><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center">9</td><td></td><td class="has-text-align-center" data-align="center">6</td><td class="has-text-align-center" data-align="center"></td></tr><tr><td class="has-text-align-center" data-align="center">3</td><td class="has-text-align-center" data-align="center">10</td><td class="has-text-align-center" data-align="center"></td><td>14</td><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center"></td></tr><tr><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center">23</td><td></td><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center"></td></tr><tr><td class="has-text-align-center" data-align="center">4</td><td class="has-text-align-center" data-align="center">33</td><td class="has-text-align-center" data-align="center"></td><td></td><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center"></td></tr></tbody></table></figure>



<p class="has-text-align-center">From the table, we can see that fourth-order differences i.e. Δ<sup>4</sup>f(x) are zero.</p>



<p class="has-accent-color has-text-color has-large-font-size"><strong>Example – 6:</strong><strong></strong></p>



<p><strong>By constructing a forward difference table find the 7<sup>th</sup> and 8<sup>th</sup> terms of a sequence 8, 14, 22, 32, 44, 58,….</strong></p>



<p><strong>Solution:</strong></p>



<p class="has-text-align-center">Let f(1) = 8, f(2) = 14, f(3) = 22, f(4) = 32, f(5) = 44, f(6) = 58</p>



<p class="has-text-align-center">We have to find f(7) and f(8)</p>



<p class="has-text-align-center">We prepare following forward difference table.</p>



<figure class="wp-block-table aligncenter"><table><tbody><tr><td class="has-text-align-center" data-align="center">x</td><td class="has-text-align-center" data-align="center">f(x)</td><td class="has-text-align-center" data-align="center">Δf(x)</td><td class="has-text-align-center" data-align="center">Δ<sup>2</sup>f(x)</td></tr><tr><td class="has-text-align-center" data-align="center">1</td><td class="has-text-align-center" data-align="center">8</td><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center"></td></tr><tr><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center">6</td><td class="has-text-align-center" data-align="center"></td></tr><tr><td class="has-text-align-center" data-align="center">2</td><td class="has-text-align-center" data-align="center">14</td><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center">2</td></tr><tr><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center">8</td><td class="has-text-align-center" data-align="center"></td></tr><tr><td class="has-text-align-center" data-align="center">3</td><td class="has-text-align-center" data-align="center">22</td><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center">2</td></tr><tr><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center">10</td><td class="has-text-align-center" data-align="center"></td></tr><tr><td class="has-text-align-center" data-align="center">4</td><td class="has-text-align-center" data-align="center">32</td><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center">2</td></tr><tr><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center">12</td><td class="has-text-align-center" data-align="center"></td></tr><tr><td class="has-text-align-center" data-align="center">5</td><td class="has-text-align-center" data-align="center">44</td><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center">2</td></tr><tr><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center">14</td><td class="has-text-align-center" data-align="center"></td></tr><tr><td class="has-text-align-center" data-align="center">6</td><td class="has-text-align-center" data-align="center">58</td><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center"><strong>2</strong></td></tr><tr><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center"><strong>16</strong></td><td class="has-text-align-center" data-align="center"></td></tr><tr><td class="has-text-align-center" data-align="center">7</td><td class="has-text-align-center" data-align="center"><strong>74</strong></td><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center"><strong>2</strong></td></tr><tr><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center"><strong>18</strong></td><td class="has-text-align-center" data-align="center"></td></tr><tr><td class="has-text-align-center" data-align="center">8</td><td class="has-text-align-center" data-align="center"><strong>92</strong></td><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center"></td></tr></tbody></table></figure>



<p class="has-text-align-center">We can see that the second differences i.e. Δ<sup>2</sup>f(x) are constant.</p>



<ul class="wp-block-list"><li>To find f(7), extra 2 (shown in red colour) is written in D<sup>2</sup>f(x) column. The entry in Df(x) is 2 + 14 = 16 (shown in red colour) is added. The entry in f(x) is 16 + 58 = 74 (shown in red colour) is added. Thus f(7) = 74.</li><li>To find f(8), extra 2 (shown in green colour) is written in D<sup>2</sup>f(x) column. The entry in Df(x) is 2 + 16 = 18 (shown in green colour) is added. The entry in f(x) is 18 + 74 = 92 (shown in green colour) is added. Thus f(8) = 92.</li></ul>



<p class="has-text-align-center">Thus 7 th and 8 th terms of series are 74 and 92 respectively.</p>



<p class="has-accent-color has-text-color has-large-font-size"><strong>Example – 7:</strong><strong></strong></p>



<p><strong>By constructing a forward difference table find the 6<sup>th</sup> and 7<sup>th</sup> terms of a sequence 6, 11, 18, 27, 38,….</strong></p>



<p><strong>Solution:</strong></p>



<p class="has-text-align-center">Let f(1) = 6, f(2) = 11, f(3) = 18, f(4) = 27, f(5) = 38</p>



<p class="has-text-align-center">We have to find f(6) and f(7)</p>



<p class="has-text-align-center">We prepare following forward difference table.</p>



<figure class="wp-block-table aligncenter"><table><tbody><tr><td class="has-text-align-center" data-align="center">x</td><td class="has-text-align-center" data-align="center">f(x)</td><td class="has-text-align-center" data-align="center">Δf(x)</td><td class="has-text-align-center" data-align="center">Δ<sup>2</sup>f(x)</td></tr><tr><td class="has-text-align-center" data-align="center">1</td><td class="has-text-align-center" data-align="center">6</td><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center"></td></tr><tr><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center">5</td><td class="has-text-align-center" data-align="center"></td></tr><tr><td class="has-text-align-center" data-align="center">2</td><td class="has-text-align-center" data-align="center">11</td><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center">2</td></tr><tr><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center">7</td><td class="has-text-align-center" data-align="center"></td></tr><tr><td class="has-text-align-center" data-align="center">3</td><td class="has-text-align-center" data-align="center">18</td><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center">2</td></tr><tr><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center">9</td><td class="has-text-align-center" data-align="center"></td></tr><tr><td class="has-text-align-center" data-align="center">4</td><td class="has-text-align-center" data-align="center">27</td><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center">2</td></tr><tr><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center">11</td><td class="has-text-align-center" data-align="center"></td></tr><tr><td class="has-text-align-center" data-align="center">5</td><td class="has-text-align-center" data-align="center">38</td><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center">2</td></tr><tr><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center">13</td><td class="has-text-align-center" data-align="center"></td></tr><tr><td class="has-text-align-center" data-align="center">6</td><td class="has-text-align-center" data-align="center">51</td><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center">2</td></tr><tr><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center">15</td><td class="has-text-align-center" data-align="center"></td></tr><tr><td class="has-text-align-center" data-align="center">7</td><td class="has-text-align-center" data-align="center">66</td><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center"></td></tr></tbody></table></figure>



<p class="has-text-align-center">We can see that the second differences  are 2 i.e. constant</p>
<p>The post <a href="https://thefactfactor.com/facts/pure_science/mathematics/applied-mathematics/forward-difference-table/15371/">Forward Differences 01</a> appeared first on <a href="https://thefactfactor.com">The Fact Factor</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://thefactfactor.com/facts/pure_science/mathematics/applied-mathematics/forward-difference-table/15371/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
	</channel>
</rss>
