<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://algorist.com/algowiki_v2/index.php?action=history&amp;feed=atom&amp;title=Talk%3ATADM2E_1.11</id>
		<title>Talk:TADM2E 1.11 - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://algorist.com/algowiki_v2/index.php?action=history&amp;feed=atom&amp;title=Talk%3ATADM2E_1.11"/>
		<link rel="alternate" type="text/html" href="https://algorist.com/algowiki_v2/index.php?title=Talk:TADM2E_1.11&amp;action=history"/>
		<updated>2026-05-01T02:31:31Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.28.0</generator>

	<entry>
		<id>https://algorist.com/algowiki_v2/index.php?title=Talk:TADM2E_1.11&amp;diff=351&amp;oldid=prev</id>
		<title>Parth: Another solution for TADM2E 1.11</title>
		<link rel="alternate" type="text/html" href="https://algorist.com/algowiki_v2/index.php?title=Talk:TADM2E_1.11&amp;diff=351&amp;oldid=prev"/>
				<updated>2015-10-09T06:53:02Z</updated>
		
		<summary type="html">&lt;p&gt;Another solution for TADM2E 1.11&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Instead of assuming that summation is true for &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt;, we can choose to assume it for &amp;lt;math&amp;gt;n-1&amp;lt;/math&amp;gt; that way it'll be easy to understand and more intuitive.&lt;br /&gt;
&lt;br /&gt;
Anyway I'm writing the solution for same,&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
First we'll verify the base case for &amp;lt;math&amp;gt;n = 1&amp;lt;/math&amp;gt; :&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;\sum_{i=1}^1 i^2 = 1^2 = \frac{1(1+1)(2+1)}{6} = 1&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now, we'll assume given statement is true up to &amp;lt;math&amp;gt;n - 1&amp;lt;/math&amp;gt;.&amp;lt;br&amp;gt;&lt;br /&gt;
So, following is true.&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;&lt;br /&gt;
\begin{align}&lt;br /&gt;
\sum_{i=1}^{n-1} i^2 &amp;amp; = \frac{(n-1)(n-1+1)(2(n-1)+1)}{6} \\&lt;br /&gt;
                     &amp;amp; = \frac{n(n-1)(2n-1)}{6} \\&lt;br /&gt;
\end{align}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To prove the general case &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;&lt;br /&gt;
\begin{align}&lt;br /&gt;
\sum_{i=1}^n i^2 &amp;amp; = \sum_{i=1}^{n-1} i^2 + n^2 \\&lt;br /&gt;
                 &amp;amp; = \frac{n(n-1)(2n-1)}{6} + n^2 \\&lt;br /&gt;
                 &amp;amp; = \frac{(n^2-n)(2n-1) + 6n^2}{6} \\&lt;br /&gt;
                 &amp;amp; = \frac{2n^3 + 3n^2 + n}{6} \\&lt;br /&gt;
                 &amp;amp; = \frac{n(2n^2 + 3n + 1)}{6} \\&lt;br /&gt;
                 &amp;amp; = \frac{n(2n^2 + 2n + n + 1)}{6} \\&lt;br /&gt;
                 &amp;amp; = \frac{n(2n(n + 1) + n + 1)}{6} \\&lt;br /&gt;
\sum_{i=1}^n i^2 &amp;amp; = \frac{n(n + 1)(2n + 1)}{6} \\&lt;br /&gt;
\end{align}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;/div&gt;</summary>
		<author><name>Parth</name></author>	</entry>

	</feed>