Quadratic Equations | Exercise 4.1

Question 1

  1. Check whether the following are quadratic equations :

(i) (x+1)2=2(x3)(x + 1)^2 = 2(x - 3)

(ii) x22x=(2)(3x)x^2 - 2x = (-2)(3 - x)

(iii) (x2)(x+1)=(x1)(x+3)(x - 2)(x + 1) = (x - 1)(x + 3)

(iv) (x3)(2x+1)=x(x+5)(x - 3)(2x + 1) = x(x + 5)

(v) (2x1)(x3)=(x+5)(x1)(2x - 1)(x - 3) = (x + 5)(x - 1)

(vi) x2+3x+1=(x2)2x^2 + 3x + 1 = (x - 2)^2

(vii) (x+2)3=2x(x21)(x + 2)^3 = 2x(x^2 - 1)

(viii) x34x2x+1=(x2)3x^3 - 4x^2 - x + 1 = (x - 2)^3

Check your answer with HomiSolve it yourself, then let Homi check your steps and spot mistakes.
Solution
Understand the Question
  • A quadratic equation in variable xx is an equation of the standard form ax2+bx+c=0ax^2 + bx + c = 0, where a,b,ca, b, c are real numbers and a0a \neq 0.
  • To check whether a given equation is quadratic:
    1. Expand and simplify both sides completely.
    2. Move all terms to one side so the equation is in the form P(x)=0P(x) = 0.
    3. If the highest power (degree) of xx is 22 and the coefficient of x2x^2 is non-zero, it is a quadratic equation.

(i) Check whether (x+1)2=2(x3)(x + 1)^2 = 2(x - 3) is a quadratic equation.

Step 1 · Simplify and Check Degree

Expand both sides

(x+1)2=2(x3)x2+2x+1=2x6x2+2x2x+1+6=0x2+7=0\begin{aligned} (x + 1)^2 &= 2(x - 3) \\ x^2 + 2x + 1 &= 2x - 6 \\ x^2 + 2x - 2x + 1 + 6 &= 0 \\ x^2 + 7 &= 0 \end{aligned}

It is of the form ax2+bx+c=0ax^2 + bx + c = 0, where a=10a = 1 \neq 0, b=0b = 0, and c=7c = 7.

Answer

(i) Yes, it is a quadratic equation.

(ii) Check whether x22x=(2)(3x)x^2 - 2x = (-2)(3 - x) is a quadratic equation.

Step 1 · Simplify and Check Degree

Expand both sides

x22x=(2)(3x)x22x=6+2xx22x2x+6=0x24x+6=0\begin{aligned} x^2 - 2x &= (-2)(3 - x) \\ x^2 - 2x &= -6 + 2x \\ x^2 - 2x - 2x + 6 &= 0 \\ x^2 - 4x + 6 &= 0 \end{aligned}

It is of the form ax2+bx+c=0ax^2 + bx + c = 0, where a=10a = 1 \neq 0, b=4b = -4, and c=6c = 6.

Answer

(ii) Yes, it is a quadratic equation.

(iii) Check whether (x2)(x+1)=(x1)(x+3)(x - 2)(x + 1) = (x - 1)(x + 3) is a quadratic equation.

Step 1 · Simplify and Check Degree

Expand both sides

(x2)(x+1)=(x1)(x+3)x2+x2x2=x2+3xx3x2x2=x2+2x3x2x2x2x2+3=03x+1=0\begin{aligned} (x - 2)(x + 1) &= (x - 1)(x + 3) \\ x^2 + x - 2x - 2 &= x^2 + 3x - x - 3 \\ x^2 - x - 2 &= x^2 + 2x - 3 \\ x^2 - x^2 - x - 2x - 2 + 3 &= 0 \\ -3x + 1 &= 0 \end{aligned}

The degree of the equation is 11, not 22.

Answer

(iii) No, it is not a quadratic equation.

(iv) Check whether (x3)(2x+1)=x(x+5)(x - 3)(2x + 1) = x(x + 5) is a quadratic equation.

Step 1 · Simplify and Check Degree

Expand both sides

(x3)(2x+1)=x(x+5)2x2+x6x3=x2+5x2x25x3=x2+5x2x2x25x5x3=0x210x3=0\begin{aligned} (x - 3)(2x + 1) &= x(x + 5) \\ 2x^2 + x - 6x - 3 &= x^2 + 5x \\ 2x^2 - 5x - 3 &= x^2 + 5x \\ 2x^2 - x^2 - 5x - 5x - 3 &= 0 \\ x^2 - 10x - 3 &= 0 \end{aligned}

It is of the form ax2+bx+c=0ax^2 + bx + c = 0, where a=10a = 1 \neq 0, b=10b = -10, and c=3c = -3.

Answer

(iv) Yes, it is a quadratic equation.

(v) Check whether (2x1)(x3)=(x+5)(x1)(2x - 1)(x - 3) = (x + 5)(x - 1) is a quadratic equation.

Step 1 · Simplify and Check Degree

Expand both sides

(2x1)(x3)=(x+5)(x1)2x26xx+3=x2x+5x52x27x+3=x2+4x52x2x27x4x+3+5=0x211x+8=0\begin{aligned} (2x - 1)(x - 3) &= (x + 5)(x - 1) \\ 2x^2 - 6x - x + 3 &= x^2 - x + 5x - 5 \\ 2x^2 - 7x + 3 &= x^2 + 4x - 5 \\ 2x^2 - x^2 - 7x - 4x + 3 + 5 &= 0 \\ x^2 - 11x + 8 &= 0 \end{aligned}

