Q1
Check whether the following are quadratic equations:
(i) $(x + 1)^2 = 2(x – 3)$
Expand using $(a+b)^2$:
$$x^2 + 2x + 1 = 2x – 6$$
Simplifying:
$$x^2 + 2x – 2x + 1 + 6 = 0$$
$$x^2 + 7 = 0$$
It is of the form $ax^2 + bx + c = 0$ (where $a \neq 0$).
✔️ Yes, it is a quadratic equation
(ii) $x^2 – 2x = (-2)(3 – x)$
$$x^2 – 2x = -6 + 2x$$
Bringing terms to LHS:
$$x^2 – 2x – 2x + 6 = 0$$
$$x^2 – 4x + 6 = 0$$
It is of the form $ax^2 + bx + c = 0$.
✔️ Yes, it is a quadratic equation
(iii) $(x – 2)(x + 1) = (x – 1)(x + 3)$
Expand both sides:
$$x^2 + x – 2x – 2 = x^2 + 3x – x – 3$$
$$x^2 – x – 2 = x^2 + 2x – 3$$
Cancel $x^2$ from both sides:
$$-x – 2 = 2x – 3 \Rightarrow 3x – 1 = 0$$
This is a linear equation (degree 1), not quadratic.
✖️ No, it is not a quadratic equation
(iv) $(x – 3)(2x + 1) = x(x + 5)$
Expand terms:
$$2x^2 + x – 6x – 3 = x^2 + 5x$$
$$2x^2 – 5x – 3 = x^2 + 5x$$
Rearranging:
$$x^2 – 10x – 3 = 0$$
✔️ Yes, it is a quadratic equation
(v) $(2x – 1)(x – 3) = (x + 5)(x – 1)$
Expand both sides:
$$2x^2 – 6x – x + 3 = x^2 – x + 5x – 5$$
$$2x^2 – 7x + 3 = x^2 + 4x – 5$$
Rearranging:
$$x^2 – 11x + 8 = 0$$
✔️ Yes, it is a quadratic equation
(vi) $x^2 + 3x + 1 = (x – 2)^2$
Expand RHS:
$$x^2 + 3x + 1 = x^2 – 4x + 4$$
Cancel $x^2$:
$$3x + 1 = -4x + 4$$
$$7x – 3 = 0$$
✖️ No, it is not a quadratic equation
(vii) $(x + 2)^3 = 2x(x^2 – 1)$
Expand using $(a+b)^3$:
$$x^3 + 8 + 6x(x+2) = 2x^3 – 2x$$
$$x^3 + 8 + 6x^2 + 12x = 2x^3 – 2x$$
Rearranging:
$$-x^3 + 6x^2 + 14x + 8 = 0$$
Degree is 3 (Cubic), not 2.
✖️ No, it is not a quadratic equation
(viii) $x^3 – 4x^2 – x + 1 = (x – 2)^3$
Expand RHS:
$$x^3 – 4x^2 – x + 1 = x^3 – 8 – 6x(x-2)$$
$$x^3 – 4x^2 – x + 1 = x^3 – 8 – 6x^2 + 12x$$
Cancel $x^3$ and rearrange:
$$2x^2 – 13x + 9 = 0$$
✔️ Yes, it is a quadratic equation