완전제곱식으로 이차식 변형하기

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

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