It is of the form ax2+bx+c=0ax^2 + bx + c = 0, where a=10a = 1 \neq 0, b=11b = -11, and c=8c = 8.

Answer

(v) Yes, it is a quadratic equation.

(vi) Check whether x2+3x+1=(x2)2x^2 + 3x + 1 = (x - 2)^2 is a quadratic equation.

Step 1 · Simplify and Check Degree

Expand both sides

x2+3x+1=(x2)2x2+3x+1=x24x+4x2x2+3x+4x+14=07x3=0\begin{aligned} x^2 + 3x + 1 &= (x - 2)^2 \\ x^2 + 3x + 1 &= x^2 - 4x + 4 \\ x^2 - x^2 + 3x + 4x + 1 - 4 &= 0 \\ 7x - 3 &= 0 \end{aligned}

The degree of the equation is 11, not 22.

Answer

(vi) No, it is not a quadratic equation.

(vii) Check whether (x+2)3=2x(x21)(x + 2)^3 = 2x(x^2 - 1) is a quadratic equation.

Step 1 · Simplify and Check Degree

Using the identity (a+b)3=a3+3a2b+3ab2+b3(a + b)^3 = a^3 + 3a^2b + 3ab^2 + b^3

(x+2)3=2x(x21)x3+3(x2)(2)+3(x)(22)+23=2x32xx3+6x2+12x+8=2x32xx32x3+6x2+12x+2x+8=0x3+6x2+14x+8=0\begin{aligned} (x + 2)^3 &= 2x(x^2 - 1) \\ x^3 + 3(x^2)(2) + 3(x)(2^2) + 2^3 &= 2x^3 - 2x \\ x^3 + 6x^2 + 12x + 8 &= 2x^3 - 2x \\ x^3 - 2x^3 + 6x^2 + 12x + 2x + 8 &= 0 \\ -x^3 + 6x^2 + 14x + 8 &= 0 \end{aligned}

The highest power of xx is 33, which means the degree is 33 (a cubic equation).

Answer

(vii) No, it is not a quadratic equation.

(viii) Check whether x34x2x+1=(x2)3x^3 - 4x^2 - x + 1 = (x - 2)^3 is a quadratic equation.

Step 1 · Simplify and Check Degree

Using the identity (ab)3=a33a2b+3ab2b3(a - b)^3 = a^3 - 3a^2b + 3ab^2 - b^3

x34x2x+1=(x2)3x34x2x+1=x33(x2)(2)+3(x)(22)23x34x2x+1=x36x2+12x8x3x34x2+6x2x12x+1+8=02x213x+9=0\begin{aligned} x^3 - 4x^2 - x + 1 &= (x - 2)^3 \\ x^3 - 4x^2 - x + 1 &= x^3 - 3(x^2)(2) + 3(x)(2^2) - 2^3 \\ x^3 - 4x^2 - x + 1 &= x^3 - 6x^2 + 12x - 8 \\ x^3 - x^3 - 4x^2 + 6x^2 - x - 12x + 1 + 8 &= 0 \\ 2x^2 - 13x + 9 &= 0 \end{aligned}

It is of the form ax2+bx+c=0ax^2 + bx + c = 0, where a=20a = 2 \neq 0, b=13b = -13, and c=9c = 9.

Answer

(viii) Yes, it is a quadratic equation.

Common Mistakes
  • Judging Without Simplifying: Assuming an expression like (x2)(x+1)=(x1)(x+3)(x-2)(x+1) = (x-1)(x+3) is quadratic because of the product of xx terms, even though the x2x^2 terms cancel out.
  • Prematurely Rejecting Cubic Terms: Assuming an equation with cubic terms like x34x2x+1=(x2)3x^3 - 4x^2 - x + 1 = (x - 2)^3 cannot be quadratic without expanding to see that the x3x^3 terms cancel out on both sides.
  • Algebraic Identity Errors: Making sign mistakes when expanding cubic expressions, such as (ab)3=a33a2b+3ab2b3(a - b)^3 = a^3 - 3a^2b + 3ab^2 - b^3.

More questions in Exercise 4.1

Q1
  1. Check whether the following are quadratic equations :

(i) (x+1)2=2(x3)(x + 1)^2 = 2(x - 3)

(ii) x22x=(2)(3x)x^2 - 2x = (-2)(3 - x)

(iii) (x2)(x+1)=(x1)(x+3)(x - 2)(x + 1) = (x - 1)(x + 3)

(iv) (x3)(2x+1)=x(x+5)(x - 3)(2x + 1) = x(x + 5)

(v) (2x1)(x3)=(x+5)(x1)(2x - 1)(x - 3) = (x + 5)(x - 1)

(vi) x2+3x+1=(x2)2x^2 + 3x + 1 = (x - 2)^2

(vii) (x+2)3=2x(x21)(x + 2)^3 = 2x(x^2 - 1)

(viii) x34x2x+1=(x2)3x^3 - 4x^2 - x + 1 = (x - 2)^3

Q2
  1. Represent the following situations in the form of quadratic equations :

(i) The area of a rectangular plot is 528 m2528\text{ m}^2. The length of the plot (in metres) is one more than twice its breadth. We need to find the length and breadth of the plot.

(ii) The product of two consecutive positive integers is 306. We need to find the integers.

(iii) Rohan's mother is 26 years older than him. The product of their ages (in years) 3 years from now will be 360. We would like to find Rohan's present age.

(iv) A train travels a distance of 480 km at a uniform speed. If the speed had been 8 km/h less, then it would have taken 3 hours more to cover the same distance. We need to find the speed of the train.

← Back to Quadratic Equations