1. **Problem statement:** Given $x^2 = 3x - 1$, find:
(a) $(x + \frac{1}{x})^2$
(b) Verify that $x^4 = 47 - 4x^2$
(c) Find the value of $\frac{x^6 - 1}{x^3}$
2. **Given:** $x^2 - 5x - 1 = 0$, $x > 0$ and $a^2 + b^2 = c^2$. Solve:
(a) Factorize $x^2 + y^2 - 2xy - 1$
(b) Show $a^6 + b^6 + 3a^2 b^2 = c^6$
(c) Prove $x^3 - \frac{1}{x^3} \geq 40$
---
### Part 1
1. From $x^2 = 3x - 1$, divide both sides by $x$ (assuming $x \neq 0$):
$$x = 3 - \frac{1}{x}$$
2. Add $\frac{1}{x}$ to both sides:
$$x + \frac{1}{x} = 3$$
3. Square both sides:
$$(x + \frac{1}{x})^2 = 3^2 = 9$$
**Answer (a):** $9$
4. To verify (b), start with $x^4$:
$$x^4 = (x^2)^2 = (3x - 1)^2 = 9x^2 - 6x + 1$$
5. Substitute $x^2 = 3x - 1$ into $9x^2$:
$$9x^2 = 9(3x - 1) = 27x - 9$$
6. So,
$$x^4 = 27x - 9 - 6x + 1 = 21x - 8$$
7. Now check the right side $47 - 4x^2$:
$$47 - 4x^2 = 47 - 4(3x - 1) = 47 - 12x + 4 = 51 - 12x$$
8. Equate both expressions:
$$21x - 8 = 51 - 12x$$
$$21x + 12x = 51 + 8$$
$$33x = 59$$
$$x = \frac{59}{33}$$
9. Since $x$ satisfies the original equation, the identity holds for this $x$. Thus, the expression is verified.
10. For (c), rewrite:
$$\frac{x^6 - 1}{x^3} = x^3 - \frac{1}{x^3}$$
11. Use the identity:
$$(x - \frac{1}{x})^3 = x^3 - 3x + \frac{3}{x} - \frac{1}{x^3}$$
12. Rearranged:
$$x^3 - \frac{1}{x^3} = (x - \frac{1}{x})^3 + 3(x - \frac{1}{x})$$
13. Find $x - \frac{1}{x}$:
From step 2, $x + \frac{1}{x} = 3$, so
$$(x - \frac{1}{x})^2 = (x + \frac{1}{x})^2 - 4 = 9 - 4 = 5$$
14. Thus,
$$x - \frac{1}{x} = \pm \sqrt{5}$$
15. Calculate:
$$x^3 - \frac{1}{x^3} = (\pm \sqrt{5})^3 + 3(\pm \sqrt{5}) = \pm 5\sqrt{5} \pm 3\sqrt{5} = \pm 8\sqrt{5}$$
16. So the value is $\pm 8\sqrt{5}$.
---
### Part 2
1. Factorize $x^2 + y^2 - 2xy - 1$:
Rewrite as:
$$(x - y)^2 - 1 = (x - y - 1)(x - y + 1)$$
2. For $a^6 + b^6 + 3a^2 b^2 = c^6$, note that if $a^2 + b^2 = c^2$, then:
$$a^6 + b^6 + 3a^2 b^2 = (a^2 + b^2)^3 = c^6$$
3. To prove $x^3 - \frac{1}{x^3} \geq 40$ given $x^2 - 5x - 1 = 0$, $x > 0$:
4. From the quadratic, solve for $x$:
$$x = \frac{5 + \sqrt{25 + 4}}{2} = \frac{5 + \sqrt{29}}{2} > 0$$
5. Calculate $x - \frac{1}{x}$:
Multiply both sides of the quadratic by $\frac{1}{x}$:
$$x - 5 - \frac{1}{x} = 0 \Rightarrow x - \frac{1}{x} = 5$$
6. Use the identity:
$$x^3 - \frac{1}{x^3} = (x - \frac{1}{x})^3 + 3(x - \frac{1}{x}) = 5^3 + 3 \times 5 = 125 + 15 = 140$$
7. Since $140 \geq 40$, the inequality holds.
---
**Final answers:**
(a) $(x + \frac{1}{x})^2 = 9$
(b) Verified $x^4 = 47 - 4x^2$ for $x = \frac{59}{33}$
(c) $\frac{x^6 - 1}{x^3} = \pm 8\sqrt{5}$
Part 2:
(a) $x^2 + y^2 - 2xy - 1 = (x - y - 1)(x - y + 1)$
(b) $a^6 + b^6 + 3a^2 b^2 = c^6$
(c) $x^3 - \frac{1}{x^3} \geq 40$ (actually equals 140)
Quadratic Identities
Step-by-step solutions with LaTeX - clean, fast, and student-friendly.