If f ( x + y , x − y ) = x y then the arithmetic mean of f ( x , y ) and f ( y , x ) is
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.
Let, x + y = n .....1 \ (x-y=m) .....2
From 1 and 2, x = 2 n + m y = 2 n − m
By putting values in terms of n and m in function, f ( n , m ) = 4 n 2 − m 2
Now,
f
(
x
,
y
)
=
4
x
2
−
y
2
f
(
y
,
x
)
=
4
y
2
−
x
2
So, A . M . = 2 f ( x , y ) + f ( y , x ) = 0
The arithmetic mean is independent of the ( x , y ) pair we choose so we can choose to find the mean of f ( 0 , 0 ) = 0 , where we use x = 0 , y = 0 to solve for x + y = 0 and x − y = 0 .
Another way is to find such a function f like the following:
f ( x , y ) = 4 ( x + y ) ( x − y )
and then note that swapping x and y yields the negative, that is:
f ( x , y ) = − f ( y , x )
and therefore the arithmetic mean is 0 .
In fact you can use this intuition without finding a function f by realizing that swapping the inputs is equivalent to negating y which negates the entire function. Hence the mean must be 0.
Problem Loading...
Note Loading...
Set Loading...
correct me if I'm wrong but I suggested that we take the given function and swap x with x + y and y with x - y to get f ( x , y ) = x 2 - y 2 and f ( y , x ) = y 2 - x 2 , to get an arithmetic mean of 2 f ( x , y ) + f ( y , x ) = 0