Solving equations with greatest integer function

AI Thread Summary
To solve equations involving the greatest integer function, it's essential to understand how it operates. For example, if you have the equation 99 = [2x+1]/3, you can multiply both sides by 3 to isolate the greatest integer function, leading to [2x+1] = 297. This implies that 297 ≤ 2x + 1 < 298, which can be simplified to find the range for x as 148 ≤ x < 148.5. The discussion emphasizes the importance of recognizing the boundaries set by the greatest integer function to solve such equations effectively. Understanding these principles allows for accurate solutions to similar problems.
Bea77
Messages
3
Reaction score
0

Homework Statement


I can't find a step by step explanation for solving these types of equations

eg.
99 = [2x+1]/3


Homework Equations



eg.
99 = [2x+1]/3

or

48 = 4[2x/3]

How do you handle the multipliers iand constants inside the brackets?
thx
3. The Attempt at a Solution
 
Physics news on Phys.org
Think about how the greatest integer function works. For example,

<br /> \lfloor 3.2 \rfloor = \lfloor 3.582 \rfloor = 3<br />

and in fact, if 3 \le x &lt; 4 it is true that

<br /> \lfloor x \rfloor = 3<br />

So, if you know that

<br /> \frac{\lfloor 2x+1\rfloor}{3} = 99<br />

you also know that

<br /> \lfloor 2x+1 \rfloor = 297<br />

(the 3 in the denominator is not in the function). What does the final
statement above tell you about how large 2x + 1 must be?
 
statdad said:
Think about how the greatest integer function works. For example,

<br /> \lfloor 3.2 \rfloor = \lfloor 3.582 \rfloor = 3<br />

and in fact, if 3 \le x &lt; 4 it is true that

<br /> \lfloor x \rfloor = 3<br />

So, if you know that

<br /> \frac{\lfloor 2x+1\rfloor}{3} = 99<br />

you also know that

<br /> \lfloor 2x+1 \rfloor = 297<br />

(the 3 in the denominator is not in the function). What does the final
statement above tell you about how large 2x + 1 must be?

--------------------
so 297 <= 2x+1 < 298

296 <=2x and 2x < 297
148 <=x and x < 148.5

Did I get it?
 
Yup.
 
statdad said:
Yup.


Thanks!
 
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top