Sawant91 wrote:
A parabola follows the function f(x)=x^2+ax+b. Here a and b are constants
Points (0,1) and (1,1) both lie on the parabola. What is the distance between a point A with coordinates (a,b) and the origin (0,0)?
Answer in upto two decimal places.
Point (0,1) says f(x)=x^2+ax+b
=>1=02+0∗a+b....b=1Point (1,1) says f(x)=x^2+ax+b
=>1=12+1∗a+b....a+b=0 but b=1, so a+1=0...a=-1
coordinates (a,b) = (-1,1)
distance from (0,0) is
√(0−(−1))2+(0−1)2=√2=1.41