Math Atlas

이차방정식의 활용Applications of Quadratics

Algebra 1Algebra 1 · 6. 이차방정식과 이차함수6. Quadratics

학습 목표
  • 문장을 이차방정식으로 번역하고, 두 해를 문제의 조건으로 걸러 답한다.
  • 넓이 설계, 던진 물체의 높이, 수익 최대화 — 대표 유형 세 가지의 모델을 세운다.
  • "해가 둘 다 답인 경우"와 "버려야 하는 경우"를 구분한다.

5단계에 한 단계가 굵어진다

일차방정식 문장제의 5단계 — 미지수 정하기, 식 세우기, 풀기, 조건 확인, 검산 — 는 그대로다. 달라지는 것은 넷째 단계의 무게다. 이차방정식은 해를 (보통) 내놓는데, 문제 상황은 그중 하나만 받아들이기도 하고 둘 다 받아들이기도 한다. 길이가 음수일 수는 없지만, 공이 같은 높이를 두 번 지나는 것은 당연하다. 거를지 말지는 식이 아니라 상황이 정한다 — 그래서 넷째 단계를 건너뛰면 답이 틀린다.

유형 1 · 넓이 설계

예제 1 — 화단 둘레의 보도

가로 1010 m, 세로 88 m인 직사각형 화단 둘레에 일정한 폭의 보도를 두르려 한다. 보도를 포함한 전체 넓이가 168168 m²가 되게 하려면 보도의 폭을 얼마로 해야 하는가?

풀이. 보도 폭을 xx m라 하자. 보도가 사방을 두르므로 전체는 가로 10+2x10+2x, 세로 8+2x8+2x인 직사각형이다 — 양쪽에 xx씩, 2x2x가 붙는 것에 주의한다.

(10+2x)(8+2x)=168    4x2+36x+80=168    x2+9x22=0.(10+2x)(8+2x) = 168 \implies 4x^2 + 36x + 80 = 168 \implies x^2 + 9x - 22 = 0.

22-22, 합 99(11,2)(11, -2)로 접으면 (x+11)(x2)=0(x+11)(x-2) = 0, 즉 x=11x = -11 또는 x=2x = 2. 폭은 양수여야 하므로 x=11x = -11은 버린다: 보도 폭은 22 m.

검산: 전체는 14×12=16814 \times 12 = 168 ✓.

유형 2 · 던진 물체의 높이

지면에서 위로 던진 물체의 높이는 이차함수로 근사된다. 초속 2020 m/s로 던진 공의 tt초 후 높이(m)를

h=5t2+20th = -5t^2 + 20t

로 모델링하자(5t2-5t^2은 중력이 끌어내리는 몫이다 — 이 계수가 왜 5-5쯤인지는 물리에서 배운다). 이 식 하나에 여러 질문이 들어 있다.

언제 떨어지는가? h=0h = 0: 5t(t4)=0-5t(t - 4) = 0이므로 t=0t = 0(던진 순간) 또는 t=4t = 444초 후 착지.

가장 높은 순간은? 꼭짓점: h=5(t2)2+20h = -5(t-2)^2 + 20이므로 t=2t = 2초에 최고 높이 2020 m.

높이가 1515 m가 되는 순간은? 5t2+20t=15-5t^2 + 20t = 15를 정리하면 t24t+3=0t^2 - 4t + 3 = 0, 즉 (t1)(t3)=0(t-1)(t-3) = 0t=1t = 1 t=3t = 3.

t h O 1 2 3 4 5 10 15 20 h = −5t² + 20t (2, 20) (1, 15) (3, 15) (4, 0)
공의 높이 그래프 — 올라가며 1초에 15 m를 지나고, 2초에 20 m로 꼭대기, 내려오며 3초에 다시 15 m

여기서는 두 해를 모두 답한다. 공은 올라가면서 한 번, 내려오면서 한 번, 1515 m를 두 번 지나기 때문이다. 그래프가 이유를 보여 준다 — 수평선 h=15h = 15가 포물선과 두 점에서 만난다. 버리기가 기본값이 아니라, 상황이 해석을 정한다.

유형 3 · 수익 최대화

예제 2 — 공연 티켓 가격

