Find the minimum possible value of
∣
a
∣
such that the function below is continuous along the interval
[
b
,
∞
)
and there is no value of
x
<
b
such that
y
is a real number.
1 6 y 2 = a + 1 5 x − 9 x 2 + x 3
Note: b is a constant of real integral value.
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.
Thanks for posting the calc solution. I was too lazy to do it myself.
Btw, was the first answer you tried -7?
Log in to reply
I tried 4, I was lazy and just interpreted WA.... then I realised that it didn't count for discontinuity, so next is 5 (due to arithmetic error), then on the last try I got it right!
I tried -7 but have you seen the graph when a < -7? I think they qualify all your conditions.
Log in to reply
Same here . I tried - 7
Shoots, I completey didnt think of going less than -7. I'll add that b is an integer
You can report the problem if you like,
Log in to reply
@Trevor Arashiro – Now the problem is totally fine :D
Not true, when a = − 7 the graph is continuous for x ≥ 7 so b = 7 but there's also a point of ( 1 , 0 ) , which disobeyed the condition given.
Log in to reply
@Pi Han Goh – No no trevor said to you that 'have you tried -7 ' then I said I tried and I was wrong but for a< -7 (like -8, -100 or any value) they obey all the conditions (it is mentioned that b is real not integer)
You should also check that b comes out be an integer as well, otherwise a=25 won't be accepted. In this case it does comes out to be an integer which is -1 i.e for values of x smaller than minus one there will be no solution. In case it doesn't then it would be a good problem to handle. Then you have to check for integral values of b and then report the corresponding minimum of absolute value of a!!!
The RHS is a cubic polynomial and it can only have 2 roots, one of which is a double root, so that y is real.
Let's call the solutions t , s where t is the double root. By vieta's, we have
2 t + s = 9 ⟶ s = 9 − 2 t
2 t s + t 2 = 1 5 ⟶ 2 t ( 9 − 2 t ) + t 2 = 1 5
0 = 3 t 2 − 1 8 t + 1 5 ⟶ ( 3 t − 3 ) ( t − 5 ) = 0 ⟶ t = 1 , 5
Plugging in our values for t
2 + s = 9 → s = 7
1 0 + s = 9 → s = − 1
important t = 1 is extraneous for one simple reason: while the graph is continuous after x = 7 , I specifically stated that there must be no value of x < b (b=7 here) that can satisfy this equation. However, the single point ( 1 , 0 ) is a solution (hence the title). Thus b = 7
This means t = 5 , s = − 1 thus
t 2 s = − a ⟶ a = 2 5
I'll leave it to someone else to post the calc solution by finding the minimum using derivatives
+1 for an algebraic solution on a calculus question.
You sure posted quite a long solution despite being lazy !
+1 for all the Lazy people out there !
Problem Loading...
Note Loading...
Set Loading...
It's the same as asking for what's the smallest value of a such that there exist a y for all x ≥ b for the equation given.
If RHS < 0 , then there's no real solution for y . So RHS ≥ 0
Which means the minimum value of f ( x ) = a + 1 5 x − 9 x 2 + x 3 occurs at f ′ ( x ) = 0 ⇒ 3 x 2 − 1 8 x + 1 5 = 0 ⇒ x = 1 , 5
Substitution of the values of x gives the pairs ( x , 1 6 y 2 ) = ( 1 , a + 7 ) , ( 5 , a − 2 5 )
So either a = − 7 or a = 2 5 only (not both). Suppose a = − 7 then the equation factors 1 6 y 2 = ( x − 1 ) 2 ( x − 7 ) which implies that x = 1 is a solution but 1 < x < 7 is not a solution thus disobeying the condition. Hence, a = 2 5 only.
Fun fact: the graph resembles a Tschirnhausen Cubic .