Apunts 28 oct 2025

3. Repàs

Sessió de repàs de la unitat: 17 equacions resoltes (sis polinòmiques, quatre biquadrades i set racionals) amb la solució amagada — clica el ▶ de cada apartat per veure-la.

Equacions polinòmiques

1 Resol les equacions polinòmiques
a) $3x^{3} + 2x - 1 = 2\,(x^{3} - 2x^{2}) + 6$

Passem-ho tot a l'esquerra:

$$3x^{3}+2x-1-2x^{3}+4x^{2}-6 = 0 \;\Longrightarrow\; x^{3}+4x^{2}+2x-7 = 0.$$

Provem $a=1$ amb Ruffini:

$1$$4$$2$$-7$
$1$$1$$5$$7$
$1$$5$$7$$0$

Per tant, $\;(x-1)(x^{2}+5x+7) = 0$. El factor $\,x^{2}+5x+7\,$ té $\Delta = 25-28 = -3 < 0$, és irreductible.

$$\boxed{\;x = 1.\;}$$
b) $x^{3} - 2x^{2} = 3x - 6$

Tot a l'esquerra i factoritzem per agrupació:

$$x^{3}-2x^{2}-3x+6 = x^{2}(x-2) - 3(x-2) = (x-2)(x^{2}-3) = 0.$$

$x-2 = 0 \Rightarrow x = 2$.  $x^{2}-3 = 0 \Rightarrow x = \pm\sqrt{3}$.

$$\boxed{\;x \in \{-\sqrt{3},\,\sqrt{3},\,2\}.\;}$$
c) $(x+1)^{2} - (x-2)^{2} = (x+3)^{2} + x^{2} - 20$

Desenvolupem ambdós costats:

$$\text{LHS} = (x^{2}+2x+1)-(x^{2}-4x+4) = 6x-3.$$
$$\text{RHS} = (x^{2}+6x+9)+x^{2}-20 = 2x^{2}+6x-11.$$

Igualem i simplifiquem:

$$6x-3 = 2x^{2}+6x-11 \;\Longrightarrow\; 2x^{2} = 8 \;\Longrightarrow\; x^{2}=4.$$
$$\boxed{\;x = \pm 2.\;}$$
d) $x^{4} + x^{2} = 2x^{3}$

Tot a l'esquerra i traiem factor comú $x^{2}$:

$$x^{4}-2x^{3}+x^{2} = x^{2}(x^{2}-2x+1) = x^{2}(x-1)^{2} = 0.$$
$$\boxed{\;x = 0\ \text{(doble)},\ \ x = 1\ \text{(doble)}.\;}$$
e) $x^{3} - 5x^{2} + 7x - 3 = 0$

Provem $a=1$ amb Ruffini:

$1$$-5$$7$$-3$
$1$$1$$-4$$3$
$1$$-4$$3$$0$

Així $\;(x-1)(x^{2}-4x+3) = 0$. Factoritzem el segon factor: $x^{2}-4x+3 = (x-1)(x-3)$.

$$x^{3}-5x^{2}+7x-3 = (x-1)^{2}(x-3) = 0.$$
$$\boxed{\;x = 1\ \text{(doble)},\ \ x = 3.\;}$$
f) $x^{3} = 2\,(2x + 4 - x^{2})$

Tot a l'esquerra:

$$x^{3}+2x^{2}-4x-8 = 0.$$

Per agrupació:

$$x^{2}(x+2)-4(x+2) = (x+2)(x^{2}-4) = (x+2)^{2}(x-2) = 0.$$
$$\boxed{\;x = -2\ \text{(doble)},\ \ x = 2.\;}$$

Equacions biquadrades

2 Resol les equacions biquadrades
a) $x^{4} + 4x^{2} = 0$

Factor comú $x^{2}$:

$$x^{2}(x^{2}+4) = 0.$$

$x^{2}+4$ no té arrels reals (suma de positius), així que només queda $x^{2}=0$.

$$\boxed{\;x = 0\ \text{(doble)}.\;}$$
b) $x^{4} - 8x^{2} = 9$

Canvi $x^{2} = t$: $\;t^{2}-8t-9 = 0$.

