When a rocket is moving at a constant speed, it has a relativistic mass that is 60 percent greater than its rest mass.

Find the speed of the rocket.

****
So far, I tried using the relativistic mass equation..

0.6m = mv / square root 1-(v/c)2

what did you get when you used that formula??

whoops..

wrote it wrong.. should be..

0.6m = (mv) / (square root 1 - (v/c)^2)

and that's as far as i got.. i don't know what to do from there or if it's the right equation :S

The relativistic mass is 1.6 times the rest mass. The rest mass cancels out.

1.6 = 1/sqrt[1 - (v/c)^2]
sqrt[1 - (v/c)^2] = 5/8
1 - (v/c)^2 = (5/8)^2 = 25/64
(v/c)^2 = 39/64
v/c = 0.781

To find the speed of the rocket, we can use the equation you mentioned, which relates the relativistic mass to the rest mass and velocity. However, in order to solve for the speed, we need to rearrange the equation and solve for v.

Starting with the equation you provided:

0.6m = mv / sqrt(1 - (v/c)^2)

To simplify, we can multiply both sides of the equation by sqrt(1 - (v/c)^2):

0.6m * sqrt(1 - (v/c)^2) = mv

Next, we can square both sides of the equation to eliminate the square root:

(0.6m * sqrt(1 - (v/c)^2))^2 = (mv)^2

Expanding the left side of the equation:

0.6^2 * m^2 * (1 - (v/c)^2) = m^2 * v^2

Simplifying further:

0.36 * (1 - (v/c)^2) = v^2

Distributing 0.36 on the left side:

0.36 - 0.36 * (v/c)^2 = v^2

Rearranging the equation:

0.36 = v^2 + 0.36 * (v/c)^2

Combining like terms:

0 = v^2 + 0.36 * (v/c)^2 - 0.36

Now, we have a quadratic equation in terms of v. Rearranging it into standard form:

v^2 + 0.36 * (v/c)^2 - 0.36 = 0

To solve this quadratic equation, we can use the quadratic formula:

v = (-b ± sqrt(b^2 - 4ac)) / (2a)

In this case, a = 1, b = 0.36 * (1/c^2), and c = -0.36. Plugging these values into the quadratic formula:

v = (-(0.36 * (1/c^2)) ± sqrt((0.36 * (1/c^2))^2 - 4 * 1 * (-0.36))) / (2 * 1)

Simplifying:

v = (-0.36/c^2 ± sqrt((0.36/c^2)^2 + 1.44)) / 2

Now, you can substitute the value of c (speed of light) to find the speed of the rocket.