Tell me more ×
Mathematics Stack Exchange is a question and answer site for people studying math at any level and professionals in related fields. It's 100% free, no registration required.

How can I show that $D((x − a)f (x)) = D(f (x))[f (a)]^2$, using the usual definition from Discriminant

share|improve this question
1  
Uh? What is f? A polynomial, I gather, but...what have you done/tried/ thought about this? – DonAntonio Oct 15 '12 at 21:43
$f$ is a polynomial; $f=a_nx^n+a_{n-1}x^{n-1}+...+a_o$ and you can find two different definitions from Discriminant, both are useful – Elmo goya Oct 15 '12 at 21:46

closed as not a real question by Norbert, draks ..., Thomas, Jason DeVito, J. M. Oct 18 '12 at 8:04

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

2 Answers

up vote 1 down vote accepted

Let $f$ have roots $\{\alpha_i\}$, degree $n$, and leading coefficient $a_n$. Then $(x-a)f(x)$ has roots $\{a\}\sqcup\{\alpha_i\}$, degree $n+1$, and leading coefficient $a_n$. So its discriminant is given by $$ D((x-a)f(x)) = a_n^{2n} \prod_{i<j}(\alpha_i-\alpha_j)^2\prod_i(a-\alpha_i)^2. $$ Now $f(a) = a_n\prod_i(a-\alpha_i)$, and $D(f) = a_n^{2n-2}\prod_{i<j}(\alpha_i-\alpha_j)^2$, so the right-hand side factors neatly as $D(f)f(a)^2$.

share|improve this answer

$(x-a)f(x)$ has the same roots as $f$ plus a root at $a$. Therefore, the product of all root differences gets multiplied with $\prod (a-\alpha_i)^2=f(a)^2$.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.