Math Atlas

이차함수 다시 보기Quadratics Revisited

Algebra 2Algebra 2 · 2. 이차함수 심화와 복소수2. Quadratics & Complex Numbers

학습 목표
  • 이차함수의 세 형태(일반형·꼭짓점꼴·인수분해꼴)와 각각이 즉시 주는 정보를 정리한다.
  • 세 형태 사이를 자유롭게 오가는 왕복 기술을 완성한다.
  • 구간 제한이 있는 최대·최소 문제까지 다룬다.

한 함수, 세 벌의 옷

Algebra 1에서 만든 이차함수의 도구들을 한 상 위에 모으자. 같은 함수가 세 가지 꼴로 적히고, 어떤 질문을 받았느냐가 어떤 옷이 유리한지를 정한다.

형태 즉시 읽히는 것
일반형 ax2+bx+cax^2 + bx + c yy절편 cc, 방향 aa
꼭짓점꼴 a(xh)2+ka(x - h)^2 + k 꼭짓점 (h,k)(h, k), 축 x=hx = h, 최댓값·최솟값
인수분해꼴 a(xp)(xq)a(x - p)(x - q) xx절편 pp, qq

U1의 언어로 다시 읽으면 꼭짓점꼴은 y=x2y = x^2의 변환 명세서다 — 세로 aa배(음수면 반사 포함) 후 오른쪽 hh, 위로 kk. "공식 세 개"가 아니라 한 그래프를 세 각도에서 묘사한 것이다.

x y O -2 2 4 6 -8 -4 4 8 (−1, 0) (5, 0) (0, −5) (2, −8)
세 형태가 각자 가리키는 곳 — y절편, 꼭짓점, x절편.

왕복 기술

꼭짓점꼴·인수분해꼴 \to 일반형: 전개. 언제나 되는 방향이다.

일반형 \to 꼭짓점꼴: 완전제곱 — Algebra 1의 주력기다.

y=2x212x+19=2(x26x)+19=2(x3)218+19=2(x3)2+1.y = 2x^2 - 12x + 19 = 2(x^2 - 6x) + 19 = 2(x - 3)^2 - 18 + 19 = 2(x - 3)^2 + 1.

일반형 \to 인수분해꼴: 인수분해가 되면 인수분해로, 안 되면 근의 공식으로 pp, qq를 구해 a(xp)(xq)a(x-p)(x-q)로 적는다(실근이 없으면 이 옷은 입을 수 없다 — 그 사연이 다음 두 차시의 주제다).

지름길 하나 — 축은 두 xx절편의 평균이다:

x=p+q2x_{\text{축}} = \frac{p + q}{2}

포물선이 축에 대해 좌우 대칭이므로, 절편 두 개는 축을 가운데 두고 같은 거리에 선다. 절편을 아는 순간 꼭짓점의 xx좌표는 공짜다.

예제

y=x26x7y = x^2 - 6x - 7의 꼭짓점을 절편 경유로 구하자. 인수분해 (x7)(x+1)(x - 7)(x + 1)에서 절편은 77, 1-1 — 축은 평균 x=3x = 3, 꼭짓점은 (3,f(3))=(3,16)(3, f(3)) = (3, -16).

검산 — 완전제곱으로: (x3)216(x - 3)^2 - 16 ✓. 두 길이 같은 꼭짓점에 이른다.

최대·최소: 꼭짓점의 일

a>0a > 0이면 꼭짓점이 최솟값, a<0a < 0이면 최댓값이다 — 이차함수 최적화의 전부가 이 한 줄이고, 나머지는 상황을 식으로 번역하는 일이다.

예제

벽에 붙여 직사각형 울타리를 친다 — 벽 쪽은 울타리가 필요 없고, 나머지 세 면에 쓸 울타리가 60m60\,\text{m}다. 넓이가 최대가 되는 치수를 찾자.

벽과 수직인 변을 xx라 하면 평행한 변은 602x60 - 2x:

A(x)=x(602x)=2x2+60x=2(x15)2+450.A(x) = x(60 - 2x) = -2x^2 + 60x = -2(x - 15)^2 + 450.

x=15x = 15에서 최대 넓이 450m2450\,\text{m}^2 — 치수는 15×3015 \times 30. 벽 없는 사면 울타리라면 정사각형이 답이었지만, 공짜 벽 하나가 최적 모양을 1:21 : 2 직사각형으로 바꾼다.

구간이 제한되면 한 가지가 더 필요하다 — 꼭짓점이 구간 밖에 있을 수 있고, 그때 최값은 구간의 끝에서 난다. 후보는 언제나 셋뿐이다: 꼭짓점(구간 안일 때)과 양 끝점.

예제