$$t = \dfrac{8 \pm \sqrt{64+36}}{2} = \dfrac{8\pm 10}{2} \;\Rightarrow\; t = 9\ \text{o}\ t = -1.$$

Si $t=-1$: $x^{2}=-1$ no té arrels reals. Si $t=9$: $x = \pm 3$.

$$\boxed{\;x = \pm 3.\;}$$
c) $x^{6} + x^{2} + 216 = x^{2}\,(1 + 35x)$

Desenvolupem el costat dret i passem tot a l'esquerra:

$$x^{6}+x^{2}+216 = x^{2}+35x^{3} \;\Longrightarrow\; x^{6}-35x^{3}+216 = 0.$$

Canvi $x^{3} = t$: $\;t^{2}-35t+216 = 0$.

$$t = \dfrac{35 \pm \sqrt{1225-864}}{2} = \dfrac{35 \pm 19}{2} \;\Rightarrow\; t = 27\ \text{o}\ t = 8.$$

$x^{3}=27 \Rightarrow x = 3$.  $x^{3}=8 \Rightarrow x = 2$.

$$\boxed{\;x \in \{2,\,3\}.\;}$$
d) $36 = x^{2}\,(13 - x^{2})$

Desenvolupem i passem tot a un costat:

$$36 = 13x^{2}-x^{4} \;\Longrightarrow\; x^{4}-13x^{2}+36 = 0.$$

Canvi $x^{2} = t$: $\;t^{2}-13t+36 = 0$.

$$t = \dfrac{13 \pm \sqrt{169-144}}{2} = \dfrac{13 \pm 5}{2} \;\Rightarrow\; t = 9\ \text{o}\ t = 4.$$

$x^{2}=9 \Rightarrow x = \pm 3$.  $x^{2}=4 \Rightarrow x = \pm 2$.

$$\boxed{\;x \in \{-3,\,-2,\,2,\,3\}.\;}$$

Equacions racionals

3 Resol les equacions racionals

Recorda els 5 passos: factoritzar, MCM, amplificar, eliminar denominadors i resoldre. Al final, comprova que cap solució anul·li els denominadors originals.

a) $\dfrac{1}{x} + \dfrac{1}{x+3} = \dfrac{3}{10}$

Sumem el costat esquerre i fem productes creuats:

$$\dfrac{(x+3)+x}{x(x+3)} = \dfrac{3}{10} \;\Longrightarrow\; 10\,(2x+3) = 3x(x+3).$$
$$20x+30 = 3x^{2}+9x \;\Longrightarrow\; 3x^{2}-11x-30 = 0.$$
$$x = \dfrac{11 \pm \sqrt{121+360}}{6} = \dfrac{11 \pm \sqrt{481}}{6}.$$

Cap dels dos valors anul·la $x$ ni $x+3$, per tant tots dos són vàlids:

$$\boxed{\;x = \dfrac{11+\sqrt{481}}{6} \approx 5{,}49,\quad x = \dfrac{11-\sqrt{481}}{6} \approx -1{,}82.\;}$$
b) $\dfrac{4}{x} + \dfrac{2x+2}{3x-6} = 4$

Factoritzem $3x-6 = 3(x-2)$. MCM: $3x(x-2)$. Eliminem denominadors:

$$12(x-2) + x(2x+2) = 12x(x-2).$$
$$12x-24 + 2x^{2}+2x = 12x^{2}-24x \;\Longrightarrow\; 10x^{2}-38x+24 = 0.$$

Dividim per $2$: $\;5x^{2}-19x+12 = 0$. $\Delta = 361-240 = 121$:

$$x = \dfrac{19 \pm 11}{10} \;\Rightarrow\; x = 3\ \text{o}\ x = \tfrac{4}{5}.$$

Cap anul·la denominadors. Verificat:

$$\boxed{\;x = 3\ \text{o}\ x = \tfrac{4}{5}.\;}$$
c) $\dfrac{8-x}{2} - \dfrac{2x-11}{x-3} = \dfrac{x+6}{2}$

MCM: $2(x-3)$. Eliminem denominadors:

