Question Statement
Determine whether the function f(x,y)=x2−y is a homogeneous function. If it is homogeneous, identify its degree; if not, show why the homogeneity condition fails.
Background and Explanation
A function f(x,y) is homogeneous of degree n if scaling both variables by a factor t results in the function being scaled by tn, i.e., f(tx,ty)=tnf(x,y) for some constant n. This property requires all terms in the function to have the same total degree.
Solution
To test for homogeneity, we substitute x→tx and y→ty into the function and check if the result can be written as tnf(x,y) for some constant n.
Starting with the given function:
f(x,y)=x2−y
Replace x by tx and y by ty:
f(tx,ty)=(tx)2−(ty)=t2x2−ty=t2(x2−ty)
For the function to be homogeneous of degree 2, we would need f(tx,ty)=t2f(x,y)=t2(x2−y)=t2x2−t2y. However, comparing this with our result:
t2x2−ty=t2x2−t2y
Since the second term contains ty (degree 1 in t) rather than t2y (degree 2 in t), we cannot factor out a consistent power of t from all terms. Therefore:
f(tx,ty)=tnf(x,y)for any constant n
Conclusion: f(x,y) is not a homogeneous function.
- Definition of homogeneous function: f(tx,ty)=tnf(x,y) for some degree n
- Degree of a term: The sum of the exponents of variables in that term (e.g., x2 has degree 2, y has degree 1)
- Substitution method: Replacing variables with scaled versions (tx,ty) to test functional properties
Summary of Steps
- State the function: Begin with f(x,y)=x2−y.
- Apply scaling: Substitute x→tx and y→ty to obtain f(tx,ty)=(tx)2−ty.
- Simplify: Expand to get t2x2−ty.
- Analyze degrees: Observe that the first term scales as t2 while the second scales as t1.
- Conclude: Since different terms scale with different powers of t, the function cannot be written as tnf(x,y), proving it is not homogeneous.