Skip to main content

Mathematics

HARDMath2

HARDMath2: 210 graduate-level applied-mathematics problems (asymptotic series, boundary layers, integrals, nonlinear ODEs/PDEs, WKB) built by students. Per-(model, problem, sample) correctness from a SymPy-based equivalence checker across GPT and Gemini model families.

210items
9subjects
96%observed
Modelsubject type
MITlicense
mathematicsdomain
reasoningdomain
textmodality

Response matrix

Every model, scored item by item.

Each row is an AI model and each column an item, ordered so the strongest models and easiest items gather toward one corner. 9 subjects × 210 items, 96% of cells evaluated.

Fit to width. Hover for subject & item; click a cell for details.

HARDMath2 response matrix: AI models (rows) against items (columns)
Correct (1)Incorrect (0)Unobserved

Scale: 1 = correct · 0 = incorrect

Sample items

What the questions look like — and how subjects answer.

A spread of items across the difficulty range, each shown with a few subjects' actual answers.

Item 10% solve rate

Find the WKB approximation up to the second leading order for the specific differential equation as x0x\to 0 x6y+y=0x^6 y''' + y = 0 with initial conditions at y(1)=1,y(1)=0,y(1)=0y(1)=1, y'(1)=0, y''(1)=0 as x0x\to 0. Give ONE final answer in terms of y and x and numbers in a \boxed{} latex environment.

How subjects answered

  • GPT-4o incorrect
    y(x)=a(1116x8)\boxed{y(x) = a \left(1 - \frac{1}{16} x^8 \right)}
  • GPT-4.1 incorrect
    y(x)13exp(23x2)+23cos(23x2)\boxed{ y(x) \approx \frac{1}{3} \exp\left(\frac{2}{3 x^2}\right) + \frac{2}{3} \cos\left(\frac{2}{3 x^2}\right) }
  • GPT-o1 incorrect

    A convenient way to see why the solution is exponentially small as x → 0 is to make the change of variables t = 1/x so that y(x) = Y(t) with t → ∞. One finds that, to leading orders in 1/t, the differential equation forces Y(t) to behave like

        -Y‴(t) + Y(t) = 0

    which has characteristic equation λ³ = 1. The three roots are

    1. λ = 1 (which gives a solution that blows up like e^(t) as t → ∞),
    2. λ = -1/2 ± i(√3)/2 (which give solutions that decay like e^(-t/2) times oscillations).

    Discarding the exponentially growing root (since we want y(x) finite as x → 0 ⇔ t → ∞) and allowing for the small additional 1/t-terms in the full ODE shows that the overall amplitude must behave like 1/t² for large t. Translating back to x = 1/t then gives, up to the first two “WKB orders” as x → 0,

    y(x) ≈ x² e^(-1/(2x)) [ A cos( (√3)/(2x) ) + B sin( (√3)/(2x) ) ].

    A single-expression real solution with amplitude and phase can also be written as
    y(x) ≈ C x² e^(-1/(2x)) cos( (√3)/(2x) - δ ).

    Either form is the standard “second-order” WKB approximation (the leading exponential factor together with the x² prefactor) for this third-order problem.

    Accordingly, a succinct final answer (with arbitrary real constants A, B) is:

    y(x)    x2e12x[Acos ⁣(32x)  +  Bsin ⁣(32x)].\boxed{y(x)\;\approx\;x^{2}\,e^{-\frac{1}{2x}}\Bigl[A\,\cos\!\bigl(\tfrac{\sqrt{3}}{2x}\bigr)\;+\;B\,\sin\!\bigl(\tfrac{\sqrt{3}}{2x}\bigr)\Bigr]}.
Item 20% solve rate

Find a uniformly valid approximation to the solution of ϵy2tan(x)y+y=0\epsilon y''-2 tan(x) y'+y=0 with boundary conditions y(1)=0,y(1)=1y(-1)=0, y(1)=1 in the limit ϵ=0\epsilon = 0. Use only the variables and constants given in the problem; do not define additional constants. Place your final solution in a \boxed{} LaTeX environment.

How subjects answered

  • GPT-4o incorrect

    \boxed{y(x) = (1)/(2) + (1)/(2) (1-tan^2(x) )}

  • GPT-4.1 incorrect
    y(x)=1xexp(1ϵ1stan(t)dt)ds11exp(1ϵ1stan(t)dt)ds\boxed{ y(x) = \frac{\int_{-1}^x \exp\left( \frac{1}{\epsilon} \int_{-1}^s \tan(t) dt \right) ds}{\int_{-1}^1 \exp\left( \frac{1}{\epsilon} \int_{-1}^s \tan(t) dt \right) ds} }
  • Gemini 2.5 Flash Thinking incorrect

    The given differential equation is ϵy2tan(x)y+y=0\epsilon y'' - 2 \tan(x) y' + y = 0 with boundary conditions y(1)=0y(-1)=0 and y(1)=1y(1)=1. This is a singular perturbation problem as ϵ0\epsilon \to 0.

    Let y0(x)y_0(x) be the outer solution, obtained by setting ϵ=0\epsilon=0: 2tan(x)y0+y0=0-2 \tan(x) y_0' + y_0 = 0. This is a first-order ODE. For x0x \neq 0, we can write y0y0=12tanx=cosx2sinx\frac{y_0'}{y_0} = \frac{1}{2\tan x} = \frac{\cos x}{2\sin x}. Integrating gives lny0=12lnsinx+C0\ln|y_0| = \frac{1}{2}\ln|\sin x| + C_0, so y0(x)=Csinxy_0(x) = C\sqrt{|\sin x|}.

    The coefficient a(x)=2tanxa(x) = -2\tan x is 00 at x=0x=0. For x[1,0)x \in [-1, 0), tanx<0\tan x < 0, so a(x)>0a(x) > 0. Boundary layers are typically at the left end of such an interval. For x(0,1]x \in (0, 1], tanx>0\tan x > 0, so a(x)<0a(x) < 0. Boundary layers are typically at the right end of such an interval.

    We analyze the problem by considering two approaches for the outer solution:

    1. The outer solution y0(x)=0y_0(x)=0. In this case, y0(1)=0y_0(-1)=0 satisfies the left boundary condition. The right boundary condition y(1)=1y(1)=1 is not satisfied by y0(1)=0y_0(1)=0. So, a boundary layer is needed at x=1x=1. The stretched coordinate at x=1x=1 is X=(1x)/ϵX = (1-x)/\epsilon. The original equation becomes, approximately, Y(X)2tan(1)(1/ϵ)Y(X)0Y''(X) - 2\tan(1) (-1/\epsilon) Y'(X) \approx 0, which simplifies to Y(X)+(2tan1)Y(X)0Y''(X) + (2\tan 1)Y'(X) \approx 0. The solution that decays as XX \to \infty (i.e. away from x=1x=1) is Y(X)=C1e2tan(1)X+C2Y(X) = C_1 e^{-2\tan(1)X} + C_2. Matching with the outer solution y0(1)=0y_0(1)=0: limXY(X)=0    C2=0\lim_{X\to\infty} Y(X) = 0 \implies C_2=0. Applying the boundary condition y(1)=1y(1)=1, which is Y(0)=1Y(0)=1: C1=1C_1=1. So the boundary layer solution at x=1x=1 is YR(X)=e2tan(1)XY_R(X) = e^{-2\tan(1)X}. The composite solution is y(x)y0(x)+YR((1x)/ϵ)limXYR(X)=0+e2tan(1)(1x)/ϵ0y(x) \approx y_0(x) + Y_R((1-x)/\epsilon) - \lim_{X\to\infty} Y_R(X) = 0 + e^{-2\tan(1)(1-x)/\epsilon} - 0. So, y(x)e2tan(1)(1x)/ϵy(x) \approx e^{-2\tan(1)(1-x)/\epsilon}. This solution satisfies y(1)=1y(1)=1. At x=1x=-1, y(1)e4tan(1)/ϵy(-1) \approx e^{-4\tan(1)/\epsilon}. Since tan(1)>0\tan(1) > 0, this is exponentially small, so y(1)0y(-1) \approx 0 is satisfied. This solution is uniformly valid if the true solution is indeed exponentially small for xx not close to 11. The vanishing of a(x)a(x) at x=0x=0 can sometimes lead to more complex behavior, but this exponential form is a common type of leading-order uniform approximation.

    2. Piecewise outer solution based on characteristics. The characteristics of the outer equation point from the boundaries x=±1x=\pm 1 towards x=0x=0 (since a(x)/x=2tanx/x<0a(x)/x = -2\tan x/x < 0 near x=0x=0). So y0(x)y_0(x) for x<0x<0 is determined by y(1)=0y(-1)=0: CLsin(1)=CLsin1=0    CL=0C_L \sqrt{-\sin(-1)} = C_L \sqrt{\sin 1} = 0 \implies C_L=0. So y0(x)=0y_0(x)=0 for x[1,0]x \in [-1,0]. And y0(x)y_0(x) for x>0x>0 is determined by y(1)=1y(1)=1: CRsin1=1    CR=1/sin1C_R \sqrt{\sin 1} = 1 \implies C_R=1/\sqrt{\sin 1}. So y0(x)=sinx/sin1y_0(x)=\sqrt{\sin x/\sin 1} for x(0,1]x \in (0,1]. This combined outer solution y_0(x) = $$\begin{cases} 0 & x \in [-1,0] \\ \sqrt{\frac{\sin x}{\sin 1}} & x \in (0,1] \end{cases}$$$ is continuous and satisfies both boundary conditions. However, y_0'(0^+) = \lim_{x\to 0^+} \frac{\cos x}{2\sqrt{\sin 1 \sin x}} …

Item 322% solve rate

Find a localized travelling wave solution (soliton) for the nonlinear partial differential equation uttuxx6(u2)xxuxxxx=0u_{tt} - u_{xx} - 6 (u^2)_{xx} - u_{xxxx}=0 subject to the condition that the maximum value is u(0,0)=12u(0,0) = \frac{1}{2}.

How subjects answered

  • Gemini 2.5 Flash Thinking correct

    We are looking for a travelling wave solution of the form u(x,t)=f(ξ)u(x,t) = f(\xi), where ξ=xct\xi = x-ct. Substituting this into the PDE uttuxx6(u2)xxuxxxx=0u_{tt} - u_{xx} - 6 (u^2)_{xx} - u_{xxxx}=0: c2f(ξ)f(ξ)6(f(ξ)2)f(ξ)=0c^2 f''(\xi) - f''(\xi) - 6 (f(\xi)^2)'' - f''''(\xi) = 0 (c21)f6(f2)f=0(c^2-1)f'' - 6(f^2)'' - f'''' = 0. We seek a localized solution, so we assume f(ξ)f(\xi) and its derivatives vanish as ξ|\xi| \to \infty. Integrating with respect to ξ\xi: (c21)f6(f2)f=K1(c^2-1)f' - 6(f^2)' - f''' = K_1. Since f,f,f,(f2)=2fff, f', f''', (f^2)' = 2ff' all go to zero as ξ|\xi| \to \infty, the integration constant K1=0K_1=0. So, (c21)f12fff=0(c^2-1)f' - 12ff' - f''' = 0. Integrating again with respect to ξ\xi: ((c21)12f)fdξf=K2\int ((c^2-1) - 12f) f' d\xi - f'' = K_2. This gives (c21)f6f2f=K2(c^2-1)f - 6f^2 - f'' = K_2. Again, since f,f0f, f'' \to 0 as ξ|\xi| \to \infty, the integration constant K2=0K_2=0. Thus, we obtain the ordinary differential equation: f=(c21)f6f2f'' = (c^2-1)f - 6f^2.

    We look for a solution of the form f(ξ)=A0sech2(kξ)f(\xi) = A_0 \text{sech}^2(k\xi). The derivatives are: f(ξ)=2kA0sech2(kξ)tanh(kξ)f'(\xi) = -2kA_0 \text{sech}^2(k\xi)\tanh(k\xi). f(ξ)=2kA0[2ksech2(kξ)tanh2(kξ)+ksech4(kξ)]f''(\xi) = -2kA_0 [-2k\text{sech}^2(k\xi)\tanh^2(k\xi) + k\text{sech}^4(k\xi)] f(ξ)=4k2A0sech2(kξ)tanh2(kξ)2k2A0sech4(kξ)f''(\xi) = 4k^2A_0 \text{sech}^2(k\xi)\tanh^2(k\xi) - 2k^2A_0 \text{sech}^4(k\xi). Using tanh2(z)=1sech2(z)\tanh^2(z) = 1-\text{sech}^2(z): f(ξ)=4k2A0sech2(kξ)(1sech2(kξ))2k2A0sech4(kξ)f''(\xi) = 4k^2A_0 \text{sech}^2(k\xi)(1-\text{sech}^2(k\xi)) - 2k^2A_0 \text{sech}^4(k\xi) f(ξ)=4k2A0sech2(kξ)4k2A0sech4(kξ)2k2A0sech4(kξ)f''(\xi) = 4k^2A_0 \text{sech}^2(k\xi) - 4k^2A_0 \text{sech}^4(k\xi) - 2k^2A_0 \text{sech}^4(k\xi) f(ξ)=4k2A0sech2(kξ)6k2A0sech4(kξ)f''(\xi) = 4k^2A_0 \text{sech}^2(k\xi) - 6k^2A_0 \text{sech}^4(k\xi). Substitute this into the ODE f=(c21)f6f2f'' = (c^2-1)f - 6f^2: 4k2A0sech2(kξ)6k2A0sech4(kξ)=(c21)A0sech2(kξ)6A02sech4(kξ)4k^2A_0 \text{sech}^2(k\xi) - 6k^2A_0 \text{sech}^4(k\xi) = (c^2-1)A_0 \text{sech}^2(k\xi) - 6A_0^2 \text{sech}^4(k\xi). Comparing the coefficients of sech2(kξ)\text{sech}^2(k\xi) and sech4(kξ)\text{sech}^4(k\xi):

    1. 4k2A0=(c21)A0    4k2=c214k^2A_0 = (c^2-1)A_0 \implies 4k^2 = c^2-1 (assuming A00A_0 \neq 0).
    2. 6k2A0=6A02    k2=A0-6k^2A_0 = -6A_0^2 \implies k^2 = A_0 (assuming A00A_0 \neq 0).

    We are given the condition u(0,0)=12u(0,0) = \frac{1}{2}. For f(ξ)=A0sech2(kξ)f(\xi) = A_0 \text{sech}^2(k\xi), the maximum value is A0A_0 at ξ=0\xi=0. The condition u(0,0)=12u(0,0)=\frac{1}{2} implies f(0)=A0=12f(0) = A_0 = \frac{1}{2}. Using A0=k2A_0 = k^2, we get k2=12k^2 = \frac{1}{2}. We can choose k=12k = \frac{1}{\sqrt{2}} (the sign of kk can be absorbed in ξ\xi, as sech2(z)=sech2(z)\text{sech}^2(-z)=\text{sech}^2(z)). Using 4k2=c214k^2 = c^2-1, we get 4(12)=c21    2=c21    c2=34\left(\frac{1}{2}\right) = c^2-1 \implies 2 = c^2-1 \implies c^2=3. So c=±3c = \pm\sqrt{3}. Thus, the travelling wave solutions are u(x,t)=12sech2(x3t2)u(x,t) = \frac{1}{2} \text{sech}^2\left(\frac{x \mp \sqrt{3}t}{\sqrt{2}}\right). We can write these two solutions using sech(z)=1/cosh(z)\operatorname{sech}(z) = 1/\cosh(z).

    12sech2(x3t2);12sech2(x+3t2)\boxed{\frac{1}{2} \operatorname{sech}^2\left(\frac{x-\sqrt{3}t}{\sqrt{2}}\right); \frac{1}{2} \operatorname{sech}^2\left(\frac{x+\sqrt{3}t}{\sqrt{2}}\right)}

  • Gemini 2.5 Pro Preview correct

    Let the given partial differential equation be uttuxx6(u2)xxuxxxx=0u_{tt} - u_{xx} - 6 (u^2)_{xx} - u_{xxxx}=0 We seek a travelling wave solution of the form u(x,t)=f(ξ)u(x,t) = f(\xi), where ξ=xct\xi = x-ct for some wave speed cc. The partial derivatives are: ut=cf(ξ)u_t = -c f'(\xi) utt=c2f(ξ)u_{tt} = c^2 f''(\xi) ux=f(ξ)u_x = f'(\xi) uxx=f(ξ)u_{xx} = f''(\xi) uxxxx=f(ξ)u_{xxxx} = f''''(\xi) Also, (u2)xx=(f2)(u^2)_{xx} = (f^2)''. Substituting these into the PDE yields an ODE for f(ξ)f(\xi): c2ff6(f2)f=0c^2 f'' - f'' - 6 (f^2)'' - f'''' = 0 (c21)f6(f2)f=0(c^2-1)f'' - 6(f^2)'' - f'''' = 0 For a localized solution (soliton), we assume that ff and its derivatives vanish as ξ|\xi| \to \infty. Integrating the equation twice with respect to ξ\xi and using these boundary conditions (so the integration constants are zero), we get: (c21)f6f2f=0(c^2-1)f - 6f^2 - f'' = 0 Rearranging, we have: f=(c21)f6f2f'' = (c^2-1)f - 6f^2 Let A=c21A = c^2-1 and B=6B=6. The equation is f=AfBf2f'' = Af - Bf^2. To solve this, we multiply by ff': ff=AffBf2ff'f'' = A f f' - B f^2 f' Integrating with respect to ξ\xi: 12(f)2=A2f2B3f3+E\frac{1}{2}(f')^2 = \frac{A}{2}f^2 - \frac{B}{3}f^3 + E Using the boundary conditions f0f \to 0 and f0f' \to 0 as ξ|\xi| \to \infty, we find E=0E=0. So, (f)2=Af22B3f3=f2(A2B3f)(f')^2 = Af^2 - \frac{2B}{3}f^3 = f^2\left(A - \frac{2B}{3}f\right). We are given that u(0,0)=1/2u(0,0) = 1/2 is the maximum value. For u(x,t)=f(xct)u(x,t)=f(x-ct), this means f(0)=1/2f(0)=1/2 is the maximum value. At a maximum, f(0)=0f'(0)=0. Since f(0)=1/20f(0)=1/2 \ne 0, we must have: A2B3f(0)=0A - \frac{2B}{3}f(0) = 0 Substitute f(0)=1/2f(0)=1/2, A=c21A=c^2-1, and B=6B=6: (c21)2(6)3(12)=0(c^2-1) - \frac{2(6)}{3}\left(\frac{1}{2}\right) = 0 (c21)4(12)=0(c^2-1) - 4\left(\frac{1}{2}\right) = 0 (c21)2=0(c^2-1) - 2 = 0 So, c21=2c^2-1 = 2, which implies c2=3c^2=3, and c=±3c=\pm\sqrt{3}. The ODE for ff is now f=2f6f2f'' = 2f - 6f^2. The standard solution for f=AfBf2f'' = Af - Bf^2 that is localized is f(ξ)=Psech2(Qξ)f(\xi) = P \mathrm{sech}^2(Q\xi). The maximum value is P=f(0)P = f(0). So P=1/2P=1/2. Let's substitute f(ξ)=Psech2(Qξ)f(\xi) = P \mathrm{sech}^2(Q\xi) into f=AfBf2f'' = Af - Bf^2: f(ξ)=2PQsech2(Qξ)tanh(Qξ)f'(\xi) = -2PQ \mathrm{sech}^2(Q\xi)\tanh(Q\xi). f(ξ)=2PQ[2Qsech2(Qξ)tanh2(Qξ)+Qsech4(Qξ)]f''(\xi) = -2PQ [-2Q \mathrm{sech}^2(Q\xi)\tanh^2(Q\xi) + Q \mathrm{sech}^4(Q\xi)]. Using tanh2(Qξ)=1sech2(Qξ)\tanh^2(Q\xi) = 1-\mathrm{sech}^2(Q\xi): f(ξ)=2PQ2[2sech2(Qξ)(1sech2(Qξ))+sech4(Qξ)]=2PQ2[2sech2(Qξ)+3sech4(Qξ)]f''(\xi) = -2PQ^2 [-2 \mathrm{sech}^2(Q\xi)(1-\mathrm{sech}^2(Q\xi)) + \mathrm{sech}^4(Q\xi)] = -2PQ^2 [-2 \mathrm{sech}^2(Q\xi) + 3 \mathrm{sech}^4(Q\xi)]. f(ξ)=4PQ2sech2(Qξ)6PQ2sech4(Qξ)f''(\xi) = 4PQ^2 \mathrm{sech}^2(Q\xi) - 6PQ^2 \mathrm{sech}^4(Q\xi). Comparing this with AfBf2=APsech2(Qξ)BP2sech4(Qξ)Af - Bf^2 = AP \mathrm{sech}^2(Q\xi) - BP^2 \mathrm{sech}^4(Q\xi): Equating coefficients of sech2(Qξ)\mathrm{sech}^2(Q\xi): 4PQ2=AP    4Q2=A4PQ^2 = AP \implies 4Q^2 = A. Equating coefficients of sech4(Qξ)\mathrm{sech}^4(Q\xi): 6PQ2=BP2    6Q2=BP6PQ^2 = BP^2 \implies 6Q^2 = BP. We have A=c21=2A=c^2-1=2, B=6B=6, and P=1/2P=1/2. From 4Q2=A4Q^2=A: 4Q2=2    Q2=1/2    Q=1/2=2/24Q^2=2 \implies Q^2=1/2 \implies Q = 1/\sqrt{2} = \sqrt{2}/2. (The other equation 6Q2=BP6Q^2=BP gives 6(1/2)=6(1/2)    3=36(1/2) = 6(1/2) \implies 3=3, which is consistent.) So the solution for f(ξ)f(\xi) is: f(ξ)=12sech2(ξ2)f(\xi) = \frac{1}{2} \mathrm{sech}^2\left(\frac{\xi}{\sqrt{2}}\right) Since ξ=xct\xi=x-ct and c=±3c=\pm\sqrt{3}, the travelling wave solutions are:

  • GPT-o3 incorrect

    \boxed{\dfrac12 sech^2 ((x-\sqrt3 t)/(\sqrt2) ); \dfrac12 sech^2 ((x+\sqrt3 t)/(\sqrt2) )}

