1. A relation is a set from x to a set y is called a function if each element of c is related to exactly one element in y. That is,given an element c in c, there is only one element in y that x is related to.
2. You can set up the relation as a table of ordered pairs. Then, text to see if each element in the domain is matched with exactly one element in the range . if so you have a function
3. The domain is the set of all possible x-values which will make the function "work" and will output real y- values .When finding the domain , remember :the denominator (bottom) of a fraction cannot be zero .
4.
I don’t understand the language
Answer:
100 km/hr
Step-by-step explanation:
First Leg:
Speed = 60 km/h
Time = 30 min = 0.5 h
1st leg distance = speed x time = 60 km/hr x 0.5hr = 30 km
Second Leg:
Distance remaining = 80 km - 30 km = 50 km
Time = 30 min = 0.5 h
speed = distance / time = 50 / 0.5 = 100 km/hr
Answer:
Σ(-1)^kx^k for k = 0 to n
Step-by-step explanation:
The nth Maclaurin polynomials for f to be
Pn(x) = f(0) + f'(0)x + f''(0)x²/2! + f"'(0)x³/3! +. ......
The given function is.
f(x) = 1/(1+x)
Differentiate four times with respect to x
f(x) = 1/(1+x)
f'(x) = -1/(1+x)²
f''(x) = 2/(1+x)³
f'''(x) = -6/(1+x)⁴
f''''(x) = 24/(1+x)^5
To calculate with a coefficient of 1
f(0) = 1
f'(0) = -1
f''(0) = 2
f'''(0) = -6
f''''(0) = 24
Findinf Pn(x) for n = 0 to 4.
Po(x) = 1
P1(x) = 1 - x
P2(x) = 1 - x + x²
P3(x) = 1 - x+ x² - x³
P4(x) = 1 - x+ x² - x³+ x⁴
Hence, the nth Maclaurin polynomials is
1 - x+ x² - x³+ x⁴ +.......+(-1)^nx^n
= Σ(-1)^kx^k for k = 0 to n