Quick help in Geometric series question

AI Thread Summary
The discussion revolves around determining the values of x for which the geometric series converges, defined by the common ratio r = 5x/(4+x^2). For convergence, the condition |r| < 1 must hold, leading to the inequalities -1 < 5x/(4+x^2) < 1. The correct solution is found to be the union of intervals: {x: -1 < x < 1} U {x: x < -4} U {x: x > 4}. The initial misunderstanding of the solution included incorrect assumptions about the range of x, which was clarified through further analysis of the inequalities. Ultimately, the correct intervals were confirmed, ensuring that values between -1 and 1 do not satisfy the convergence condition.
rock.freak667
Homework Helper
Messages
6,221
Reaction score
31

Homework Statement


The common ratio,ratio,r, of a geometric series is given by:
r=\frac{5x}{4+x^2}

Find all the values of x for which the series converges


Homework Equations





The Attempt at a Solution



For the series to converge |r|<1
so that
|\frac{5x}{4+x^2}|&lt;1


this means that:

-1&lt;\frac{5x}{4+x^2}&lt;1

For

-1&lt;\frac{5x}{4+x^2}
I get

{x:x<-4}U{x:x>-1}

and for

\frac{5x}{4+x^2}&lt;1

I get
{x:x<1}U{x:x>-1}

The answer I want would be the region that satisfies both {x:x<1}U{x:x>-1} AND {x:x<-4}U{x:x>-1} right?

So I get

{x:x<1}U{x:x>-1} which is basically {x:-1<x<1}...(*answer I got)
is that correct? because I see that the answer is {x:-1<x<1}U{x:x<-4}U{x:x>4}
I am not sure if that is the same as what I have because I think that the answer I got includes the rest of {x:x<-4}U{x:x>4}
 
Physics news on Phys.org
no. You are incorrect.

The answer you got includes all reals: x > -1 in union with x < 1 includes all numbers less than one and greater than -1 or all reals. And all reals is not correct (take 3 as a counter example).

The answer in the book is correct: {x:-1<x<1}U{x:x<-4}U{x:x>4}
 
rock.freak667 said:
For

-1&lt;\frac{5x}{4+x^2}
I get

{x:x<-4}U{x:x>-1}

I'm finding in this case (x+1)(x+4) > 0 , so either

x>-1 and x>-4 implies x>-1
or
x<-1 and x<-4 implies x<-4

So we are in agreement here.


and for

\frac{5x}{4+x^2}&lt;1

I get
{x:x<1}U{x:x>-1}

In this case, I find (x-1)(x-4) > 0 , so either

x>1 and x>4 implies x>4
or
x<1 and x<4 implies x<1

Perhaps you "miswrote" yourself here?

Combining the two cases gives

x < -4 , -1 < x < 1 , x > 4 .

As a check, you'll find that values of x with absolute value between 1 and 4 don't work in the original inequality.
 
Last edited:
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top