Converting Sigma Notation: Simplifying Binomial Theorem

Click For Summary
The discussion centers on simplifying sigma notation related to the Binomial Theorem, specifically in the context of exam questions. Participants explore methods to convert expressions like \sum_{k=1}^{n} {}^nC_k \cdot 3^k into a more manageable form, ultimately leading to the conclusion that it can be expressed as (3+1)^n - 1. The conversation also touches on integrating functions involving sigma notation, with suggestions to define a function and integrate it to simplify the problem. Overall, the thread emphasizes techniques for efficiently handling binomial expressions and sigma notation in mathematical problems.
  • #31


Mentallic said:
Why did you get stuck? That's exactly what it should be!

So now we have

\int{f(x)dx}=\sum_{k=0}^{n}{^n}C_kx\cdot \left(x^2\right)^k

And since x is independent of k, it can move out the front of the summation, so we have

x\sum_{k=0}^{n}{^n}C_k\left(x^2\right)^k1^{n-k}

And now apply the formula to convert it into a binomial. And since you need to find f(1), take the derivative of both sides to get the expression for f(x).

If i convert it into binomial, i get
x.(x^2+1)^n

I substitute the value 1 and i get
2^n

But then how i would find out the derivative??
Do i have to first take the derivative and substitute the value 1?
 
Physics news on Phys.org
  • #32


Pranav-Arora said:
If i convert it into binomial, i get
x.(x^2+1)^n

Good! :smile:

Pranav-Arora said:
But then how i would find out the derivative??
Do i have to first take the derivative and substitute the value 1?

Yep! :approve:
 
  • #33


Pranav-Arora said:
But then how i would find out the derivative??
Do i have to first take the derivative and substitute the value 1?
Yep, that's what I meant by

Mentallic said:
And since you need to find f(1), take the derivative of both sides to get the expression for f(x).

:smile:

You're nearly there!
 
  • #34


Thanks! :smile:
I think that this time i am right.
I took the derivative and found it to be
2nx(x^2+1)^{n-1}

Now i substituted the value 1 and i got:-
2n.2^{n-1}

Right...?
 
  • #35


No, not quite.
What you have is not the derivative of x.(x^2+1)^n.

You need to apply the so called product rule.
That is: (u v)' = u' v + u v'
And you have to apply the so called chain rule.
That is: (u(v))' = u'(v) v'

Are you familiar with those rules?
 
  • #36


I am not familiar with the product rule but when i calculated the derivative on Wolfram, it was the same as i got? :confused:
 
  • #38


Pranav-Arora said:
I am not familiar with the product rule

Then you need to either go back and run over it again or take our word for it :wink:

Try applying the product rule, let u=x and v=(x^2+1)^n
 
  • #39


I again tried to calculate the derivative and got:-
2nx^2(x^2+1)^{n-1}+(x^2+1)^n

Right...?
Now i substitute the value 1 and i get:-
2^n(1+n)

Am i right this time?
 
  • #40


Right... and we're done! :cool:
 
  • #41


I like Serena said:
Right... and we're done! :cool:

Thanks for reply! :smile:
I have more questions.
The question is:-

\sum_{k=1}^n \frac{{}^nC_k}{k+2}

Can you provide me some hints to start? :smile:
(Please don't think that i am trying to solve my homework, it's not a homework question, it is from a test paper, i am only trying to get a strong hold on binomial theorem and Calculus :frown:)
 
  • #42


Looks like a combination of the previous 2 problems. :smile:

The boundary k=1 is one off. You need to correct that.

And you can define a function of x, such that the denominator disappears when you take the derivative.
 
  • #43


I like Serena said:
Looks like a combination of the previous 2 problems. :smile:

The boundary k=1 is one off. You need to correct that.

And you can define a function of x, such that the denominator disappears when you take the derivative.

I thought of that but how should i define a function of x? Like in previous question you took x2k, so what should i take here? :confused:
 
  • #44


Pranav-Arora said:
I thought of that but how should i define a function of x? Like in previous question you took x2k, so what should i take here? :confused:

Last time we chose x2k because the integral of it caused us to cancel the factor 2k+1. This time we will be taking the derivative and what n must be chosen such that when we take the derivative of xn, it cancels out the factor \frac{1}{k+2}

