The answer to the question
Answer:
Step-by-step explanation:
Midpoints of two coordinates is expressed using the formula;
M(X, Y) = (x2+x1/2, y2+y1/2)
Given the coordinates c(5,3) and d(-3,-6)
x1 = 5, y1 = 3, x2 = -3 and y2 = -6
X = x1+x2/2
X = 5+(-3)/3
X = 5-3/2
X = 2/2
X = 1
Also;
Y = y1+y2/2
Y = 3+(-6)/2
Y = 3-6/2
Y = -3/2
Y = -1.5
Answer:
The input is x−2, therefore
Step-by-step explanation:
f(x−2)=(x−2)2−3(x−2)+1
The coefficients here are 4, 32, and -24. The GCF of these values is 4.
As for the variables, the values are x^7, x^5, and x^4. The GCF is x^4
To factor this expression take out 4x^4 from each of the terms.
Coefficients should be divided by four and exponents should be subtracted by 4 since they have the same base (x).
The answer here is A.
Answer:
A function f(x) is said to be periodic, if there exists a positive real number T such that f(x+T) = f(x).
You can also just say: A periodic function is one that repeats itself in regular intervals.
Step-by-step explanation:
The smallest value of T is called the period of the function.
Note: If the value of T is independent of x then f(x) is periodic, and if T is dependent, then f(x) is non-periodic.
For example, here's the graph of sin x. [REFER TO PICTURE BELOW]
Sin x is a periodic function with period 2π because sin(x+2π)=sinx
Other examples of periodic functions are all trigonometric ratios, fractional x (Denoted by {x} which has period 1) and others.
In order to determine the period of the determined graph however, just know that the period of the sine curve is the length of one cycle of the curve. The natural period of the sine curve is 2π. So, a coefficient of b=1 is equivalent to a period of 2π. To get the period of the sine curve for any coefficient b, just divide 2π by the coefficient b to get the new period of the curve.
Hopefully this helped a bit.