finding a closed formula to an expression and prove it by inductionInduction to prove a simple formula for...
If "dar" means "to give", what does "daros" mean?
Have the tides ever turned twice on any open problem?
What does "Four-F." mean?
Help prove this basic trig identity please!
I got the following comment from a reputed math journal. What does it mean?
How does one measure the Fourier components of a signal?
Should I be concerned about student access to a test bank?
Comment Box for Substitution Method of Integrals
Print last inputted byte
Does the attack bonus from a Masterwork weapon stack with the attack bonus from Masterwork ammunition?
Recruiter wants very extensive technical details about all of my previous work
Can other pieces capture a threatening piece and prevent a checkmate?
How are passwords stolen from companies if they only store hashes?
How to get the n-th line after a grepped one?
How does 取材で訪れた integrate into this sentence?
Calculate the frequency of characters in a string
Maths symbols and unicode-math input inside siunitx commands
How do hiring committees for research positions view getting "scooped"?
Bash - pair each line of file
Is it true that good novels will automatically sell themselves on Amazon (and so on) and there is no need for one to waste time promoting?
Is it insecure to send a password in a `curl` command?
Print a physical multiplication table
How to define limit operations in general topological spaces? Are nets able to do this?
Does .bashrc contain syntax errors?
finding a closed formula to an expression and prove it by induction
Induction to prove a simple formula for calculating the $n$-th derivative?closed form solution for summation of $log(i)$maclaurin series and induction over binomial theoremProve by Induction using Baseline and splitting into LHS & RHS?Improper integral $int_{0}^{infty}frac{x^n}{x^{m+n+1}} dx=frac{n! {(m-1)}!}{(m+n)!}.$Proving a partial sum with inductionShow that $pi =4-sum_{n=1}^{infty }frac{(n)!(n-1)!}{(2n+1)!}2^{n+1}$Induction Proof of Taylor Series FormulaProve $sum_{i=1}^n{(-1)^{i(i-1)/2}}$ is boundedFinding inverse using quadratic formula
$begingroup$
Let 𝑎 > 0, find a closed formula (no sigmas) for
$$sum_{i=1}^{log_a n} a^i $$
i found this formula:
$$ frac{a(n-1)}{a-1}$$
but i have trouble proving by induction
i dont really understand what is the base case, the hypothesis and the step
please help, thanks
calculus
New contributor
$endgroup$
add a comment |
$begingroup$
Let 𝑎 > 0, find a closed formula (no sigmas) for
$$sum_{i=1}^{log_a n} a^i $$
i found this formula:
$$ frac{a(n-1)}{a-1}$$
but i have trouble proving by induction
i dont really understand what is the base case, the hypothesis and the step
please help, thanks
calculus
New contributor
$endgroup$
1
$begingroup$
Use formula for sum of first k terms of geometric progression where k=log_a(n)
$endgroup$
– Vladislav
Mar 11 at 19:24
$begingroup$
What is exactly the upper summation limit?
$endgroup$
– user
Mar 11 at 19:38
add a comment |
$begingroup$
Let 𝑎 > 0, find a closed formula (no sigmas) for
$$sum_{i=1}^{log_a n} a^i $$
i found this formula:
$$ frac{a(n-1)}{a-1}$$
but i have trouble proving by induction
i dont really understand what is the base case, the hypothesis and the step
please help, thanks
calculus
New contributor
$endgroup$
Let 𝑎 > 0, find a closed formula (no sigmas) for
$$sum_{i=1}^{log_a n} a^i $$
i found this formula:
$$ frac{a(n-1)}{a-1}$$
but i have trouble proving by induction
i dont really understand what is the base case, the hypothesis and the step
please help, thanks
calculus
calculus
New contributor
New contributor
New contributor
asked Mar 11 at 19:18
ExposedExposed
1
1
New contributor
New contributor
1
$begingroup$
Use formula for sum of first k terms of geometric progression where k=log_a(n)
$endgroup$
– Vladislav
Mar 11 at 19:24
$begingroup$
What is exactly the upper summation limit?
$endgroup$
– user
Mar 11 at 19:38
add a comment |
1
$begingroup$
Use formula for sum of first k terms of geometric progression where k=log_a(n)
$endgroup$
– Vladislav
Mar 11 at 19:24
$begingroup$
What is exactly the upper summation limit?
$endgroup$
– user
Mar 11 at 19:38
1
1
$begingroup$
Use formula for sum of first k terms of geometric progression where k=log_a(n)
$endgroup$
– Vladislav
Mar 11 at 19:24
$begingroup$
Use formula for sum of first k terms of geometric progression where k=log_a(n)
$endgroup$
– Vladislav
Mar 11 at 19:24
$begingroup$
What is exactly the upper summation limit?
$endgroup$
– user
Mar 11 at 19:38
$begingroup$
What is exactly the upper summation limit?
$endgroup$
– user
Mar 11 at 19:38
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
The formula you provided is accurate only when $log_a{n}$ is an integer. So, to solve it by induction, you will need to prove that if the formula is true for $n$, it must also be true for $an$. For base case just using $n=1$ works.
Proof of Inductive Step :
$$displaystylesum^{log_a{n}}_{i=1}a^i = dfrac{a(n-1)}{n-1} Rightarrow sum^{log_a{n}}_{i=1}a^i + a^{log_a{an}}= dfrac{a(n-1)}{n-1} + an =
dfrac{a(n-1)+a^2n - an}{n-1} = dfrac{a(an-1)}{n-1} = sum^{log_a{n}+1}_{i=1}a^i$$
New contributor
$endgroup$
$begingroup$
you really helped me, thank you!
$endgroup$
– Exposed
Mar 14 at 14:28
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',
autoActivateHeartbeat: false,
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
});
}
});
Exposed is a new contributor. Be nice, and check out our Code of Conduct.
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%2f3144104%2ffinding-a-closed-formula-to-an-expression-and-prove-it-by-induction%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
The formula you provided is accurate only when $log_a{n}$ is an integer. So, to solve it by induction, you will need to prove that if the formula is true for $n$, it must also be true for $an$. For base case just using $n=1$ works.
Proof of Inductive Step :
$$displaystylesum^{log_a{n}}_{i=1}a^i = dfrac{a(n-1)}{n-1} Rightarrow sum^{log_a{n}}_{i=1}a^i + a^{log_a{an}}= dfrac{a(n-1)}{n-1} + an =
dfrac{a(n-1)+a^2n - an}{n-1} = dfrac{a(an-1)}{n-1} = sum^{log_a{n}+1}_{i=1}a^i$$
New contributor
$endgroup$
$begingroup$
you really helped me, thank you!
$endgroup$
– Exposed
Mar 14 at 14:28
add a comment |
$begingroup$
The formula you provided is accurate only when $log_a{n}$ is an integer. So, to solve it by induction, you will need to prove that if the formula is true for $n$, it must also be true for $an$. For base case just using $n=1$ works.
Proof of Inductive Step :
$$displaystylesum^{log_a{n}}_{i=1}a^i = dfrac{a(n-1)}{n-1} Rightarrow sum^{log_a{n}}_{i=1}a^i + a^{log_a{an}}= dfrac{a(n-1)}{n-1} + an =
dfrac{a(n-1)+a^2n - an}{n-1} = dfrac{a(an-1)}{n-1} = sum^{log_a{n}+1}_{i=1}a^i$$
New contributor
$endgroup$
$begingroup$
you really helped me, thank you!
$endgroup$
– Exposed
Mar 14 at 14:28
add a comment |
$begingroup$
The formula you provided is accurate only when $log_a{n}$ is an integer. So, to solve it by induction, you will need to prove that if the formula is true for $n$, it must also be true for $an$. For base case just using $n=1$ works.
Proof of Inductive Step :
$$displaystylesum^{log_a{n}}_{i=1}a^i = dfrac{a(n-1)}{n-1} Rightarrow sum^{log_a{n}}_{i=1}a^i + a^{log_a{an}}= dfrac{a(n-1)}{n-1} + an =
dfrac{a(n-1)+a^2n - an}{n-1} = dfrac{a(an-1)}{n-1} = sum^{log_a{n}+1}_{i=1}a^i$$
New contributor
$endgroup$
The formula you provided is accurate only when $log_a{n}$ is an integer. So, to solve it by induction, you will need to prove that if the formula is true for $n$, it must also be true for $an$. For base case just using $n=1$ works.
Proof of Inductive Step :
$$displaystylesum^{log_a{n}}_{i=1}a^i = dfrac{a(n-1)}{n-1} Rightarrow sum^{log_a{n}}_{i=1}a^i + a^{log_a{an}}= dfrac{a(n-1)}{n-1} + an =
dfrac{a(n-1)+a^2n - an}{n-1} = dfrac{a(an-1)}{n-1} = sum^{log_a{n}+1}_{i=1}a^i$$
New contributor
New contributor
answered Mar 11 at 19:34
Siam HabibSiam Habib
113
113
New contributor
New contributor
$begingroup$
you really helped me, thank you!
$endgroup$
– Exposed
Mar 14 at 14:28
add a comment |
$begingroup$
you really helped me, thank you!
$endgroup$
– Exposed
Mar 14 at 14:28
$begingroup$
you really helped me, thank you!
$endgroup$
– Exposed
Mar 14 at 14:28
$begingroup$
you really helped me, thank you!
$endgroup$
– Exposed
Mar 14 at 14:28
add a comment |
Exposed is a new contributor. Be nice, and check out our Code of Conduct.
Exposed is a new contributor. Be nice, and check out our Code of Conduct.
Exposed is a new contributor. Be nice, and check out our Code of Conduct.
Exposed is a new contributor. Be nice, and check out our Code of Conduct.
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.
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%2f3144104%2ffinding-a-closed-formula-to-an-expression-and-prove-it-by-induction%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
1
$begingroup$
Use formula for sum of first k terms of geometric progression where k=log_a(n)
$endgroup$
– Vladislav
Mar 11 at 19:24
$begingroup$
What is exactly the upper summation limit?
$endgroup$
– user
Mar 11 at 19:38