Find the maximum real value of c such that one out of the two solutions x of the equation 2 x 2 + c x + 1 6 8 = 0 is prime.
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 never thought of isolating c directly from the equation given. Nice solution, Dr Bretscher :)
Log in to reply
Indeed, Jake, we rarely solve a polynomial for a coefficient, but it can be useful sometimes. ..... and call me Otto, please ;)
Let the roots of the equation be α and β . We know that α β = 2 1 6 8 = 8 4 by and α + β = − 2 c both by Vieta's formulas.
We know that primes must be positive integers, and as such we can work with AM-GM to find the minimum α + β (which implies the maximum c ), which turns out to be α = β = 8 4 ≈ 9 . 1 7 ; however, this is not a prime. So, we test primes in proximity to 8 4 , like 7 or 1 1 .
If α = 7 , β = 7 8 4 = 1 2 and α + β = 1 9 . However, if α = 1 1 , β = 1 1 8 4 = 7 . 6 3 6 3 … and α + β = 1 8 . 6 3 6 3 … .
Having found our prime, we can then calculate our c :
c = − 2 ( α + β ) = − 2 × 1 8 . 6 3 6 3 … ≈ − 3 7 . 2 7
Nice conceptual solution...thanks!
As one solution is prime, so c must be an integer. If c>0, then equation has no positive root. So, c must be negative.
If a and b are two roots then, a + b = - c/2 and ab = 84 = 2X2X3X7
If a is prime then the value of a can be 2, 3 or 7.
If a = 2, then b = 42, then c = - 88
If a = 3, then b = 28, then c = - 62
If a = 7, then b = 12, then c = - 38
So, - 38 is the maximum value of c.
Problem Loading...
Note Loading...
Set Loading...
My solution is conceptually similar to Jake's.
Solving the equation for c, we find c = f ( x ) = − x 1 6 8 + 2 x 2 . Using the derivative (or AM-GM), we find that f ( x ) is increasing from 0 up to 8 4 and then decreasing. Thus the maximum for prime numbers x is attained at 7 or at 11. We find c = f ( 7 ) = − 3 8 and c = f ( 1 1 ) = − 1 1 4 1 0 ≈ − 3 7 . 2 7 . (The other solution is x = 1 1 8 4 in this case.)