x such that
Find the domain of all real numbersx + 6 − 4 x + 2 + x + 1 1 − 6 x + 2 = 1 .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
nice solution :) !
Can you please explain the last line?
Could you explain why by triangle inequality
∣ x + 2 − 2 ∣ + ∣ x + 2 − 3 ∣ ≥ 3 − x + 2 + x + 2 − 2 = 1 ? Thank you!
What is the difference in the three brackets used, (a,b) would be that only a and b are the solutions. The square brackets would mean the matrix. and the curly brackets would mean the set on numbers included in the brackets. Please correct me if I am wrong. Also, please give other reasons if there are more.
Log in to reply
Normal brackets means an open interval, i.e.
(
2
,
7
)
→
2
<
x
<
7
.
Square brackets means a closed inteveral, i.e.
[
2
,
7
]
→
2
≤
x
≤
7
.
Curly brackets means a set, i.e
{
2
,
7
}
→
x
=
2
or
7
.
Log in to reply
Thanks Calvin!
But, isn't {2,3,4,5,6,7} is right then?
In the first part of the solution when you apply the triangle equality for the first time a = sqrt(x+2)-2. And in the second part when you determine that a is positive, a = 2-sqrt(x+2). I don't understand why you did that. Also, you say that since a+b = 1, a and b are positive, but one of them could be negative. Could you explain this? Thanks!
Log in to reply
Note that I made choices on how to write a . In particular, I chose to write it as a = x + 2 − 2 , and not it's negative counterpart.
If I had chosen to write it as a = 2 − x + 2 , then the solution would have to be phrased differently. In particular, for that choice, it is no longer true that a + b = 1 .
There's a problem with the second last line in your solution. a = 2 − x + 2 ≥ 0 should be a = x + 2 − 2 ≥ 0 for a to be positive! That's what your last line implies--right?
nice drawing xD
@Calvin Lin When does a problem become popular enough to be shared by you? Is there a minimum popularity level reqd.? If so, then how would problems posted by people having less followers , be shared shared by you?
Let’s look at the equation x + 6 − 4 x + 2 + x + 1 1 − 6 x + 2 = 1
We can replace x − 2 by u 2 so the equation becomes: u 2 + 4 − 4 u + u 2 + 9 − 6 u = 1
This is equal to: ( u − 2 ) 2 + ( u − 3 ) 2 = 1 or ∣ u − 2 ∣ + ∣ u − 3 ∣ = 1 .
When solving for 3 ≥ u ≥ 2 we get: u − 2 − u + 3 = 1 → 1 = 1 so every number in the set [ 2 , 3 ] is a solution for u .
We now have:
3 ≥ x + 2 ≥ 2 we square this ( x + 2 = u ) and substract 2:
9 − 2 ≥ x + 2 − 2 ≥ 4 − 2
7 ≥ x ≥ 2 → x ∈ [ 2 , 7 ]
Suppose x+2=b^2,
sol the equation be sqrt(b^2-4b+4)+sqrt(b^2-6b+9)=1
i.e |b-2|+|b-3|=1
i.e b=3 or b=2
Replacing b with sqrt(x+2), we get x=7 or x=2
i.e. [2,7]
Note that if b = 2 , 3 , then all that you have shown are that x = 2 , 7 are solutions, i.e. your solution set is { 2 , 7 } . You need to explain why any real number within the range 2 ≤ x ≤ 7 is a solution.
Log in to reply
Nice observation calvin,
After solving the first equation 3 solution comes in picture,
Equation:- sqrt(b^2-4b+4)+sqrt(b^2-6b+9)=1
4 possibilities:- +(b-2)+(b-3)=1 -- Solving which we get x=7 ---- I -(b-2)-(b-3)=1 -- Solving which we get x=2 ---- II -(b-2)+(b-3)=1 -- Solving which we get, the equation in itself is an inequality. So this solution is not possible +(b-2)-(b-3)=1 -- Solving which we get,
b-2>0 and b-3<0 i.e. 2<b<3 replacing b with sqrt(x+2) we get, 2 < sqrt(x+2) < 3 i.e. 2 < x < 7 ---- III
From I, II and III, we can conclude that domain of x is [2,7].
what's the difference between (b) and (d)
because by keeping the 2and 7 the under rot comes to negative
Problem Loading...
Note Loading...
Set Loading...
In the first square root, the inner expression is equal to ( x + 2 − 2 ) 2 , and hence, it is equal to ∣ x + 2 − 2 ∣ .
In the second square root, the inner expression is equal to x + 2 − 3 ) 2 , hence it is equal ∣ x + 2 − 3 ∣ .
We want to find the domain where ∣ x + 2 − 2 ∣ + ∣ x + 2 − 3 ∣ = 1 .
The triangle inequality states that ∣ a ∣ + ∣ b ∣ ≥ ∣ a + b ∣ , where equality holds if and only if a and b have the same sign. Applying this with a = x + 2 − 2 and b = 3 − x + 2 , we get that
∣ x + 2 − 2 ∣ + ∣ x + 2 − 3 ∣ ≥ ∣ ( 3 − x + 2 ) + ( x + 2 − 2 ) ∣ = 1 .
Hence, for solutions, we must have equality hold throughout, which implies that a and b have the same sign. Since a + b = 1 > 0 , they must both be positive. Thus, we have
a = x + 2 − 2 ≥ 0 , b = 3 − x + 2 ≥ 0 ⇒
2 ≤ x + 2 ≤ 3 ⇒ 4 ≤ x + 2 ≤ 9 ⇒ 2 ≤ x ≤ 7 .