User Tools

Site Tools


the_binomial_theorem

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
the_binomial_theorem [2020/11/03 20:32] hkimscilthe_binomial_theorem [2020/11/18 00:14] – [계수] hkimscil
Line 75: Line 75:
 $(a + b)^5 = {\text ?} $  $(a + b)^5 = {\text ?} $ 
 </WRAP> </WRAP>
 +
 +\begin{eqnarray*}
 +&{0 \choose 0}&   \\
 +&{1 \choose 0} \; {1 \choose 1}& \\
 +&{2 \choose 0}\; {2 \choose 1}\; {2 \choose 2}& \\
 +&{3 \choose 0}\; {3 \choose 1}\; {3 \choose 2}\; {3 \choose 3}& \\
 +&{4 \choose 0}\; {4 \choose 1}\; {4 \choose 2}\; {4 \choose 3}\; {4 \choose 4}& \\
 +&{5 \choose 0}\; {5 \choose 1}\; {5 \choose 2}\; {5 \choose 3}\; {5 \choose 4}\; {5 \choose 5} & \\
 +\end{eqnarray*}
 +
 +\begin{eqnarray*}
 +& {\large 1} &   \\
 +& {\large 1\quad 1} & \\
 +& {\large 1\quad 2\quad 1} & \\
 +& {\large 1\quad 3\quad 3\quad 1} & \\
 +& {\large 1\quad 4\quad 6\quad 4\quad 1} & \\
 +& {\large 1\quad 5\quad 10\quad 10\quad 5\quad 1} & \\
 +\end{eqnarray*}
 +
 +위를 종합해서 정리하면
 +\begin{eqnarray*}
 +\text{The binomial theorem} &  & \\
 +(a + b)^{n} & = & \sum^{n}_{k=0}{{n}\choose{k}} a^{n-k} b^{k} \\
 +\end{eqnarray*}
 +
 +예를 들면, 아래와 같다. ($n = 3$ 인경우)
 +\begin{eqnarray*}
 +(a + b)^{3} & = & \sum^{3}_{k=0}{{3}\choose{k}} a^{3-k} b^{k} \\
 +& = & {{3}\choose{0}} a^{3-0} b^{0} + {{3}\choose{1}} a^{3-1} b^{1} + {{3}\choose{2}} a^{3-2} b^{2} + {{3}\choose{3}} a^{3-3} b^{3}  \\
 +& = & 1 \cdot a^{3} b^{0} + 3 \cdot a^{2} b^{1} + 3 \cdot  a^{1} b^{2} + 1 \cdot  a^{0} b^{3}  \\ 
 +& = & a^{3} + 3a^{2} b + 3ab^{2} + b^{3}  
 +\end{eqnarray*}
 +
  
the_binomial_theorem.txt · Last modified: 2020/11/18 00:20 by hkimscil

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki