Taylor Series Approximation for Solving Initial Value Problems

cscott
Messages
778
Reaction score
1
With a simple ODE like \frac{ds}{dt} = 10 - 9.8t and you're given an initial condition of s(0) = 1, when doing the approximation would s'(0) = 10 - 9.8(0), s'' = ... etc?
 
Last edited:
Physics news on Phys.org
Yes, you are given s(0) so just plug it into the given equation and solve for s'(0). Actually, the crucial point is under your "etc." Since
s'= 10- 9.8t, s"= -9.8, s"'= 0, etc. It should be no surprise that s is a quadratic function of t.

It would be more interesting if there were an "s" on the right side of the equation.
 
Thanks for the help.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top