Finding the domain for inequality

  • Thread starter Thread starter solar nebula
  • Start date Start date
  • Tags Tags
    Domain Inequality
AI Thread Summary
The discussion focuses on finding the domain for a mathematical inequality involving the variable 'a' constrained between 0 and 1. Participants highlight the importance of considering the case when 'a' is zero, as well as the implications of taking square roots, specifically that \sqrt{x^2} equals |x| rather than x. The conversation emphasizes the need to analyze both positive and negative cases for 'x' when solving inequalities. Additionally, it clarifies that taking negative square roots can lead to incorrect conclusions, as demonstrated through examples. Overall, the thread underscores the necessity of careful algebraic handling in solving inequalities.
solar nebula
Messages
14
Reaction score
0

Homework Statement


The problem is:
for all 0≤a≤1
k0y3a.jpg


so i need to find the domain



Homework Equations


N/A


The Attempt at a Solution



I tried it like this:
9huw7p.jpg


yet my solution is wrong,i am not so sure why.
wolfram gives me this;

20h8pjr.jpg
 
Physics news on Phys.org
Here are some problems:

1) In the second step you wrote \frac{1}{a}. This is only well-defined if a is nonzero. So you should look at the case a=0 seperately.

2) In the last step you essentially did x=\sqrt{x^2}. This is true only for positive x. Indeed: if x=-1, then x^2=1 and \sqrt{x^2}=-1. So you need to look at the case where x is positive and x is negative.

Moderator note: since this has nothing to do with calculus, I'm moving it to precalculus.
 
Just to make it simple to solve for now, i am not going to look at case a=0 (only for now)

so i tired to do this:

2nlvihw.jpg


Again my solution is wrong, i am now covering the entire number line (-inf,+inf), i feel like i am messing up basic algebra. Please help
 
No, you again did \sqrt{x^2}=x. This is not true!

You need to consider two cases:

1) x is positive.

2) x is negative

And please don't use things like \pm, it's confusing. Just taking the square root (which BY DEFINITION is positive) will suffice.
 
I think i got it now:, Also when i take a square root of a number, isn't that i should take the positive and negative root?. I understand for
Code:
\sqrt{x^2}=x
, because its basically
Code:
 \abs{x}
mkfcl0.jpg
 
solar nebula said:
Also when i take a square root of a number, isn't that i should take the positive and negative root?

No. And in fact, taking the negative square root is wrong. Indeed, we have that 4>1, but if we take the negative square root of both sides then we have -\sqrt{4}>-\sqrt{1}. This is the same as -2>-1 which is not true.

So if a and b are positive than a<b implies \sqrt{a}&lt;\sqrt{b}, but it doesn't imply that -\sqrt{a}&lt;-\sqrt{b}.
 
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