Step-by-step explanation:
A reflection followed by a translation
Answer:
-1.52380952381
Step-by-step explanation:
You can't convert miles into gallons those are two different units of measurement.
One A
y = e^x
dy/dx = e^x The f(x) = the differentiated function. Any value that e^x can have, the derivative has the same value. x is contained in all the reals.
One B
y = x*e^x
y' = e^x + xe^x Using the multiplication rule.
You want the slope and the value of the of y to be the same. The slope is y' of the tangent line
xe^x = e^x + xe^x
e^x = 0
This happens only when x is very "small" like x = - 4444444
y = e^x * ln(x) Using the multiplication rule again, we need the slope of the line with is y'
y1 = e^x
y1' = e^x
y2 = ln(x)
y2' = 1/x
y' = e^x*ln(x) + e^x/x So at x = 1 the slope of the line =
y' = e^1*ln(1) + e^1/1
y' = e*0+e = e
y = mx + b
y = ex + b
to find b we use y= e^x ln(x)
e^x ln(x) = e*x + b
e^1 ln(1) = e*1 + b
ln(1) = 0
0 = e + b
b = - e
line equation and answer.
y = e*x - e
Answer:
5x: linear; monomial
-7: constant; monomial
x^2 + 4: quadratic, binomial
x^2 - 3x + 11: quadratic, trinomial
2x - 9: linear, binomial
Step-by-step explanation:
Name using degree: just count the highest number of variables in a single term. if it's 0, its a constant polynomial, if it's 1 it's linear, 2 quadratic, 3 cubic
Name using number of terms: just count the number of "things" added or subtracted. If there's one, it's a monomial, two: binomial, three: trinomial.