And by the way, you are always allowed to check your answer, so whatever you choose, take the derivative to see what happens :wink:
 
  • #45


Mentallic said:
Last time we chose x2k because the integral of it caused us to cancel the factor 2k+1. This time we will be taking the derivative and what n must be chosen such that when we take the derivative of xn, it cancels out the factor \frac{1}{k+2}

And by the way, you are always allowed to check your answer, so whatever you choose, take the derivative to see what happens :wink:

I tried solving it, please tell me if i am wrong somewhere:-

Define it as a function of x and differentiate it, i.e.
f(x)=\sum_{k=1}^n \frac{{}^nC_k}{k+2}x^{k+2}

I mould it so that it is in the form where k starts from 0, i.e
f(x)=\sum_{k=0}^n \frac{{}^nc_k}{k+2}-\frac{{}^nc_0x^2}{2}

Then i differentiated it and i get:-
\frac{d}{dx}(f(x))=(\sum_{k=0}^n{}^nC_kx^{k+1})-{}^nC_0x

Converting it to binomial form:-
\frac{d}{dx}(f(x))=x(x+1)^n-x

Now what should be the next step? :confused:
Should the next step be integration?
 
Last edited:
  • #46


Pranav-Arora said:
I tried solving it, please tell me if i am wrong somewhere:-

Define it as a function of x and differentiate it, i.e.
f(x)=\sum_{k=1}^n \frac{{}^nC_k}{k+2}x^{k+2}

I mould it so that it is in the form where k starts from 0, i.e
f(x)=\sum_{k=0}^n \frac{{}^nc_k}{k+2}x^{k+2}-\frac{{}^nc_0x^2}{2}

Then i differentiated it and i get:-
\frac{d}{dx}(f(x))=(\sum_{k=0}^n{}^nC_kx^{k+1})-{}^nC_0x

Converting it to binomial form:-
\frac{d}{dx}(f(x))=x(x+1)^n-x

Now what should be the next step? :confused:
Should the next step be integration?

Beautifully done so far. You just accidentally forgot to write down the red part.
Well yes, of course it's time for integration since your ultimate goal is to calculate f(1) :smile:
 
  • #47


Mentallic said:
Well yes, of course it's time for integration since your ultimate goal is to calculate f(1) :smile:

Thanks Mentallic and I Like Serena! :smile:
I think i have got it right.
Integrating x(x+1)^n-x, i get:-

\frac{x(x+1)^{n+1}}{n+1}-\frac{(x+1)^{n+2}}{(n+1)(n+2)}

Substituting the value 1, i get:-
\frac{n.2^{n+1}}{(n+1)(n+2)}

Am i right...?

Mentallic said:
Beautifully done so far. You just accidentally forgot to write down the red part.
Oops! Sorry..
 
  • #48


Almost. ;)

First, it seems that you forgot to integrate the loose term "x".

And when you integrate, there is a slight problem called the integration constant.
That is, you need to add the as yet unknown constant C to the result of the integration.

Then you need to fill in a value for n and see how it works out.
From the result you can determine the value of C.
 
  • #49


I like Serena said:
Almost. ;)

First, it seems that you forgot to integrate the loose term "x".

And when you integrate, there is a slight problem called the integration constant.
That is, you need to add the as yet unknown constant C to the result of the integration.

Then you need to fill in a value for n and see how it works out.
From the result you can determine the value of C.

I didn't get how to find out the constant? :confused:
Where i forgot to integrate "x"?
 
  • #50


Pranav-Arora said:
Where i forgot to integrate "x"?

You had to subtract the k=0 term, which ended up being just "x".
I don't see it back in your integrated result.


Pranav-Arora said:
I didn't get how to find out the constant? :confused:

Let me explain with an example.

Suppose you have the function f(x)=x2 + 3
Now you know that f(0)=3 don't you?

Taking the derivative we get f'(x)=2x.
Taking the integral again we get \int f&#039;(x)dx = x<sup>2</sup> + C
(This is called an indefinite integral, since the boundaries were not given.)

As you can see the result is not equal to the original function - we lost the '3' in the process.
But since we know that f(0)=3, we can deduce that the integration constant C must be 3.
 
  • #51


I like Serena said:
You had to subtract the k=0 term, which ended up being just "x".
I don't see it back in your integrated result.




