Question
The angle between the planes x − y + z = 1 and 2x + y
− 3z = 5 is:Solution
The angle between two planes is equal to the angle between their normal vectors. Normal vector of plane 1: n₁ = (1, −1, 1) Normal vector of plane 2: n₂ = (2, 1, −3) Use the formula: cos(θ) = |n₁ · n₂| / (||n₁|| · ||n₂||) Dot product: n₁ · n₂ = (1)(2) + (−1)(1) + (1)(−3) = 2 − 1 − 3 = −2 ⇒ |n₁ · n₂| = 2 Magnitude of n₁ = √(1² + (−1)² + 1²) = √3 Magnitude of n₂ = √(2² + 1² + (−3)²) = √14 cos(θ) = 2 / (√3 · √14) = 2 / √42 ⇒ θ = cos⁻¹(2 / √42)
In a pipelined CPU design, what is the purpose of the instruction pipeline?
KVL states that the sum of the voltages around any closed loop in a circuit is equal to:
What is the time complexity of searching an element in a balanced binary search tree?
Which protocol is used for secure communication over the internet?
Which classic dynamic programming problem involves finding the shortest path in a weighted, directed graph?
What is the primary responsibility of the "Controller" in the MVC architecture?
In the first step of the TCP three-way handshake, what does the client (initiator) do?
In time series forecasting, what does MAE stand for?
In a three-phase system, each phase has a voltage of 400V. Calculate the line voltage (phase-to-phase voltage) in the system.
Which type of flip-flop is most commonly used for storing the state of synchronous digital systems?