Let $P(x)= ax^2+bx+c$ whose coefficients are approximate numbers: $a= 2,51$, $b=-0,89$, $c=2,84$
Find $y= p(x) for x=4,1800000000$ and find $\delta_y$ the absolute error of the answer.
My attempt:
- To find $y$ all I have to do is plug in the value. I get: $y= 42,9748$
- Now to find the absolute value I plugged in for $a,b, c$ and $x$ the values that would give me the biggest result: $P(x)_{max} = 2,515 \times 4,1800000005^2 -0,885 \times 4,1799999995 + 2,845 = 43.088786011$ Now $\delta_y = |P(x)_{max} - y| = 43.088786011-42,9748 =0.113986011$
Is that the right way to approach the problem?