5. If α and β are the roots of the equation 3x2−2x−1=0, find the equation whose roots are βα and αβ.
-
Step 1: Find the sum and product of roots for the original equation.
For 3x2−2x−1=0, we have a=3, b=−2, c=−1.
Sum of roots:
α+β=−ab=−3−2=32
Product of roots:
αβ=ac=3−1
-
Step 2: Find the sum of the new roots.
Let the new roots be r1=βα and r2=αβ.
The sum of the new roots is:
S=r1+r2=βα+αβ=αβα2+β2
We know that α2+β2=(α+β)2−2αβ.
S=αβ(α+β)2−2αβ
Substitute the values from Step 1:
S=−31(32)2−2(−31)=−3194+32
S=−3194+96=−31910
S=910×(−3)=−310
-
Step 3: Find the product of the new roots.
The product of the new roots is:
P=r1r2=(βα)(αβ)=1
-
Step 4: Form the new quadratic equation.
A quadratic equation with roots r1 and r2 is given by x2−Sx+P=0.
Substitute the values of S and P:
x2−(−310)x+1=0
x2+310x+1=0
Multiply the entire equation by 3 to clear the denominator:
3x2+10x+3=0
The equation is 3x2+10x+3=0.
6. Without solving the equation, find the sum and product of the roots of 3x2+5x−2=0.
-
Step 1: Identify coefficients.
For a quadratic equation ax2+bx+c=0, the sum of roots is −ab and the product of roots is ac.
In 3x2+5x−2=0, we have a=3, b=5, c=−2.
-
Step 2: Calculate the sum of the roots.
Sumofroots=−ab=−35
-
Step 3: Calculate the product of the roots.
Productofroots=ac=3−2
The sum of the roots is −35 and the product of the roots is −32.
7. The product of two consecutive integers is 132. Find the integers.
-
Step 1: Set up the equation.
Let the first integer be n. The next consecutive integer is n+1.
Their product is n(n+1)=132.
-
Step 2: Solve the quadratic equation.
n2+n=132
n2+n−132=0
Factor the quadratic equation:
(n+12)(n−11)=0
This gives two possible values for n:
n=−12orn=11
-
Step 3: Determine the pairs of consecutive integers.
If n=11, the integers are 11 and 11+1=12.
If n=−12, the integers are −12 and −12+1=−11.
The integers are 11and12 or −12and−11.
8. The length of a rectangle exceeds its width by 5 units. If the area is 104 square units, find the dimensions.
-
Step 1: Define variables.
Let the width of the rectangle be w units.
The length l exceeds the width by 5 units, so l=w+5 units.
-
Step 2: Set up the area equation.
The area of a rectangle is given by A=l×w.
(w+5)w=104
-
Step 3: Solve the quadratic equation.
w2+5w=104
w2+5w−104=0
Factor the quadratic equation:
(w+13)(w−8)=0
This gives two possible values for w:
w=−13orw=8
-
Step 4: Determine the valid dimensions.
Since the width of a rectangle cannot be negative, we discard w=−13.
Therefore, the width is w=8 units.
The length is l=w+5=8+5=13 units.
The dimensions are width=8units,length=13units.
9. Show that if a<0, y=ax2+bx+c has a maximum value when x=−2ab.
-
Step 1: Understand the shape of the parabola.
The equation y=ax2+bx+c represents a parabola. The sign of the coefficient a determines the direction in which the parabola opens.
If a>0, the parabola opens upwards, and its vertex is a minimum point.
If a<0, the parabola opens downwards, and its vertex is a maximum point.
-
Step 2: Identify the vertex formula.
The x-coordinate of the vertex of a parabola given by y=ax2+bx+c is always x=−2ab.
-
Step 3: Conclude based on the conditions.
Given that a<0, the parabola opens downwards. This means the highest point on the graph is the vertex. Therefore, the function y=ax2+bx+c attains its maximum value at the x-coordinate of its vertex, which is x=−2ab.