Way to determine if a sequence is geometric without common ratio

$\begingroup$

Say I have the numbers 2, 4, 8, 16. I want to find out a way to determine if this sequence is geometric without checking if 4/2=8/4=16/8. Is there are a formula that exists that would help with this?

$\endgroup$ 2

1 Answer

$\begingroup$

As this is more or less the definition of a geometric sequence there is no other way to check it. Small variation are possible though as you could take the ratio of $4/2=2$ and then multiply it by each term to see if you get the next term given. This avoids repeated division but is essentially the same method, brute force.

$\endgroup$

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like