Define y = x 2 − 2 x + 3 x 2 + 2 x + 3
for real number x .
If the minimum value of y can be expressed as a + b c where a , b , c are integers and c is not a perfect square, then find the value of 2 a + b + c .
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.
I founded the maximum value
My solution is as below.
Y
=
1
+
X
2
−
2
X
+
3
4
X
.
∴
Y
′
=
4
∗
{
X
2
−
2
X
+
3
}
−
1
−
4
X
∗
{
X
2
−
2
X
+
3
}
−
2
{
2
}
(
X
−
1
)
=
0
,
⟹
X
2
−
2
X
+
3
=
2
X
2
−
2
X
.
⟹
X
=
±
3
.
F
o
r
m
i
n
i
m
u
m
X
=
−
3
.
∴
Y
=
1
+
3
−
2
(
−
3
)
+
3
4
∗
(
−
3
)
=
1
+
3
−
(
−
3
)
2
∗
(
−
3
)
=
1
−
2
∗
(
3
+
1
)
2
R
a
t
i
o
n
a
l
i
s
i
n
g
d
e
n
o
m
i
n
a
t
o
r
Y
=
1
−
2
2
∗
(
3
−
1
)
=
1
+
1
+
(
−
1
)
3
=
2
+
(
−
1
)
3
=
a
+
b
∗
c
.
∴
2
1
∗
(
a
+
b
+
c
)
=
2
1
∗
(
2
−
1
+
3
)
=
2
.
I missed the right most 1 !!
@Tan Kenneth Could you explain to me why must take y 2 − 4 y + 1 = 0 ? I don't understand it :(
Set d x d y = − ( x 2 − 2 x + 3 ) 2 4 ( x 2 − 3 ) = 0 . Solving for x , we get x = ± 3 .
Substituting in both values, we find x = − 3 gives the minimum value (second derivative test), giving y = 2 − 3 . Hence, since a = 2 , b = − 1 , and c = 3 , 2 a + b + c = 2 .
I'll give a short method.
Suppose I represent a quadratic as a x 2 + b x + c ≡ ⟨ a , b , c ⟩ ( x )
So, considering the equation is y = ⟨ a 2 , b 2 , c 2 ⟩ ( x ) ⟨ a 1 , b 1 , c 1 ⟩ ( x )
And I represent 3 values Δ 1 , Δ and Δ 2 as Δ 1 = b 1 2 − 4 a 1 c 1 Δ 2 = b 2 2 − 4 a 2 c 2 Δ = 4 a 1 c 2 + 4 a 2 c 1 − 2 b 1 b 2
And the roots of the equation, ⟨ Δ 2 , Δ , Δ 1 ⟩ ( y ) = 0 as y 1 and y 2 , with y 1 < y 2
Then for real x , minimum of y exists ⟺ Δ 2 < 0 and y min = y 1 y max = y 2
Also, as an extra point, range of the function f ( x ) = ⟨ a 2 , b 2 , c 2 ⟩ ( x ) ⟨ a 1 , b 1 , c 1 ⟩ ( x )
is given as f ( x ) ∈ { R − ( y 1 , y 2 ) [ y 1 , y 2 ] if Δ 2 > 0 if Δ 2 < 0
Problem Loading...
Note Loading...
Set Loading...
Rearrange you get ( y − 1 ) x 2 − 2 ( y + 1 ) x + 3 ( y − 1 ) = 0 See that this is the form of a quadratic formula, and since x is real, its discriminant must be greater or equal to 0. 4 ( y + 1 ) 2 − 1 2 ( y − 1 ) 2 ⩾ 0 ( y + 1 ) 2 − 3 ( y − 1 ) 2 ⩾ 0 y 2 − 4 y + 1 ⩽ 0 The graph of the function f ( y ) = y 2 − 4 y + 1 is a parabola curving upwards and has two intersection points with the x -axis, the x -coordinate of the intersection points can be achieved by solving y 2 − 4 y + 1 = 0 , where we could get solutions 2 + 3 and 2 − 3 .
Hence the minimum value of y is 2 − 3 , a = 2 , b = − 1 , c = 3 , 2 a + b + c = 2 .