source_book stringclasses 1
value | text stringlengths 392 135k |
|---|---|
UltraData-Math | The y-intercept \( b \) in the equation \( y = mx + b \) is the point where the line intersects the y-axis, corresponding to the point \( (0, b) \).
When a linear equation is written in slope-intercept form, \( y = mx + b \), the coefficient \( m \) represents the slope of the line, which determines the steepness and... |
UltraData-Math | A function \( f \) is said to be one-to-one (or injective) if for every pair of different inputs \( x_1 \) and \( x_2 \), the corresponding outputs \( f(x_1) \) and \( f(x_2) \) are also different. Mathematically, this can be expressed as:
\[ \text{If } x_1 \neq x_2, \text{ then } f(x_1) \neq f(x_2). \]
Consider the f... |
UltraData-Math | \section{Explanation}
In this section, we will explore the conditions under which a polynomial can have a repeated root. Specifically, we will consider a cubic polynomial \( f(x) = 3x^3 + kx + 6 \) and determine if \((x + 3)^2\) can be a factor of this polynomial.
To determine if \((x + 3)^2\) is a factor of \( f(x) ... |
UltraData-Math | The Pythagorean Theorem is a fundamental principle in Euclidean geometry that applies to right-angled triangles. It states that in a right-angled triangle, the square of the length of the hypotenuse \( c \) (the side opposite the right angle) is equal to the sum of the squares of the lengths of the other two sides \( a... |
UltraData-Math | The absolute value function $|x|$ is a fundamental concept in algebra and is defined as follows:
$$
|x| =
\begin{cases}
x & \text{if } x \geq 0, \\
-x & \text{if } x < 0.
\end{cases}
$$
This definition ensures that the absolute value of any real number is always non-negative. The absolute value represents the distanc... |
UltraData-Math | **The Modulo Operation**
The modulo operation, denoted as $a \mod m$, is a mathematical operation that yields the remainder when an integer $a$ is divided by a positive integer $m$. Formally, for any integer $a$ and positive integer $m$, the result of $a \mod m$ is the unique non-negative integer $r$ such that:
\[
a ... |
UltraData-Math | A percentage is a ratio expressed as a fraction of 100, denoted by the symbol \(\%\). For example, \(50\%\) of 200 is 100. Percentages are widely used in various mathematical and real-world applications, such as calculating discounts, interest rates, and statistical data. To find a percentage of a number, you multiply ... |
UltraData-Math | The \( n \)-th root of a negative number is defined when \( n \) is odd. This is because when \( n \) is odd, the product of \( n \) negative numbers is negative. For example, the cube root of \(-8\) is \(-2\) because \((-2)^3 = -8\). In contrast, the \( n \)-th root of a negative number is not defined when \( n \) is ... |
UltraData-Math | The Process of Decimal Long Division
To convert a division problem into a decimal result, the long division algorithm can be extended by appending decimal points and zeros to the dividend. Specifically, after obtaining the integer quotient and remainder, a decimal point is added to the quotient, and the remainder is m... |
UltraData-Math | Explanation:
In geometry, the relationship between an interior angle and its corresponding exterior angle of a polygon is a fundamental concept. An interior angle is the angle formed inside a polygon by two adjacent sides, while an exterior angle is the angle formed outside the polygon by one of its sides and the exten... |
UltraData-Math | The property of odd indices in the equation \( x^n = m \) states that for any real number \( m \), the equation has exactly one real solution when \( n \) is an odd integer. The sign of this solution is the same as the sign of \( m \).
### Explanation:
1. **Existence and Uniqueness**: For any real number \( m \) and a... |
UltraData-Math | Explanation:
Finding the x-intercepts of a quadratic function involves solving the equation \( y = ax^2 + bx + c \) for \( y = 0 \). This means solving the quadratic equation \( ax^2 + bx + c = 0 \). For the quadratic function \( y = x^2 + 3x + 2 \), we can find the x-intercepts by factoring the quadratic expression.
... |
UltraData-Math | Homogeneous differential equations are a specific class of first-order differential equations that can be expressed in the form $\frac{dy}{dx} = h\left(\frac{y}{x}\right)$, where the right-hand side is a function of the ratio $\frac{y}{x}$. These equations are called homogeneous because they are invariant under the sca... |
UltraData-Math | Solving Linear Equations
A linear equation is an equation where the highest power of the variable is 1. To solve a linear equation, the goal is to isolate the variable on one side of the equation. This is typically done by performing inverse operations on both sides of the equation to maintain equality. For example, t... |
UltraData-Math | The expected value of the exponential of a normal random variable \( X \sim N(0, \sigma^2 t) \) is given by \( E[e^{\sigma X}] = e^{\frac{1}{2} \sigma^2 t} \). This property is useful in various applications, including financial mathematics and probability theory. Let's derive this result step-by-step.
Consider a norm... |
UltraData-Math | The equation of motion for vertical displacement is a fundamental kinematic equation used to describe the motion of an object under constant acceleration. It is given by:
$$
s = s_0 + v_0 t + \frac{1}{2} a_c t^2
$$
Where:
- $ s $ is the final position of the object,
- $ s_0 $ is the initial position of the object,
- ... |
UltraData-Math | **Explanation:**
Electric field lines are a fundamental concept in electromagnetism that provide a visual and mathematical representation of the electric field. Mathematically, electric field lines are continuous curves defined such that the tangent to the curve at any point gives the direction of the electric field ... |
UltraData-Math | Suppose \( A \) has a left inverse, denoted by \( C \), such that \( CA = I \). If \( Ax = Ay = b \), then \( x = y \), meaning the solution to the equation \( Ax = b \) is unique.
Explanation:
Let \( A \) be an \( m \times n \) matrix with a left inverse \( C \) such that \( CA = I \), where \( I \) is the \( n \time... |
UltraData-Math | The sum of the interior angles of a triangle is \(180^\circ\). This property is fundamental in geometry and is used to solve various problems involving triangles. To understand this property, consider a triangle with angles \(A\), \(B\), and \(C\). The sum of these angles can be expressed as:
\[ A + B + C = 180^\circ \... |
UltraData-Math | The set \( T = \{ \tau_a : a \in \mathbb{R} \} \) where \( \tau_a : \mathbb{R} \to \mathbb{R} \) is defined by \( \tau_a(x) = x + a \) forms a group under the operation of function composition. To verify this, we need to check the group axioms: closure, associativity, identity, and inverses.
1. **Closure**: For any \(... |
UltraData-Math | The given mathematical knowledge point is the identity for cosecant and cotangent: \(\csc^2(\theta) - \cot^2(\theta) = 1\). This identity is derived from the Pythagorean identity for sine and cosine, \(\sin^2(\theta) + \cos^2(\theta) = 1\), by dividing both sides by \(\sin^2(\theta)\).
To see this, start with the Pyt... |
UltraData-Math | Rearranging equations is a fundamental algebraic skill that is essential in solving real-world problems involving variables and constants. In this section, we will explore how to rearrange a given equation to solve for a specific variable, using a step-by-step approach.
Consider the equation:
$$
k^2(R + h) = h
$$
Th... |
UltraData-Math | The Clausius Theorem is a fundamental principle in thermodynamics that provides a mathematical basis for the concept of entropy. It states that for a reversible cycle, the cyclic integral of the heat transfer divided by the absolute temperature is equal to zero:
$$
\oint_{{{R}_1}{{R}_2}}{\frac{dQ}{T}} = 0
$$
This equ... |
UltraData-Math | \section{Explanation}
In the study of triangle geometry, the relationship between various triangle centers and their properties is a fundamental topic. One such relationship is the ratio between the segments connecting the orthocenter \(H\), the incenter \(I\), a point \(S\) such that \(O\) (the circumcenter) is the mi... |
UltraData-Math | The loss of kinetic energy (\(EL\)) during the impact of elastic bodies is given by:
\[ EL_{elastic} = 0 \]
Explanation:
In physics, the concept of elastic collisions is crucial for understanding how objects interact without losing kinetic energy. An elastic collision is one in which both momentum and kinetic energy a... |
UltraData-Math | **Theorem:** (Leaping Frog Game Move Count for Unequal Numbers of Frogs)
If \( n \) is the number of frogs on one side and \( m \) is the number of frogs on the other side, the minimum number of moves required to solve the puzzle is given by:
\[ n \times m + n + m \]
**Explanation:**
The Leaping Frog Game is a c... |
UltraData-Math | To find the constant of proportionality \( k \) in a variation equation, you can follow these steps:
1. **Identify the variation equation**: The equation should be in the form \( y = \frac{kwx^2}{z} \) or a similar form where \( k \) is the constant of proportionality.
2. **Substitute known values**: Replace the varia... |
UltraData-Math | In a parallelogram, the opposite angles are equal. A parallelogram is a quadrilateral with both pairs of opposite sides parallel. This property of opposite angles being equal can be derived from the fact that adjacent angles in a parallelogram are supplementary (their measures add up to $180^\circ$). Specifically, if o... |
UltraData-Math | The unbiased estimator for the sample variance is a fundamental concept in statistical inference. When the population mean is unknown and must be estimated from the sample data, the sample variance is computed using the empirical (sample) mean. The formula for the unbiased estimator of the sample variance is:
$$
s' = ... |
UltraData-Math | The greatest common monomial factor (GCF) of a polynomial is the monomial that is a factor of each term in the polynomial and has the greatest possible degree and the largest possible numerical coefficient among all such common factors. To find the GCF of a polynomial, follow these steps:
1. **Identify the coefficient... |
UltraData-Math | The derivative of \( f(x) = x^5 \tan x \) is \( f'(x) = 5x^4 \tan x + x^5 \sec^2 x \).
To understand this, we need to apply the product rule of differentiation, which states that if \( f(x) = u(x) \cdot v(x) \), then \( f'(x) = u'(x) \cdot v(x) + u(x) \cdot v'(x) \).
Here, \( u(x) = x^5 \) and \( v(x) = \tan x \).
1... |
UltraData-Math | The addition of a negative integer and a positive integer involves determining the sign and magnitude of the result based on the absolute values of the two numbers. The absolute value of a number is its distance from zero on the number line, regardless of direction. When adding a negative integer and a positive integer... |
UltraData-Math | The expression \(d25\) can be rewritten as \(25 \cdot (4d + 1)\), where \(d\) is a digit from 0 to 9. This transformation is based on the place value of digits in a number. Specifically, the number \(d25\) can be expressed as \(100d + 25\). We can factor out 25 from this expression:
\[
d25 = 100d + 25 = 25(4d + 1)
\]
... |
UltraData-Math | The derivative of an exponential function with a variable base and a variable exponent, such as $ y = x^x $, requires the use of logarithmic differentiation. This method involves applying the natural logarithm to both sides of the equation to simplify the expression and then differentiating implicitly with respect to $... |
UltraData-Math | To prove a limit using the epsilon-delta definition, we must demonstrate that for every $ \varepsilon > 0 $, there exists a $ \delta > 0 $ such that whenever $ 0 < |x - a| < \delta $, it follows that $ |f(x) - L| < \varepsilon $, where $ L $ is the limit of $ f(x) $ as $ x $ approaches $ a $.
Consider the example:
$... |
UltraData-Math | The horizontal motion of a projectile is a fundamental concept in projectile motion problems, governed by the principle of independence of motion in perpendicular directions. Under the assumption of no air resistance, the horizontal velocity \( v_x \) remains constant throughout the flight of the projectile. This const... |
UltraData-Math | The area of a parallelogram defined by two vectors \( A \) and \( B \) in 2D can be calculated using the cross-product. The formula for the area is given by:
\[ \text{Area} = A.x \times B.y - A.y \times B.x. \]
This area is also the determinant of a 2x2 matrix formed by the coordinates of the vectors \( A \) and \( B \... |
UltraData-Math | To determine the intersection of two lines in vector form, we begin by expressing each line in parametric form. Let the first line be represented by $ \mathbf{p_1} + t\mathbf{d_1} $, where $ \mathbf{p_1} $ is a point on the line and $ \mathbf{d_1} $ is the direction vector of the line. Similarly, the second line is rep... |
UltraData-Math | The exponential and logarithmic identity is a fundamental concept in algebra that relates the exponential and logarithmic functions. It states that for any positive real number $ x $ and any real number $ a $, the following identity holds:
$$
e^{\ln(x^a)} = x^a
$$
This identity is derived from the inverse relationshi... |
UltraData-Math | The lemma "More Magic Potting Sheds" provides a mathematical framework for understanding how the number of plants in a magical potting shed evolves over time and how they can be distributed across multiple gardens. The key idea is that the number of plants doubles each day, and the goal is to plant the same number of p... |
UltraData-Math | The circumference \( C \) of a circle is the distance around the circle and is a fundamental property of circular shapes. It can be expressed in terms of the radius \( r \) using the formula:
\[ C = 2\pi r \]
where \( r \) is the radius of the circle, and \( \pi \) (pi) is a mathematical constant approximately equal to... |
UltraData-Math | When analyzing the geometric relationship between a line and a plane in three-dimensional space, it is essential to understand the condition under which the line is parallel to the plane.
A line in space can be expressed in symmetric form as:
$$
\frac{x - x_1}{m} = \frac{y - y_1}{n} = \frac{z - z_1}{p}
$$
Here, $(x... |
UltraData-Math | **Explanation**:
Percentage is a mathematical concept used to express a ratio or a fraction as a portion of 100. It is a way to standardize proportions, making comparisons easier. The percentage of a part relative to the whole is calculated using the formula:
\[
\text{Percentage} = \frac{\text{part}}{\text{total}} ... |
UltraData-Math | A liter is a unit of capacity in the metric system. It is defined as the volume of a cube with sides of 10 centimeters (10 cm) in length, which is equivalent to 1,000 cubic centimeters (1,000 cm³). One liter is also equal to 1 cubic decimeter (1 dm³). In terms of more familiar units, one liter is slightly larger than a... |
UltraData-Math | Regenerative braking is a technology used in electric and hybrid vehicles to recover a portion of the kinetic energy that is typically lost during braking. The recovered energy is then stored in the vehicle's battery for later use. In this context, we consider the mathematical relationship that models the energy recove... |
UltraData-Math | The perimeter of a triangle is the sum of the lengths of its three sides. If the side lengths are denoted as \( a \), \( b \), and \( c \), then the perimeter \( P \) is given by:
\[
P = a + b + c
\]
This formula is a direct application of the definition of perimeter for a polygon, which is the total length of its boun... |
UltraData-Math | The limit of a function as \(x\) approaches \(c\) can be interpreted as the slope of the tangent line at the point \(x = c\). This fundamental concept is expressed mathematically as the derivative of the function \(f(x)\) at \(x = c\), denoted \(f'(c)\). The derivative is defined by the limit:
\[
\lim_{h \to 0} \frac{f... |
UltraData-Math | When two objects are moving towards each other, their relative speed is the sum of their individual speeds. This concept is crucial in determining the time it takes for them to meet.
Consider two trains moving towards each other with speeds $ v_1 $ and $ v_2 $, and the distance between their starting points is $ d $.... |
UltraData-Math | **Theorem (Sum and Difference of Angles for Tangent):**
For any angles \( A \) and \( B \), the following identities hold:
\[
\tan(A + B) = \frac{\tan A + \tan B}{1 - \tan A \tan B}, \quad \tan(A - B) = \frac{\tan A - \tan B}{1 + \tan A \tan B}.
\]
**Explanation:**
These identities express the tangent of the su... |
UltraData-Math | The equation of motion for constant acceleration, $ v = u + at $, is a fundamental relation in kinematics. It is derived from the definition of acceleration, which is the rate of change of velocity with respect to time. Mathematically, acceleration $ a $ is given by:
$$
a = \frac{v - u}{t}
$$
where:
- $ v $ is the fi... |
UltraData-Math | The disjunction operator, denoted by $\lor$, is a fundamental logical operator in mathematical logic. It is used to combine two logical propositions or statements, and it evaluates to true (represented as $1$) if at least one of the propositions is true. The disjunction operator evaluates to false (represented as $0$) ... |
UltraData-Math | When calculating the sample size for estimating a proportion, the formula often used is:
\[ n = \frac{Z^2 \cdot p \cdot (1 - p)}{E^2} \]
where:
- \( n \) is the sample size,
- \( Z \) is the Z-score corresponding to the desired confidence level,
- \( p \) is the estimated proportion of the population,
- \( E \) is the ... |
UltraData-Math | The probability of the union of two events \(A\) and \(B\) is a fundamental concept in probability theory. It is given by the formula:
\[
P(A \cup B) = P(A) + P(B) - P(A \cap B)
\]
This formula accounts for the fact that when \(P(A)\) and \(P(B)\) are added together, the intersection \(P(A \cap B)\) is counted twice. S... |
UltraData-Math | The skew Schur function \( s_{\lambda/\mu} \) is a fundamental concept in the representation theory of the degenerate affine Hecke algebra \( H_d \). Given a skew shape \( \lambda/\mu \) consisting of \( d \) boxes, the representation \( L(\lambda/\mu) \) is a vector space with a basis indexed by standard Young tableau... |
UltraData-Math | Negative Feedback in Amplifiers
Negative feedback is a fundamental concept in amplifier design, where a portion of the output signal is fed back to the input in a phase-inverted manner. This process stabilizes the voltage gain, reduces distortion, and improves bandwidth, albeit at the cost of reduced overall gain. The... |
UltraData-Math | In calculus, the arc length of a curve defined by a function \( f(x) \) from \( a \) to \( b \) is given by the integral
\[
L = \int_a^b \sqrt{1 + (f'(x))^2} \, dx.
\]
When the integrand \( \sqrt{1 + (f'(x))^2} \) can be simplified using algebraic identities, the evaluation of the arc length integral becomes more manag... |
UltraData-Math | The decibel scale is a logarithmic measure used to quantify the intensity of sound. When multiple identical sound sources are combined, the total sound intensity increases linearly with the number of sources, but the corresponding increase in decibel level follows a logarithmic relationship. This is due to the logarith... |
UltraData-Math | **Explanation:**
In base $-2$, a number is represented using digits 0 and 1, where each digit's value is multiplied by a power of $-2$. The rightmost digit corresponds to $(-2)^0$, the next to $(-2)^1$, and so on. For example, the number $2$ in base $-2$ is represented as $110_{-2}$ because $1 \times (-2)^2 + 1 \time... |
UltraData-Math | The principle of moments is a fundamental concept in mechanics that relates to the rotational effect of forces. It states that the moment of the resultant of a system of forces about a point is equal to the algebraic sum of the moments of the individual forces about the same point. Mathematically, if $ F_1, F_2, \dots,... |
UltraData-Math | The slope-intercept form of a line is given by:
\[
y = mx + b
\]
where \( m \) is the slope of the line and \( b \) is the \( y \)-intercept, the point where the line crosses the \( y \)-axis. The slope \( m \) represents the rate of change of \( y \) with respect to \( x \), indicating how steep the line is. A positiv... |
UltraData-Math | The function $ f(x) = (x + |x|)^2 + 1 $ involves the absolute value function, which introduces piecewise behavior depending on the sign of $ x $. This function can be analyzed by splitting the domain into two cases: $ x > 0 $ and $ x < 0 $, and separately considering $ x = 0 $.
---
**Case 1: $ x > 0 $**
For $ x > 0 ... |
UltraData-Math | A plane is a fundamental concept in geometry, defined as a flat, two-dimensional surface that extends infinitely in all directions. It is one of the basic undefined terms in Euclidean geometry, along with points and lines. A plane can be visualized as a sheet of paper with no thickness, but with infinite length and wid... |
UltraData-Math | When two lines intersect, they form four angles. The angles that are opposite to each other are called vertical angles. One of the fundamental properties of vertical angles is that they are always equal. This property can be stated as follows: If two lines intersect, then the vertical angles formed are congruent. For e... |
UltraData-Math | The surface area \( A \) of a cube with side length \( s \) is calculated using the formula:
\[ A = 6s^2 \]
This formula is derived from the fact that a cube has six congruent square faces, each with area \( s^2 \), and the total surface area is the sum of the areas of all six faces. Each face of the cube is a square, ... |
UltraData-Math | Every arbitrary function \( f(x) \) can be expressed as a sum of an odd function \( g(x) \) and an even function \( h(x) \), i.e., \( f(x) = g(x) + h(x) \).
An even function \( h(x) \) satisfies the property \( h(-x) = h(x) \) for all \( x \) in its domain, while an odd function \( g(x) \) satisfies \( g(-x) = -g(x) \... |
UltraData-Math | Month code calculation is a mathematical method used to determine the position of a given month in the Gregorian calendar in terms of days of the week. It is particularly useful in problems related to calculating the day of the week for a given date. Each month is assigned a code $C_M$, which accounts for the irregular... |
UltraData-Math | Counterexamples are crucial in mathematics for disproving general statements or conjectures. A counterexample is a specific example that shows a statement is false. It can be a number, a function, a geometric figure, or a logical statement. When a general claim is made, such as "All A are B," a single counterexample wh... |
End of preview. Expand in Data Studio
Math Textbooks Dataset (LeoZotos/math_textbooks)
Dataset Summary
This dataset is a standardized compilation of mathematical textbook and exercise material adapted directly from the openbmb/UltraData-Math repository on Hugging Face.
Specifically, this repository extracts and formats the UltraData-Math-L3-Textbook-Exercise-Synthetic subset from Tier-3 (L3) of UltraData-Math. It provides synthetic, textbook-grade mathematical explanations and worked exercises covering core mathematical concepts, definitions, step-by-step proofs, and problem solutions.
Dataset Structure
The dataset contains a single split (train) with the following two columns:
| Column | Type | Description |
|---|---|---|
source_book |
string |
Constant identifier indicating the origin corpus ("UltraData-Math"). |
text |
string |
The textbook content and worked mathematical reasoning text (mapped from the original content column). |
Example Record
{
"source_book": "UltraData-Math",
"text": "The y-intercept b in the equation y = mx + b is the point where the line intersects the y-axis, corresponding to the point (0, b)..."
}
Source & Provenance
- Original Dataset Repository:
openbmb/UltraData-Math - Original Subset / Configuration:
UltraData-Math-L3-Textbook-Exercise-Synthetic - Original License: Apache 2.0
- Organization / Authors: OpenBMB / ModelBest Inc. & Tsinghua University NLP Group
- Reference: UltraData-Math: A Large-Scale Pre-training Corpus for Mathematical Reasoning
Usage
You can easily load this dataset using the Hugging Face datasets library:
from datasets import load_dataset
dataset = load_dataset("LeoZotos/math_textbooks", split="train")
print(dataset[0])
Citation & Attribution
If you use this dataset, please cite the original UltraData-Math work from OpenBMB:
@article{ultradata_math2024,
title={UltraData-Math: A Large-Scale Pre-training Corpus for Mathematical Reasoning},
author={OpenBMB and ModelBest},
year={2024},
url={https://huggingface.co/datasets/openbmb/UltraData-Math}
}
- Downloads last month
- 20