Item 444% solve rate

Find a uniformly valid approximation to the solution of ϵy+(1+x2)yy=0\epsilon y'' + (1 + x^2) y' - y = 0 with boundary conditions y(0)=1,y(1)=2y(0) = 1, y(1) = 2 in the limit ϵ=0\epsilon = 0 from the positive direction. Use only the variables and constants given in the problem; do not define additional constants. Place your final solution in a \boxed{} LaTeX environment.

How subjects answered

  • gpt-o3-mini correct
    y(x)=2exp(arctanxπ4)+(12exp(π4))exp(xϵ)\boxed{y(x)=2\exp\Bigl(\arctan x-\frac{\pi}{4}\Bigr)+\Bigl(1-2\exp\Bigl(-\frac{\pi}{4}\Bigr)\Bigr)\exp\Bigl(-\frac{x}{\epsilon}\Bigr)}
  • GPT-o3 correct

    \boxed{2e^{-π/4}e^{\arctan x}+ (1-2e^{-π/4} )e^{-x/ε}}

  • GPT-o1 incorrect
    earctanx  +  (2earctan(1))0xexp ⁣(1ϵ[t+t33])dt01exp ⁣(1ϵ[t+t33])dt\boxed{ e^{\arctan x} \;+\; \bigl(2 - e^{\arctan(1)}\bigr)\, \frac{\displaystyle \int_{0}^{x} \exp\!\Bigl(-\tfrac{1}{\epsilon}\bigl[t+\tfrac{t^{3}}{3}\bigr]\Bigr)\,dt} {\displaystyle \int_{0}^{1} \exp\!\Bigl(-\tfrac{1}{\epsilon}\bigl[t+\tfrac{t^{3}}{3}\bigr]\Bigr)\,dt} }