어느 공연의 티켓 가격이 80008000원일 때 300300장이 팔린다. 가격을 10001000원 올릴 때마다 판매량은 2525장씩 줄어든다. 수익(가격 × 판매량)을 최대로 하는 가격과 그때의 수익을 구하라.

풀이. 10001000원 인상을 nn번 했다고 하자. 가격은 8000+1000n8000 + 1000n원, 판매량은 30025n300 - 25n장, 수익은

R=(8000+1000n)(30025n)=25000n2+100000n+2400000.R = (8000 + 1000n)(300 - 25n) = -25000n^2 + 100000n + 2400000.

n2n^2 계수가 음수이므로 최대는 꼭짓점에서: n=100000225000=2n = \dfrac{100000}{2 \cdot 25000} = 2. 가격은 1000010000원, 판매량은 250250장, 수익은

10000×250=2500000.10000 \times 250 = 2500000 \text{원}.

검산 — 이웃 값으로: n=1n=1이면 9000×275=24750009000 \times 275 = 2475000원, n=3n=3이면 11000×225=247500011000 \times 225 = 2475000원 — 양쪽 다 더 작다 ✓ (게다가 둘이 같다: n=2n = 2가 정확히 축이라는 대칭의 증거다).

"최대·최소를 구하라"는 요구는 방정식이 아니라 꼭짓점 문제다 — 판매량이 줄어드는 손해와 가격이 오르는 이득이 균형을 이루는 지점을 완전제곱식이 찾아 준다.

주의

모델을 세울 때 가장 잦은 실수 둘. ① 테두리·보도 문제에서 폭 xx양쪽에 붙는 것을 놓치고 10+x10+x로 쓰는 것 — 그림을 작게 그려 보면 바로 잡힌다. ② 답에 단위를 빠뜨리는 것 — x=2x = 2는 답이 아니고 "22 m"가 답이다. 방정식의 해와 문제의 답은 같은 것이 아니다.

답이 "없다"일 수도 있다

조건을 만족하는 대상이 아예 존재하지 않을 수도 있다 — 그 판정도 이차방정식이 한다. 둘레가 3030인 직사각형 중 넓이가 6060인 것이 있을까? 한 변을 xx라 하면 x(15x)=60x(15-x) = 60, 즉 x215x+60=0x^2 - 15x + 60 = 0인데 D=225240<0D = 225 - 240 < 0그런 직사각형은 없다. (둘레 3030으로 만들 수 있는 최대 넓이는 정사각형일 때 7.52=56.257.5^2 = 56.25뿐이다.) 판별식은 계산 도구를 넘어 가능성의 판정관이다.

문제 탭에는 수 퍼즐부터 액자 설계(분수 답), 물로켓, 사과 가격 책정, 십자 길 내기, 33-44-55가 튀어나오는 연속 정수 문제, 그리고 상자 접기 경시 문제까지 열세 문제가 있다.

Goals
  • Translate word problems into quadratic equations, then filter the two solutions through the problem's conditions.
  • Build the three standard models: area design, height of a thrown object, revenue maximization.
  • Distinguish situations where both solutions are answers from those where one must be discarded.

The five steps, with one step now heavier

The five steps from linear word problems — name the unknown, build the equation, solve, check the conditions, verify — carry over unchanged. What changes is the weight of step four. A quadratic usually hands you two solutions, and the situation may accept one of them or both. A length cannot be negative; a ball, on the other hand, naturally passes the same height twice. Whether to discard is decided by the situation, not by the equation — which is why skipping step four produces wrong answers.

Type 1 · Area design

Example 1 — A walkway around a flower bed

A rectangular flower bed measures 1010 m by 88 m. A walkway of uniform width will surround it. How wide should the walkway be so that bed and walkway together cover 168168 m²?

Solution. Let the width be xx m. Since the walkway wraps all four sides, the outer rectangle measures 10+2x10+2x by 8+2x8+2x — note the 2x2x: xx on each side.

(10+2x)(8+2x)=168    4x2+36x+80=168    x2+9x22=0.(10+2x)(8+2x) = 168 \implies 4x^2 + 36x + 80 = 168 \implies x^2 + 9x - 22 = 0.

