Quadratic Equations
Detailed Theory • Easy English • Board Exam Focus
Chapter Roadmap
1. Basic Idea and Standard Form
What is a Quadratic Equation?
A quadratic equation in one variable is an equation of the form
Here \(a,b,c\) are real numbers and \(a\neq0\). The highest power of the variable is \(2\).
Question: Identify \(a,b,c\) in \(3x^2-7x+5=0\).
- Compare the equation with \(ax^2+bx+c=0\).
- The coefficient of \(x^2\) is \(3\), so \(a=3\).
- The coefficient of \(x\) is \(-7\), so \(b=-7\).
- The constant term is \(5\), so \(c=5\).
- Answer: \(\boxed{a=3,\ b=-7,\ c=5}\).
Question: Is \(5x^2+2x-8=0\) a quadratic equation?
- Look at the highest power of \(x\).
- The highest power is \(2\).
- The coefficient of \(x^2\) is \(5\), which is not zero.
- Therefore, it has the standard quadratic form.
- Answer: Yes, it is a \(\boxed{\text{quadratic equation}}\).
Question: Convert \(x^2+6=5x\) into standard form.
- Start with \(x^2+6=5x\).
- Bring \(5x\) to the left side.
- \(x^2-5x+6=0\).
- Now the equation is in the form \(ax^2+bx+c=0\).
- Answer: \(\boxed{x^2-5x+6=0}\).
2. Roots of a Quadratic Equation
Meaning of Root
A number \(\alpha\) is called a root or solution of a quadratic equation if it makes the equation true.
Question: Check whether \(2\) is a root of \(x^2-5x+6=0\).
- Substitute \(x=2\).
- \(2^2-5(2)+6\).
- \(=4-10+6\).
- \(=0\).
- Since the result is \(0\), \(2\) is a root.
- Answer: \(\boxed{2}\) is a root.
Question: Check whether \(1\) is a root of \(2x^2-3x+5=0\).
- Substitute \(x=1\).
- \(2(1)^2-3(1)+5\).
- \(=2-3+5\).
- \(=4\neq0\).
- Therefore, \(1\) does not satisfy the equation.
- Answer: \(\boxed{1}\) is not a root.
Question: Verify that \(3\) is a root of \(x^2-6x+9=0\).
- Put \(x=3\).
- \(3^2-6(3)+9\).
- \(=9-18+9\).
- \(=0\).
- Hence the equation is satisfied.
- Answer: \(\boxed{3}\) is a root.
3. Solving a Quadratic Equation by Factorisation
Basic Method
To solve by factorisation, first write the equation in standard form, factorise it, and then use the zero-product property.
Question: Solve \(x^2-5x+6=0\).
- Find two numbers whose product is \(6\) and sum is \(-5\).
- The numbers are \(-2\) and \(-3\).
- Therefore, \(x^2-5x+6=(x-2)(x-3)\).
- So \((x-2)(x-3)=0\).
- Therefore, \(x-2=0\) or \(x-3=0\).
- Thus \(x=2\) or \(x=3\).
- Answer: \(\boxed{x=2,3}\).
Question: Solve \(x^2+x-6=0\).
- We need two numbers whose product is \(-6\) and sum is \(1\).
- The numbers are \(3\) and \(-2\).
- So \(x^2+x-6=(x+3)(x-2)\).
- Hence \((x+3)(x-2)=0\).
- Therefore, \(x+3=0\) or \(x-2=0\).
- So \(x=-3\) or \(x=2\).
- Answer: \(\boxed{x=-3,2}\).
Question: Solve \(2x^2-7x+3=0\).
- Multiply \(a\) and \(c\): \(2\times3=6\).
- Find two numbers whose product is \(6\) and sum is \(-7\): \(-6,-1\).
- Split the middle term: \(2x^2-6x-x+3=0\).
- Group the terms: \(2x(x-3)-1(x-3)=0\).
- Take common factor: \((2x-1)(x-3)=0\).
- Therefore, \(2x-1=0\) or \(x-3=0\).
- So \(x=\frac12\) or \(x=3\).
- Answer: \(\boxed{x=\frac12,3}\).
4. Solving by Quadratic Formula
The Formula
For \(ax^2+bx+c=0\), the roots are found using
The symbol \(\pm\) gives two possible values, one with \(+\) and one with \(-\).
Question: Solve \(x^2-5x+6=0\) using the quadratic formula.
- Compare with \(ax^2+bx+c=0\): \(a=1,\ b=-5,\ c=6\).
- Use \(x=\frac{-b\pm\sqrt{b^2-4ac}}{2a}\).
- \(x=\frac{5\pm\sqrt{25-24}}{2}\).
- \(x=\frac{5\pm1}{2}\).
- First root: \(x=\frac{5+1}{2}=3\).
- Second root: \(x=\frac{5-1}{2}=2\).
- Answer: \(\boxed{x=2,3}\).
Question: Solve \(x^2-4x-1=0\).
- Here \(a=1,\ b=-4,\ c=-1\).
- Substitute in the formula.
- \(x=\frac{4\pm\sqrt{16+4}}{2}\).
- \(x=\frac{4\pm\sqrt{20}}{2}\).
- \(\sqrt{20}=2\sqrt5\).
- Therefore \(x=\frac{4\pm2\sqrt5}{2}\).
- So \(x=2\pm\sqrt5\).
- Answer: \(\boxed{x=2+\sqrt5,\ 2-\sqrt5}\).
Question: Solve \(x^2-6x+9=0\) using the formula.
- Here \(a=1,\ b=-6,\ c=9\).
- \(x=\frac{6\pm\sqrt{36-36}}{2}\).
- \(x=\frac{6\pm0}{2}\).
- Both signs give the same value.
- \(x=3\).
- Answer: The repeated root is \(\boxed{3}\).
5. Discriminant and Nature of Roots
Discriminant
The expression under the square root in the quadratic formula is called the discriminant.
Nature of roots:
- If \(D>0\), there are two distinct real roots.
- If \(D=0\), there are two equal real roots.
- If \(D<0\), there are no real roots.
Question: Find the nature of roots of \(x^2-5x+6=0\).
- Here \(a=1,\ b=-5,\ c=6\).
- Calculate \(D=b^2-4ac\).
- \(D=(-5)^2-4(1)(6)\).
- \(D=25-24=1\).
- Since \(D>0\), the roots are real and distinct.
- Answer: \(\boxed{\text{Two distinct real roots}}\).
Question: Find the nature of roots of \(x^2-6x+9=0\).
- Here \(a=1,\ b=-6,\ c=9\).
- \(D=(-6)^2-4(1)(9)\).
- \(D=36-36=0\).
- Since \(D=0\), both roots are equal and real.
- Answer: \(\boxed{\text{Two equal real roots}}\).
Question: Find the nature of roots of \(x^2+2x+5=0\).
- Here \(a=1,\ b=2,\ c=5\).
- \(D=2^2-4(1)(5)\).
- \(D=4-20=-16\).
- Since \(D<0\), there are no real roots.
- Answer: \(\boxed{\text{No real roots}}\).
6. Relationship Between Roots and Coefficients
Important Formula
If \(\alpha,\beta\) are the roots of \(ax^2+bx+c=0\), then
Question: For \(3x^2-8x+2=0\), find the sum and product of roots.
- Compare with \(ax^2+bx+c=0\).
- So \(a=3,\ b=-8,\ c=2\).
- Sum \(=-\frac ba=-\frac{-8}{3}=\frac83\).
- Product \(=\frac ca=\frac23\).
- Answer: Sum \(=\boxed{\frac83}\), product \(=\boxed{\frac23}\).
Question: If the roots of \(x^2-kx+12=0\) have sum \(7\), find \(k\).
- Here \(a=1,\ b=-k,\ c=12\).
- Sum of roots \(=-b/a\).
- \(7=-\frac{-k}{1}=k\).
- Therefore \(k=7\).
- Answer: \(\boxed{k=7}\).
Question: If \(\alpha,\beta\) are roots of \(x^2-9x+14=0\), find \(\alpha^2+\beta^2\).
- Sum of roots: \(\alpha+\beta=9\).
- Product of roots: \(\alpha\beta=14\).
- Use \(\alpha^2+\beta^2=(\alpha+\beta)^2-2\alpha\beta\).
- \(=9^2-2(14)\).
- \(=81-28=53\).
- Answer: \(\boxed{53}\).
7. Word Problems Based on Quadratic Equations
Basic Approach
In word problems, first choose a variable, form the equation from the information given, solve it, and finally reject any value that is not meaningful for the situation.
Question: The product of two consecutive positive integers is \(56\). Find the integers.
- Let the first integer be \(x\).
- The next consecutive integer is \(x+1\).
- Product is \(56\), so \(x(x+1)=56\).
- \(x^2+x-56=0\).
- Factorise: \((x+8)(x-7)=0\).
- So \(x=-8\) or \(x=7\).
- We need positive integers, so \(x=7\).
- The next integer is \(8\).
- Answer: \(\boxed{7,8}\).
Question: The area of a rectangle is \(48\text{ cm}^2\). Its length is \(2\) cm more than its breadth. Find its dimensions.
- Let breadth \(=x\) cm.
- Then length \(=x+2\) cm.
- Area \(=\text{length}\times\text{breadth}\).
- So \(x(x+2)=48\).
- \(x^2+2x-48=0\).
- Factorise: \((x+8)(x-6)=0\).
- So \(x=-8\) or \(x=6\).
- Length and breadth cannot be negative, so breadth \(=6\) cm.
- Length \(=6+2=8\) cm.
- Answer: \(\boxed{6\text{ cm},8\text{ cm}}\).
Question: A car covers \(120\) km. If its speed is increased by \(10\) km/h, it takes \(1\) hour less. Find the original speed.
- Let original speed be \(x\) km/h.
- Original time \(=\frac{120}{x}\) hours.
- New speed \(=x+10\) km/h.
- New time \(=\frac{120}{x+10}\) hours.
- According to the question, \(\frac{120}{x}-\frac{120}{x+10}=1\).
- Multiply by \(x(x+10)\): \(120(x+10)-120x=x(x+10)\).
- \(1200=x^2+10x\).
- So \(x^2+10x-1200=0\).
- Factorise: \((x+40)(x-30)=0\).
- Thus \(x=-40\) or \(x=30\).
- Speed cannot be negative, so \(x=30\) km/h.
- Answer: Original speed \(=\boxed{30\text{ km/h}}\).
8. Fully Solved Board-Style Questions
Question 1. Solve \(2x^2-5x+2=0\).
Solution:
Therefore \(2x-1=0\) or \(x-2=0\).
Answer: \(\boxed{x=\frac12,2}\).
Question 2. Solve \(3x^2+2x-1=0\).
Solution:
Here \(a=3,\ b=2,\ c=-1\).
Thus \(x=\frac13\) or \(x=-1\).
Answer: \(\boxed{x=\frac13,-1}\).
Question 3. Find the nature of roots of \(5x^2-6x+2=0\).
Solution:
Here \(a=5,\ b=-6,\ c=2\).
Since \(D<0\), the equation has no real roots.
Answer: \(\boxed{\text{No real roots}}\).
Question 4. If one root of \(2x^2+kx+3=0\) is \(1\), find \(k\).
Solution:
Since \(1\) is a root, substitute \(x=1\).
Answer: \(\boxed{k=-5}\).
Question 5. Find the value of \(k\) for which \(x^2-2(k+1)x+k^2=0\) has equal roots.
Solution:
For equal roots, \(D=0\).
9. How to Write Quadratic Equation Answers in the Board Exam
- First write the given equation clearly.
- Convert it into \(ax^2+bx+c=0\) if needed.
- Write \(a,b,c\) before using the quadratic formula.
- Write the formula before substitution.
- Show the discriminant calculation clearly.
- Write both roots separately when using \(\pm\).
- In word problems, reject impossible values with a reason.
- Put the final answer in a box.
Common Mistakes to Avoid
- Forgetting to make the equation equal to zero.
- Writing the wrong sign for \(b\).
- Forgetting the square on \(b\) in \(b^2-4ac\).
- Using \(2a\) incorrectly as \(2+a\).
- Forgetting the \(\pm\) sign in the quadratic formula.
- Accepting a negative value when the question asks for length, speed or a positive integer.
10. Final 96% Target Revision
Must-Remember Formulas
Nature of roots: \(D>0\) → two distinct real roots; \(D=0\) → two equal real roots; \(D<0\) → no real roots.
One-Minute Checklist
- ✓ Know the standard form \(ax^2+bx+c=0\).
- ✓ Identify \(a,b,c\) correctly.
- ✓ Know how to solve by factorisation.
- ✓ Know the quadratic formula.
- ✓ Calculate the discriminant carefully.
- ✓ Identify the nature of roots.
- ✓ Use root-coefficient relationships correctly.
- ✓ Solve word problems step by step.
- ✓ Show complete working in board answers.
Comments
Post a Comment