Student[Precalculus][CompleteSquare] - transform quadratic expressions to completed square form
|
Calling Sequence
|
|
CompleteSquare(f, x, ...)
|
|
Parameters
|
|
f
|
-
|
algebraic expression, equation, or an inequality involving algebraic terms
|
x
|
-
|
(optional) name, function, list, or set
|
...
|
-
|
(optional) name or function
|
|
|
|
|
Description
|
|
•
|
The CompleteSquare(f, x) command, where f is a quadratic expression, equation, or an inequality in x, completes the square of f. If f is not itself quadratic in x, its subexpressions are examined, and any which are quadratic in x are transformed to completed square form.
|
•
|
The CompleteSquare(f) command is equivalent to CompleteSquare(f, indets(f,name)).
|
•
|
The command CompleteSquare(f, [x, y]) is equivalent to the command CompleteSquare(f, x, y).
|
•
|
The completed square form of the general quadratic expression is .
|
|
|
Examples
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
>
|
|
| (5) |
>
|
|
| (6) |
|
|
Download Help Document
Was this information helpful?