- If α and β are the roots of the equation 3x2−2x−1=0, find the equation whose roots are βα and αβ.
Step 1: Identify the coefficients and find the sum and product of the original roots.
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=αβ.
Sum of new roots: S′=βα+αβ=αβα2+β2.
We know that α2+β2=(α+β)2−2αβ.
S′=αβ(α+β)2−2αβ
Substitute the values of α+β and αβ:
S′=−31(32)2−2(−31)
S′=−3194+32
S′=−3194+96
S′=−31910
S′=910×(−13)
S′=−930=−310
Step 3: Find the product of the new roots.
Product of new roots: P′=(βα)(αβ)=1.
Step 4: Form the new quadratic equation.
The equation is x2−S′x+P′=0.
x2−(−310)x+1=0
x2+310x+1=0
Multiply by 3 to clear the fraction:
3x2+10x+3=0
The equation is 3x2+10x+3=0.
- Without solving the equation, find the sum and product of the roots of 3x2+5x−2=0.
Step 1: Identify the coefficients.
For 3x2+5x−2=0, we have a=3, b=5, c=−2.
Step 2: Calculate the sum of the roots.
Sum of roots =−ab=−35.
The sum of the roots is −35.
Step 3: Calculate the product of the roots.
Product of roots =ac=3−2.
The product of the roots is −32.
- 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:
We need two numbers that multiply to -132 and add to 1. These numbers are 12 and -11.
(n+12)(n−11)=0
So, n=−12 or n=11.
Step 3: Find 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.
- 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 and set up the equations.
Let the width of the rectangle be w units.
The length l exceeds the width by 5 units, so l=w+5.
The area A is 104 square units.
The formula for the area of a rectangle is A=l×w.
(w+5)w=104
Step 2: Solve the quadratic equation for w.
w2+5w=104
w2+5w−104=0
Factor the quadratic equation:
We need two numbers that multiply to -104 and add to 5. These numbers are 13 and -8.
(w+13)(w−8)=0
So, w=−13 or w=8.
Step 3: Determine the dimensions.
Since width cannot be negative, we take w=8 units.
Length l=w+5=8+5=13 units.
The dimensions are width=8units,length=13units.
- Show that if a<0, y=ax2+bx+c has a maximum value when x=−2ab.
Step 1: Rewrite the quadratic equation by completing the square.
y=ax2+bx+c
Factor out a from the terms involving x:
y=a(x2+abx)+c
To complete the square inside the parenthesis, add and subtract (2ab)2:
y=a(x2+abx+(2ab)2−(2ab)2)+c
y=a((x+2ab)2−4a2b2)+c
Distribute a:
y=a(x+2ab)2−a4a2b2+c
y=a(x+2ab)2−4ab2+c
y=a(x+2ab)2+4a4ac−b2
Step 2: Analyze the expression to find the maximum value.
The term a(x+2ab)2 is the only term that depends on x.
Given that a<0, the term a(x+2ab)2 will always be less than or equal to zero, because (x+2ab)2 is always non-negative.
For y to have a maximum value, the term a(x+2ab)2 must be at its maximum possible value, which is 0.
This occurs when (x+2ab)2=0.
x+2ab=0
x=−2ab
When x=−2ab, the value of y is y=a(0)2+4a4ac−b2=4a4ac−b2.
Since a<0, the parabola opens downwards, and the vertex represents the maximum point.
Therefore, the maximum value of y occurs at x=−2ab.