- soumya_165
- Newbie | Next Rank: 10 Posts
- Posts: 8
- Joined: Tue Nov 29, 2011 1:58 am
(1-x^2) >= 0
this can be simplified to x^2<=1
x lies btw -1 to +1 ( -1<= x <= 1 )
When both factors are negative this implies
"The expression 1-x^2 can be factored as (1-x)(1+x). The product is positive when both the factors are positive (this happens if 1>=x and x>=-1, or equivalently if -1<=x<=1) or both factors are negative (this happens if 1<=x and x <=1, which cannot happen), and therefore the solution is -1<=x<=1"
When both the factors are +ve then the issue will be simplified to -1<=x<=1 but when both the factors are -ve how can it be simplified to 1<=x and x <=1?