Canonical URI: https://w3id.org/kmath/solution_pattern/vertex_via_complete_square
| rdf:type | math:SolutionPattern |
|---|---|
| rdfs:label | 완전제곱식으로 꼭짓점 구하기 |
| rdfs:comment | 이차함수를 완전제곱식으로 변형하여 꼭짓점 좌표와 최댓값·최솟값을 구하는 풀이 패턴. |
| math:appliesTo | problem_type:maximum_minimum |
| math:appliesTo | problem_type:quadratic_function_graph |
| math:requiresConcept | concept:quadratic_equation |
| math:requiresConcept | concept:quadratic_function |
| math:steps | 꼭짓점 좌표와 최댓값·최솟값을 읽는다. |
| math:steps | 완전제곱식으로 변형한다. |
| math:steps | 이차식의 계수를 확인한다. |