InterviewSolution
Saved Bookmarks
| 1. |
Vertex (0, 0) passing through (2,3) and axis is along x-axis. |
|
Answer» Vertex = (0,0) and axis is along x-axis. `:.` Let equation of parabola is `y^(2)=4ax`. Point (2,3) lies on the parabola. `:." "(3)^(2)=4a(2)` `rArr" "4a=(9)/(2)` Now, equation of parabola is `y^(2)=(9x)/(2)" "rArr" "2y^(2)=9x` |
|