How Can You Correctly Manipulate Inequalities Involving 1/(n-2) and Epsilon?

  • Thread starter Thread starter mjjoga
  • Start date Start date
  • Tags Tags
    Inequalities
AI Thread Summary
To manipulate the inequality 1/(n-2) < epsilon correctly, it is essential to establish that n > max(epsilon + 2, 1). The discussion clarifies that for positive epsilon, the condition 1/(n-2) < 1/epsilon leads to n - 2 > 1/epsilon. It is noted that since epsilon is typically a small positive number, 1/epsilon will generally exceed epsilon itself. Thus, the key takeaway is ensuring that n is sufficiently large to satisfy the inequality while maintaining epsilon as a small positive value.
mjjoga
Messages
14
Reaction score
0
so I have 1/(n-2). I have that n>max(epsilon+2,1). I need to get 1/(n-2) < epsilon. I know that 1/(n-2)<1/(epsilon+2-2)=1/epsilon. but 1/epsilon is not always less than epsilon. can you see any errors?
 
Physics news on Phys.org
Your question is unclear.
 
mjjoga said:
so I have 1/(n-2). I have that n>max(epsilon+2,1). I need to get 1/(n-2) < epsilon. I know that 1/(n-2)<1/(epsilon+2-2)=1/epsilon. but 1/epsilon is not always less than epsilon. can you see any errors?
Epsilon is typically a small positive number that is much closer to 0 than it is to 1. Unless epsilon is negative, epsilon + 2 will be larger than 1.

1/(n - 2) < epsilon <==> n - 2 > 1/epsilon, making the reasonable assumptions that n > 2 and epsilon > 0.

If epsilon is small and positive, 1/epsilon is generally larger than epsilon.
 
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