How can Sign be factored?

Algebra Level 3

Find the sum of all real values of x x which satisfy the following:

sgn ( x 2 3 x + 2 ) x 2 3 x + 2 = 0 \text{sgn}(x^2-3x+2)-|x^2-3x+2|=0

Notation: sgn ( ) \text{sgn}(\cdot) denotes the signum function .


The answer is 6.

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.

3 solutions

Braden Dean
Dec 29, 2020

The absoulte value fuction can be rewritten as: x = x sgn ( x ) |x|= x\text{sgn}(x)

Therefore:

x 2 3 x + 2 = ( x 2 3 x + 2 ) sgn ( x 2 3 x + 2 ) |x^2-3x+2| = (x^2-3x+2)\text{sgn}(x^2-3x+2)

Plugging this into our equation:

sgn ( x 2 3 x + 2 ) ( x 2 3 x + 2 ) sgn ( x 2 3 x + 2 ) = 0 \text{sgn}(x^2-3x+2)-(x^2-3x+2)\text{sgn}(x^2-3x+2)=0

Factoring:

sgn ( x 2 3 x + 2 ) ( 1 ( x 2 3 x + 2 ) ) = 0 \text{sgn}(x^2-3x+2)(1-(x^2-3x+2))=0

The signum function is equal to zero whenever its argument is equal to zero, so for that we just have to solve:

x 2 3 x + 2 = 0 x^2-3x+2 = 0

x = 1 , 2 x = 1, 2

Then the other part is already a simple quadratic:

( 1 ( x 2 3 x + 2 ) ) = 0 (1-(x^2-3x+2))=0

x 2 3 x + 1 = 0 x^2-3x+1 = 0

3 2 ± 5 2 \frac{3}{2} \pm \frac{\sqrt{5}}{2}

Therefore:

1 + 2 + ( 3 2 + 5 2 ) + ( 3 2 5 2 ) = 6 1 + 2 + (\frac{3}{2} + \frac{\sqrt{5}}{2}) + (\frac{3}{2} - \frac{\sqrt{5}}{2}) = \fbox{6}

@Braden Dean , we have to mention real x x in your problem question, because there are complex value x x 's satisfying the equation. I have amended the statement for you.

Chew-Seong Cheong - 5 months, 2 weeks ago

Log in to reply

Thank you! Didn't catch that.

Braden Dean - 5 months, 2 weeks ago

Log in to reply

You are welcome.

Chew-Seong Cheong - 5 months, 2 weeks ago
Chew-Seong Cheong
Dec 29, 2020

Given that

sgn ( x 2 3 x + 2 ) x 2 3 x + 2 = 0 x 2 3 x + 2 = sgn ( x 2 3 x + 2 ) = { 1 0 1 \text{sgn}(x^2 - 3x+2) - \mid x^2 - 3x + 2 \mid = 0 \implies \mid x^2 - 3x + 2 \mid = \text{sgn} (x^2-3x+2) = \begin{cases} -1 \\ 0 \\ 1 \end{cases}

When sgn ( x 2 3 x + 2 ) = 1 \text{sgn} (x^2-3x+2) = - 1 , x 2 3 x + 2 = 1 \implies \mid x^2 - 3x + 2 \mid = -1 . Since x 2 3 x + 2 0 \mid x^2 - 3x + 2 \mid \ge 0 . there is no solution.

When sgn ( x 2 3 x + 2 ) = 0 \text{sgn} (x^2-3x+2) = 0 ,

x 2 3 x + 2 = 0 x 2 3 x + 2 = 0 ( x 1 ) ( x 2 ) = 0 x = { 1 2 \begin{aligned} \mid x^2 - 3x + 2 \mid & = 0 \\ x^2 - 3x + 2 & = 0 \\ (x-1)(x-2) & = 0 \\ \implies x & = \begin{cases} 1 \\ 2 \end{cases} \end{aligned}

When sgn ( x 2 3 x + 2 ) = 1 \text{sgn} (x^2-3x+2) = 1 ,

x 2 3 x + 2 = 1 x 2 3 x + 2 = ± 1 { x 2 3 x + 1 = 0 x = 3 ± 5 2 x 2 3 x + 3 = 0 No real roots. \mid x^2 - 3x + 2 \mid = 1 \implies x^2 - 3x + 2 = \pm 1 \implies \begin{cases} x^2 - 3x + 1 = 0 & \implies x = \dfrac {3\pm \sqrt 5}2 \\ x^2 - 3x + 3 = 0 & \red{\text{No real roots.}} \end{cases}

Therefore the sum of real roots is 1 + 2 + 3 = 6 1 + 2 + 3 = \boxed 6 .

In the last case, you should not consider the case x^2-3x+2=-1 (which gives complex solutions), since its sign is 1, and therefore the function must be positive

Francesco Iacca - 5 months, 2 weeks ago

Log in to reply

No, for example x = 1 x = ± 1 |x| = 1 \implies x = \pm 1 , x 1 = 1 x = 0 , 2 |x-1| = 1 \implies x = 0, 2 , x 2 + 3 x + 1 = 1 x = 3 , 2 , 1 , 0 |x^2+3x+1| = 1 \implies x = -3, -2, -1, 0 , x 2 + 3 x + 4 = 1 |x^2+3x+4| = 1 has no real root.

Chew-Seong Cheong - 5 months, 1 week ago

I think Chew-Seong Cheong might be failing to understand what you are saying on this one. I agree.

James Wilson - 5 months, 1 week ago

Okay I got it now.

Chew-Seong Cheong - 5 months, 1 week ago
Pop Wong
Jan 1, 2021

s g n ( x 2 3 x + 2 ) = x 2 3 x + 2 sgn(x^2-3x+2) = |x^2-3x+2|

Consider 3 cases x 2 3 x + 2 = 0 , 1 , 1 x^2-3x+2 = 0, 1, -1

Rearrange x 2 3 x + c = 0 x^2-3x + c = 0 where c = 1 , 2 , 3 c = 1, 2, 3

Δ = ( 3 ) 2 4 × 1 × c = 9 4 c \Delta = (-3)^2 - 4 \times 1 \times c = 9 -4c which is < 0 < 0 when c = 3 c = 3 .

sum of roots for each case = ( 3 ) / 1 = 3. = - (-3) / 1 = 3.

The question requires the sum of all real roots = 3 + 3 = 6 = 3 + 3 = \boxed{6} for c = 1 , 2 c= 1, 2

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...