f(x)=x24x+1f(x) = x^2 - 4x + 1을 구간 [0,5][0, 5]에서 보자. 꼭짓점 (2,3)(2, -3)은 구간 안 — 최솟값 3-3. 최댓값은 끝점 비교: f(0)=1f(0) = 1, f(5)=6f(5) = 6최댓값 66.

꼭짓점만 보고 "최댓값 없음"이라 하면 틀린다 — 구간이 있으면 끝점이 언제나 후보다.

주의

형태 변환에서 부호 실수 두 곳 — 완전제곱에서 묶어낸 aa를 곱해 되돌려 줄 때(2(x26x)2(x^2 - 6x)에서 +9+9를 넣으면 실제로는 +18+18을 넣은 것), 그리고 인수분해꼴에서 절편의 부호((x+1)(x + 1)의 절편은 1-1)다. 왕복이 끝나면 반드시 한 점 대입으로 검산하라 — yy절편이 가장 싸다.

Goals
  • Organize the quadratic's three forms — general, vertex, factored — and what each reveals instantly.
  • Complete the round-trip skills between all three forms.
  • Handle maximum-minimum problems, including restricted intervals.

One function, three outfits

Gather Algebra 1's quadratic tools onto one table. The same function wears three outfits, and the question being asked decides which outfit wins.

form shape read off instantly
general ax2+bx+cax^2 + bx + c yy-intercept cc, direction aa
vertex a(xh)2+ka(x - h)^2 + k vertex (h,k)(h, k), axis x=hx = h, max/min
factored a(xp)(xq)a(x - p)(x - q) xx-intercepts pp, qq

In U1's language, vertex form is the transformation manifest of y=x2y = x^2 — vertical stretch aa (reflection included if negative), then right hh, up kk. Not "three formulas" but one graph described from three angles.

x y O -2 2 4 6 -8 -4 4 8 (−1, 0) (5, 0) (0, −5) (2, −8)
Where each form points — the y-intercept, the vertex, the x-intercepts.

Round-trip skills

Vertex or factored \to general: expand. Always available.

General \to vertex: completing the square — Algebra 1's workhorse.

y=2x212x+19=2(x26x)+19=2(x3)218+19=2(x3)2+1.y = 2x^2 - 12x + 19 = 2(x^2 - 6x) + 19 = 2(x - 3)^2 - 18 + 19 = 2(x - 3)^2 + 1.

General \to factored: factor if it factors; otherwise get pp, qq from the quadratic formula and write a(xp)(xq)a(x-p)(x-q). (No real roots — this outfit doesn't fit; that story is the next two lessons.)

One shortcut — the axis is the average of the intercepts:

xaxis=p+q2.x_{\text{axis}} = \frac{p + q}{2}.

The parabola is mirror-symmetric about its axis, so the two intercepts stand equidistant around it. Know the intercepts and the vertex's xx-coordinate is free.

Example

Find the vertex of y=x26x7y = x^2 - 6x - 7 via intercepts. Factoring (x7)(x+1)(x - 7)(x + 1) gives intercepts 77 and 1-1 — the axis is their average x=3x = 3, and the vertex is (3,f(3))=(3,16)(3, f(3)) = (3, -16).

Check by completing the square: (x3)216(x - 3)^2 - 16 ✓. Two roads, one vertex.

Maximum and minimum: the vertex's job

For a>0a > 0 the vertex is the minimum; for a<0a < 0, the maximum — that one line is all of quadratic optimization, and the rest is translating situations into formulas.

Example

A rectangular pen is built against a wall — no fence needed on the wall side, and 60m60\,\text{m} of fence for the other three sides. Find the dimensions of largest area.

With xx the side perpendicular to the wall, the parallel side is 602x60 - 2x:

A(x)=x(602x)=2x2+60x=2(x15)2+450.A(x) = x(60 - 2x) = -2x^2 + 60x = -2(x - 15)^2 + 450.

Maximum area 450m2450\,\text{m}^2 at x=15x = 15 — dimensions 15×3015 \times 30. With four fenced sides the square would win; one free wall shifts the optimum to a 1:21 : 2 rectangle.

With a restricted interval, one more idea — the vertex may fall outside, and then the extreme values occur at the interval's ends. The candidates are always just three: the vertex (when inside) and the two endpoints.

Example

Take f(x)=x24x+1f(x) = x^2 - 4x + 1 on [0,5][0, 5]. The vertex (2,3)(2, -3) lies inside — minimum 3-3. For the maximum, compare endpoints: f(0)=1f(0) = 1, f(5)=6f(5) = 6maximum 66.

Judging by the vertex alone ("no maximum") fails — on an interval, endpoints are always candidates.

Watch out

Two sign traps in form-switching — when completing the square with a leading factor (+9+9 inside 2(x26x)2(x^2 - 6x) actually adds +18+18), and intercept signs in factored form (the intercept of (x+1)(x + 1) is 1-1). After any round trip, check with one substitution — the yy-intercept is the cheapest.