D
Due to the question being the question
Answer:
C. The graph of G(x) is the graph of F(x) flipped over the y-axis and compressed vertically.
Step-by-step explanation:
The negative in front of the 2 made the function flip over the y-axis. While the 2, compressed the function a little, making it so the function touched 2, vertically.
Answer:
1`. y = 4x+6
2. y = -6x + 29
3. y= 3x+1
4. y = x -2
5. y = 11.5x+ 3
6. y = -2x -4
Step-by-step explanation:
Answer:
A
Step-by-step explanation:
Plug in values
We know that x=4 and y= -8
just plug in numbers until one is correct
4-4(-8)=36
4+32=36
36=36
the answer is A
Answer:
y(t) = c₁ e^(-1/2 t) cos(√3/2 t) + c₂ e^(-1/2 t) sin(√3/2 t) + 1
Step-by-step explanation:
y" + y' + y = 1
This is a second order nonhomogenous differential equation with constant coefficients.
First, find the roots of the complementary solution.
y" + y' + y = 0
r² + r + 1 = 0
r = [ -1 ± √(1² − 4(1)(1)) ] / 2(1)
r = [ -1 ± √(1 − 4) ] / 2
r = -1/2 ± i√3/2
These roots are complex, so the complementary solution is:
y = c₁ e^(-1/2 t) cos(√3/2 t) + c₂ e^(-1/2 t) sin(√3/2 t)
Next, assume the particular solution has the form of the right hand side of the differential equation. In this case, a constant.
y = c
Plug this into the differential equation and use undetermined coefficients to solve:
y" + y' + y = 1
0 + 0 + c = 1
c = 1
So the total solution is:
y(t) = c₁ e^(-1/2 t) cos(√3/2 t) + c₂ e^(-1/2 t) sin(√3/2 t) + 1
To solve for c₁ and c₂, you need to be given initial conditions.