Recursive sequence calculators

In summary, the conversation discusses the use of online calculators for solving differential equations and finding the values of a recursive sequence. The speaker also shares their method of solving differential equations through a relevant recursive sequence and expresses their belief that this is not a common approach. They also mention encountering issues with Wolfram Alpha and request advice on how to deal with imaginary solutions. The other person responds by suggesting a different approach for solving differential equations with recurrence relations and questioning the accuracy of Wolfram Alpha's calculations.
  • #1
luckis11
272
2
Homework Statement
required for solving differential equations by elementary calculus
Relevant Equations
all differential equations
I know the http://www.calcul.com/ but it is offline some days. Do you know any other online free ones? I.e. that calculates the far values of a recursive sequence.
 
Physics news on Phys.org
  • #3
I need the values in order to test if the fit with my solution. And when the solution of the differential equation is unknown or weird, the only solution is the values of the recursive sequence! Usually I do not know what the differential equation is before I make up what the recursive sequence is. Every physicist and mathematician should know this, but I bet there are very few who can solve the differential equation through the relevant recursive sequence, like I do, which is what they did in the 1700's I guess.

Actually I find it strange that some differential equations cannot be solved through the relevant recursive sequence and they are solved otherwise, e.g. x"(t)=-kx'(t)^2, x(0)=0, x'(0)=U. Its recursive sequence is

u(n)=u(n-1)-ku(n-1)^2dt or u(n)=u(n-1)-ku(n)^2dt

where each next u(n) corresponds to a next dt. But this sequence cannot be solved. In other cases it can, e.g. at Stokes drag x''(t)=-kx'(t), x'(0)=U, x(0)=0, its recursive sequence is

u(n)=u(n-1)-ku(n-1)dt, u(0)=U=>u(n)=U(1 - dt k)^n

and you place n=t/dt (because 1 sec has 1/dt number of changes, therefore t secs have t*1/dt=n number of changes) and

lim dt->0 U(1 - dt k)^(t/dt)=Ue^(-k t)=u(t)=x'(t).

which is the solution of the differential equation. Partly, since this is only the x'(t), I haven't tried to solve for x(t).

Note that wolframalfa in some cases it gives semi-wrong and in some cases no answer for x"(t)=-kx'(t)^2, x(0)=0, x'(0)=U. If you plug it in like I wrote it, it gives an answer with i. What am I supposed to do with i?
 
Last edited:
  • #4
This is all very difficult to read, you should learn to post in ## \LaTeX ## math (I see you have been told this before).

luckis11 said:
Every physicist and mathematician should know this, but I bet there are very few who can solve the differential equation through the relevant recursive sequence, like I do
This is a very strange thing to say. What makes you think that you know something very few other people know? How did you come by this knowledge?

luckis11 said:
and you place n=t/dt (because 1 sec has 1/dt number of changes, therefore t secs have t*1/dt=n number of changes) and

lim dt->0 U(1 - dt k)^(t/dt)=Ue^(-k t)=u(t)=x'(t).
This is not how you solve differential equations with recurrence relations, you do it by comparing coefficients.

luckis11 said:
which is the solution of the differential equation. Partly, since this is only the x'(t), I haven't tried to solve for x(t).
Well if you have ## x'(t) = U e^{-kt} ## then it should be easy for you to find ## x(t) ##.

luckis11 said:
Note that wolframalfa in some cases it gives semi-wrong and in some cases no answer for x"(t)=-kx'(t)^2, x(0)=0, x'(0)=U. If you plug it in like I wrote it, it gives an answer with i. What am I supposed to do with i?
Why do you think that Wolfram Alpha calculates this incorrectly? Have you checked it by differentiating? Note that it is easy to link to a solution on Wolfram Alpha by copying the contents of the address bar like this:
https://www.wolframalpha.com/input/?i=x''(t)=-kx'(t)^2,+x(0)=0,+x'(0)=U
 

1. What is a recursive sequence calculator?

A recursive sequence calculator is a tool used to find the terms and values of a recursive sequence. A recursive sequence is a sequence where the next term is determined by the previous terms in the sequence.

2. How does a recursive sequence calculator work?

A recursive sequence calculator works by using a recursive formula or equation to calculate the terms of the sequence. It starts with the initial term and uses the formula to find the next term, and continues this process until the desired number of terms is reached.

3. What is the difference between a recursive sequence calculator and a regular sequence calculator?

A regular sequence calculator uses a formula or equation to find the terms of a sequence, while a recursive sequence calculator uses the previous terms in the sequence to find the next term. Recursive sequence calculators are typically used for more complex sequences that cannot be easily solved using a regular sequence calculator.

4. Can a recursive sequence calculator handle any type of sequence?

No, a recursive sequence calculator can only handle recursive sequences. It cannot be used for arithmetic or geometric sequences, as those can be easily solved using a regular sequence calculator.

5. Are there any limitations to using a recursive sequence calculator?

Yes, there are some limitations to using a recursive sequence calculator. It may not be able to handle very large sequences or sequences with complex recursive formulas. It also requires the initial term to be known in order to calculate the rest of the terms.

Similar threads

  • Calculus and Beyond Homework Help
Replies
1
Views
563
  • Calculus and Beyond Homework Help
Replies
4
Views
319
  • Calculus and Beyond Homework Help
Replies
4
Views
885
  • Calculus and Beyond Homework Help
Replies
7
Views
1K
  • Calculus and Beyond Homework Help
Replies
1
Views
266
  • Calculus and Beyond Homework Help
Replies
3
Views
698
  • Calculus and Beyond Homework Help
Replies
34
Views
2K
Replies
1
Views
943
  • Calculus and Beyond Homework Help
Replies
13
Views
967
  • Calculus and Beyond Homework Help
Replies
8
Views
2K
Back
Top