A proof of a sum notation using induction - Need a hint.
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
Heres a problem from the induction / sum notation part of the book im studying from. Can anyone hint me about how to prove it?
Show that for every $x,y$ :
$$ (x^n-y^n) = (x-y)sum_i=1^n x^n-i cdot y^i-1$$
I tried to change the border of the sum to be i=n to 2n, and then use induction but it didn't seem to work.
Thanks.
algebra-precalculus induction
add a comment |Â
up vote
0
down vote
favorite
Heres a problem from the induction / sum notation part of the book im studying from. Can anyone hint me about how to prove it?
Show that for every $x,y$ :
$$ (x^n-y^n) = (x-y)sum_i=1^n x^n-i cdot y^i-1$$
I tried to change the border of the sum to be i=n to 2n, and then use induction but it didn't seem to work.
Thanks.
algebra-precalculus induction
How about rewriting it as $$x^n=y^n+(x-y)sum_i=1^nx^n-iy^i-1?$$
– Lord Shark the Unknown
Jul 27 at 11:04
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
Heres a problem from the induction / sum notation part of the book im studying from. Can anyone hint me about how to prove it?
Show that for every $x,y$ :
$$ (x^n-y^n) = (x-y)sum_i=1^n x^n-i cdot y^i-1$$
I tried to change the border of the sum to be i=n to 2n, and then use induction but it didn't seem to work.
Thanks.
algebra-precalculus induction
Heres a problem from the induction / sum notation part of the book im studying from. Can anyone hint me about how to prove it?
Show that for every $x,y$ :
$$ (x^n-y^n) = (x-y)sum_i=1^n x^n-i cdot y^i-1$$
I tried to change the border of the sum to be i=n to 2n, and then use induction but it didn't seem to work.
Thanks.
algebra-precalculus induction
asked Jul 27 at 11:02
Dvir Peretz
526
526
How about rewriting it as $$x^n=y^n+(x-y)sum_i=1^nx^n-iy^i-1?$$
– Lord Shark the Unknown
Jul 27 at 11:04
add a comment |Â
How about rewriting it as $$x^n=y^n+(x-y)sum_i=1^nx^n-iy^i-1?$$
– Lord Shark the Unknown
Jul 27 at 11:04
How about rewriting it as $$x^n=y^n+(x-y)sum_i=1^nx^n-iy^i-1?$$
– Lord Shark the Unknown
Jul 27 at 11:04
How about rewriting it as $$x^n=y^n+(x-y)sum_i=1^nx^n-iy^i-1?$$
– Lord Shark the Unknown
Jul 27 at 11:04
add a comment |Â
2 Answers
2
active
oldest
votes
up vote
0
down vote
accepted
If $n=1$, then all that the equality asserts is that $x-y=x-y$. Now, assuming that the equaliy holds for a certain natural $n$ (and for every $x$ and evey $y$), you can observe thatbeginalignx^n+1-y^n+1&=x^n+1-x^ny+x^ny-y^n+1\&=x^n(x-y)+(x^n-y^n)yendalignand then you can use the induction hypothesis.
On the other hand, I would write the sum $displaystylesum_i=1^nx^n-iy^i-1$ as $x^n-1+x^n-2y+cdots+xy^n-2+y^n-1$.
I used the induction notation, (Switching $x^n-y^n$ for the sum part, Then took out (x-y) and changed the borders & put $x^ny$ and $y$ into the sum.) Thank you very much, But i don't think i would figure that by my self. Is that a technique for solving sum notation induction problems?
– Dvir Peretz
Jul 27 at 11:23
1
I had to find a way to use the induction hypothesis. In particular, I had to find a way to express $x^n+1-y^n+1$ that used the expression $x^n-y^n$.
– José Carlos Santos
Jul 27 at 11:36
add a comment |Â
up vote
0
down vote
A proof using induction always has two parts. Naturally, it starts with a statement about all integers, i.e. it has the form $forall ninmathbb N: P(n)$
- In the first part, you must prove that the statement is true for the integer $1$. In other words, you must prove $P(1)$.
- In the second part, you can assume that the statement is true for $n$ (where $n$ is general), and from that, you must prove that the statement is true for $n+1$. In other words, you must prove $P(n)implies P(n+1)$.
I don't know exactly where you are stuck, so please, in the comment, answer these questions:
- Did you write down what the statement looks like for $n=1$? If so, what does it look like?
- Did you already prove the statement for $n=1$?
- Did you write down what the statement looks like for $n+1$? If so, what does it look like?
After you answer these, I can help you further.
add a comment |Â
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
accepted
If $n=1$, then all that the equality asserts is that $x-y=x-y$. Now, assuming that the equaliy holds for a certain natural $n$ (and for every $x$ and evey $y$), you can observe thatbeginalignx^n+1-y^n+1&=x^n+1-x^ny+x^ny-y^n+1\&=x^n(x-y)+(x^n-y^n)yendalignand then you can use the induction hypothesis.
On the other hand, I would write the sum $displaystylesum_i=1^nx^n-iy^i-1$ as $x^n-1+x^n-2y+cdots+xy^n-2+y^n-1$.
I used the induction notation, (Switching $x^n-y^n$ for the sum part, Then took out (x-y) and changed the borders & put $x^ny$ and $y$ into the sum.) Thank you very much, But i don't think i would figure that by my self. Is that a technique for solving sum notation induction problems?
– Dvir Peretz
Jul 27 at 11:23
1
I had to find a way to use the induction hypothesis. In particular, I had to find a way to express $x^n+1-y^n+1$ that used the expression $x^n-y^n$.
– José Carlos Santos
Jul 27 at 11:36
add a comment |Â
up vote
0
down vote
accepted
If $n=1$, then all that the equality asserts is that $x-y=x-y$. Now, assuming that the equaliy holds for a certain natural $n$ (and for every $x$ and evey $y$), you can observe thatbeginalignx^n+1-y^n+1&=x^n+1-x^ny+x^ny-y^n+1\&=x^n(x-y)+(x^n-y^n)yendalignand then you can use the induction hypothesis.
On the other hand, I would write the sum $displaystylesum_i=1^nx^n-iy^i-1$ as $x^n-1+x^n-2y+cdots+xy^n-2+y^n-1$.
I used the induction notation, (Switching $x^n-y^n$ for the sum part, Then took out (x-y) and changed the borders & put $x^ny$ and $y$ into the sum.) Thank you very much, But i don't think i would figure that by my self. Is that a technique for solving sum notation induction problems?
– Dvir Peretz
Jul 27 at 11:23
1
I had to find a way to use the induction hypothesis. In particular, I had to find a way to express $x^n+1-y^n+1$ that used the expression $x^n-y^n$.
– José Carlos Santos
Jul 27 at 11:36
add a comment |Â
up vote
0
down vote
accepted
up vote
0
down vote
accepted
If $n=1$, then all that the equality asserts is that $x-y=x-y$. Now, assuming that the equaliy holds for a certain natural $n$ (and for every $x$ and evey $y$), you can observe thatbeginalignx^n+1-y^n+1&=x^n+1-x^ny+x^ny-y^n+1\&=x^n(x-y)+(x^n-y^n)yendalignand then you can use the induction hypothesis.
On the other hand, I would write the sum $displaystylesum_i=1^nx^n-iy^i-1$ as $x^n-1+x^n-2y+cdots+xy^n-2+y^n-1$.
If $n=1$, then all that the equality asserts is that $x-y=x-y$. Now, assuming that the equaliy holds for a certain natural $n$ (and for every $x$ and evey $y$), you can observe thatbeginalignx^n+1-y^n+1&=x^n+1-x^ny+x^ny-y^n+1\&=x^n(x-y)+(x^n-y^n)yendalignand then you can use the induction hypothesis.
On the other hand, I would write the sum $displaystylesum_i=1^nx^n-iy^i-1$ as $x^n-1+x^n-2y+cdots+xy^n-2+y^n-1$.
answered Jul 27 at 11:08


