Solving a Linear ODE using a power series

yecko
Gold Member
Messages
275
Reaction score
15

Homework Statement


45F8F685-B056-4297-9F96-5679CA7A39EC.jpeg


Homework Equations


Power series
ODE

The Attempt at a Solution


1B4BB3F1-8717-4BB3-9B73-9668905861F9.jpeg
[/B]

Sorry for not typing all those things out from my phone..
How can I get C1?
And how can I put the solution in the required format? (I don't know how to put it in summation sign... and i cannot even solve out for r in the question...)
Thank you so much for any help!
 

Attachments

  • 45F8F685-B056-4297-9F96-5679CA7A39EC.jpeg
    45F8F685-B056-4297-9F96-5679CA7A39EC.jpeg
    9.1 KB · Views: 871
  • 1B4BB3F1-8717-4BB3-9B73-9668905861F9.jpeg
    1B4BB3F1-8717-4BB3-9B73-9668905861F9.jpeg
    44.8 KB · Views: 897
Last edited:
Physics news on Phys.org
yecko said:
cannot even solve out for r in the question
Small wonder: you leave out ##r## from the derivatives of ##y##. Except in ##C_n##, you want to replace ##n## by ##n+r##
 
Thank you.
However even i used r+n, i still cannot make it into the required form... did i have something wrong with it? Or what should I do next to obtain the answer in the required format? Thank you.
7AD2046A-E29F-40D7-A423-DE4EDFF2A2D2.jpeg
 

Attachments

  • 7AD2046A-E29F-40D7-A423-DE4EDFF2A2D2.jpeg
    7AD2046A-E29F-40D7-A423-DE4EDFF2A2D2.jpeg
    57.8 KB · Views: 540
You have a mistake in the equation for r. It should be r2+4r+4=0
 
  • Like
Likes BvU
Thanks for pointing this out...
5A68D7FB-3FFF-40CB-859B-1E6F9B9DCE44.jpeg

r=-2 which is now correct,
However, i cannot solve out the denominator of the summation part... how can I write it in form of summation?
Thank you very much!
 

Attachments

  • 5A68D7FB-3FFF-40CB-859B-1E6F9B9DCE44.jpeg
    5A68D7FB-3FFF-40CB-859B-1E6F9B9DCE44.jpeg
    38.9 KB · Views: 451
Substitute r = -2 and simplify the denominator of an.
 
I have already substituted r=-2, but i don't know the recurrance relation of that denominator... do you mind to give me some hints or relationship related?
Thank you
 
Type in the recurrence relation of an, please. Your handwriting is blurred,
yecko said:
I have already substituted r=-2, but i don't know the recurrance relation of that denominator... do you mind to give me some hints or relationship related?
Thank you
You got the recurrence relation for an:
$$a_n=\frac{4 a_{n-1}}{(n+r)(n+r-1)+5(r+n)+4}$$
Substitute r=-2 and simplify. What do you get?
 
Sorry for blur image... let me post a clearer image here:
B63C09BC-82B5-41CB-8B36-0376F400634F.jpeg

I have got my answer as 4^n/(n!), yet it is wrong as by the submission system... what's wrong with my answer? Thank you
 

Attachments

  • B63C09BC-82B5-41CB-8B36-0376F400634F.jpeg
    B63C09BC-82B5-41CB-8B36-0376F400634F.jpeg
    42.1 KB · Views: 868
Last edited:
  • #10
8BC9FE35-EDFB-4F08-8F77-64432801FEB9.jpeg
 

Attachments

  • 8BC9FE35-EDFB-4F08-8F77-64432801FEB9.jpeg
    8BC9FE35-EDFB-4F08-8F77-64432801FEB9.jpeg
    17.8 KB · Views: 460
  • #11
yecko said:
Sorry for blur image...
View attachment 223115
I have got my answer as 4^n/(n!), yet it is wrong as by the submission system... what's wrong with my answer? Thank you
The recurrence relation for an is

##a_n=\frac {4 a_{n-1}}{n^2}##, with a0=1.
How did you get n! in the numerator?
 
  • #12
As I have to write the answer in terms of n only as a summation form (refer to the question image I have posted in #1), only writting it in recurrance relationship is not enough...
As the image I posted in #9 post explained how i got “n!”, when n tends larger, the relationship a(n) tends to be n! in denominator

4^n*(n!)/(n!)^2 =4^n/(n!)
 
Last edited:
  • #13
I have already tried my best in obtaining the answer, do you mind to lead me what should I write in the blank as of the question image posted in post #10 please?
Thank you so much for your help!
 
  • #14
yecko said:
I have already tried my best in obtaining the answer, do you mind to lead me what should I write in the blank as of the question image posted in post #10 please?
Thank you so much for your help!
I do not understand what you mean on "summation form"
You need to find the coefficients cn in the power series solution.
You derived the recurrence relation $$c_n=\frac{4}{n^2}c_{n-1}$$, but you wrote wrong results for c1, c2, c3, c4...
c0=1
$$c_1=\frac{4}{1^2}c_{0}= \frac{4}{1^2}$$
$$c_2=\frac{4}{2^2}c_{1}=\frac{4^2}{2^2\cdot1^2}=\frac{4^2}{(2!)^2}$$
$$c_3=\frac{4}{3^2}c_{2}=??$$
and so on. So what is cn?
 
  • Like
Likes yecko
Back
Top