Product 22-22, sum 99 — the pair (11,2)(11, -2) folds it into (x+11)(x2)=0(x+11)(x-2) = 0, so x=11x = -11 or x=2x = 2. A width must be positive, so x=11x = -11 is discarded: the walkway is 22 m wide.

Check: the outer rectangle is 14×12=16814 \times 12 = 168 ✓.

Type 2 · The height of a thrown object

The height of an object thrown straight up is well approximated by a quadratic. For a ball thrown at 2020 m/s, model its height (in meters) after tt seconds as

h=5t2+20th = -5t^2 + 20t

(the 5t2-5t^2 is gravity's pull — where that coefficient comes from is physics' story to tell). This one formula holds several questions.

When does it land? Set h=0h = 0: 5t(t4)=0-5t(t - 4) = 0, so t=0t = 0 (the throw) or t=4t = 4it lands after 44 seconds.

When is it highest? The vertex: h=5(t2)2+20h = -5(t-2)^2 + 20, so the peak is 2020 m at t=2t = 2 seconds.

When is it 1515 m high? Solving 5t2+20t=15-5t^2 + 20t = 15 reduces to t24t+3=0t^2 - 4t + 3 = 0, i.e. (t1)(t3)=0(t-1)(t-3) = 0t=1t = 1 and t=3t = 3.

t h O 1 2 3 4 5 10 15 20 h = −5t² + 20t (2, 20) (1, 15) (3, 15) (4, 0)
The ball's height: passing 15 m on the way up at t = 1, peaking at 20 m at t = 2, passing 15 m again at t = 3

Here we keep both solutions. The ball passes 1515 m once going up and once coming down — and the graph says why: the horizontal line h=15h = 15 meets the parabola at two points. Discarding is not the default; the situation dictates the interpretation.

Type 3 · Maximizing revenue

Example 2 — Pricing concert tickets

At a ticket price of 80008000 won, a show sells 300300 tickets. Each 10001000-won price increase costs 2525 tickets of sales. Find the price that maximizes revenue (price × tickets sold), and that revenue.

Solution. Suppose the price is raised nn times by 10001000 won. The price is 8000+1000n8000 + 1000n won, sales are 30025n300 - 25n tickets, and revenue is

R=(8000+1000n)(30025n)=25000n2+100000n+2400000.R = (8000 + 1000n)(300 - 25n) = -25000n^2 + 100000n + 2400000.

The n2n^2 coefficient is negative, so the maximum sits at the vertex: n=100000225000=2n = \dfrac{100000}{2 \cdot 25000} = 2. The price is 1000010000 won, sales are 250250 tickets, and the revenue is

10000×250=2500000 won.10000 \times 250 = 2500000 \text{ won}.

Check against the neighbors: n=1n=1 gives 9000×275=24750009000 \times 275 = 2475000 and n=3n=3 gives 11000×225=247500011000 \times 225 = 2475000 — both smaller ✓ (and equal to each other: symmetry's way of confirming that n=2n = 2 is exactly the axis).

A demand to "maximize" or "minimize" is not an equation problem but a vertex problem — completing the square locates the point where the loss from falling sales exactly balances the gain from a higher price.

Watch out

The two most common modeling slips. ① In border and walkway problems, forgetting that the width xx attaches on both sides and writing 10+x10+x — a small sketch catches this instantly. ② Dropping the units from the answer — x=2x = 2 is not the answer; "22 m" is. The solution of the equation and the answer to the problem are not the same thing.

Sometimes the answer is "no such thing"

The object satisfying the conditions may simply not exist — and the quadratic is what proves it. Is there a rectangle with perimeter 3030 and area 6060? With one side xx, we need x(15x)=60x(15-x) = 60, i.e. x215x+60=0x^2 - 15x + 60 = 0 — but D=225240<0D = 225 - 240 < 0. No such rectangle exists. (The best a perimeter of 3030 can do is the square's 7.52=56.257.5^2 = 56.25.) The discriminant is more than a computational device — it is the judge of possibility.

The problems tab runs from number puzzles through a picture-frame design (with a fractional answer), a water rocket, apple pricing, a cross-shaped path, a consecutive-integer problem that coughs up 33-44-55, and a box-folding contest problem — thirteen in all.