Pretty easy question about squares of square roots

  • Context: Undergrad 
  • Thread starter Thread starter AxiomOfChoice
  • Start date Start date
  • Tags Tags
    Roots Square Squares
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
AxiomOfChoice
Messages
531
Reaction score
1
If you know [itex]\sqrt{(a^2+b^2)} < \epsilon[/itex], do you know [itex]a < \epsilon[/itex] and [itex]b < \epsilon[/itex]? If so, how?
 
Physics news on Phys.org
The left hand side of the first inequality is non-negative (I assume e > 0), so square both sides to get a^2 + b^2 < e^2. Now a^2 < e^2 - b^2 [itex]\leq[/itex] e^2 and if a > 0, take square roots. If a < 0, then it's obvious. Same for b.
 
snipez90 said:
The left hand side of the first inequality is non-negative (I assume e > 0), so square both sides to get a^2 + b^2 < e^2. Now a^2 < e^2 - b^2 [itex]\leq[/itex] e^2 and if a > 0, take square roots. If a < 0, then it's obvious. Same for b.
Thanks. That's pitifully easy. I don't know why, but I have trouble taking square roots when inequalities are involved. I guess I start thinking about how, if you're working in the interval [itex][0,1][/itex], the square root of a number is bigger than the number itself, which gets confusing.