Induction equation proof
up vote
-2
down vote
favorite
Lets define $a_0=a_1=1$ and every $k$ what is bigger than $1$ and is integer,
$$a_k=a_{k-1}+2a_{k-2}.$$ Prove with induction, that every integer that is $kgeq0$
the equation
$$a_k=dfrac{(2^{k+1}+(-1)^k)}{3}.$$
induction
add a comment |
up vote
-2
down vote
favorite
Lets define $a_0=a_1=1$ and every $k$ what is bigger than $1$ and is integer,
$$a_k=a_{k-1}+2a_{k-2}.$$ Prove with induction, that every integer that is $kgeq0$
the equation
$$a_k=dfrac{(2^{k+1}+(-1)^k)}{3}.$$
induction
Show your work too!
– jayant98
Nov 22 at 21:25
add a comment |
up vote
-2
down vote
favorite
up vote
-2
down vote
favorite
Lets define $a_0=a_1=1$ and every $k$ what is bigger than $1$ and is integer,
$$a_k=a_{k-1}+2a_{k-2}.$$ Prove with induction, that every integer that is $kgeq0$
the equation
$$a_k=dfrac{(2^{k+1}+(-1)^k)}{3}.$$
induction
Lets define $a_0=a_1=1$ and every $k$ what is bigger than $1$ and is integer,
$$a_k=a_{k-1}+2a_{k-2}.$$ Prove with induction, that every integer that is $kgeq0$
the equation
$$a_k=dfrac{(2^{k+1}+(-1)^k)}{3}.$$
induction
induction
edited Nov 22 at 21:45
Yadati Kiran
1,327418
1,327418
asked Nov 22 at 21:22
Joe574
1
1
Show your work too!
– jayant98
Nov 22 at 21:25
add a comment |
Show your work too!
– jayant98
Nov 22 at 21:25
Show your work too!
– jayant98
Nov 22 at 21:25
Show your work too!
– jayant98
Nov 22 at 21:25
add a comment |
3 Answers
3
active
oldest
votes
up vote
1
down vote
Try the following theorem:
If $x_1$ and $x_2$ are solutions of $x^2-pt-q=0$, then $a_k=c_1x_1^k+c_2x_2^k$ is solution of the recurrence $a_k-pa_{n-1}-qa_{k-2}=0$.
After this, you can try $k=0,1$ in the geral solution to obtain a particluar answer, your answer.
add a comment |
up vote
1
down vote
The characteristics equation helps us here which is: $$x^2=x+2$$and has two roots $$x_1=2\x_2=-1$$therefore$$a_n=a2^n+b(-1)^n$$ by substituting the initial conditions we obtain what we want
add a comment |
up vote
0
down vote
For $n=0$ the base case we have $a_0=dfrac{(2^{0+1}+(-1)^0)}{3}=1$. Let us assume the result is true for $n=k$ i.e. $a_k=dfrac{(2^{k+1}+(-1)^k)}{3}$. We shall prove for $n=k+1$. $a_{k+1}=a_k+2a_{k-1}=dfrac{(2^{k+1}+(-1)^k+2cdot(2^k+(-1)^{k-1}))}{3}=dfrac{(2^{k+2}+(-1)^{k-1}(-1+2))}{3}=dfrac{(2^{k+2}+(-1)^{k-1}(-1)^2)}{3}=dfrac{(2^{k+2}+(-1)^{k+1})}{3}$.
Hence by principle of mathematical induction the result is true for all $n$.
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
});
});
}, "mathjax-editing");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "69"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
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
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3009671%2finduction-equation-proof%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
Try the following theorem:
If $x_1$ and $x_2$ are solutions of $x^2-pt-q=0$, then $a_k=c_1x_1^k+c_2x_2^k$ is solution of the recurrence $a_k-pa_{n-1}-qa_{k-2}=0$.
After this, you can try $k=0,1$ in the geral solution to obtain a particluar answer, your answer.
add a comment |
up vote
1
down vote
Try the following theorem:
If $x_1$ and $x_2$ are solutions of $x^2-pt-q=0$, then $a_k=c_1x_1^k+c_2x_2^k$ is solution of the recurrence $a_k-pa_{n-1}-qa_{k-2}=0$.
After this, you can try $k=0,1$ in the geral solution to obtain a particluar answer, your answer.
add a comment |
up vote
1
down vote
up vote
1
down vote
Try the following theorem:
If $x_1$ and $x_2$ are solutions of $x^2-pt-q=0$, then $a_k=c_1x_1^k+c_2x_2^k$ is solution of the recurrence $a_k-pa_{n-1}-qa_{k-2}=0$.
After this, you can try $k=0,1$ in the geral solution to obtain a particluar answer, your answer.
Try the following theorem:
If $x_1$ and $x_2$ are solutions of $x^2-pt-q=0$, then $a_k=c_1x_1^k+c_2x_2^k$ is solution of the recurrence $a_k-pa_{n-1}-qa_{k-2}=0$.
After this, you can try $k=0,1$ in the geral solution to obtain a particluar answer, your answer.
answered Nov 22 at 21:33
DiegoMath
2,0491021
2,0491021
add a comment |
add a comment |
up vote
1
down vote
The characteristics equation helps us here which is: $$x^2=x+2$$and has two roots $$x_1=2\x_2=-1$$therefore$$a_n=a2^n+b(-1)^n$$ by substituting the initial conditions we obtain what we want
add a comment |
up vote
1
down vote
The characteristics equation helps us here which is: $$x^2=x+2$$and has two roots $$x_1=2\x_2=-1$$therefore$$a_n=a2^n+b(-1)^n$$ by substituting the initial conditions we obtain what we want
add a comment |
up vote
1
down vote
up vote
1
down vote
The characteristics equation helps us here which is: $$x^2=x+2$$and has two roots $$x_1=2\x_2=-1$$therefore$$a_n=a2^n+b(-1)^n$$ by substituting the initial conditions we obtain what we want
The characteristics equation helps us here which is: $$x^2=x+2$$and has two roots $$x_1=2\x_2=-1$$therefore$$a_n=a2^n+b(-1)^n$$ by substituting the initial conditions we obtain what we want
answered Nov 22 at 21:38
Mostafa Ayaz
13.5k3836
13.5k3836
add a comment |
add a comment |
up vote
0
down vote
For $n=0$ the base case we have $a_0=dfrac{(2^{0+1}+(-1)^0)}{3}=1$. Let us assume the result is true for $n=k$ i.e. $a_k=dfrac{(2^{k+1}+(-1)^k)}{3}$. We shall prove for $n=k+1$. $a_{k+1}=a_k+2a_{k-1}=dfrac{(2^{k+1}+(-1)^k+2cdot(2^k+(-1)^{k-1}))}{3}=dfrac{(2^{k+2}+(-1)^{k-1}(-1+2))}{3}=dfrac{(2^{k+2}+(-1)^{k-1}(-1)^2)}{3}=dfrac{(2^{k+2}+(-1)^{k+1})}{3}$.
Hence by principle of mathematical induction the result is true for all $n$.
add a comment |
up vote
0
down vote
For $n=0$ the base case we have $a_0=dfrac{(2^{0+1}+(-1)^0)}{3}=1$. Let us assume the result is true for $n=k$ i.e. $a_k=dfrac{(2^{k+1}+(-1)^k)}{3}$. We shall prove for $n=k+1$. $a_{k+1}=a_k+2a_{k-1}=dfrac{(2^{k+1}+(-1)^k+2cdot(2^k+(-1)^{k-1}))}{3}=dfrac{(2^{k+2}+(-1)^{k-1}(-1+2))}{3}=dfrac{(2^{k+2}+(-1)^{k-1}(-1)^2)}{3}=dfrac{(2^{k+2}+(-1)^{k+1})}{3}$.
Hence by principle of mathematical induction the result is true for all $n$.
add a comment |
up vote
0
down vote
up vote
0
down vote
For $n=0$ the base case we have $a_0=dfrac{(2^{0+1}+(-1)^0)}{3}=1$. Let us assume the result is true for $n=k$ i.e. $a_k=dfrac{(2^{k+1}+(-1)^k)}{3}$. We shall prove for $n=k+1$. $a_{k+1}=a_k+2a_{k-1}=dfrac{(2^{k+1}+(-1)^k+2cdot(2^k+(-1)^{k-1}))}{3}=dfrac{(2^{k+2}+(-1)^{k-1}(-1+2))}{3}=dfrac{(2^{k+2}+(-1)^{k-1}(-1)^2)}{3}=dfrac{(2^{k+2}+(-1)^{k+1})}{3}$.
Hence by principle of mathematical induction the result is true for all $n$.
For $n=0$ the base case we have $a_0=dfrac{(2^{0+1}+(-1)^0)}{3}=1$. Let us assume the result is true for $n=k$ i.e. $a_k=dfrac{(2^{k+1}+(-1)^k)}{3}$. We shall prove for $n=k+1$. $a_{k+1}=a_k+2a_{k-1}=dfrac{(2^{k+1}+(-1)^k+2cdot(2^k+(-1)^{k-1}))}{3}=dfrac{(2^{k+2}+(-1)^{k-1}(-1+2))}{3}=dfrac{(2^{k+2}+(-1)^{k-1}(-1)^2)}{3}=dfrac{(2^{k+2}+(-1)^{k+1})}{3}$.
Hence by principle of mathematical induction the result is true for all $n$.
answered Nov 22 at 21:32
Yadati Kiran
1,327418
1,327418
add a comment |
add a comment |
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
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
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3009671%2finduction-equation-proof%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
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
Required, but never shown
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
Required, but never shown
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
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Show your work too!
– jayant98
Nov 22 at 21:25