Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
Finding the equation of a parabola? (Calculus)?
Find an equation of the parabola y = ax^2 + bx + c that passes through (0,1) and is tangent to the line y = x - 1 at (1,0)
I don't even know where to start :(...we didnt even do this in class
1 Answer
- DWReadLv 710 years ago
y = ax² + bx + c passes through (0, 1) and (1, 0).
1 = a·0² + b·0 + c
c = 1
0 = a·1² + b·1 + 1
a = -b - 1
Parabola and line have same slope at the point of tangency.
slope of line = 1
slope of parabola = y' = 2ax + b
point of tangency: (1, 0)
2a·1 + b = 1
2(-b - 1) + b = 1
-b = 3
b = -3
a = 2
y = 2x² - 3x + 1