Finding the Solution to an Extra Credit Math Problem

  • Thread starter Thread starter hmm?
  • Start date Start date
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
8 replies · 4K views
hmm?
Messages
19
Reaction score
0
Hello,

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



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. [tex]\arcsin(x)=\arccos(?)[/tex] 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 already easy to see that a solution for y = x/6.