Consider a function f ( x ) that satisfies
What is all of the possible values of f ( 3 ) (to 2 decimal places)?
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.
What? The second solution does not make sense. In the way the function is defined in the problem, the derivative always sends positive numbers to positive numbers, but your second solution sends them to negative numbers.
There is no "if", the derivative was defined and the quadratic equation gives you two possibilities, from which you must consider only one.
Log in to reply
Sorry, remember seeing ages ago a video that presented an argument for which why you should take it into consideration both solutions and since my math wasn't so solid back then and I had just watched that numberphile video where they claim that 1 + 2 + 3 . . . = 1 2 − 1 that stuck with me and is what I thought when writing the question. But after reading your comment and Mark Hennings report I decided to go back to it to double check that and you are absolutely right, g 2 is not valid, that video made no sense and this question is wrong.
Log in to reply
It's okay. I thought it was a cool problem.
The principle that can help you with this is to always know under what conditions problems are forced to have unique solutions, and then always check that whatever you obtained after lines of computation agrees with these criteria.
To point out a common misconception that people make, if all that we have is "Equation A => Equation B", then all that we can conclude is "solution sets to Equation B is a superset of solution sets to Equation A". Thus, you still need to verify if ∫ g = f is indeed a solution to the original equation.
The reason why most people are not aware of committing this error, is that a lot of equations that they deal with are equivalent to each other ⇔ . Typical cases when this doesn't happen are 1) Multiplying by a term which could be 0, 2) Squaring both sides of an equation. However, they only learn them as "Oh, this is a special case that must be considered and we have to test all values" instead of understanding them in the proper context of "These equations are not equivalent, so we might have extra solutions".
Thanks for helping out people, I have also updated the solution now too
Problem Loading...
Note Loading...
Set Loading...
Let g ( x ) = x + x + . . . 1 1 1 ⇒ g = x + g 1 ⇔ g 2 + x g − 1 = 0 . So:
g 1 ( x ) = 2 − x + x 2 + 4 and g 2 ( x ) = 2 − x − x 2 + 4
We now need to determine if any of these solutions is an extraneous solution. In particular, (as pointed out by Leonel,) since g ( x ) must send positive values of x to positive values of g ( x ) , so we have that g ( x ) = 2 − x + x 2 + 4 = f ′ ( x ) , now we can just solve it numericaly to get the answer. Here is my code for the numeric solution and the graph of f ( x ) :