Is this always minimum?

Calculus Level 5

Consider a function f : R R f\colon\Bbb R\to\Bbb R defined by f ( x ) = x 3 + 3 x 2 + 4 x + b sin ( x ) + c cos ( x ) f(x)=x^{3}+3x^{2}+4x+b\sin(x)+c\cos(x)

Given that f f is one-to-one , find the maximum value of b 2 + c 2 b^{2}+c^{2} .


The answer is 607.6.

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.

1 solution

Calvin Lin Staff
Jan 28, 2015

[This is not a rigorous solution.]

Since the function is one-to-one, we know that the derivative must be non-negative or non-positive. We calculate that

f ( x ) = 3 x 2 + 6 x + 4 + b cos x c sin x f'(x) = 3x^2 + 6x + 4 + b \cos x - c \sin x .

For fixed value of b b and c c , for large enough value of x x , we have 3 x 2 + 6 x + 4 > b + c > b cos x + c sin x 3x^2 + 6x + 4 > |b| + |c| > - b \cos x + c \sin x . This tells us that we want f ( x ) 0 f'(x) \geq 0 .

Now, let b cos x c sin x = A cos ( x + θ ) b \cos x - c \sin x = A \cos ( x + \theta) , where A = b 2 + c 2 A = \sqrt{ b^2 + c^2 } and θ = tan 1 c b \theta = \tan^{-1} \frac{c}{b} . Thus, we want to maximize A A subject to 3 x 2 + 6 x + 4 A cos ( x + θ ) 3x^2 + 6x + 4 \geq - A \cos ( x + \theta) , for some θ \theta .

(This is where the solution stops being rigorous.) To determine θ \theta , it makes sense that the minimum of cos ( x + θ ) - \cos ( x + \theta ) (red line) coincides with the minimum of 3 x 2 + 6 x + 4 3x^2 + 6x + 4 (yellow line). After that, we scale the graph so that A cos ( x + θ ) - A \cos (x + \theta ) (blue line) is tangential to the parabola, so that we cannot increase A A further.

Since the minimum occurs at x = 1 x = -1 , we thus want x + θ = 0 x + \theta = 0 , and so θ = 1 \theta = 1 .

We now want to maximize A A , and this is satisfied when the yellow and blue lines are equal and tangential at 2 points which are distance at most 2 π 2 \pi apart. This leads to the system of equations

