| 模型 | 模型答案 | 正确答案 |
|---|---|---|
| 金声玉亮2.0 | B. pi The parametric equations x = cos t and y = sin t represent a circle of radius 1 centered at the origin. The parameter t represents the angle between the positive x-axis and the point (x, y) on the circle. The length of the curve can be found using the formula for the arc length of a parametric curve: L = ∫[√((dx/dt)^2 + (dy/dt)^2)] dt In this case, dx/dt = -sin t and dy/dt = cos t, so: L = ∫[√((-sin t)^2 + (cos t)^2)] dt = ∫[√(sin^2 t + cos^2 t)] dt = ∫[√(1)] dt = ∫[1] dt = t |0 to π = π - 0 = π Therefore, the length of the curve is π, which is option B. |
B |
| deepseekr1 | The curve is parameterized by \( x = \cos t \) and \( y = \sin t \) for \( 0 \leq t \leq \pi \), which traces the upper semicircle of the unit circle. The arc length formula for parametric equations is: \[ \text{Length} = \int_{0}^{\pi} \sqrt{\left(\frac{dx}{dt}\right)^2 + \left(\frac{dy}{dt}\right)^2} \, dt \] Calculating the derivatives: \[ \frac{dx}{dt} = -\sin t, \quad \frac{dy}{dt} = \cos t \] Substituting into the integrand: \[ \sqrt{(-\sin t)^2 + (\cos t)^2} = \sqrt{\sin^2 t + \cos^2 t} = \sqrt{1} = 1 \] Thus, the integral simplifies to: \[ \int_{0}^{\pi} 1 \, dt = \pi \] The curve is a semicircle with length \( \pi \). **Answer: B** |
B |
| gpto1 | B | B |
| GPT-4o | B. pi | B |
| llama3.1-70B-Instruct | B |
B |
| llama3.1-405B-Instruct | B. The curve is a semicircle with radius 1, so its length is half the circumference of a circle with radius 1, which is pi. The best answer is B. |
B |
| DeepSeek-Coder-V2 | B. pi | B |
| Qwen2-72B-Instruct | B. pi | B |
| baichuan4 | The length of a parametric curve x = x(t), y = y(t) over an interval [a, b] is given by the integral: L = ∫[a,b] √((dx/dt)² + (dy/dt)²) dt For the given parametric equations x = cos(t) and y = sin(t), we have: dx/dt = -sin(t) dy/dt = cos(t) Substituting these derivatives into the integral formula for arc length gives: L = ∫[0,π] √((-sin(t))² + (cos(t))²) dt = ∫[0,π] √(sin²(t) + cos²(t)) dt = ∫[0,π] √(1) dt (since sin²(t) + cos²(t) = 1) = ∫[0,π] dt = [t] from 0 to π = π - 0 = π So, the length of the curve is π. Answer: B. pi |
B |
| doubao | B The parametric equations x = cos t and y = sin t represent a unit circle. For 0 <= t <= π, it is a semicircle. The circumference of a full circle is 2πr (where r = 1 for a unit circle), so the length of a semicircle is π. |
B |
| minimax | The curve described by the parametric equations x = cos t and y = sin t, where 0 ≤ t ≤ π, represents the upper half of the unit circle. The length of this curve is half the circumference of the unit circle. The circumference of the unit circle is 2π, so half of this is π. Therefore, the correct answer is: B. π |
B |
| kimi | To find the length of the curve given by the parametric equations \( x = \cos t \) and \( y = \sin t \) for \( 0 \leq t \leq \pi \), we can use the formula for the arc length of a curve in the plane: \[ L = \int_{a}^{b} \sqrt{\left(\frac{dx}{dt}\right)^2 + \left(\frac{dy}{dt}\right)^2} \, dt \] For the given parametric equations, we have: \[ \frac{dx}{dt} = -\sin t \quad \text{and} \quad \frac{dy}{dt} = \cos t \] Plugging these into the arc length formula, we get: \[ L = \int_{0}^{\pi} \sqrt{(-\sin t)^2 + (\cos t)^2} \, dt \] Since \( (-\sin t)^2 + (\cos t)^2 = \sin^2 t + \cos^2 t = 1 \), the integral simplifies to: \[ L = \int_{0}^{\pi} \sqrt{1} \, dt = \int_{0}^{\pi} 1 \, dt \] Evaluating this integral gives us: \[ L = \left. t \right|_{0}^{\pi} = \pi - 0 = \pi \] Therefore, the length of the curve is \( \pi \), which corresponds to option B. |
B |
| wenxinyiyan | B Explanation: The curve with parametric equations $x = \cos t$ and $y = \sin t$, where $0 \leq t \leq \pi$, represents a semicircle with radius 1. The length of a curve with parametric equations $x = f(t)$ and $y = g(t)$, from $t = a$ to $t = b$, is given by $L = \int_{a}^{b} \sqrt{\left(\frac{dx}{dt}\right)^2 + \left(\frac{dy}{dt}\right)^2} \, dt$In this case, we have $\frac{dx}{dt} = -\sin t$ and $\frac{dy}{dt} = \cos t$. So, the length of the curve is $L = \int_{0}^{\pi} \sqrt{(-\sin t)^2 + (\cos t)^2} \, dt$Since $\sin^2 t + \cos^2 t = 1$, the integral becomes $L = \int_{0}^{\pi} \sqrt{1} \, dt = \int_{0}^{\pi} 1 \, dt = [\pi - 0] = \pi$ |
B |
| zhipu | To determine the length of the curve defined by the parametric equations \( x = \cos t \) and \( y = \sin t \) for \( 0 \leq t \leq \pi \), we need to use the formula for the arc length of a parametric curve: \[ L = \int_{a}^{b} \sqrt{\left( \frac{dx}{dt} \right)^2 + \left( \frac{dy}{dt} \right)^2} \, dt \] First, we compute the derivatives of \( x \) and \( y \) with respect to \( t \): \[ \frac{dx}{dt} = -\sin t \] \[ \frac{dy}{dt} = \cos t \] Next, we substitute these derivatives into the arc length formula: \[ L = \int_{0}^{\pi} \sqrt{(-\sin t)^2 + (\cos t)^2} \, dt \] Simplify the integrand: \[ L = \int_{0}^{\pi} \sqrt{\sin^2 t + \cos^2 t} \, dt \] Using the Pythagorean identity \( \sin^2 t + \cos^2 t = 1 \): \[ L = \int_{0}^{\pi} \sqrt{1} \, dt \] \[ L = \int_{0}^{\pi} 1 \, dt \] Now, integrate: \[ L = [t]_{0}^{\pi} \] \[ L = \pi - 0 \] \[ L = \pi \] Therefore, the length of the curve is \( \pi \). The correct answer is: B. \(\pi\) |
B |
| gpto1 | B | B |
| deepseekv3 | The given parametric equations are \( x = \cos t \) and \( y = \sin t \), with \( 0 \leq t \leq \pi \). This represents a semicircle of radius 1 in the upper half of the xy-plane. The length of a curve defined by parametric equations \( x(t) \) and \( y(t) \) from \( t = a \) to \( t = b \) is given by the integral: \[ L = \int_{a}^{b} \sqrt{\left(\frac{dx}{dt}\right)^2 + \left(\frac{dy}{dt}\right)^2} \, dt \] First, compute the derivatives of \( x \) and \( y \): \[ \frac{dx}{dt} = -\sin t, \quad \frac{dy}{dt} = \cos t \] Now, substitute these into the formula for the length: \[ L = \int_{0}^{\pi} \sqrt{(-\sin t)^2 + (\cos t)^2} \, dt = \int_{0}^{\pi} \sqrt{\sin^2 t + \cos^2 t} \, dt \] Since \( \sin^2 t + \cos^2 t = 1 \), the integrand simplifies to 1: \[ L = \int_{0}^{\pi} 1 \, dt = \pi \] Thus, the length of the curve is \( \pi \). The correct answer is **B**. |
B |