Question
Question: If m and n are rational numbers and if m-√3 is a root of the equation x^2-6x+4+n=0 find m and n...
If m and n are rational numbers and if m-√3 is a root of the equation x^2-6x+4+n=0 find m and n
m=3, n=2
Solution
The given quadratic equation is x2−6x+4+n=0.
The coefficients of this equation are 1, −6, and 4+n.
It is given that m and n are rational numbers.
Since n is rational, 4+n is also a rational number.
Therefore, all coefficients of the quadratic equation (1, −6, 4+n) are rational.
A fundamental property of quadratic equations with rational coefficients is that if an irrational root of the form a−b (where a is rational and b is irrational) exists, then its conjugate a+b must also be a root.
Given one root is m−3. Since m is rational and 3 is irrational, m−3 is an irrational root.
Therefore, the other root must be m+3.
Let the roots be α=m−3 and β=m+3.
For a quadratic equation ax2+bx+c=0:
- Sum of roots =−ab
- Product of roots =ac
In our equation x2−6x+4+n=0, we have a=1, b=−6, and c=4+n.
1. Sum of roots:
α+β=(m−3)+(m+3)=2m
From the equation, sum of roots =−1−6=6
Equating the two expressions for the sum of roots:
2m=6
m=3
2. Product of roots:
α⋅β=(m−3)(m+3)
Using the identity (A−B)(A+B)=A2−B2:
α⋅β=m2−(3)2=m2−3
From the equation, product of roots =14+n=4+n
Equating the two expressions for the product of roots:
m2−3=4+n
Now, substitute the value of m=3 into this equation:
32−3=4+n
9−3=4+n
6=4+n
n=6−4
n=2
Both m=3 and n=2 are rational numbers, which is consistent with the problem statement.
The final values are m=3 and n=2.