1

enter image description here Find the coordinate of point A in the figure Can you solve it in way which doesn't involve derivation?

  • Compute the equation of the blue line. 2. Compute the coordinate of the second intersection point $P$ between the blue line and the red parabola. 3. Find an equation for the line (PA). 4. Conclude.
  • – Clément Guérin Feb 10 '18 at 07:08
  • I'm not sure how I'd solve it with derivation. Just solve equations. The y-intercept is -2, so the blue line is y = -x -2. So the blue line intercepts the parabola when y= -x-2 =-x^2 + 4 so x^2-x -6=0 or x=3 and y=-5. so the equation of the perpendicular line is $y+5 = x-3$ then so A is where $0+5 = x -3$ or $(x,y) = (8,0)$. – fleablood Feb 10 '18 at 07:23