Group Abstract Group Abstract

Message Boards Message Boards

0
|
22 Views
|
3 Replies
|
0 Total Likes
View groups...
Share
Share this post:

Why can't find the solution to this equation?

Posted 12 hours ago
Solve[ForAll[{x, y}, 
  Equivalent[y == Sqrt[3]/2 - x, 
   y + 2 (x - x0) Sin[\[Pi]/6 + 2 x0] == 
    Cos[\[Pi]/6 + 2 x0]]], x0, Reals]

enter image description here

POSTED BY: Bill Blair
3 Replies
Posted 2 hours ago

If just solving the equations is what you want, then this works:

eqs = {y == Sqrt[3]/2 - x, 
   y + 2 (x - x0) Sin[\[Pi]/6 + 2 x0] == Cos[\[Pi]/6 + 2 x0]};
Solve[eqs, {x, y}]
POSTED BY: David Keith
Posted 25 minutes ago

It is to find the value of x0

POSTED BY: Bill Blair
Posted 25 minutes ago

It is to find the value of x0

POSTED BY: Bill Blair
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard