Segment AB is tangent at A to the circle with center O,point D is interior to the circle, and segment DB intersects the circle at C. If BC=CD=3, OD=2, and AB=6, then find the radius of the circle.
Currently, I have thought about ways to use trigonometry to solve this problem, but none of them worked. Can you please help me tackle this problem?
https://docs.google.com/drawings/d/11ll_gefQekm1MgBicdkBzvS17b8UOSp8MlFU9WN5Z4A/edit?usp=sharing

Let $\theta = ∠ODB$. We have 2 ways to get radius:
Law of Cosine on ΔODC: $$r^2 = 2^2 + 3^2 - 2(2)(3)\cos(\theta) = 13-12\cos(\theta)$$
Law of Cosine on ΔODB: $$OB^2 = 2^2 + 6^2 - 2(2)(6)\cos(\theta) = 40-24\cos(\theta)$$ $$r^2 = OB^2 - AB^2 = 4-24\cos(\theta)$$ Combine both ways: $$r^2 = 4-24\cos(\theta) = (2)(13-12\cos(\theta)) - 22= 2r^2 - 22$$ $$r = \sqrt{22}$$