retagged by
6,423 views
17 votes
17 votes
Suppose that $f: \mathbb{R} \rightarrow \mathbb{R}$ is a continuous function on the interval $[-3, 3]$ and a differentiable function in the interval $(-3,3)$ such that for every $x$ in the interval, $f’(x) \leq 2$. If $f(-3)=7$, then $f(3)$ is at most __________
retagged by

3 Answers

Best answer
27 votes
27 votes

Given that $f’(X) \leq 2$ and $f(-3) = 7$,

As maximum slope is positive and we need value of $f(x)$ at $3$ which is on right side of $-3$,  we can assume $f(x)$ as a straight line with slope $2$. It will give us the correct result.

Let $f(x) = 2x + b,$

$f(-3) = -6 + b = 7 \Rightarrow b = 13$

$f(x) = 2x + 13$

$f(3)_{\max} = 6 + 13 = 19.$


Correct method would be using Mean Value Theorem. Above method will work only if you can analyze the cases correctly and can assume the $f(x)$ without any loss of accuracy, otherwise you are very prone to commit a mistake that way.

Using Mean Value Theorem:

$f’(c) = \frac{f(b) – f(a)}{b -a }$

     $\Rightarrow f’(c) = \frac{f(3) – f(-3)}{3 -(-3)} =  \frac{f(3) – 7}{6} $

     $\Rightarrow f(3) = 6f’(c) +7 $

As $f’(c)\leq 2$,

     $\Rightarrow f(3) \leq 6*2 +7 = 19.$

selected by
6 votes
6 votes

The answer is $19$. Check the image below.

 

0 votes
0 votes
So we are given the max angle as 2 .

We know tan(theta) = height/base

 

So, 2= height / (3 - (-3))

Therefore : height = 2*6 = 12

And we know the level is at .. 7 so answe is 12+7 = 19
Answer:

Related questions

3 votes
3 votes
2 answers
1
makhdoom ghaya asked Dec 9, 2015
567 views
The function$f(x)= \begin{cases}0 & \text{if x is rational} \\ x& \text{if x is irrational} \end{cases}$is not continuous anywhere on the real line.
1 votes
1 votes
1 answer
3
habedo007 asked Aug 30, 2018
1,479 views
The function $f(x)=\frac{x^2 -1}{x-1}$ at $x=1$ is:Continuous and Differentiable Continuous but not DifferentiableDifferentiable but not ContinuousNeither Continuous nor ...