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
 
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
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...
Thread 'Imaginary Pythagorus'
I posted this in the Lame Math thread, but it's got me thinking. Is there any validity to this? Or is it really just a mathematical trick? Naively, I see that i2 + plus 12 does equal zero2. But does this have a meaning? I know one can treat the imaginary number line as just another axis like the reals, but does that mean this does represent a triangle in the complex plane with a hypotenuse of length zero? Ibix offered a rendering of the diagram using what I assume is matrix* notation...
Back
Top