Item 556% solve rate

Find the leading order WKB approximation for the specific differential equation: ϵ2y=ycosh2x\epsilon^2 y'' = y \cosh^2 x with initial conditions at y(0)=0;y(0)=1y(0) = 0; y'(0) = 1 where ϵ\epsilon is a small positive parameter (0<ϵ1)0 < \epsilon \ll 1). Give your final answer in a \boxed latex environment.

How subjects answered

  • gpt-o3-mini correct

    \boxed{y(x)∼ε \frac{1}{√(\cosh x)}\sinh\Bigl((\sinh x)/(ε)\Bigr)}

  • gpt-o4-mini correct

    \boxed{\frac{ε}{√(\cosh x)}\sinh \bigl((\sinh x)/(ε)\bigr)}

  • GPT-o3 incorrect

    \boxed{\dfrac{ε \sinh ((\sinh x)/(ε) )}{√(\cosh x)}}

Item 6100% solve rate

Find the leading order WKB approximation for the specific differential equation: ϵy+y=0\epsilon y'' + y = 0 with initial conditions at y(0)=0,y(1)=1y(0) = 0, y(1) = 1 where ϵ\epsilon is a small positive parameter (0<ϵ1)0 < \epsilon \ll 1). Give your final answer in a \boxed latex environment.

