Part 1: Basic Concepts of Quadratic Equations
A Quadratic Equation is a polynomial equation of the second degree. The standard form is:
Where $a, b, c$ are real numbers and $a \neq 0$.
Key Methods to Solve
- Factorization: Splitting the middle term.
- Quadratic Formula: Used when factorization is difficult.
Here, the term $D = b^2 - 4ac$ is called the Discriminant.
- If $D > 0$, roots are real and distinct.
- If $D = 0$, roots are real and equal.
- If $D < 0$, roots are imaginary (no real solution).
Part 2: 6 Solved Problems
Solve the equation for $x$: $$x^2 - 5x + 6 = 0$$
We need two numbers that multiply to $+6$ and add up to $-5$. These numbers are $-2$ and $-3$.
Find the roots of: $$2x^2 - 7x + 3 = 0$$
Identify coefficients: $a = 2, b = -7, c = 3$.
Calculate the discriminant ($D$): $$D = b^2 - 4ac = (-7)^2 - 4(2)(3)$$ $$D = 49 - 24 = 25$$
Case 2: $x = \frac{7-5}{4} = \frac{2}{4} = \frac{1}{2}$
Find the value of $k$ for which the quadratic equation $2x^2 + kx + 3 = 0$ has two real equal roots.
For equal roots, the Discriminant ($D$) must be zero.
$$D = b^2 - 4ac = 0$$
Solve for $x$: $$x^2 + 4x - 4 = 0$$
Here $a=1, b=4, c=-4$. Use the formula. $$D = 4^2 - 4(1)(-4) = 16 + 16 = 32$$
The altitude of a right triangle is 7 cm less than its base. If the hypotenuse is 13 cm, find the other two sides.
Let the base be $x$ cm.
Then, altitude = $(x - 7)$ cm.
By Pythagoras theorem: $$(Base)^2 + (Altitude)^2 = (Hypotenuse)^2$$ $$x^2 + (x - 7)^2 = 13^2$$
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. Find the speed of the train.
Let the usual speed be $x$ km/h.
Time taken usually = $\frac{480}{x}$ hours.
New speed = $(x - 8)$ km/h.
New time = $\frac{480}{x - 8}$ hours.
No comments:
Post a Comment