I'm trying to prove the angle sum formula for a triangle on the surface of a sphere. In order to do this I wanted to create a general triangle on the sphere, with one vertex at $\theta = 0$ and one side along the angle $\phi = 0$ for simplicity. (I think this can be done without loss of generality?)
In order to do this I need to be able to express one of the other sides as a straight line in spherical coordinates. Intuition tells me that it is probably just $\theta = k\phi + \alpha$ and $\phi$ as a free parameter. I've tried proving this to myself by showing the the resulting curve is a great circle. I then tried to compute a path integral around this curve so I could check that it is equal to the circumference of my general sphere, however wolfram alpha tells me that I must upgrade to pro to get more computation time to do my integral. ($\int_{0}^{2\pi}\sqrt{k^2 + \sin{(kt + \alpha)}}$ dt)
I've also tried to show that in cartesian coordinates that any points resulting from this parameterization must be coplanar. I have had little success with this approach.
Am I completely wrong here? Is there some good way to see whether or not this is true?
To create a line in circular coordinates, you can just do it like this: $sin(\theta) = m cos(\theta) + c/r$, where $m$ is the gradient and $c$ is the y-intercept. This comes from the $y = mx + c$ definition.
The $y = mx$ part is straightforward, but it is not as obvious. To see how this works explicitly, consider that to your base equation $sin(\theta) = m cos(\theta)$, you are adding the equation for a horizontal line: $sin(\theta) = c/r$ which comes straight from geometry.
You can use similar principles to extend this to spherical coordinates.