3 x 3 − x = b
Find the number of integral values of b for which the equation above has 3 distinct solutions.
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 @Tin Pham Nguyen ,upvoted
the problem is tagged as algebra but i solved this one via calculus :-)
Best solution among all.+1
A monic cubic polynomial without quadratic term x 3 + p x + q has discriminant Δ = − 4 p 3 − 2 7 q 2 .
For roots to be distinct, Δ should be greater than 0 .
⟹ ( − 4 ( − 3 3 ) ) − 2 7 ( 9 b 2 ) > 0
⟹ 3 2 > b > 3 − 2 .
⟹ The only integral value of b is 0
Hence total number of integral values = 1 .
How do we find discriminant for eqns which r not quadratic?
Thank you for your solution.
same method
Problem Loading...
Note Loading...
Set Loading...
This is better solved graphically. The solutions to the equation are the intersections between the curve ( C ) : y = 3 x 3 − x and the line ( d ) : y = b .
As ( d ) is parallel to the horizontal axis and ( C ) is a N-shaped curve, there are three intersections (hence three distinct solutions) if and only if ( d ) lies between the two extrema, excluding the extrema themselves.
As y ′ = x 2 − 1 = 0 ⇔ x = ± 1 , the extrema are ( − 1 , 3 2 ) and ( 1 , − 3 2 ) . Therefore, − 3 2 < b < 3 2 .
The only intergral value of b that satisfies this is b = 0 . Hence, only 1 value of b satisfies the solution.