A canoe has a velocity of 0.480m/s southeast relative to the earth. The canoe is on a river that is flowing at 0.510m/s east relative to the earth. Find the magnitude of the velocity (V(C/R)) of the canoe relative to the river. Also, find the direction of the velocity of the canoe relative to the river.

The picture shows V(R/E) pointing east along the x-axis and V(C/E)pointing southeast, 45 degrees below the x-axis.

What I've tried to do:
V(C/R) = ?
V(C/E) = 0.48 m/s SE
V(R/E) = 0.51 m/s E
V(C/R) = V(C/E) - V(R/E)
Then I split each into their x and y components and added the x's together and y's together and took the square root of the sum of the squares:
V(C/E)---------------x: 0.48 cos 45----------------y: 0.48 sin 45
V(R/E)---------------x: 0.51 cos 0 -------------------y: 0.51 sin 0
Added together---x's: 0.849411-------------------y's: -0.339411
Sqrt(0.849411^2 + 0.339411^2) = 0.914712
So shouldn't this be my answer? What am I doing wrong?
Help please!

This is online homework and here are my answers that I've tried so far along with any feedback that they have given me:
0.172 m/s WRONG
0.361 m/s WRONG A vector that points southeast is inclined 45 degrees south of east
0.915 m/s WRONG Recall that the velocity of the canoe relative to the earth is equal to the sum of its velocity relative to the river and the velocity of the river current relative to the earth.
0.914 m/s WRONG

The answer is Vc/r = 0.380 m/s at 63.3 degrees south of west

To find the magnitude of the velocity of the canoe relative to the river (V(C/R)), you are correct in using the formula V(C/R) = V(C/E) - V(R/E), where V(C/E) is the velocity of the canoe relative to the earth and V(R/E) is the velocity of the river relative to the earth.

You correctly calculated the x and y components of V(C/E) and V(R/E):

V(C/E): x = 0.48 m/s * cos(45°) = 0.3394 m/s
y = 0.48 m/s * sin(45°) = 0.3394 m/s
V(R/E): x = 0.51 m/s * cos(0°) = 0.51 m/s
y = 0.51 m/s * sin(0°) = 0 m/s

Now, to find V(C/R), you need to subtract the x and y components of V(R/E) from the x and y components of V(C/E):

V(C/R): x = 0.3394 m/s - 0.51 m/s = -0.1706 m/s
y = 0.3394 m/s - 0 m/s = 0.3394 m/s

Finally, calculate the magnitude of V(C/R) using the Pythagorean theorem:

|V(C/R)| = sqrt((-0.1706 m/s)^2 + (0.3394 m/s)^2) ≈ 0.381 m/s

So, the magnitude of the velocity of the canoe relative to the river is approximately 0.381 m/s.

Now, to find the direction of V(C/R), you can use the inverse tangent function:

angle = atan(y/x) = atan(0.3394 m/s / -0.1706 m/s) ≈ -63.7°

Since the angle is negative, you can add 180° to get the direction relative to the positive x-axis:

angle = -63.7° + 180° = 116.3°

Therefore, the direction of the velocity of the canoe relative to the river is approximately 116.3° counterclockwise from the positive x-axis.

Make sure to double-check your calculations and angles to see if any rounding errors caused the previous answers to be marked as incorrect.