Prove the Given Statement....3

  • Context:
  • Thread starter Thread starter mathdad
  • Start date Start date
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
6 replies · 1K views
mathdad
Messages
1,280
Reaction score
0
Suppose that the circle x^2 + 2Ax + y^2 + 2By = C has two intercepts, a and b, and two y-intercepts, c and d.
Prove that a•b + c•d = -2C

How is this started?
 
Mathematics news on Phys.org
Once you work the first two problems in this series, this one should be a walk in the park. :D
 
I am stuck with the second problem in the series.
 
RTCNTC said:
Suppose that the circle x^2 + 2Ax + y^2 + 2By = C has two intercepts, a and b, and two y-intercepts, c and d.
Prove that a•b + c•d = -2C

$$A=-\frac{a+b}{2}$$

and the point (a, 0) is on the circle. Plug and chug:

$$-ab=C$$

Get sneaky:

$$2ab=-2C$$

...and using the result from part 2:

$$2ab=ab+cd=-2C$$

QED
 
If you use the product of the roots formula, you get:

$$ab+cd=-C-C=-2C$$ :D
 
Thank you, Mark. Thank you everyone.