Canonical URI: https://w3id.org/kmath/solution_pattern/graph_symmetry_axis
| rdf:type | math:SolutionPattern |
|---|---|
| rdfs:label | 대칭축을 이용한 극값 구하기 |
| rdfs:comment | 이차함수 그래프의 대칭축과 정의역 범위를 이용하여 최댓값·최솟값을 비교하는 풀이 패턴. |
| math:appliesTo | problem_type:maximum_minimum |
| math:requiresConcept | concept:quadratic_function |
| math:steps | 꼭짓점과 양 끝점의 함숫값을 비교한다. |
| math:steps | 대칭축 x = -b/(2a)를 구한다. |
| math:steps | 정의역 범위 안에 대칭축이 포함되는지 확인한다. |