answersLogoWhite

0

public void getPoint(double r, double angle)

{

//cosine*hypotenuse=adjasent

double x = r * Math.cos (Math.toRadians(angle))//in radians;

//sine * hypotenuse =opposite

double y=r*Math.sin(Math.toRadians(angle))//also in radians;

System.out.println("( "+x+", "+y+" )");

}

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What is the value of 1 degree in inches?

The value of 1 degree in inches depends on the context, particularly the radius of the circle in question. For a circle, 1 degree corresponds to approximately 0.01745 radians. To convert this to inches, you can use the formula: arc length = radius × angle in radians. For example, if the radius is 1 inch, 1 degree would equal about 0.01745 inches.


How do you calculate t radius of the circle?

Radius of a circle = diameter/2


C program on how to calculate circumference of a circle?

int radius = 2; int output; radius = radius * 2; output = radius * Math.PI; Console.WriteLine(output);


How do you calculate radius of the circle when you do not have diameter?

Double the Radius to Calculate the Diameter.


How do you calculate the radius given the diameter?

Radius of a circle = diameter/2


How do you calculate radius of rotation?

From what? You need other variables you can use in the standard circle formulae from which to calculate the radius.


In a circle a 90 degree sector has has area 36 pi ft squared what is the radius of the circle?

The radius is 12


What is the radius of a 90 degree circle?

The radius is a lenght, and it's impossible to find out the radius if you don't give any information about the size of your circle.


How do you calculate radius of a circle?

Divide the diameter by 2.


How do you calculate for the area of a circle?

pi radius squared


How do you calculate the radius from the diameter of a circle?

The radius is one -half of the diameter. It is the distance from the circle center to any point on the circumference.


How much is one degree in an inch?

One degree corresponds to approximately 0.0175 inches when measured along the circumference of a circle with a radius of one inch. This relationship is derived from the formula for arc length, where the arc length (in inches) equals the radius multiplied by the angle in radians. Since there are 360 degrees in a circle, one degree equals ( \frac{\pi}{180} ) radians, leading to the conversion. Thus, for practical purposes, one degree represents a very small distance along a circle's edge.