math-ai/BlueMO
BlueMO 🚀 BlueMO: A Comprehensive Collection of Challenging Mathematical Olympiad Problems from the Little Blue Book Series BlueMO is a comprehensive and challenging dataset comprising mathematical olympiad problems paired with detailed solutions, meticulously curated from the esteemed "Little Blue Book" (小蓝书) series (Second Edition)—a vital resource for Chinese students training for national and international olympiad math competitions. Designed to… See the full description on the dataset page: https://huggingface.co/datasets/math-ai/BlueMO.
39.7k
1{2 "source_file": "./raw_volume-zh/volume2/exercise3.tex",3 "problem_type": "calculation",4 "problem": "问题6. 设 $a 、 b$ 分别是方程 $\\log _2 x+x-3=0$ 和 $2^x+x-3=0$ 的根, 求 $a+b$ 及 $\\log _2 a+2^b$ 的值.",5 "solution": "在直角坐标系内分别作出函数 $y=2^x$ 和 $y=\\log _2 x$ 的图象, 再作直线 $y=x$ 和 $y=-x+3$, 如图(<FilePath:./images/volume2/figures/fig-c3p6.png>)所示.\n由于 $y=2^x$ 和 $y=\\log _2 x$ 互为反函数, 故它们的图象关于直线 $y=x$ 对称.\n方程 $\\log _2 x+x-3=0$ 的根 $a$ 就是直线 $y=-x+3$ 与对数曲线 $y=\\log _2 x$ 的交点 $A$ 的横坐标, 方程 $2^x+x-3=0$ 的根 $b$ 就是直线 $y=-x+3$ 与指数曲线 $y=2^x$ 的交点 $B$ 的横坐标.\n设 $y=-x+3$ 与 $y=x$ 的交点为 $M$, 则点 $M$ 的坐标为 $\\left(\\frac{3}{2}, \\frac{3}{2}\\right)$. 所以 $a+b=2 x_M=3, \\log _2 a+2^b= 2 y_M=3$.",6 "remark": "",7 "figures": [8 "./images/volume2/figures/fig-c3p6.png"9 ]10}