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

  • #1
RChristenk
64
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
  • #2
Yes, ##^nC_{n-r+1}=\dfrac{n(n-1)...(n-r+2)}{(r-1)!}##.

##n!=n(n-1)...(n-r+2)(n-r+1)!##
 
  • #3
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.
 
  • #4
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)!}$$
 
  • #5
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 WWGD
  • #6
Mark44 said:
##\binom{n}{i}##
##\binom{n}{i}##
Where's the C?
 
  • #7
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.
 
  • #8
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.
 
  • #9
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 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.
 

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

What is the general formula to find the rth term from the beginning of (a+2x)n?

The rth term from the beginning of the binomial expansion (a+2x)n is given by Tr = C(n, r-1) * an-r+1 * (2x)r-1, where C(n, r-1) is the binomial coefficient.

How do you find the rth term from the end of (a+2x)n?

The rth term from the end of the binomial expansion (a+2x)n is the same as the (n-r+2)th term from the beginning. So, it is given by Tn-r+2 = C(n, n-r+1) * ar-1 * (2x)n-r+1.

What is the binomial coefficient C(n, r-1) in the context of binomial expansion?

The binomial coefficient C(n, r-1), also written as "n choose r-1" or C(n, r-1) = n! / [(r-1)! * (n-r+1)!], represents the number of ways to choose (r-1) elements from a set of n elements without regard to order.

Can you provide an example calculation for the 3rd term from the beginning of (a+2x)5?

For the 3rd term from the beginning of (a+2x)5, we use T3 = C(5, 2) * a3 * (2x)2. Here, C(5, 2) = 5! / [2! * 3!] = 10. So, T3 = 10 * a3 * 4x2 = 40a3x2.

What is the significance of the binomial expansion in mathematical applications?

The binomial expansion is significant in various mathematical applications such as algebra, calculus, and probability theory. It helps in simplifying expressions, solving equations, and analyzing

Similar threads

  • Precalculus Mathematics Homework Help
Replies
3
Views
726
  • Precalculus Mathematics Homework Help
Replies
3
Views
805
  • Precalculus Mathematics Homework Help
Replies
10
Views
1K
  • Precalculus Mathematics Homework Help
Replies
6
Views
944
  • Precalculus Mathematics Homework Help
Replies
4
Views
3K
  • Precalculus Mathematics Homework Help
Replies
7
Views
931
  • Precalculus Mathematics Homework Help
Replies
8
Views
1K
  • Advanced Physics Homework Help
Replies
6
Views
881
  • Precalculus Mathematics Homework Help
Replies
12
Views
1K
Replies
2
Views
465
Back
Top