MHB How can I verify the statement A * B = c/a for quadratic equations?

  • Thread starter Thread starter mathdad
  • Start date Start date
AI Thread Summary
To verify the statement A * B = c/a for the roots of the quadratic equation ax^2 + bx + c = 0, A and B can be expressed as A = [-b + sqrt(b^2 - 4ac)]/2a and B = [-b - sqrt(b^2 - 4ac)]/2a. Multiplying these roots gives A * B = [(-b + sqrt(b^2 - 4ac)) * (-b - sqrt(b^2 - 4ac))]/(2a * 2a). This simplifies to (b^2 - (b^2 - 4ac))/(4a^2), which results in c/a. The verification process confirms that the relationship A * B = c/a holds true.
mathdad
Messages
1,280
Reaction score
0
Let A and B be roots of the quadratic equation
ax^2 + bx + c = 0. Verify the statement.

A * B = c/a

What are the steps to verify this statement?

I can let A = [-b + sqrt{b^2 - 4ac}]/2a and, of course, let
B = [-b - sqrt{b^2 - 4ac}]/2a. If I multiply the left side, the statement A * B becomes c/a, right?
 
Last edited:
Mathematics news on Phys.org
I think what I would do is write:

$$ax^2+bc+c=k(x-A)(x-B)=kx^2-k(A+B)x+kAB$$

Equating coefficients, we then find:

$$k=a$$

$$kAB=c\implies AB=\frac{c}{a}$$
 
MarkFL said:
I think what I would do is write:

$$ax^2+bc+c=k(x-A)(x-B)=kx^2-k(A+B)x+kAB$$

Equating coefficients, we then find:

$$k=a$$

$$kAB=c\implies AB=\frac{c}{a}$$

Ok but can it be done as expressed in my post?
 
Hint:

$$(a-b)(a+b)=a^2-b^2$$
 
greg1313 said:
Hint:

$$(a-b)(a+b)=a^2-b^2$$

Can you be more specific?
 
$$\frac{-b+\sqrt{b^2-4ac}}{2a}\cdot\frac{-b-\sqrt{b^2-4ac}}{2a}=\frac{b^2-(\sqrt{b^2-4ac})^2}{4a^2}=\frac{4ac}{4a^2}=\frac ca$$
 
greg1313 said:
$$\frac{-b+\sqrt{b^2-4ac}}{2a}\cdot\frac{-b-\sqrt{b^2-4ac}}{2a}=\frac{b^2-(\sqrt{b^2-4ac})^2}{4a^2}=\frac{4ac}{4a^2}=\frac ca$$

This is exactly what I thought should be done.
 

Similar threads

Replies
19
Views
3K
Replies
11
Views
2K
Replies
6
Views
2K
Replies
6
Views
2K
Replies
3
Views
2K
Replies
1
Views
2K
Back
Top