Hallar el coeficiente dado G.R.(x) y G.R.(y)
Cuando el coeficiente depende de incógnitas $a$ y $b$, usamos los grados relativos para encontrar sus valores y luego calculamos el coeficiente.
Ejemplo 1: En $M_{(x,\,y)} = (a+b)x^{2a-4}y^{b-3}$ con $GR(x) = 12$ y $GR(y) = 14$, hallar el coeficiente.
Solución:
$$2a - 4 = 12 \Rightarrow 2a = 16 \Rightarrow a = 8$$
$$b - 3 = 14 \Rightarrow b = 17$$
$$\text{Coeficiente} = a + b = 8 + 17 = \boxed{25}$$
Ejemplo 2: En $M_{(x,\,y)} = (2a+b)x^{a-6}y^{b+7}$ con $GR(x) = 8$ y $GR(y) = 9$, hallar el coeficiente.
Solución:
$$a - 6 = 8 \Rightarrow a = 14$$
$$b + 7 = 9 \Rightarrow b = 2$$
$$\text{Coeficiente} = 2a + b = 2(14) + 2 = \boxed{30}$$
Ejemplo 3: En $M_{(x,\,y)} = (a^2 + b^3)x^{3a+b}y^{2a+5b}$ con $GR(x) = 10$ y $GR(y) = 11$, hallar el coeficiente.
Solución:
Sistema de ecuaciones:
$$3a + b = 10 \quad (1)$$
$$2a + 5b = 11 \quad (2)$$
De (1): $b = 10 - 3a$. Sustituimos en (2):
$$2a + 5(10-3a) = 11 \Rightarrow 2a + 50 - 15a = 11 \Rightarrow -13a = -39 \Rightarrow a = 3$$
$$b = 10 - 3(3) = 1$$
$$\text{Coeficiente} = a^2 + b^3 = 9 + 1 = \boxed{10}$$