How subjects answered

  • GPT-4o correct

    \boxed{sin (\frac{x}{√(ε)} ) / sin (\frac{1}{√(ε)} )}

  • GPT-4.1 correct
    y(x)sin(xϵ)sin(1ϵ)\boxed{ y(x) \approx \frac{\sin \left( \frac{x}{\sqrt{\epsilon}} \right)}{\sin \left( \frac{1}{\sqrt{\epsilon}} \right)} }
  • GPT-o1 correct
    sin ⁣(xϵ)sin ⁣(1ϵ)\boxed{\frac{\sin\!\bigl(\tfrac{x}{\sqrt{\epsilon}}\bigr)}{\sin\!\bigl(\tfrac{1}{\sqrt{\epsilon}}\bigr)}}

Subjects

The models, agents, and reward models evaluated.

9 subjects, ranked by mean response (accuracy) across this benchmark's items.

  1. 1Gemini 2.5 Flash Thinking0.56
  2. 2Gemini 2.5 Pro Preview0.524
  3. 3GPT-o30.448
  4. 4GPT-o10.395
  5. 5gpt-o3-mini0.352
  6. 6gpt-o4-mini0.311
  7. 7GPT-4.10.058
  8. 8Gemini 2.0 flash0.047
  9. 9GPT-4o0.033