Definition Calculator
Evaluate expressions at a value of x, simplify indices and rearrange formulas step by step
Evaluating an Expression at a Value of x
A definition here means the rule that assigns an output to an input: defines , and evaluating it means substituting a number for every occurrence of .
The procedure that never fails:
- Bracket the substitution. Write , never . Almost every sign error on this topic comes from an unbracketed negative.
- Apply the order of operations — brackets, indices, multiplication and division, then addition and subtraction.
- Keep the negative inside the power where the expression puts it: but .
For a function of two variables, substitute both at once and treat the result as arithmetic.
The assumption people forget: a variable stands for the same number everywhere it appears in one expression. If appears three times, all three become — you cannot substitute into some of them and leave the rest.
Index Laws and Rearranging
Indices (exponents) obey a short list of rules, all of which follow from repeated multiplication:
Fractional indices are roots: , so . Take the root first and the arithmetic stays small — .
To solve in terms of , collect every term on one side, factor out, then divide:
When it applies: the division step needs , and clearing a denominator needs that denominator to be non-zero — state the restriction alongside the answer.
Common Mistakes to Avoid
- Losing a bracket on a negative substitution — , while . They are different expressions.
- Adding indices when multiplying bases — is not . The law needs the same base.
- Reading as a negative number — it is a reciprocal, , and it is positive whenever is real and non-zero.
- Cancelling across a sum — in nothing cancels. Only common factors cancel.
- Forgetting — including when the base is a whole bracketed expression.
- Dividing by something that could be zero when rearranging — carry the restriction, such as , into the final answer.
示例题目
常见问题
Replace every x with the given value, in brackets, then follow the order of operations: brackets, indices, multiplication and division, addition and subtraction. The brackets matter — 3(−2)² is 12, whereas 3−2² read carelessly gives −1.
For the same base: xᵃxᵇ = xᵃ⁺ᵇ, xᵃ/xᵇ = xᵃ⁻ᵇ, (xᵃ)ᵇ = xᵃᵇ, (xy)ᵃ = xᵃyᵃ, x⁻ᵃ = 1/xᵃ and x⁰ = 1 for x ≠ 0. A fractional index is a root: x^(m/n) is the nth root of x, raised to the power m.
Clear any denominators, expand the brackets, move every term containing x to one side and everything else to the other, factor x out of that side, then divide by the bracket. Note any value that would make your divisor zero and exclude it.
A negative exponent is a reciprocal: x⁻² = 1/x². A fractional exponent is a root: x^(1/3) is the cube root of x. Combining them, 27^(−1/3) = 1/∛27 = 1/3. Taking the root before the power keeps the numbers small.
相关求解器
免费试用 AI-Math
任何数学问题都能获得分步解答。拍照上传或输入问题即可。
开始解题