Canonical URI: https://w3id.org/kmath/solution_pattern/complete_square
| rdf:type | math:SolutionPattern |
|---|---|
| rdfs:label | 완전제곱식으로 이차식 변형하기 |
| rdfs:comment | 이차식을 완전제곱식 꼴로 바꾸어 그래프의 꼭짓점, 최댓값·최솟값, 부등식 조건을 판단하는 풀이 패턴. |
| math:appliesTo | problem_type:maximum_minimum |
| math:appliesTo | problem_type:quadratic_function_graph |
| math:appliesTo | problem_type:quadratic_inequality_solve |
| math:requiresConcept | concept:quadratic_function |
| math:requiresConcept | concept:quadratic_function_extremum |
| math:steps | 꼭짓점이나 범위에서의 최댓값·최솟값을 읽는다. |
| math:steps | 문제의 조건에 맞게 매개변수 범위나 해를 결정한다. |
| math:steps | 이차식의 이차항과 일차항을 묶어 완전제곱식으로 만든다. |