{ 3 x 2 + 6 x + 4 = A cos ( x + 1 ) from equality 6 x + 6 = A sin ( x + 1 ) from tangency \begin{cases} 3x^2 + 6 x + 4 = - A \cos (x + 1) & \text{ from equality} \\ 6x + 6 = A \sin ( x + 1 ) & \text{ from tangency}\\ \end{cases}

Make the substitution y = x + 1 y = x + 1 , and the system becomes

{ 3 y 2 + 1 = A cos y 6 y = A sin y \begin{cases} 3y^2 + 1 = - A \cos y \\ 6y = A \sin y \\ \end{cases}

At the solution points, we must have tan y = 6 y 3 y 2 + 1 \tan y = - \frac{ 6y}{ 3y^2 + 1 } . There is (likely) no way to solve this analytically, so we resort to Wolfram and obtain y = ± 2.49 y = \pm 2.49 . Substituting this in, we get A = 6 × 2.49 sin 2.49 24.65 A = \frac{ 6 \times 2.49 } { \sin 2.49 } \approx 24.65 .

Hence, the maximum of b 2 + c 2 = A 2 = 24.6 5 2 607.6 b^2 + c^2 = A^2 = 24.65^2 \approx 607.6 .

Calvin, this is the same answer that I got. I've decided to check this out after reviewing "What's the minima?" note posted elsewhere.

Michael Mendrin - 6 years, 4 months ago

This leads to the system of equations...

Can you explain this part more in detail?

Daniel Liu - 6 years, 4 months ago

Log in to reply

The points lie on both graphs, hence 3 x 2 + 6 x + 4 = A cos ( x + 1 ) 3x^2 + 6x+4 = - A \cos (x+1) .
The points have the same tangents, hence 6 x + 6 = A sin ( x + 1 ) 6x + 6 = A \sin (x+1) .

Calvin Lin Staff - 6 years, 4 months ago

I think The answer should be 1 , Look at my solution First Let’s take the Derivative of the Function f ( x ) = 3 x 2 + 6 x + 4 + b cos x c sin x Now, for the function to be one-one the Derivative should be always positive Because coefficient of x 2 is positive so f ( x ) > 0 To make b cos x c sin x Always Positive,Add b 2 + c 2 to it. so , the rest of the function , that is 3 x 2 + 6 x + 4 b 2 + c 2 0 Discriminant(D) 0 36 12 ( 4 b 2 + c 2 ) 0 3 4 + b 2 + c 2 0 Max. Value of b 2 + c 2 = 1 \text {I think The answer should be 1 , Look at my solution } \\ \text{First Let's take the Derivative of the Function } \\ f^{'}(x)=3x^2+6x+4+b\cos{x}-c\sin{x} \\ \text {Now, for the function to be one-one the Derivative should be always positive } \\ \text{Because coefficient of } x^2 \text{ is positive so }f^{'}(x)>0\\ \text{To make } b\cos{x}-c\sin{x} \text{ Always Positive,Add } \sqrt{b^2+c^2} \text{ to it.} \\ \text{so , the rest of the function , that is } 3x^2+6x+4-\sqrt{b^2+c^2} \ge{0} \\ \text{Discriminant(D) } \le{0} \\ \implies 36-12(4-\sqrt{b^2+c^2})\le{0} \\ \implies 3-4+\sqrt{b^2+c^2}\le{0} \implies \text {Max. Value of } \color{#3D99F6}{\boxed{b^2+c^2=1}}

Sabhrant Sachan - 5 years, 1 month ago

Log in to reply

I agree that the derivative should have the same sign, and we must have f ( x ) 0 f'(x) \geq 0 .

However, the rest of the solution doesn't apply. You have replaced b \cosx c sin x b\cosx - c \sin x with a much smaller value of b 2 + c 2 - \sqrt{b^2 + c^2 } . As such, you have found a sufficient condition such that f ( x ) 0 f'(x) \geq 0 . However, that isn't a necessary condition, nor does it search out the maximum​ value of b 2 + c 2 b^2 + c^2 .

Calvin Lin Staff - 5 years, 1 month ago

Log in to reply

To make the function easier to solve i have added and subtracted b 2 + c 2 \sqrt{b^2+c^2} so that b cos x c sin x b\cos{x}-c\sin{x} is always positive for all x belonging to real, because b 2 + c 2 b cos x c sin x b 2 + c 2 0 b 2 + c 2 + b cos x c sin x 2 b 2 + c 2 -\sqrt{b^2+c^2}\le b\cos{x}-c\sin{x}\le\sqrt{b^2+c^2} \\ \implies 0\le \sqrt{b^2+c^2}+b\cos{x}-c\sin{x}\le2\sqrt{b^2+c^2}

After these changes we can ignore b 2 + c 2 + b cos x c sin x \sqrt{b^2+c^2}+b\cos{x}-c\sin{x} and concentrate on making the rest of the function positive, that is 3 x 2 + 6 x + 4 b 2 + c 2 0 3x^2+6x+4-\sqrt{b^2+c^2} \ge{0} and for that the discriminant must be less than 0

Sabhrant Sachan - 5 years, 1 month ago

Log in to reply

@Sabhrant Sachan Yes, I understand what you are thinking.

What you are saying is that "Suppose I want to make f ( x ) + g ( x ) 0 f(x) + g(x) \geq 0 . Then, because I know that g ( x ) h ( x ) g(x) \geq h(x) , what I will do is find when f ( x ) + h ( x ) 0 f(x) + h(x) \geq 0 . Under such a condition, it will be true that f ( x ) + g ( x ) f ( x ) + h ( x ) 0 f(x) + g(x) \geq f(x) + h(x) \geq 0 , and thus this is a sufficient condition. However, since it's possible for f ( x ) + g ( x ) 0 > f ( x ) + h ( x ) f(x) + g(x) \geq 0 > f(x) + h(x) , thus the condition isn't necessary.

Put another way, if I asked you to "Find the minimum value of x |x| such that x 2 1 0 x^2 - 1 \geq 0 ", can you say that "Since 1 > 100 -1 > -100 , hence I will solve x 2 100 0 x^2 - 100 \geq 0 and then conclude that the answer is only x 10 |x| \geq 10 thus the minimum is x |x| ?". No, all that we have is found a sufficient condition, which might not include all possible cases. As such, we cannot conclude that we have indeed found the extrema.

Calvin Lin Staff - 5 years, 1 month ago

Log in to reply

@Calvin Lin Thanks sir :) , i now understand my mistake .

Sabhrant Sachan - 5 years, 1 month ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...