Answer:
Suppose the closest point is at p=(x0,y0), and set q=(−2,−3). Then the tangent to the parabola at p is perpendicular to ℓ, the line through p,q. and we end up numerically computing the roots from here.
Step-by-step explanation:
f(x) = x² + x + 3/4
in general, such a quadratic function is defined as
f(x) = a×x² + b×x + c
the solution for finding the values of x where a quadratic function value is 0 (there are as many solutions as the highest exponent of x, so 2 here in our case)
x = (-b ± sqrt(b² - 4ac))/(2a)
in our case
a = 1
b = 1
c = 3/4
x = (-1 ± sqrt(1² - 4×1×3/4))/(2×1) =
= (-1 ± sqrt(1 - 3))/2 = (-1 ± sqrt(-2))/2 =
= (-1 ± sqrt(2)i)/2
x1 = (-1 + sqrt(2)i) / 2
x2 = (-1 - sqrt(2)i) / 2
remember, i = sqrt(-1)
f(x) has no 0 results for x = real numbers.
for the solution we need to use imaginary numbers.
Answer:
B
Step-by-step explanation:
The GDP measures the market value of all goods and services produced in an economy (country or region) in a specific period of time. The GDP formula is:
GDP= Consumption (C)+ Investment (I)+ Government expenditure (G)+ (Exports - Imports) (Net exports)
Notice that if exports increase, GDP will increase too. Also, if investment increases GDP will increase. Notice that imports have a negative sign, then if they increase, GDP will decrease.
Option (A) represents the function and its inverse of a function option (A) is correct.
<h3>What is a function?</h3>
It is defined as a special type of relationship, and they have a predefined domain and range according to the function every value in the domain is related to exactly one value in the range.
We have a function and inverse of a function shown in the picture.
Checking for option (A):

Taking f(x):

To find the inverse of a function interchange the x and y variables:
f(x) → x
x → g(x)

Solving:
4x = g(x) + 10
g(x) = 4x - 10
Similarly, we can find the inverse of a function.
Thus, option (A) represents the function and its inverse of a function option (A) is correct.
Learn more about the function here:
brainly.com/question/5245372
#SPJ1