Michael P. answered 03/02/18
Tutor
New to Wyzant
Quick Answers to Math, Chemistry, and Physics Problems
1) y = 2*x + b
2) x2 + y2 = 4 Plugging equation 1) into equation 2):
x2 + (2*x + b)2 = 4*x2 + 4*x2 + 4*x*b + b2 = 4 (arrange into quadratic form:)
A*x2 + B*x + C = 0 5*x2 + (4*b)*x + (b2 - 4) = 0 where: A = 5 B = (4*b) C = (b2 - 4)
quadratic solution for x to solve for y-intercept (at x = 0): x = [- B +/- √(B2 - 4*A*C)]/2*A = 0
Note: To find y-intercept, b, Need to solve for b at x = 0
√(B2 - 4*A*C) = 0
B2 = 4*A*C A = 5 B = 4*b C = b2 - 4
16*b2 = 4*(5)*(b2 - 4)
(divide all terms by 4)
4*b2 = 5*b2 - 20
b2 = 20
b = √(20) = 2√(5)