Difference Calculus: Obtaining 2nd solution to Homogeneous Equationshow $(V_1 cap V_3)+(V_2 cap V_3)=(V_1+V_2)cap V_3$ if $ V_1 subset V_3$Reducible to homogeneous differential equation general solutionFinding the homogeneous part of general solution to second order non-homogeneous differential equationSolutions of a homogeneous differential equationA differential equation with homogeneous coefficients: $(x+y) dx - (x-y) dy = 0$.Differential equation with homoegeneous coefficient, solution other than in bookReducible to homogeneous differential equationHomogeneous first-order Differential Equation $y' = x/y$Solution to a 2nd order ODE with a Gaussian coefficientUsing Variation of Parameters to Find the General Solution of $u''-u=frac2e^x+1$
How does 取材で訪れた integrate into this sentence?
Is there a hypothetical scenario that would make Earth uninhabitable for humans, but not for (the majority of) other animals?
Matrix using tikz package
Writing in a Christian voice
Do native speakers use "ultima" and "proxima" frequently in spoken English?
Is honey really a supersaturated solution? Does heating to un-crystalize redissolve it or melt it?
PTIJ What is the inyan of the Konami code in Uncle Moishy's song?
What are substitutions for coconut in curry?
Is it possible to stack the damage done by the Absorb Elements spell?
Calculate the frequency of characters in a string
Turning a hard to access nut?
Are dual Irish/British citizens bound by the 90/180 day rule when travelling in the EU after Brexit?
Generic TVP tradeoffs?
If "dar" means "to give", what does "daros" mean?
Recruiter wants very extensive technical details about all of my previous work
Practical application of matrices and determinants
When to use snap-off blade knife and when to use trapezoid blade knife?
Print a physical multiplication table
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?
How to generate binary array whose elements with values 1 are randomly drawn
Relation between independence and correlation of uniform random variables
Does the attack bonus from a Masterwork weapon stack with the attack bonus from Masterwork ammunition?
Optimising a list searching algorithm
How is the partial sum of a geometric sequence calculated?
Difference Calculus: Obtaining 2nd solution to Homogeneous Equation
show $(V_1 cap V_3)+(V_2 cap V_3)=(V_1+V_2)cap V_3$ if $ V_1 subset V_3$Reducible to homogeneous differential equation general solutionFinding the homogeneous part of general solution to second order non-homogeneous differential equationSolutions of a homogeneous differential equationA differential equation with homogeneous coefficients: $(x+y) dx - (x-y) dy = 0$.Differential equation with homoegeneous coefficient, solution other than in bookReducible to homogeneous differential equationHomogeneous first-order Differential Equation $y' = x/y$Solution to a 2nd order ODE with a Gaussian coefficientUsing Variation of Parameters to Find the General Solution of $u''-u=frac2e^x+1$
$begingroup$
Consider the 2nd order difference equation:
$u(n + 2) - frac(n + 3)(n + 2) u(n + 1) + frac2(n + 2) u(n) = 0$
I verified that the given solution $u_1(n) = frac2^nn!$ is a solution to the above since:
$frac2^n + 2(n + 2)! - frac(n + 3)(n + 2) * frac2^n + 1(n + 1)! + frac2(n + 2) * frac2^nn! =$
$frac4*2^n(n + 2)! - frac(n + 3)2^n + 1(n+2)*(n + 1)! + frac(n + 1)(n + 1) * frac2*2^n(n + 2)n! =$
$frac4*2^n(n + 2)! - frac2*2^n(n + 3)(n + 2)! + frac2*2^n(n + 1)(n + 2)! = $
$frac2^n(4 - 2n - 6 + 2n + 2)(n + 2)! = frac2^n*0(n + 2)! = 0.$
The difficulty I am having is in the follow up part of the problem of obtaining another solution $u_2(n)$ to the 2nd order homogeneous equation. The instructor assigning this problem wanted us to use the following formula to solve for the other solution $u_2(n)$:
$u_2(n) = u_1(n)[sumlimits_r = 0^n - 1 fracw(r)u_1(r)u_1(r + 1)]$
where $w(r)$ is the casaratian defined at $r$, for this problem it's just
$beginvmatrix
u_1(r) & u_2(r) \
u_1(r+1) & u_2(r+1) \
endvmatrix = beginvmatrix
frac2^rr! & u_2(r) \
frac2*2^r(r+1)! & u_2(r+1) \
endvmatrix$
Here are the steps I have taken so far in applying the given formula on $u_1(n) = frac2^nn!$
$u_2(n) = u_1(n)[sumlimits_r = 0^n - 1 fracw(r)u_1(r)u_1(r + 1)] =$
$u_2(n) = frac2^nn! left[ sumlimits_r = 0^n - 1 w(r)*(frac1(2^n/n!)*(2*2^n/(n + 1)!)) right] =$
$frac2^nn! left[ sumlimits_r = 0^n - 1 w(r)*fracn!(n + 1)!2*2^2n right] = frac2^nn!*frac(n + 1)(n!)^22*2^2n left[ sumlimits_r = 0^n - 1 w(r) right] =$
$frac2^nn!frac(n + 1)(n!)^22*2^2nleft[ sumlimits_r = 0^n - 1 w(r) right] = frac(n + 1)(n!)2^n + 1left[ sumlimits_r = 0^n - 1 beginvmatrix
frac2^rr! & u_2(r) \
frac2*2^r(r+1)! & u_2(r+1) \
endvmatrix right] =$
$frac(n + 1)n!2*2^nleft[ sumlimits_r = 0^n - 1 frac2^rr! u_2(r+1) - frac2^r+1(r+1)!u_2(r) right] = u_2(n)$
I am having trouble proceeding on from here to simplifying and solving for $u_2(n)$, any sort of help would be much appreciated. The 2nd solution $u_2(n)$ must also satisfy the given 2nd order homogeneous equation.
proof-verification homogeneous-equation summation-method
$endgroup$
add a comment |
$begingroup$
Consider the 2nd order difference equation:
$u(n + 2) - frac(n + 3)(n + 2) u(n + 1) + frac2(n + 2) u(n) = 0$
I verified that the given solution $u_1(n) = frac2^nn!$ is a solution to the above since:
$frac2^n + 2(n + 2)! - frac(n + 3)(n + 2) * frac2^n + 1(n + 1)! + frac2(n + 2) * frac2^nn! =$
$frac4*2^n(n + 2)! - frac(n + 3)2^n + 1(n+2)*(n + 1)! + frac(n + 1)(n + 1) * frac2*2^n(n + 2)n! =$
$frac4*2^n(n + 2)! - frac2*2^n(n + 3)(n + 2)! + frac2*2^n(n + 1)(n + 2)! = $
$frac2^n(4 - 2n - 6 + 2n + 2)(n + 2)! = frac2^n*0(n + 2)! = 0.$
The difficulty I am having is in the follow up part of the problem of obtaining another solution $u_2(n)$ to the 2nd order homogeneous equation. The instructor assigning this problem wanted us to use the following formula to solve for the other solution $u_2(n)$:
$u_2(n) = u_1(n)[sumlimits_r = 0^n - 1 fracw(r)u_1(r)u_1(r + 1)]$
where $w(r)$ is the casaratian defined at $r$, for this problem it's just
$beginvmatrix
u_1(r) & u_2(r) \
u_1(r+1) & u_2(r+1) \
endvmatrix = beginvmatrix
frac2^rr! & u_2(r) \
frac2*2^r(r+1)! & u_2(r+1) \
endvmatrix$
Here are the steps I have taken so far in applying the given formula on $u_1(n) = frac2^nn!$
$u_2(n) = u_1(n)[sumlimits_r = 0^n - 1 fracw(r)u_1(r)u_1(r + 1)] =$
$u_2(n) = frac2^nn! left[ sumlimits_r = 0^n - 1 w(r)*(frac1(2^n/n!)*(2*2^n/(n + 1)!)) right] =$
$frac2^nn! left[ sumlimits_r = 0^n - 1 w(r)*fracn!(n + 1)!2*2^2n right] = frac2^nn!*frac(n + 1)(n!)^22*2^2n left[ sumlimits_r = 0^n - 1 w(r) right] =$
$frac2^nn!frac(n + 1)(n!)^22*2^2nleft[ sumlimits_r = 0^n - 1 w(r) right] = frac(n + 1)(n!)2^n + 1left[ sumlimits_r = 0^n - 1 beginvmatrix
frac2^rr! & u_2(r) \
frac2*2^r(r+1)! & u_2(r+1) \
endvmatrix right] =$
$frac(n + 1)n!2*2^nleft[ sumlimits_r = 0^n - 1 frac2^rr! u_2(r+1) - frac2^r+1(r+1)!u_2(r) right] = u_2(n)$
I am having trouble proceeding on from here to simplifying and solving for $u_2(n)$, any sort of help would be much appreciated. The 2nd solution $u_2(n)$ must also satisfy the given 2nd order homogeneous equation.
proof-verification homogeneous-equation summation-method
$endgroup$
add a comment |
$begingroup$
Consider the 2nd order difference equation:
$u(n + 2) - frac(n + 3)(n + 2) u(n + 1) + frac2(n + 2) u(n) = 0$
I verified that the given solution $u_1(n) = frac2^nn!$ is a solution to the above since:
$frac2^n + 2(n + 2)! - frac(n + 3)(n + 2) * frac2^n + 1(n + 1)! + frac2(n + 2) * frac2^nn! =$
$frac4*2^n(n + 2)! - frac(n + 3)2^n + 1(n+2)*(n + 1)! + frac(n + 1)(n + 1) * frac2*2^n(n + 2)n! =$
$frac4*2^n(n + 2)! - frac2*2^n(n + 3)(n + 2)! + frac2*2^n(n + 1)(n + 2)! = $
$frac2^n(4 - 2n - 6 + 2n + 2)(n + 2)! = frac2^n*0(n + 2)! = 0.$
The difficulty I am having is in the follow up part of the problem of obtaining another solution $u_2(n)$ to the 2nd order homogeneous equation. The instructor assigning this problem wanted us to use the following formula to solve for the other solution $u_2(n)$:
$u_2(n) = u_1(n)[sumlimits_r = 0^n - 1 fracw(r)u_1(r)u_1(r + 1)]$
where $w(r)$ is the casaratian defined at $r$, for this problem it's just
$beginvmatrix
u_1(r) & u_2(r) \
u_1(r+1) & u_2(r+1) \
endvmatrix = beginvmatrix
frac2^rr! & u_2(r) \
frac2*2^r(r+1)! & u_2(r+1) \
endvmatrix$
Here are the steps I have taken so far in applying the given formula on $u_1(n) = frac2^nn!$
$u_2(n) = u_1(n)[sumlimits_r = 0^n - 1 fracw(r)u_1(r)u_1(r + 1)] =$
$u_2(n) = frac2^nn! left[ sumlimits_r = 0^n - 1 w(r)*(frac1(2^n/n!)*(2*2^n/(n + 1)!)) right] =$
$frac2^nn! left[ sumlimits_r = 0^n - 1 w(r)*fracn!(n + 1)!2*2^2n right] = frac2^nn!*frac(n + 1)(n!)^22*2^2n left[ sumlimits_r = 0^n - 1 w(r) right] =$
$frac2^nn!frac(n + 1)(n!)^22*2^2nleft[ sumlimits_r = 0^n - 1 w(r) right] = frac(n + 1)(n!)2^n + 1left[ sumlimits_r = 0^n - 1 beginvmatrix
frac2^rr! & u_2(r) \
frac2*2^r(r+1)! & u_2(r+1) \
endvmatrix right] =$
$frac(n + 1)n!2*2^nleft[ sumlimits_r = 0^n - 1 frac2^rr! u_2(r+1) - frac2^r+1(r+1)!u_2(r) right] = u_2(n)$
I am having trouble proceeding on from here to simplifying and solving for $u_2(n)$, any sort of help would be much appreciated. The 2nd solution $u_2(n)$ must also satisfy the given 2nd order homogeneous equation.
proof-verification homogeneous-equation summation-method
$endgroup$
Consider the 2nd order difference equation:
$u(n + 2) - frac(n + 3)(n + 2) u(n + 1) + frac2(n + 2) u(n) = 0$
I verified that the given solution $u_1(n) = frac2^nn!$ is a solution to the above since:
$frac2^n + 2(n + 2)! - frac(n + 3)(n + 2) * frac2^n + 1(n + 1)! + frac2(n + 2) * frac2^nn! =$
$frac4*2^n(n + 2)! - frac(n + 3)2^n + 1(n+2)*(n + 1)! + frac(n + 1)(n + 1) * frac2*2^n(n + 2)n! =$
$frac4*2^n(n + 2)! - frac2*2^n(n + 3)(n + 2)! + frac2*2^n(n + 1)(n + 2)! = $
$frac2^n(4 - 2n - 6 + 2n + 2)(n + 2)! = frac2^n*0(n + 2)! = 0.$
The difficulty I am having is in the follow up part of the problem of obtaining another solution $u_2(n)$ to the 2nd order homogeneous equation. The instructor assigning this problem wanted us to use the following formula to solve for the other solution $u_2(n)$:
$u_2(n) = u_1(n)[sumlimits_r = 0^n - 1 fracw(r)u_1(r)u_1(r + 1)]$
where $w(r)$ is the casaratian defined at $r$, for this problem it's just
$beginvmatrix
u_1(r) & u_2(r) \
u_1(r+1) & u_2(r+1) \
endvmatrix = beginvmatrix
frac2^rr! & u_2(r) \
frac2*2^r(r+1)! & u_2(r+1) \
endvmatrix$
Here are the steps I have taken so far in applying the given formula on $u_1(n) = frac2^nn!$
$u_2(n) = u_1(n)[sumlimits_r = 0^n - 1 fracw(r)u_1(r)u_1(r + 1)] =$
$u_2(n) = frac2^nn! left[ sumlimits_r = 0^n - 1 w(r)*(frac1(2^n/n!)*(2*2^n/(n + 1)!)) right] =$
$frac2^nn! left[ sumlimits_r = 0^n - 1 w(r)*fracn!(n + 1)!2*2^2n right] = frac2^nn!*frac(n + 1)(n!)^22*2^2n left[ sumlimits_r = 0^n - 1 w(r) right] =$
$frac2^nn!frac(n + 1)(n!)^22*2^2nleft[ sumlimits_r = 0^n - 1 w(r) right] = frac(n + 1)(n!)2^n + 1left[ sumlimits_r = 0^n - 1 beginvmatrix
frac2^rr! & u_2(r) \
frac2*2^r(r+1)! & u_2(r+1) \
endvmatrix right] =$
$frac(n + 1)n!2*2^nleft[ sumlimits_r = 0^n - 1 frac2^rr! u_2(r+1) - frac2^r+1(r+1)!u_2(r) right] = u_2(n)$
I am having trouble proceeding on from here to simplifying and solving for $u_2(n)$, any sort of help would be much appreciated. The 2nd solution $u_2(n)$ must also satisfy the given 2nd order homogeneous equation.
proof-verification homogeneous-equation summation-method
proof-verification homogeneous-equation summation-method
asked Mar 12 at 20:02
Jmath99Jmath99
877
877
add a comment |
add a comment |
0
active
oldest
votes
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
);
);
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%2f3145599%2fdifference-calculus-obtaining-2nd-solution-to-homogeneous-equation%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f3145599%2fdifference-calculus-obtaining-2nd-solution-to-homogeneous-equation%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