Why Does arccos(x) - arcsin(1-x) Equal 90° Have No Solutions?

In summary: T_T EDIT: is it wrong to use "let" in math problems? i think that's where my confusion started. i always use let when i'm stucked in problems -_- anyway, i'm gonna study now. i hope i could get more help. thank you guys. you're all geniuses!In summary, the conversation is about finding the solution set for the equation arccos(x) - arcsin(1-x) = 90° within the interval 0° ≤ x ≤ 360°. The equation is rewritten as arccos(x) = 90° + arcsin(1-x) and the cosine of both sides is taken. Using the identity \cos
  • #36
Mentallic said:
Fixed. There was never a first time that you proved that it makes no sense hehe

I was about to say that I'm referring to this:

acen_gr said:
I'm sure my answer would still be the same.

**Just wants escape the truth**

:smile:
 
Physics news on Phys.org
  • #37
acen_gr said:
Since my proof that time is senseless (because I did the wrong way of taking cosine of both sides), this x = 0 doesn't happen to be a solution right? Because what I was trying to prove is that solution is nowhere to find.

Say I want to find the solution to x such that it satisfies x+2=0, so I go about it by dividing through by 2 (incorrectly) and get x+1=0, so x=-1. Is x=-1 a solution to x+2=0?

Since you made an error in your calculations, of course the answer isn't going to correct!

Haha just don't let me catch you taking the cosine of a sum in the wrong way again :-p
 
  • #38
Mentallic said:
Say I want to find the solution to x such that it satisfies x+2=0, so I go about it by dividing through by 2 (incorrectly) and get x+1=0, so x=-1. Is x=-1 a solution to x+2=0?

Since you made an error in your calculations, of course the answer isn't going to correct

Now that's clear. I second thought because my answer in the wrong proof and right proof says the same. Now I had this conclusion that doing cosine incorrectly sometimes gives some right answers :smile:

Mentallic said:
Haha just don't let me catch you taking the cosine of a sum in the wrong way again :-p

Aye aye captain! I just loved algebra that much than trigonometry. So I tend to use it on trigonometry. LOL
 
  • #39
To forum moderators/admins, you may lock this thread now to avoid spamming. I believe it already served its purpose. Just hoping that it won't get immediately deleted due to some reason. If this thread in any way violated the rules, please inform before deleting so I can work on it. Some may find this thread useful to answer their questions. Thank you.

Also, many thanks to mentors Simon Bridge, micromass, Mentallic and https://www.physicsforums.com/member.php?u=147785 for contributing answers to this question.
 
  • #40
acen_gr said:
(1) The post is not misstated.
e5lapt.png


(c) is the odd one out isn't it?

the given range for x is fine for the 1st two but not for (c)
"arcsin" is misspelled as arccsin.
what other carelessness is there?

ask your teacher for a model answer - showing working.

UPDATE: Anyway sir, how do you find out the solution of trigonometric equations through graphs? Like the one you posted in post #27.
I used gnu-octave to plot the graph ... the solution would have been the intersection of the curve with the line y=90.

The code was:

> x=0:0.0125:1;
... says to make a vector whose first entry is 0, incrementing by 1/80 until it reaches 1;

> y=acos(x)-asin(1-x);
... this is the function I want to plot a graph of: y will be in radiens;
... the result of y will be a vector the same size as x, each entry being the result of plugging the corresponding x entry into the equation.

> plot(x,y*(180/pi))
... this plots the graph - I scales the y-axis to give degrees.
... plot(X,Y) treats the two vectors X and Y as ordered pairs (Xi, Yi).

I could have plotted a line at y=90 by doing:
> plot([0,1],[90,90])
... because the plot function automatically draws a line between data points.
... plot will interpret the two vectors as the points (0,90) and (1,90).


generally: if I want to solve f(x)=c, then I could plot y=f(x) and y=c, plot both on the same axis and note the intersection ... reading x off the horizontal axis.

That is usually good for simple relations or for an approximation. For more precision, I'd use Newton-Raphson on f(x)-c=0 - using the graph to select initial values of x.

Some ability to plot the relations you are trying to solve is invaluable: it tells you what kind of solution you are aiming for. Octave is free/libre as well as free/gratis, others use Matlab or Mathematica. Only masochists use spreadsheets for stuff like this.

I guess that is pretty much all this topic exhausted - cheers.
 
Last edited:
  • #41
Simon Bridge said:
(1) The post is not misstated.
e5lapt.png


(c) is the odd one out isn't it?

the given range for x is fine for the 1st two but not for (c)
"arcsin" is misspelled as arccsin.
what other carelessness is there?

ask your teacher for a model answer - showing working.

I truly agree with you sir. That's why I rather choose to drop all my subjects and just study by myself here than to listen to him who even doesn't know what he's saying. He's making us fail in class by teaching us easy examples and giving out hard tests. Glad that I found this site where I can learn genuinely. The questions I am posting here in physics forum are all the hard questions which are not taught to us how to solve, yet still included in exams (yes, they're that harsh).

Anyway, GNU octave sounds very cool! Someday I would like to know how to use it :biggrin:

EDIT: Sad to say our school might not teach us that. We're late when it comes to technology *sigh*
 
Last edited:
  • #43
https://www.physicsforums.com/attachment.php?attachmentid=50336&stc=1&d=1346433295

Well, it's easy to see how the erroneous restriction of 0° ≤ x ≤ 360° got into the problem.

That restriction makes sense for (a) & (b), but not for (c), and part (c) is what this thread is about.

The domains of the arccosine and acrsine function restrict the domain of arccos(x) - arcsin(1-x) to 0 ≤ x ≤ 1 .

Using the identity
[itex]90^{\circ}-\arccos(x)=\arcsin(x)[/itex]​
shows that the given equation is equivalent to
[itex]\arcsin(1-x)+\arcsin(x)=0\ .[/itex]​

A graph of y = arcsin(1-x) + arcsin(x) shows that it has no zeros. (It has no x-intercept.) So the problem has no solution, as others have pointed out.

A graph of this function from WolframAlpha may be helpful.

attachment.gif
 

Attachments

  • asin(x-1)+asin(x).gif
    asin(x-1)+asin(x).gif
    2.4 KB · Views: 404

Similar threads

  • Precalculus Mathematics Homework Help
Replies
6
Views
1K
  • Precalculus Mathematics Homework Help
Replies
6
Views
2K
  • Precalculus Mathematics Homework Help
Replies
1
Views
985
  • Precalculus Mathematics Homework Help
Replies
12
Views
2K
  • Precalculus Mathematics Homework Help
Replies
6
Views
2K
  • Precalculus Mathematics Homework Help
Replies
4
Views
1K
  • Precalculus Mathematics Homework Help
Replies
5
Views
2K
Replies
7
Views
999
  • Precalculus Mathematics Homework Help
Replies
20
Views
3K
  • Precalculus Mathematics Homework Help
Replies
9
Views
1K
Back
Top