Exercises
ex-ch17-01-midpoint-product
beginnerUse AM-GM: .
AM-GM
By AM-GM: with equality iff . The maximum of is attained at .
Extension
is monotonically increasing in for , so the same maximizer holds. The RIS incremental SNR gain therefore grows maximally at the midpoint (product path loss is , maximized SNR gain at minimized path loss).
ex-ch17-02-placement-blocked
beginnerCompute for each.
Computation
: ; . : ; . : ; .
Ranking (best first)
(near-BS) gives the strongest relative signal: stronger than the midpoint, and stronger than . Near-endpoint placement wins by almost an order of magnitude. The midpoint actually LOSES in this product-path metric.
ex-ch17-03-coverage-boost
beginnerTotal = LOS_cov × (1 - p_blk) + RIS_cov × p_blk.
Calculation
.
Interpretation
Coverage rises from (no RIS) to . The missing 10% is the 10% of blocked UEs not covered by the RIS (far from panel, geometry unfavorable).
ex-ch17-04-density-for-95
beginnerSolve → .
R = 50 m
→ /m² panels/km².
R = 100 m
/m² panels/km².
Doubling R
Doubling useful range quarters the required density — physics is on the operator's side. Larger panels provide this via extended useful range.
ex-ch17-05-ris-vs-relay
beginner.
Computation
.
Commercial scale
Any RIS with (typical smallest commercial size) beats this relay. RIS wins handily at commercial scales.
ex-ch17-06-tco-comparison
IntermediateTCO = CapEx + 10 × OpEx.
Option A
Capex = 5000. Total = $11,000.
Option B
CapEx = 7500. Total = $13,500.
Option C
CapEx = 5000. Total = $10,000.
Verdict
RIS is cheapest at 11k; relays at $13.5k. RIS and small cell are within 10% of each other; choice depends on capacity need (small cell) vs. blockage fill-in (RIS). Relays lose on all counts.
ex-ch17-07-facility-location-np
IntermediateWeighted set cover / maximum coverage.
Reduction
Multi-RIS placement reduces to the Maximum Coverage problem: given sets over a universe of elements and a budget , pick sets to cover as many elements as possible. Mapping: each candidate panel's coverage footprint = one set; covered UEs = elements; budget = number of panels allowed.
Hardness
Maximum Coverage is known NP-hard. It is submodular, so greedy gives -optimal solutions — the best achievable in polynomial time unless P = NP (Feige 1998).
ex-ch17-08-greedy-example
IntermediatePick the largest marginal set each round.
Round 1
Marginal gains: . Pick . Covered = .
Round 2
Marginal gains: adds → 1; adds → 1. Tie-break alphabetically: pick . Covered = — 5 UEs.
Comparison to optimal
Optimal: covers — also 5 UEs. Or — 5 UEs. Or — 5 UEs. Greedy achieves optimal in this instance. In general, greedy achieves .
ex-ch17-09-optimal-density
IntermediateLet . Reduces to .
Setup
. . Condition: → .
Substitution
Let : → , i.e., .
Numerical solve
Solution: (this is the Omega constant form). Therefore . For m²: panels/km². Coverage at optimum: → 68%.
ex-ch17-10-redundant-ris
IntermediateIndependence: product of probabilities.
Calculation
→ 1%.
Interpretation
99% of the time, at least one RIS is usable. This is the case for distributed, redundant deployment vs. one large central panel (where blockage of that one panel kills the link).
ex-ch17-11-near-vs-far-ris
AdvancedThink about N scaling: one N-element panel gives ; 20 N/20-element panels give .
Option A (centralized)
One panel with elements. Per-UE gain: .
Option B (distributed)
20 panels with elements each. Each UE served by its own RIS, gain per-UE: .
Verdict
Centralized beats distributed by in per-UE gain — the coherent combining wants lots of elements in one panel, not split. This is why "one large panel per cluster" dominates over "many small panels per UE". However, distributed wins on blockage diversity (see Ex 10). Optimal deployment: few-large-panel-per-cluster.
ex-ch17-12-capex-curve
AdvancedCompute and .
Costs
. .
Savings
At 1000 units: $37.8/panel vs. $75.3/panel at 100 units. Per-panel savings: 50%. This is the commercial lever: scale-up deployment halves the per-panel price, making dense RIS deployments financially viable.
ex-ch17-13-hybrid-optimization
AdvancedTry a mix: small cells + RIS. Coverage is (naive, ignores overlap).
Setup
→ . Maximize: .
Edge cases
All small cells: : 6000 UEs. All RIS: : 5000 UEs. Mix: , : UEs.
Verdict
Maximum is all-small-cells (6000 UEs). But this ignores that small cells also need backhaul, installation time, and OpEx that RIS avoids. With realistic TCO, the hybrid approach wins.
ex-ch17-14-regulatory
Advanced30% of 500 = usable candidate count.
Usable candidates
facades available in 5 km² = 30/km².
Constraint
Even if the operator wants 100 panels/km², the leasing constraint limits them to 30. This leasing bottleneck is the single biggest real-world challenge for commercial RIS. Mitigation: partnerships with building owner aggregators; public right-of-way (lamp posts, bus stops) which is operator-accessible.
ex-ch17-15-rollout-phases
AdvancedTotal panels = budget / per-panel cost.
Total panels
panels over 3 years.
Phased
Year 1: 500 panels → 50/km² (hotspots). Year 2: 2000 panels (cumulative 2500) → 250/km² (dense urban). Year 3: 2500 panels (cumulative 5000) → 500/km² (ubiquitous).
Strategy
Year 1: focus on highest-traffic downtown blocks (ROI proof). Year 2: expand to residential/office zones. Year 3: fill coverage holes. This phasing matches the industry roadmap in the chapter.