Finding the Solution to an Extra Credit Math Problem

  • Thread starter Thread starter hmm?
  • Start date Start date
AI Thread Summary
The discussion revolves around solving the equation arcsin(√(36-x²)/6) = arccos(?), presented as an extra credit math problem. The correct solution is identified as arccos(x/6), derived from understanding the relationship between sine and cosine in a right triangle. Participants explain the reasoning by applying the Pythagorean theorem to relate the sides of the triangle to the functions involved. An alternative method is also suggested, involving taking the sine of both sides and utilizing the fundamental identity for sine and cosine. The conversation emphasizes the importance of visualizing the triangle to arrive at the solution effectively.
hmm?
Messages
19
Reaction score
0
Hello,

\arcsin( \frac{\sqrt{36-x^2}}{6})= \arccos(?)



I was wondering how one would solve this equation; it was given as an extra credit problem on a test I took today. Being the impulsive person I am, I can't wait until monday to receive the solution.
 
Last edited:
Physics news on Phys.org
Think about the simplest possible solution. \arcsin(x)=\arccos(?) has what solution?
 
for some reason, I feel it would be cos^-1(x/6)...
 
what reason?

stimmt.
 
hmm? said:
for some reason, I feel it would be cos^-1(x/6)...

That would be correct. For the reason think about what the arcsince function is, it is the angle whose since you are inputting, then you can draw a right triangle from the information given in the problem and find what the cosine of that angle would be.
 
well, since I know the sin of that triangle is sqrt(36-x^2)/6

Hypotenuse=6
opp=sqrt(36-x^2)

using pathagorean theorem x^2 + y^2=6^2
y^2= 36-x^2
y=/sqrt(36-x^2)

y=opposite leg
x=adjacent leg, so
I concluded that arccos(x/6).
 
hmm? said:
well, since I know the sin of that triangle is sqrt(36-x^2)/6

Hypotenuse=6
opp=sqrt(36-x^2)

using pathagorean theorem x^2 + y^2=6^2
y^2= 36-x^2
y=/sqrt(36-x^2)

y=opposite leg
x=adjacent leg, so
I concluded that arccos(x/6).

Yep, that's pretty much it.
 
the funny thing about this problem is I answered it completely different, which was also wrong; I guess it was spur of the moment, and I was enduring a brain fart of epic proportion.
 
The more elegant answer has already been given, but suppose you're not thinking of that triangle and still want to solve it. You could take the sine of both sides, the LHS then gives: sqrt(36-x²)/6.

For the RHS, you start with sin(arccos(y)) but you can use the fundamental identity cos²a+sin²a = 1 to rewrite (I'll take the positive root): sin(a) = sqrt(1-cos²(a)). So:

sin(arccos(y)) = sqrt(1-cos²(arccos(y))) = sqrt(1-y²)

Now you can solve sqrt(1-y²) = sqrt(36-x²)/6, but by inspection it's allready easy to see that a solution for y = x/6.
 
Back
Top