Determine whether the function f ( x ) = ln ( x + 1 + x 2 ) is an odd function or an even 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.
The way to check whether a function is odd or even is to check how is f ( − x ) related to f ( x ) . So,
f
(
−
x
)
=
ln
(
−
x
+
1
+
x
2
)
=
ln
(
(
1
+
x
2
+
x
)
(
1
+
x
2
−
x
)
(
1
+
x
2
+
x
)
)
⇒
f
(
−
x
)
=
ln
(
(
1
+
x
2
+
x
)
1
+
x
2
−
x
2
)
=
ln
(
1
+
x
2
+
x
1
)
∴
f
(
−
x
)
=
−
ln
(
x
+
1
+
x
2
)
=
−
f
(
x
)
It means f ( x ) is an odd function.
Good explanation. It is not immediately obvious why one should attempt to rationalize the numerator. That follows from the observation that ( 1 + x 2 − x ) ( 1 + x 2 + x ) = 1 .
You miss one more step (although trivial): you need to show the function is not even. But a function that is even and odd must be identically zero, so just plug somewhere to make the function nonzero ( x = 1 , for example).
I'd just like to add f ( x ) = sinh − 1 ( x ) which is obviously odd.
Log in to reply
That's indeed a short method. But seeing the level of the problem I did not intend to use hyperbolic functions in the solution so that things remain simple.
f(1)=ln (1+root 2) f(-1)= ln( -1+root2 ) how its odd f(1)# -f(-1)
Problem Loading...
Note Loading...
Set Loading...
f ( x ) + f ( − x ) = ln ( x + 1 + x 2 ) + ln ( − x + 1 + ( − x ) 2 ) = ln ( ( x + 1 + x 2 ) ( − x + 1 + x 2 ) ) = ln ( − x 2 + ( 1 + x 2 ) ) = ln ( 1 ) = 0
Therefore f ( x ) = − f ( − x ) and f ( x ) is odd.