Show that r = cos theta is a graph of a circle with diameter 1 from 0,0 to 0,1

How to do this algebraically?
I know r = sqrt(x^2 + y^2) so what should i do?

If you multiply both sides of r=cos(θ) by r you get

r2=rcos(θ) which is the same as x2+y2=x or
x2−x+1/4+y2=1/4

(x−1/2)2+y2=1/4

a circle with center at (1/2, 0) and radius 1/2 so it is tangent to the y-axis.

While you can have r negative in the equation, that is interpreted in polar coordinates as the radius going the other way. With θ=π, r=−1 which gives the point (1, 0) on the positive x-axis. Note that cos(θ) goes from 0 to 0 as θ goes from 0 to π and again as θ goes from π to 2π.

As θ goes from 0 to 2π, the point goes around the circle twice.

a circle of radius .5 with center at(0, .5) is:

x^2 + ( y - .5)^2 = .25
x^2 + y^2 - y + .25 = .25
x^2 + y^2 - y = 0
now
let theta = T
x = r cos T
y = r sin T
then for our circle
r^2 cos^2T + r^2sin^2T = r sin T
or
r^2 = r sin T
r = sin T
so I think you have a typo

Tam also has circle from 0,0 to 1,0

not from 0,0 to 0,1

thanks xD

To show that the equation r = cos(theta) represents a circle with a diameter of 1 from (0,0) to (0,1), we can use algebraic manipulation.

First, let's substitute the polar coordinates (r, theta) into Cartesian coordinates (x, y):
x = r * cos(theta)
y = r * sin(theta)

In this case, we have r = cos(theta). Substituting this into the Cartesian coordinates, we get:
x = cos(theta) * cos(theta)
y = cos(theta) * sin(theta)

Next, we can use the trigonometric identity cos^2(theta) + sin^2(theta) = 1. Rearranging these equations, we have:
cos^2(theta) = x
sin^2(theta) = 1 - x

Now, we can substitute sin^2(theta) = 1 - cos^2(theta) into the equation for y:
y = cos(theta) * sqrt(1 - cos^2(theta))

To simplify further, we can use the Pythagorean identity sin^2(theta) + cos^2(theta) = 1. Substituting this into the equation for y, we get:
y = sqrt(1 - cos^2(theta))
y = sqrt(sin^2(theta))
y = sin(theta)

So, the Cartesian equations become:
x = cos^2(theta)
y = sin(theta)

Recognizing that these equations are in the form of the parametric equations for a circle, where x = cos^2(theta) and y = sin(theta), we can conclude that the equation r = cos(theta) represents a circle with a diameter of 1, centered at the origin, from (0,0) to (0,1).