어려움삼각비
정사각형과 삼각비의 심화 활용
정사각형 내부에 위치한 세 점으로 만들어지는 삼각형의 한 각에 대한 삼각비를 구하는 문제입니다.
2026학년도 수능중학교 3학년
문제
그림과 같이 한 변의 길이가 4인 정사각형 ABCD가 있습니다. 변 CD 위에 점 P를 이 되도록 잡고, 변 BC 위에 점 Q를 이 되도록 잡을 때, 의 값은?
(단, 점 A는 정사각형의 왼쪽 위 꼭짓점, B는 오른쪽 위, C는 오른쪽 아래, D는 왼쪽 아래 꼭짓점입니다.)
graph TD
A[A] --- B[B]
B --- C[C]
C --- D[D]
D --- A
subgraph Square ABCD
A --- B
B --- C
C --- D
D --- A
end
style A fill:#fff,stroke:#333,stroke-width:2px,font-size:12px,text-align:center
style B fill:#fff,stroke:#333,stroke-width:2px,font-size:12px,text-align:center
style C fill:#fff,stroke:#333,stroke-width:2px,font-size:12px,text-align:center
style D fill:#fff,stroke:#333,stroke-width:2px,font-size:12px,text-align:center
P(P) -- text "CP=1" --> C
Q(Q) -- text "BQ=1" --> B
linkStyle 0 stroke:black,stroke-width:1px;
linkStyle 1 stroke:black,stroke-width:1px;
linkStyle 2 stroke:black,stroke-width:1px;
linkStyle 3 stroke:black,stroke-width:1px;
linkStyle 4 stroke:blue,stroke-width:2px;
linkStyle 5 stroke:blue,stroke-width:2px;
linkStyle 6 stroke:blue,stroke-width:2px;
A -- P
P -- Q
Q -- A
classDef triangle_line stroke:blue,stroke-width:2px;
class A,P,Q triangle_line;
🔐
문제를 풀려면 로그인해주세요
로그인하면 답을 확인하고, 풀이를 보고,
틀린 문제는 오답노트에 자동 저장됩니다.
#삼각비#피타고라스 정리#도형의 넓이#고난도#중3 수학#수학#삼각비#고난도