finding a solution for this recurrence relationWhy does this recurrence relation generate a sinusoidal curve?Recurrence relation rabbit populationHow do I solve the recurrence relation without manually counting?Wolfram alpha giving wrong result on recurrence?Particular solution of a recurrence relationHow to find an explicit formula for sequence defined by recurrence relation?Modeling problems with recurrence relationHow to find the initial terms of the recurrence relation if you know the nth term?Recurrence Relation, Compound AnnuallySolving a nonhomogeneous recurrence relation?
Why does this derived table improve performance?
How to increase the size of the cursor in Lubuntu 19.04?
Wrong answer from DSolve when solving a differential equation
Has the Hulk always been able to talk?
How to safely wipe a USB flash drive
How should I tell my manager I'm not paying for an optional after work event I'm not going to?
How can I get a job without pushing my family's income into a higher tax bracket?
List of newcommands used
Frequency of specific viral sequence in .BAM or .fastq
Causes of bimodal distributions when bootstrapping a meta-analysis model
What are the advantages of luxury car brands like Acura/Lexus over their sibling non-luxury brands Honda/Toyota?
Find the cheapest shipping option based on item weight
How to use dependency injection and avoid temporal coupling?
Upside-Down Pyramid Addition...REVERSED!
When two pilots are required for a private aircraft, is it a requirement for the PIC to be ATPL?
Will 700 more planes a day fly because of the Heathrow expansion?
How can I get people to remember my character's gender?
Point of the Dothraki's attack in GoT S8E3?
Something that can be activated/enabled
How can I support myself financially as a 17 year old with a loan?
What does "Managed by Windows" do in the Power options for network connection?
What to use instead of cling film to wrap pastry
Word for Food that's Gone 'Bad', but is Still Edible?
Are there any of the Children of the Forest left, or are they extinct?
finding a solution for this recurrence relation
Why does this recurrence relation generate a sinusoidal curve?Recurrence relation rabbit populationHow do I solve the recurrence relation without manually counting?Wolfram alpha giving wrong result on recurrence?Particular solution of a recurrence relationHow to find an explicit formula for sequence defined by recurrence relation?Modeling problems with recurrence relationHow to find the initial terms of the recurrence relation if you know the nth term?Recurrence Relation, Compound AnnuallySolving a nonhomogeneous recurrence relation?
$begingroup$
Find the sequence satisfying the recurrence relation $$n a_n+1 = (n+1) a_n+n(n+1)$$ with the initial condition $a_0=0$.
I'm trying to find a solution for this recurrence relation. After dividing both sides by $n(n+1)$, we get:
$$fraca_n+1n+1 =fraca_nn +1.$$
After setting $b_k=a_n/n$, the resulting relation is $b_k+1 = b_k +1$.
$b_k+2 = b_k+1 +1$
by subtracting this relation from the one before it, I got :
$b_k+2 -2*b_k+1 +b_k = 0$
after that I replace $b_k = lambda^k$
I got :
$lambda^k+2 -2*lambda^k+1+b_k$ and after dividing the relation by $lambda^k$ the result is $lambda^2 + lambda +1 = 0$
and the solution for the last relation is $lambda = 1$
but I stopped there because the initial Condition is
$a_0=0$ and I could't find the value of $a_1$.
can someone show me a proper way or a proper solution for this recurrence relation?
recurrence-relations recursion initial-value-problems
New contributor
$endgroup$
add a comment |
$begingroup$
Find the sequence satisfying the recurrence relation $$n a_n+1 = (n+1) a_n+n(n+1)$$ with the initial condition $a_0=0$.
I'm trying to find a solution for this recurrence relation. After dividing both sides by $n(n+1)$, we get:
$$fraca_n+1n+1 =fraca_nn +1.$$
After setting $b_k=a_n/n$, the resulting relation is $b_k+1 = b_k +1$.
$b_k+2 = b_k+1 +1$
by subtracting this relation from the one before it, I got :
$b_k+2 -2*b_k+1 +b_k = 0$
after that I replace $b_k = lambda^k$
I got :
$lambda^k+2 -2*lambda^k+1+b_k$ and after dividing the relation by $lambda^k$ the result is $lambda^2 + lambda +1 = 0$
and the solution for the last relation is $lambda = 1$
but I stopped there because the initial Condition is
$a_0=0$ and I could't find the value of $a_1$.
can someone show me a proper way or a proper solution for this recurrence relation?
recurrence-relations recursion initial-value-problems
New contributor
$endgroup$
$begingroup$
$b_k+1 = b_k +1$ gives $b_k = k -1 + b_1$.
$endgroup$
– lhf
48 mins ago
add a comment |
$begingroup$
Find the sequence satisfying the recurrence relation $$n a_n+1 = (n+1) a_n+n(n+1)$$ with the initial condition $a_0=0$.
I'm trying to find a solution for this recurrence relation. After dividing both sides by $n(n+1)$, we get:
$$fraca_n+1n+1 =fraca_nn +1.$$
After setting $b_k=a_n/n$, the resulting relation is $b_k+1 = b_k +1$.
$b_k+2 = b_k+1 +1$
by subtracting this relation from the one before it, I got :
$b_k+2 -2*b_k+1 +b_k = 0$
after that I replace $b_k = lambda^k$
I got :
$lambda^k+2 -2*lambda^k+1+b_k$ and after dividing the relation by $lambda^k$ the result is $lambda^2 + lambda +1 = 0$
and the solution for the last relation is $lambda = 1$
but I stopped there because the initial Condition is
$a_0=0$ and I could't find the value of $a_1$.
can someone show me a proper way or a proper solution for this recurrence relation?
recurrence-relations recursion initial-value-problems
New contributor
$endgroup$
Find the sequence satisfying the recurrence relation $$n a_n+1 = (n+1) a_n+n(n+1)$$ with the initial condition $a_0=0$.
I'm trying to find a solution for this recurrence relation. After dividing both sides by $n(n+1)$, we get:
$$fraca_n+1n+1 =fraca_nn +1.$$
After setting $b_k=a_n/n$, the resulting relation is $b_k+1 = b_k +1$.
$b_k+2 = b_k+1 +1$
by subtracting this relation from the one before it, I got :
$b_k+2 -2*b_k+1 +b_k = 0$
after that I replace $b_k = lambda^k$
I got :
$lambda^k+2 -2*lambda^k+1+b_k$ and after dividing the relation by $lambda^k$ the result is $lambda^2 + lambda +1 = 0$
and the solution for the last relation is $lambda = 1$
but I stopped there because the initial Condition is
$a_0=0$ and I could't find the value of $a_1$.
can someone show me a proper way or a proper solution for this recurrence relation?
recurrence-relations recursion initial-value-problems
recurrence-relations recursion initial-value-problems
New contributor
New contributor
edited 4 hours ago
Abdalrohman Alsalkhadi
52
52
New contributor
asked 5 hours ago
Ahmad RmmoAhmad Rmmo
212
212
New contributor
New contributor
$begingroup$
$b_k+1 = b_k +1$ gives $b_k = k -1 + b_1$.
$endgroup$
– lhf
48 mins ago
add a comment |
$begingroup$
$b_k+1 = b_k +1$ gives $b_k = k -1 + b_1$.
$endgroup$
– lhf
48 mins ago
$begingroup$
$b_k+1 = b_k +1$ gives $b_k = k -1 + b_1$.
$endgroup$
– lhf
48 mins ago
$begingroup$
$b_k+1 = b_k +1$ gives $b_k = k -1 + b_1$.
$endgroup$
– lhf
48 mins ago
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
This is not a well-posed problem. In other words, given $a_0=0$, the value of $a_1$ can be any real number whatsoever since it must satisfy
$$
0 cdot a_1 = 1 cdot a_0 + 0 cdot 1,
$$
and both sides are $0$ for any value of $a_1$, so the equality holds. In other words, the specified conditions do not uniquely specify a sequence.
$endgroup$
add a comment |
$begingroup$
Given the value of $a_1$ you have $a_n = n(n-1) + na_1$ for all $n$. The recursion equation
$$n a_n+1 = (n+1) a_n+n(n+1)tag1$$ for $n=0$ is just $a_0=0.$ In other words, you should start with initial condition for $a_1$ and then all other values of $a_n$ for $n>1$ are determined, and also $a_0=0.$
$endgroup$
add a comment |
Your Answer
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
);
);
Ahmad Rmmo 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%2f3211415%2ffinding-a-solution-for-this-recurrence-relation%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
This is not a well-posed problem. In other words, given $a_0=0$, the value of $a_1$ can be any real number whatsoever since it must satisfy
$$
0 cdot a_1 = 1 cdot a_0 + 0 cdot 1,
$$
and both sides are $0$ for any value of $a_1$, so the equality holds. In other words, the specified conditions do not uniquely specify a sequence.
$endgroup$
add a comment |
$begingroup$
This is not a well-posed problem. In other words, given $a_0=0$, the value of $a_1$ can be any real number whatsoever since it must satisfy
$$
0 cdot a_1 = 1 cdot a_0 + 0 cdot 1,
$$
and both sides are $0$ for any value of $a_1$, so the equality holds. In other words, the specified conditions do not uniquely specify a sequence.
$endgroup$
add a comment |
$begingroup$
This is not a well-posed problem. In other words, given $a_0=0$, the value of $a_1$ can be any real number whatsoever since it must satisfy
$$
0 cdot a_1 = 1 cdot a_0 + 0 cdot 1,
$$
and both sides are $0$ for any value of $a_1$, so the equality holds. In other words, the specified conditions do not uniquely specify a sequence.
$endgroup$
This is not a well-posed problem. In other words, given $a_0=0$, the value of $a_1$ can be any real number whatsoever since it must satisfy
$$
0 cdot a_1 = 1 cdot a_0 + 0 cdot 1,
$$
and both sides are $0$ for any value of $a_1$, so the equality holds. In other words, the specified conditions do not uniquely specify a sequence.
answered 5 hours ago
gt6989bgt6989b
36.3k22557
36.3k22557
add a comment |
add a comment |
$begingroup$
Given the value of $a_1$ you have $a_n = n(n-1) + na_1$ for all $n$. The recursion equation
$$n a_n+1 = (n+1) a_n+n(n+1)tag1$$ for $n=0$ is just $a_0=0.$ In other words, you should start with initial condition for $a_1$ and then all other values of $a_n$ for $n>1$ are determined, and also $a_0=0.$
$endgroup$
add a comment |
$begingroup$
Given the value of $a_1$ you have $a_n = n(n-1) + na_1$ for all $n$. The recursion equation
$$n a_n+1 = (n+1) a_n+n(n+1)tag1$$ for $n=0$ is just $a_0=0.$ In other words, you should start with initial condition for $a_1$ and then all other values of $a_n$ for $n>1$ are determined, and also $a_0=0.$
$endgroup$
add a comment |
$begingroup$
Given the value of $a_1$ you have $a_n = n(n-1) + na_1$ for all $n$. The recursion equation
$$n a_n+1 = (n+1) a_n+n(n+1)tag1$$ for $n=0$ is just $a_0=0.$ In other words, you should start with initial condition for $a_1$ and then all other values of $a_n$ for $n>1$ are determined, and also $a_0=0.$
$endgroup$
Given the value of $a_1$ you have $a_n = n(n-1) + na_1$ for all $n$. The recursion equation
$$n a_n+1 = (n+1) a_n+n(n+1)tag1$$ for $n=0$ is just $a_0=0.$ In other words, you should start with initial condition for $a_1$ and then all other values of $a_n$ for $n>1$ are determined, and also $a_0=0.$
answered 1 hour ago
SomosSomos
15.6k11437
15.6k11437
add a comment |
add a comment |
Ahmad Rmmo is a new contributor. Be nice, and check out our Code of Conduct.
Ahmad Rmmo is a new contributor. Be nice, and check out our Code of Conduct.
Ahmad Rmmo is a new contributor. Be nice, and check out our Code of Conduct.
Ahmad Rmmo 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%2f3211415%2ffinding-a-solution-for-this-recurrence-relation%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
$begingroup$
$b_k+1 = b_k +1$ gives $b_k = k -1 + b_1$.
$endgroup$
– lhf
48 mins ago