You are not logged in.
Pages: 1
Find the value:
I can do it by substituting each individual term with i,-i,-1 or 1. But is there a way to generalize this type of question, like make a formula for solving it easily?
Offline
There is a standard move to begin with borrowed from numerical work.
Your expression can be reduced to.
Now you only need to know what i^2 is. The computation is trivial.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
How did you arrive at that expression?
Offline
The technique is called Hornerization and it is very common in numerical work. I can show you with examples...But it was only a first try perhaps there is something even better...
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
hi Mystogan
That series is a geometric progression so you can use the formula:
http://www.mathsisfun.com/algebra/seque … etric.html
Bob
Children are not defined by school ...........The Fonz
You cannot teach a man anything; you can only help him find it within himself..........Galileo Galilei
Sometimes I deliberately make mistakes, just to test you! …………….Bob
Offline
I see. Thanks for the help.
Offline
Pages: 1