Let me explain with an example.

Suppose you have the function f(x)=x2 + 3
Now you know that f(0)=3 don't you?

Taking the derivative we get f'(x)=2x.
Taking the integral again we get \int f&#039;(x)dx = x<sup>2</sup> + C
(This is called an indefinite integral, since the boundaries were not given.)

As you can see the result is not equal to the original function - we lost the '3' in the process.
But since we know that f(0)=3, we can deduce that the integration constant C must be 3.

In which step should i substitute zero to get the constant? :confused:
 
  • #52


Pranav-Arora said:
In which step should i substitute zero to get the constant? :confused:

I'm assuming you mean in my example.
(It's slightly different for the current problem.)

In my example we have as input f(x) = \int f&#039;(x) dx = x^2 + C and f(0)=3.

We want to find f(x).

Filling in x=0 gives: f(0) = 0^2 + C = 3.

So C = 3.
 
  • #53


I like Serena said:
I'm assuming you mean in my example.
(It's slightly different for the current problem.)

In my example we have as input f(x) = \int f&#039;(x) dx = x^2 + C and f(0)=3.

We want to find f(x).

Filling in x=0 gives: f(0) = 0^2 + C = 3.

So C = 3.

I got what you said. :smile:
But i am asking in which step should i put x=0?
Should i put x=0 during the integration step? :confused:
 
  • #54


Pranav-Arora said:
I got what you said. :smile:
But i am asking in which step should i put x=0?
Should i put x=0 during the integration step? :confused:

I don't understand your question.
Afaik I have explicitly stated where you put x=0.

I only could have added as a last step that the conclusion is that f(x)=x2 + 3.
 
  • #55


i think the constant is zero. :confused:
 
  • #56


Pranav-Arora said:
i think the constant is zero. :confused:

Now I really don't understand you. :confused:

Which constant?
In which formula?
In which post?
Why would it be zero?
 
  • #57


I like Serena said:
Now I really don't understand you. :confused:

Which constant?
In which formula?
In which post?
Why would it be zero?

You gave an example that f(x)=x2+3.
And you said that f(0)=3, i.e you substituted the value 0 at the place of x. Right..?
Now that 3 is our integration constant, we can substitute 3 in \int f&#039;(x)=x^2+C at the place of C.

I did the same in my question. I substituted 0 in f(x), i.e i substituted 0 in:-
f(x)=\sum_{k=1}^n \frac{{}^nC_k}{k+2}x^{k+2}

So i got f(0)=0. Therefore integration constant is 0.

Did you get me now? :confused:
 
  • #58


Yes, I more or less get what you did, but it is not right.Let's take it a couple of steps back.

You had:
f&#039;(x) = x(x+1)^n \color{red}{\textbf{- x}}

You integrated this wonderfully, but you forgot the "\color{red}{\textbf{- x}}" I just marked.

So you should have:
f(x) = \int f&#039;(x)dx =\frac{x(x+1)^{n+1}}{n+1}-\frac{(x+1)^{n+2}}{(n+1)(n+2)} - \frac {x^2} 2 + C

Now you need to determine the integration constant C using f(0) = 0, but C is not zero!
 
  • #59


I like Serena said:
Yes, I more or less get what you did, but it is not right.


Let's take it a couple of steps back.

You had:
f&#039;(x) = x(x+1)^n \color{red}{\textbf{- x}}

You integrated this wonderfully, but you forgot the "\color{red}{\textbf{- x}}" I just marked.

So you should have:
f(x) = \int f&#039;(x)dx =\frac{x(x+1)^{n+1}}{n+1}-\frac{(x+1)^{n+2}}{(n+1)(n+2)} - \frac {x^2} 2 + C

Now you need to determine the integration constant C using f(0) = 0, but C is not zero!

So then what's the C, i don't seem to find any other way to find C. :confused:
 
  • #60


Pranav-Arora said:
So then what's the C, i don't seem to find any other way to find C. :confused:

What do you get if you fill in x=0 in this formula?
f(x) = \frac{x(x+1)^{n+1}}{n+1}-\frac{(x+1)^{n+2}}{(n+1)(n+2)} - \frac {x^2} 2 + C
 

Similar threads

  • · Replies 8 ·
Replies
8
Views
4K
Replies
10
Views
4K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K