Consider a general cubic polynomial function f ( x ) = a x 3 + b x 2 + c x + d with real constants a > 0 , b > 0 , c = 0 , d = 0 such that for all ∣ x ∣ ≤ 1 , the inequality ∣ f ( x ) ∣ ≤ 1 is fulfilled.
Find max ( a + b + ∣ c ∣ + ∣ d ∣ ) .
Notation: ∣ ⋅ ∣ denotes the absolute value function .
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.
Very interesting question :) We made edits to simplify the phrasing in the problem. Can you review it for accuracy and then update your solution accordingly?
Also note that you've only found a necessary condition. But is it sufficient? IE in finding a maximum, you have demonstrated that 7 is an upper bound. However, is this the lowest upper bound? Can it be achieved for some value of a, b, c, d? If so, we should state it (and ensure that the conditions in the problem are satisfied).
Log in to reply
K, it is indeed a lowest upper bound.
Equality is achieved with f ( x ) = 4 x 3 − 3 x , which satisfies f ( 1 ) = 1 , f ( − 1 ) = − 1 , f ( 1 / 2 ) = − 1 / 2 , f ( − 1 / 2 ) = 1 as given in your second case.
Firstly, there appears to be a typo in the sixth line
Secondly, there seems to be lacking rigour in your proof as u seek to establish an upper bound without proving its attainability.
For example, showing x 2 exceeds -1 doesn't establish -1 as it's minima
Note: I may be mistaken. Please tell me why if so
It took me a lot of time to finally understand your presentation. Eg. I didn't realise it's actually 4 case studies. I believe adding words would be easier for people to follow!
Problem Loading...
Note Loading...
Set Loading...
c 1 , d 1 > 0
f ( 1 ) ≤ 1
d 1 < 0 , c 1 > 0
a 1 + b 1 + c 1 − d 1 = f ( 1 ) − 2 f ( 0 ) ≤ 3
c 1 < 0 , d 1 > 0
a 1 + b 1 + c 1 + d 1 = 3 4 f ( 1 ) − 3 1 f ( − 1 ) − 3 8 f ( 2 1 ) + 3 8 f ( − 2 1 ) ≤ 3 4 + 3 1 + 3 8 + 3 8 = 7 .
c 1 , d 1 < 0
a 1 + b 1 − c 1 − d 1 = 3 5 f ( 1 ) − 4 f ( 2 1 ) + 3 4 f ( − 2 1 ) ≤ 3 5 + 4 + 3 4 = 7 .