How to find the X coordinate of a point using trigonometry?

AI Thread Summary
To find the X coordinate of a point using trigonometry, the tangent function is essential. Given a right triangle where the opposite side (Y) is 40 and the angle is 35 degrees, the formula tan(35) = 40/X can be used to solve for X. Rearranging gives X = 40/tan(35), which can be calculated using a scientific calculator or online resources. It's important to ensure that the angle is measured in degrees, as some calculators may default to radians. This method effectively determines the length of the adjacent side in the triangle.
Miroslava89
Messages
2
Reaction score
0
How to determine the X coordinate of the red point if i know the Y coordinate and the angle between the adjacent side and the hypotenuse in the formed right triangle(see the image)? I don't know the length of the hypotenuse and the adjacent side of the triangle, i know only the angle between the adjacent side and the hypotenuse and the length of the opposite side(the Y coordinate of the red point). Let's say that Y is 40(i.e. the length of the opposite side) and the angle is 35 degrees. How to determine the X coordinate? Or in other words the length of the adjacent side in the triangle. I asked this on stackoverflow.com but the answer i got wasn't helpful at all. It's very simple question, my native language is not english but i think it's pretty clear what I'm asking.

http://img27.imageshack.us/img27/4099/ce4n.png
 
Last edited by a moderator:
Mathematics news on Phys.org
The main trigonometric functions are sin(x), cos(x) and the one you are going to want to use, tan(x). sin(x) is literally the ratio between the opposite side and hypotenuse of a right triangle with an angle of x in it, cos(x) is the ratio between the adjacent side and hypotenuse of a right triangle with an angle of x in it, and tan(x) is the ratio between the opposite and adjacent sides of a right triangle with an angle of x in it.

As a side point, it should be clear that tan(x) = sin(x)/cos(x).

Your example right triangle has an adjacent leg of length X to be determined, the opposite leg has a length of 40, and your angle is 35 degrees. So we have

tan(35) = 40/X
X = 40/tan(35).

You can calculate tan(35) on your calculator (possibly needing the sin(x)/cos(x) thing depending on the type) or by using any of a number of websites. You do have to be careful because there are two ways of measuring angles - radians and degrees - and a lot of places might assume you are inputting your angle in radians. You should try getting tan(35) from a computing source yourself, and the number you should get is very close to .7As an exercise to practice, if that point has an X coordinate of 12 and an angle of 50 degrees, what is the length of the hypotenuse?
 
Office_Shredder said:
As an exercise to practice, if that point has an X coordinate of 12 and an angle of 50 degrees, what is the length of the hypotenuse?

So, if the adjacent side is 12 and if by "an angle of 50 degrees" you mean the angle formed by the hypotenuse and the adjacent side(like in my drawing), then cos(50) = 12 / hypotenuse => 0.642 = 12 / hypotenuse => 12 / 0.642 = 18.67

Thanks. Actually the answer on the website i mentioned was helpful but i didn't paid much attention to it initially. But your answer is more uuh...descriptive and generally better, so thank you again.
 
Last edited:
You don't mention tangent which is what Office Shredder said was the function you need. tangent is "opposite side over near side" so, in this xy- coordinate system tan(\theta)= y/x[/tex]. Given that \theta= 35 degrees and y= 40, x= y/tan(\theta)= 40/tan(35)= 40/.7002.
 
Miro, that looks good to me.

Halls, he didn't use tan because he was answering the other practice question I gave him
 
Seemingly by some mathematical coincidence, a hexagon of sides 2,2,7,7, 11, and 11 can be inscribed in a circle of radius 7. The other day I saw a math problem on line, which they said came from a Polish Olympiad, where you compute the length x of the 3rd side which is the same as the radius, so that the sides of length 2,x, and 11 are inscribed on the arc of a semi-circle. The law of cosines applied twice gives the answer for x of exactly 7, but the arithmetic is so complex that the...
Thread 'Unit Circle Double Angle Derivations'
Here I made a terrible mistake of assuming this to be an equilateral triangle and set 2sinx=1 => x=pi/6. Although this did derive the double angle formulas it also led into a terrible mess trying to find all the combinations of sides. I must have been tired and just assumed 6x=180 and 2sinx=1. By that time, I was so mindset that I nearly scolded a person for even saying 90-x. I wonder if this is a case of biased observation that seeks to dis credit me like Jesus of Nazareth since in reality...
Fermat's Last Theorem has long been one of the most famous mathematical problems, and is now one of the most famous theorems. It simply states that the equation $$ a^n+b^n=c^n $$ has no solutions with positive integers if ##n>2.## It was named after Pierre de Fermat (1607-1665). The problem itself stems from the book Arithmetica by Diophantus of Alexandria. It gained popularity because Fermat noted in his copy "Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos, et...
Back
Top