José Carlos Santos
113k1696173
113k1696173
I used the induction notation, (Switching $x^n-y^n$ for the sum part, Then took out (x-y) and changed the borders & put $x^ny$ and $y$ into the sum.) Thank you very much, But i don't think i would figure that by my self. Is that a technique for solving sum notation induction problems?
– Dvir Peretz
Jul 27 at 11:23
1
I had to find a way to use the induction hypothesis. In particular, I had to find a way to express $x^n+1-y^n+1$ that used the expression $x^n-y^n$.
– José Carlos Santos
Jul 27 at 11:36
add a comment |Â
I used the induction notation, (Switching $x^n-y^n$ for the sum part, Then took out (x-y) and changed the borders & put $x^ny$ and $y$ into the sum.) Thank you very much, But i don't think i would figure that by my self. Is that a technique for solving sum notation induction problems?
– Dvir Peretz
Jul 27 at 11:23
1
I had to find a way to use the induction hypothesis. In particular, I had to find a way to express $x^n+1-y^n+1$ that used the expression $x^n-y^n$.
– José Carlos Santos
Jul 27 at 11:36
I used the induction notation, (Switching $x^n-y^n$ for the sum part, Then took out (x-y) and changed the borders & put $x^ny$ and $y$ into the sum.) Thank you very much, But i don't think i would figure that by my self. Is that a technique for solving sum notation induction problems?
– Dvir Peretz
Jul 27 at 11:23
I used the induction notation, (Switching $x^n-y^n$ for the sum part, Then took out (x-y) and changed the borders & put $x^ny$ and $y$ into the sum.) Thank you very much, But i don't think i would figure that by my self. Is that a technique for solving sum notation induction problems?
– Dvir Peretz
Jul 27 at 11:23
1
1
I had to find a way to use the induction hypothesis. In particular, I had to find a way to express $x^n+1-y^n+1$ that used the expression $x^n-y^n$.
– José Carlos Santos
Jul 27 at 11:36
I had to find a way to use the induction hypothesis. In particular, I had to find a way to express $x^n+1-y^n+1$ that used the expression $x^n-y^n$.
– José Carlos Santos
Jul 27 at 11:36
add a comment |Â
up vote
0
down vote
A proof using induction always has two parts. Naturally, it starts with a statement about all integers, i.e. it has the form $forall ninmathbb N: P(n)$
- In the first part, you must prove that the statement is true for the integer $1$. In other words, you must prove $P(1)$.
- In the second part, you can assume that the statement is true for $n$ (where $n$ is general), and from that, you must prove that the statement is true for $n+1$. In other words, you must prove $P(n)implies P(n+1)$.
I don't know exactly where you are stuck, so please, in the comment, answer these questions:
- Did you write down what the statement looks like for $n=1$? If so, what does it look like?
- Did you already prove the statement for $n=1$?
- Did you write down what the statement looks like for $n+1$? If so, what does it look like?
After you answer these, I can help you further.
add a comment |Â
up vote
0
down vote
A proof using induction always has two parts. Naturally, it starts with a statement about all integers, i.e. it has the form $forall ninmathbb N: P(n)$
- In the first part, you must prove that the statement is true for the integer $1$. In other words, you must prove $P(1)$.
- In the second part, you can assume that the statement is true for $n$ (where $n$ is general), and from that, you must prove that the statement is true for $n+1$. In other words, you must prove $P(n)implies P(n+1)$.
I don't know exactly where you are stuck, so please, in the comment, answer these questions:
- Did you write down what the statement looks like for $n=1$? If so, what does it look like?
- Did you already prove the statement for $n=1$?
- Did you write down what the statement looks like for $n+1$? If so, what does it look like?
After you answer these, I can help you further.
add a comment |Â
up vote
0
down vote
up vote
0
down vote
A proof using induction always has two parts. Naturally, it starts with a statement about all integers, i.e. it has the form $forall ninmathbb N: P(n)$
- In the first part, you must prove that the statement is true for the integer $1$. In other words, you must prove $P(1)$.
- In the second part, you can assume that the statement is true for $n$ (where $n$ is general), and from that, you must prove that the statement is true for $n+1$. In other words, you must prove $P(n)implies P(n+1)$.
I don't know exactly where you are stuck, so please, in the comment, answer these questions:
- Did you write down what the statement looks like for $n=1$? If so, what does it look like?
- Did you already prove the statement for $n=1$?
- Did you write down what the statement looks like for $n+1$? If so, what does it look like?
After you answer these, I can help you further.
A proof using induction always has two parts. Naturally, it starts with a statement about all integers, i.e. it has the form $forall ninmathbb N: P(n)$
- In the first part, you must prove that the statement is true for the integer $1$. In other words, you must prove $P(1)$.
- In the second part, you can assume that the statement is true for $n$ (where $n$ is general), and from that, you must prove that the statement is true for $n+1$. In other words, you must prove $P(n)implies P(n+1)$.
I don't know exactly where you are stuck, so please, in the comment, answer these questions:
- Did you write down what the statement looks like for $n=1$? If so, what does it look like?
- Did you already prove the statement for $n=1$?
- Did you write down what the statement looks like for $n+1$? If so, what does it look like?
After you answer these, I can help you further.
answered Jul 27 at 11:07
5xum
81.8k382146
81.8k382146
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2864297%2fa-proof-of-a-sum-notation-using-induction-need-a-hint%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
How about rewriting it as $$x^n=y^n+(x-y)sum_i=1^nx^n-iy^i-1?$$
– Lord Shark the Unknown
Jul 27 at 11:04