InterviewSolution
Saved Bookmarks
| 1. |
Consider the quadratic trinomial function y=ax^(2)+bx+c,ane0,a,b,cinR. We know that on rectangular cartesian coordinate system the above equation represents a parabola, whose axis is parallel to axis of y. The characteristics of this parabola can be further analysed by rewriting the equation as following: y=a(x+b/(2a))^(2)+((4ac-b^(2))/(4a)). So, the vertex of the parabola is (-b/(2a),(4ac-b^(2))/(4a)). Focus of the parabola is (-b/(2a),(4ac-b^(2)+1)/(4a)). Latus rectum of the parabola is 1/|a| Holding one or two of the parameters a, b, c constant we can find family of parabolas satisfying some very significant properties. If a and b remain constant but c varies, then the family of parabolas |
|
Answer» have COMMON axis |
|