a simple harmonic oscillator consists of a block of mass 2 kg attached to a spring of spring constant 100 N/m. when t=1 s, the position and velocity of the block are x=.129 m and v=3.415 m/s.

A) what is the amplitude
i figured that out and got sqrt(50)
B) what is the position at t=0
C) what is the velocity at t=0

Get the amplitude A from

(1/2)kx^2 + (1/2)m v^2 = (1/2) k A^2
where x and v are the displacement and velocity at any time, t.
50*(0.129)^2 + 1*(3.415)^2 = 50*A^2
50 A^2 = 12.49
A = 0.500 m
That does not agreee with your result. sqrt 50 is the angular frequency in Hz, NOT the amplitude A.

Next write the displacement as
x = A sin (wt + phi)
where w is the angular frequency
w = sqrt (k/m) = 7.071 rad/s
This and the displacement at t=1 will let you solve for the phase angle phi, and then the amplitude whan t = 0.
For the velocity at t=0,
v = dx/dt = w A cos (wt + phi)
Use the same value of phi.

To find the position at t=0 and the velocity at t=0 of the simple harmonic oscillator, we need to understand the behavior of the oscillator.

The equation of motion for a simple harmonic oscillator can be given as:

x(t) = A * cos(ωt + φ)

where:
x(t) is the position of the block at time t,
A is the amplitude of the oscillator,
ω is the angular frequency of the oscillator,
φ is the phase constant.

A) Amplitude:
The amplitude of the oscillator is the maximum displacement from the equilibrium position. In this case, the amplitude can be calculated using the given position of the block at t=1s:

x = 0.129 m

Since the block is at the maximum displacement at t=1s, the amplitude is equal to the absolute value of x:

A = |x| = 0.129 m

B) Position at t=0:
To find the position at t=0, we can substitute t=0 into the equation of motion:

x(t) = A * cos(ωt + φ)

At t=0:

x(0) = A * cos(ω * 0 + φ)
x(0) = A * cos(φ)

Since cos(φ) can take any value between -1 and 1, we need more information to determine the exact value of x(0). The given information does not provide the phase constant (φ) or the initial condition at t=0.

C) Velocity at t=0:
The velocity of the block can be found by taking the derivative of the position function with respect to time:

v(t) = -A * ω * sin(ωt + φ)

At t=0:

v(0) = -A * ω * sin(ω * 0 + φ)
v(0) = -A * ω * sin(φ)

Similar to the position at t=0, we need more information to determine the exact value of v(0) as the given information does not provide the phase constant (φ) or the initial condition at t=0.

Please provide additional information if available to find the position and velocity at t=0.

To solve parts B and C of the problem, we need to use the equations of motion for a simple harmonic oscillator.

The general equation for the displacement of a simple harmonic oscillator is given by x(t) = A * cos(ωt + φ), where:
- x(t) is the displacement of the oscillator at time t,
- A is the amplitude of the oscillator,
- ω is the angular frequency of the oscillator, and
- φ is the phase constant.

The equation for the velocity of the oscillator is given by v(t) = -A * ω * sin(ωt + φ), where:
- v(t) is the velocity of the oscillator at time t.

Now let's solve parts B and C step by step:

B) To find the position at t = 0, we substitute t = 0 into the equation x(t). Since the cosine of 0 is 1, we have:

x(0) = A * cos(ω * 0 + φ)
x(0) = A * cos(φ)

To find x(0), we need to determine φ. We can use the information given for t = 1 s. We are given that at t = 1 s, x = 0.129 m and v = 3.415 m/s.

First, let's find ω. The angular frequency ω is related to the spring constant k and mass m of the oscillator by the equation: ω = √(k / m).

ω = √(100 N/m / 2 kg)
ω = 10 rad/s

Next, let's use the given information to find φ. At t = 1 s, x = 0.129 m and v = 3.415 m/s. Substituting these values into the equations, we have:

0.129 m = A * cos(10 rad/s * 1 s + φ)
3.415 m/s = -A * 10 rad/s * sin(10 rad/s * 1 s + φ)

From the first equation, we can isolate the cos(φ) term:

cos(φ) = 0.129 m / A

Now we can substitute this value into the second equation:

3.415 m/s = -A * 10 rad/s * sin(10 rad/s * 1 s + φ)
3.415 m/s = -10 A rad/s * sin(10 rad/s * 1 s) * cos(φ) - 10 A rad/s * cos(10 rad/s * 1 s) * sin(φ)
3.415 m/s = -10 A rad/s * sin(φ) * (cos(φ)) - 10 A rad/s * 0 * sin(φ)
3.415 m/s = -10 A rad/s * sin(φ) * (0 - cos²(φ))
3.415 m/s = 10 A rad/s * cos²(φ) * sin(φ)

Dividing the second equation by the first equation:

(3.415 m/s) / (0.129 m / A) = (10 A rad/s * cos²(φ) * sin(φ)) / (cos(φ))
26.5116 / 0.129 = 10 A rad/s * cos(φ) * sin(φ)

Rearranging the equation:

26.5116 / 0.129 = 10 A rad/s * sin(φ)

Simplifying:

204.9628 = A * sin(φ)

To find φ, we can use the inverse sine function (sin^(-1)):

φ = sin^(-1)(204.9628 / A)

Now that we know φ, we can calculate x(0) by substituting φ into the equation x(0) = A * cos(φ):

x(0) = A * cos(sin^(-1)(204.9628 / A))

C) To find the velocity at t = 0, we substitute t = 0 into the equation v(t). Since the sine of 0 is 0, we have:

v(0) = -A * ω * sin(ω * 0 + φ)
v(0) = 0

Therefore, the velocity of the block at t = 0 is 0 m/s.