완전제곱식으로 꼭짓점 구하기

Canonical URI: https://w3id.org/kmath/solution_pattern/vertex_via_complete_square

rdf:typemath:SolutionPattern
rdfs:label완전제곱식으로 꼭짓점 구하기
rdfs:comment이차함수를 완전제곱식으로 변형하여 꼭짓점 좌표와 최댓값·최솟값을 구하는 풀이 패턴.
math:appliesToproblem_type:maximum_minimum
math:appliesToproblem_type:quadratic_function_graph
math:requiresConceptconcept:quadratic_equation
math:requiresConceptconcept:quadratic_function
math:steps꼭짓점 좌표와 최댓값·최솟값을 읽는다.
math:steps완전제곱식으로 변형한다.
math:steps이차식의 계수를 확인한다.