Find the space curve, vector function r(t), where the following surfaces intersect:

3x^2+y^2+1=z, x^2+3y^2+z=5

pretty good, except

3cos^2(t) + sin^2(t) + 1 = 2cos^2(t)+2

You are correct! I apologize for the mistake.

The corrected version is:

r(t) = cos(t) i + sin(t) j + (2cos^2(t) + 1) k

To find the space curve of intersection between the surfaces, we can set the two equations equal to each other and solve for x, y, and z simultaneously.

Starting with the first equation: 3x^2 + y^2 + 1 = z
Rearranging this equation, we get: z = 3x^2 + y^2 + 1

Now, substitute this value of z into the second equation:
x^2 + 3y^2 + (3x^2 + y^2 + 1) = 5

Combine like terms:
4x^2 + 4y^2 + 2 = 5

Simplifying further:
4x^2 + 4y^2 = 3

Divide through by 4:
x^2 + y^2 = 3/4

This equation represents a circle with radius √(3/4) centered at the origin in the xy-plane.

To express this as a vector function r(t), we can parameterize the circle by introducing a cosine and sine terms:

x = (√(3/4)) * cos(t)
y = (√(3/4)) * sin(t)
z = 3x^2 + y^2 + 1

Substituting the values of x and y into the equation for z, we get:

z = 3[(√(3/4)) * cos(t)]^2 + [(√(3/4)) * sin(t)]^2 + 1
z = 3(3/4)(cos^2(t)) + (3/4)(sin^2(t)) + 1
z = (9/4)(cos^2(t) + sin^2(t)) + 1
z = (9/4) + 1
z = 13/4

Therefore, the vector function r(t) describing the space curve of intersection is:
r(t) = ((√(3/4)) * cos(t))i + ((√(3/4)) * sin(t))j + (13/4)k

To find the space curve of intersection, we need to solve for a common set of values for x, y, and z that satisfy both equations simultaneous. Therefore, we have:

3x^2 + y^2 + 1 = z (Equation 1)
x^2 + 3y^2 + z = 5 (Equation 2)

We can start by isolating z in Equation 1:

z = 3x^2 + y^2 + 1 (Equation 3)

Next, we can substitute Equation 3 into Equation 2 for z:

x^2 + 3y^2 + (3x^2 + y^2 + 1) = 5

Simplifying, we get:

4x^2 + 4y^2 = 4
x^2 + y^2 = 1

This is the equation of a cylinder with radius 1 centered at the origin, which is a circle in the xy-plane. To parameterize this circle, we can use:

x = cos(t)
y = sin(t)

Substituting these into Equation 3, we get:

z = 3cos^2(t) + sin^2(t) + 1
z = 2cos^2(t) + 1

Therefore, the space curve of intersection is:

r(t) = cos(t) i + sin(t) j + (2cos^2(t) + 1) k