Find the ##r^{th}## term from beginning and end of ##(a+2x)^n##

  • Thread starter Thread starter RChristenk
  • Start date Start date
  • Tags Tags
    Binomial theorem
Click For Summary
SUMMARY

The discussion focuses on finding the ##r^{th}## term from both the beginning and the end of the expression ##(a+2x)^n## using the Binomial Theorem. The coefficient for the ##r^{th}## term from the beginning is given as ##^nC_{r-1}a^{n-r+1}(2x)^{r-1}##, while the ##r^{th}## term from the end is expressed as ##\dfrac{n(n-1)...(n-r+2)}{(r-1)!}a^{r-1}(2x)^{n-r+1}##. The discussion also clarifies the notation for binomial coefficients, specifically ##^nC_{n-r+1}##, and addresses formatting issues with LaTeX code in forum posts.

PREREQUISITES
  • Understanding of the Binomial Theorem
  • Familiarity with binomial coefficients, specifically ##^nC_k## notation
  • Basic algebraic manipulation skills
  • Knowledge of LaTeX formatting for mathematical expressions
NEXT STEPS
  • Study the Binomial Theorem in detail, focusing on its applications in combinatorics.
  • Learn how to derive binomial coefficients using factorial notation.
  • Explore advanced LaTeX formatting techniques for displaying mathematical equations.
  • Practice solving problems involving the extraction of specific terms from binomial expansions.
USEFUL FOR

Mathematics students, educators, and anyone interested in combinatorial mathematics or algebraic expansions will benefit from this discussion.

RChristenk
Messages
73
Reaction score
9
Homework Statement
Find the ##r^{th}## term from the beginning and the ##r^{th}## term from the end of ##(a+2x)^n##.
Relevant Equations
Binomial-Theorem
##r^{th}## term counting from the beginning:

The coefficient of the ##r^{th}## term is ##r-1##

##^nC_{r-1}a^{n-(r-1)}(2x)^{r-1} = ^nC_{r-1}a^{n-r+1}(2x)^{r-1}##

This is the correct answer.

##r^{th}## term counting from the end:

There are a total of ##n+1## terms in ##(a+2x)^n##.

##(n+1-r)+1## is the ##r^{th}## term from the end being counted from the beginning.

The coefficient of the ##n-r+2## term is ##n-r+1##

##^nC_{n-r+1}a^{n-(n-r+1)}(2x)^{n-r+1} = ^nC_{n-r+1}a^{r-1}(2x)^{n-r+1}##

The answer is given as ##\dfrac{n(n-1)...(n-r+2)}{(r-1)!}a^{r-1}(2x)^{n-r+1}##

I'm not sure if ##^nC_{n-r+1}## in fraction form is correct:

##^nC_{n-r+1}=\dfrac{n!}{(n-r+1)!(n-(n-r+1))!}=\dfrac{n!}{(n-r+1)!(n+r-1)!}##

Or

##^nC_{n-r+1}=\dfrac{n(n-1)...(n-(n-r+1)+1)}{(n-r+1)!}=\dfrac{n(n-1)...(r+1)r}{(n-r+1)!}##
 
Last edited:
Physics news on Phys.org
Yes, ##^nC_{n-r+1}=\dfrac{n(n-1)...(n-r+2)}{(r-1)!}##.

##n!=n(n-1)...(n-r+2)(n-r+1)!##
 
The Binomial Theorem describes the expansion ##(a+b)^n## as a sum of terms, from the ##0-th##, to the ##n-th##, so you can just plug in ##r-1## in the theorem.
Sorry, don't know how to do the nCi, " n choose i" notation in Latex to write the full theorem here.
 
Check your algebra in this line (one before the last in the OP): $$\dfrac{n!}{(n-r+1)!(n-(n-r+1))!}=\dfrac{n!}{(n-r+1)!(n+r-1)!}$$
 
WWGD said:
Sorry, don't know how to do the nCi, " n choose i" notation in Latex to write the full theorem here.
##\binom{n}{i}##
##\binom{n}{i}##
 
  • Like
Likes   Reactions: WWGD
Mark44 said:
##\binom{n}{i}##
##\binom{n}{i}##
Where's the C?
 
PeroK said:
Where's the C?
What I wrote is the usual way to write the binomial coefficient, which is what I believe WWGD was asking about.
 
RChristenk said:
Homework Statement: Find the ##r^{th}## term from the beginning and the ##r^{th}## term from the end of ##(a+2x)^n##.
Relevant Equations: Binomial-Theorem

##r^{th}## term counting from the beginning:

The coefficient of the ##r^{th}## term is ##r-1##

##^nC_{r-1}a^{n-(r-1)}(2x)^{r-1} = ^nC_{r-1}a^{n-r+1}(2x)^{r-1}##

This is the correct answer.

##r^{th}## term counting from the end:
... by symmetry must be the same with ##a## and ##2x## exchanged.
 
Mark44 said:
##\binom{n}{i}##
##\binom{n}{i}##
Thanks, how do you disable the editing so I can see the original Latex code?
 
  • #10
PeroK said:
Where's the C?
I think there isn't any, you just have a ##\binom {n}{i}## symbol.
 
  • #11
WWGD said:
I think there isn't any, you just have a ##\binom {n}{i}## symbol.
Ah, okay, so something like ##^nC_i## is not possible! Understood.
 
  • #12
PeroK said:
Ah, okay, so something like ##^nC_i## is not possible! Understood.
I never said it wasn't, only that Mark's suggestion/code did not generate it.
 
Last edited:
  • #13
WWGD said:
Mark44 said:
##\binom{n}{i}##
##\binom{n}{i}##

Thanks, how do you disable the editing so I can see the original Latex code?
It seems that you are asking @Mark44 how he manages to show Latex code without having the double # characters invoke Latex.

He uses BB code (See the Latex guide) and changes the text color to Black for one of each pair of # characters. Of course, the other characters are Black by default, so you don't see any difference.
 
  • Like
Likes   Reactions: WWGD
  • #14
SammyS said:
He uses BB code (See the Latex guide) and changes the text color to Black for one of each pair of # characters. Of course, the other characters are Black by default, so you don't see any difference.
Yes, exactly.
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
10
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
Replies
4
Views
4K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 12 ·
Replies
12
Views
3K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K