Given an equation P = x − x where x is a non-negative real number. Find the maximum value of P .
If the answer can be written as b a , where a and b are coprime positive integers, type a + b .
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.
Neat solution without calculus. One point, though: f is not a polynomial (all exponents have to be non-negative integers) so you may want to reword/retitle your problem
You define P but ask for maximum value of f ( x ) , which is not defined.
Yeah, the notation is a bit off.
∂ x ∂ ( x − x ) ⇒ 2 x 1 − 1 which equals 0 at x = 4 1 . A function reaches an extremum or saddle point when its derivative is 0. The second derivative ∂ x ∂ ∂ x ∂ ( x − x ) ⇒ − 4 x 3 / 2 1 is − 2 at x = 4 1 . Therefore, this is a maximum.
Problem Loading...
Note Loading...
Set Loading...
P = x − x .
⇔ P = x − ( x ) 2 .
⇔ P = − [ ( x ) 2 − x + 4 1 ] + 4 1
⇔ P = 4 1 − ( x − 2 1 ) 2
Since ( x − 2 1 ) 2 must be equal or larger than 0 (because x is a real number), P must be equal or smaller than 4 1 .
Therefore, the maximum value of P is 4 1 (when x = 4 1 ).
So the answer is 1 + 4 = 5