$$(8-x)(x-3) - 2\,(2x-11) = (x+6)(x-3).$$

Desenvolupem cada producte:

$$(-x^{2}+11x-24) - (4x-22) = (x^{2}+3x-18).$$
$$-x^{2}+7x-2 = x^{2}+3x-18 \;\Longrightarrow\; 2x^{2}-4x-16 = 0 \;\Longrightarrow\; x^{2}-2x-8 = 0.$$
$$x = \dfrac{2 \pm \sqrt{4+32}}{2} = \dfrac{2 \pm 6}{2} \;\Rightarrow\; x = 4\ \text{o}\ x = -2.$$
$$\boxed{\;x = 4\ \text{o}\ x = -2.\;}$$
d) $\dfrac{2x}{x-3} - \dfrac{6}{x} = \dfrac{18}{x^{2}-3x}$

Factoritzem $x^{2}-3x = x(x-3)$. MCM: $x(x-3)$. Eliminem denominadors:

$$2x \cdot x - 6(x-3) = 18 \;\Longrightarrow\; 2x^{2}-6x+18 = 18.$$
$$2x^{2}-6x = 0 \;\Longrightarrow\; 2x(x-3) = 0 \;\Rightarrow\; x = 0\ \text{o}\ x = 3.$$

Compte! Tant $x=0$ com $x=3$ anul·len els denominadors originals ($x$ i $x-3$). Totes dues són solucions estranyes.

$$\boxed{\;\text{No té solució.}\;}$$

És un exemple molt típic de la trampa de les solucions estranyes — sempre cal verificar.

e) $\dfrac{x-1}{x-2} - \dfrac{2x-2}{x^{2}+3x} = \dfrac{5x-5}{x^{2}+x-6}$

Factoritzem: $\;x^{2}+3x = x(x+3)$, $\;x^{2}+x-6 = (x+3)(x-2)$,  $2x-2=2(x-1)$,  $5x-5=5(x-1)$. Reescrivim l'equació:

$$\dfrac{x-1}{x-2} - \dfrac{2(x-1)}{x(x+3)} = \dfrac{5(x-1)}{(x+3)(x-2)}.$$

MCM: $x(x-2)(x+3)$. Eliminem denominadors:

$$(x-1)\cdot x(x+3) - 2(x-1)(x-2) = 5(x-1)\cdot x.$$

Traiem factor comú $(x-1)$:

$$(x-1)\bigl[\,x(x+3) - 2(x-2) - 5x\,\bigr] = 0.$$
$$(x-1)\bigl[\,x^{2}+3x-2x+4-5x\,\bigr] = (x-1)(x^{2}-4x+4) = (x-1)(x-2)^{2} = 0.$$

Per tant $x = 1$ o $x = 2$. Però $x = 2$ anul·la el denominador $x-2$ (estranya). $x = 1$ no anul·la cap denominador.

$$\boxed{\;x = 1.\;}$$
f) $\dfrac{x+4}{x-3} - \dfrac{1-2x}{x^{2}-x-6} = 0$

Factoritzem $x^{2}-x-6 = (x-3)(x+2)$. MCM: $(x-3)(x+2)$:

$$(x+4)(x+2) - (1-2x) = 0.$$
$$x^{2}+6x+8 - 1 + 2x = x^{2}+8x+7 = 0 \;\Rightarrow\; (x+1)(x+7) = 0.$$

$x = -1$ i $x = -7$. Cap anul·la denominadors:

$$\boxed{\;x = -1\ \text{o}\ x = -7.\;}$$
g) $\dfrac{3}{x} + \dfrac{4}{2x^{2}-4x} = \dfrac{1}{2x-4}$

Factoritzem: $\;2x^{2}-4x = 2x(x-2)$, $\;2x-4 = 2(x-2)$. MCM: $2x(x-2)$. Eliminem denominadors:

$$3 \cdot 2(x-2) + 4 = x.$$
$$6x-12+4 = x \;\Longrightarrow\; 6x-8 = x \;\Longrightarrow\; 5x = 8.$$

$x = \tfrac{8}{5}$. No anul·la cap denominador:

$$\boxed{\;x = \tfrac{8}{5}.\;}$$