image
Physics Forums Logo
image
image
* Register * Upgrade Blogs Library Staff Rules Mark Forums Read
image
image   image
image

Go Back   Physics Forums > Mathematics > General Math


Reply

image Impossible equation to solve? Share It Thread Tools Search this Thread image
Old Jun26-09, 02:41 AM                  #1
Jiachao

Jiachao is Offline:
Posts: 12
Impossible equation to solve?

Hi, I know its possible to get an answer by graphing the curves and finding the point of intersection but I was wondering if there was a way to do them algebraically.

sin(2x) = LaTeX Code: \\frac{x}{2}


or LaTeX Code: e^{\\frac{x}{8}} = x

Also, do these types of equations have a name?
  Reply With Quote
Old Jun26-09, 03:03 AM       Last edited by Nabeshin; Jun26-09 at 03:11 AM..            #2
Nabeshin
 
Nabeshin's Avatar

Nabeshin is Online:
Posts: 859
Recognitions:
PF Contributor PF Contributor
Re: Impossible equation to solve?

Your first equation is not solvable (in terms of elementary functions or any I know of). The equation simply is not written in a way in which it is possible to express it as a solution x=something.

The second equation at first glance appears the same, but is actually solvable (although not in terms of elementary functions). The solution is:
x=-8 W(-1/8)
Where W is the Lambert W function. ( http://en.wikipedia.org/wiki/Lambert%27s_W_function )

I don't know of a name for these [unsolvable] equations, I'd call em non-algebraic (not sure if that's official though).
  Reply With Quote
Old Jun26-09, 03:57 AM                  #3
arildno

arildno is Offline:
Posts: 9,771
Recognitions:
PF Contributor PF Contributor
Homework Helper Homework Helper
Science Advisor Science Advisor
Re: Impossible equation to solve?

They are called transcendental equations.
  Reply With Quote
Old Jun26-09, 04:19 AM                  #4
Jiachao

Jiachao is Offline:
Posts: 12
Re: Impossible equation to solve?

Thanks for the replies.
  Reply With Quote
Old Jun26-09, 01:20 PM                  #5
camilus

camilus is Offline:
Posts: 93
Re: Impossible equation to solve?

haha try this one. Let me know if you're interested in the problem, I actually got it from physicsforums.com.

LaTeX Code: \\left [{1 \\over 2}\\sqrt{1 - n^2x^2} + {\\arcsin (nx) \\over 2n} \\right ]_{0}^{6} = e + \\pi

n=?
  Reply With Quote
Old Jun26-09, 03:09 PM                  #6
Дьявол

Дьявол is Offline:
Posts: 366
Blog Entries: 1
Re: Impossible equation to solve?

And what are the 0 and 6 ??
  Reply With Quote
Old Jun26-09, 03:36 PM                  #7
HallsofIvy

PF Mentor

HallsofIvy is Offline:
Posts: 24,778
Re: Impossible equation to solve?

I assume that he means that formula evaluated between 6 and 0: its value at 6 minus its value at 0 is equal to LaTeX Code: e+ \\pi .
  Reply With Quote
Old Jun26-09, 06:18 PM                  #8
camilus

camilus is Offline:
Posts: 93
Re: Impossible equation to solve?

of course. Its an integral remember?

LaTeX Code:  \\int_0^{6}\\sqrt{1 - (nx)^2}dx = e + \\pi
  Reply With Quote
Old Jun26-09, 10:45 PM                  #9
Jiachao

Jiachao is Offline:
Posts: 12
Re: Impossible equation to solve?

I'm still in high school so is that possible to solve using my level of mathematics?

After I subbed the numbers in, I did a quick sketch on graphmatica and it didn't show any intersections between

LaTeX Code:  y = \\sqrt{1-36n^{2}}  +\\frac{arcsin (6n)}{n} -1

and y = 2e + 2pi

so have I done something wrong already?
  Reply With Quote
Old Jun27-09, 07:45 AM                  #10
g_edgar

g_edgar is Offline:
Posts: 385
Re: Impossible equation to solve?

I agree that there is no solution to

LaTeX Code: \\left [{1 \\over 2}\\sqrt{1 - n^2x^2} + {\\arcsin (nx) \\over 2n} \\right ]_{0}^{6} = e + \\pi


However, there is a solution to

LaTeX Code:  \\int_0^{6}\\sqrt{1 - (nx)^2}\\,dx = e + \\pi

camilus is mistaken in asserting that these are equal.
  Reply With Quote
Old Jun27-09, 09:27 AM                  #11
ulquiorra

ulquiorra is Offline:
Posts: 1
Re: Impossible equation to solve?

The equations in the first post can't be solved explicitly for x, but you could use a method of iteration to get as accurate a solution for x as you require.
  Reply With Quote
Old Jun27-09, 05:48 PM                  #12
camilus

camilus is Offline:
Posts: 93
Re: Impossible equation to solve?

Originally Posted by g_edgar View Post
I agree that there is no solution to

LaTeX Code: \\left [{1 \\over 2}\\sqrt{1 - n^2x^2} + {\\arcsin (nx) \\over 2n} \\right ]_{0}^{6} = e + \\pi


However, there is a solution to

LaTeX Code:  \\int_0^{6}\\sqrt{1 - (nx)^2}\\dx = e + \\pi

camilus is mistaken in asserting that these are equal.
wtf? explain..?

LaTeX Code:  \\int_0^{6}\\sqrt{1 - (nx)^2}\\dx = \\left [{1 \\over 2}\\sqrt{1 - n^2x^2} + {\\arcsin (nx) \\over 2n} \\right ]_{0}^{6} = e + \\pi

now you gotta find what value of n will make will make the integral equal to e + pi. I have found n to several digits, although Im under the impression that n is nonalgebraic.
  Reply With Quote
Old Jun27-09, 11:14 PM                  #13
Mentallic

Mentallic is Offline:
Posts: 786
Re: Impossible equation to solve?

Originally Posted by camilus
wtf? explain..?
LaTeX Code: \\int_0^{6}\\sqrt{1 - (nx)^2}\\dx \\neq \\left [{1 \\over 2}\\sqrt{1 - n^2x^2} + {\\arcsin (nx) \\over 2n} \\right ]_{0}^{6}

Now, I can't actually explain because I don't know how to evaluate the integral, but I did go about it backwards and derived the result. They're not equal from what I can see.
  Reply With Quote
Old Jun28-09, 08:19 AM                  #14
g_edgar

g_edgar is Offline:
Posts: 385
Re: Impossible equation to solve?

the integral should be

LaTeX Code: <BR>\\int \\sqrt{1-(nx)^2}\\,dx =\\frac{1}{2}\\;x\\;\\sqrt{1-(nx)^2} +<BR>\\frac{1}{2n}\\;\\arcsin({nx)<BR>

notice the extra LaTeX Code: x ?
  Reply With Quote
Old Jun28-09, 08:39 AM       Last edited by uart; Jun28-09 at 08:56 AM..            #15
uart

uart is Offline:
Posts: 1,178
Re: Impossible equation to solve?

Originally Posted by Mentallic View Post
LaTeX Code: \\int_0^{6}\\sqrt{1 - (nx)^2}\\dx \\neq \\left [{1 \\over 2}\\sqrt{1 - n^2x^2} + {\\arcsin (nx) \\over 2n} \\right ]_{0}^{6}

Now, I can't actually explain because I don't know how to evaluate the integral, but I did go about it backwards and derived the result. They're not equal from what I can see.
It is relatively easy to show that:

LaTeX Code: \\int \\sqrt{1 - (nx)^2}\\, dx = {1 \\over 2} x \\sqrt{1 - n^2x^2} + {\\arcsin (nx) \\over 2n}

Two methods come to mind.

Method 1.

Substitute LaTeX Code: nx = \\sin(u) and it transforms into LaTeX Code: 1/n \\int \\cos^2(u) du . Then just use the trig identity cos^2(u) = 1/2 + 1/2 * cos(2u) and it's straight forward to get the above stated result.


Method 2. (A little more complicated but avoids need for trig identities and "trig of inverse trig" simplifications).

Note that LaTeX Code: \\sqrt{1-(nx)^2} = 1/ \\sqrt{1-(nx)^2} \\, - \\, (nx)^2 / \\sqrt{1-(nx)^2}  . The first term is pretty much a standard inverse sin integral and the second term is amenable to integration by parts. This is actually one of those integration by part problems where you end up with the original integral on both the left and right hand side of the equals sign and it simplifies down pretty easily (again to give the above stated result).

Edit. Yes thanks g_edgar. I didn't notice that missing x before.
  Reply With Quote
Old Jun28-09, 09:05 AM                  #16
Mentallic

Mentallic is Offline:
Posts: 786
Re: Impossible equation to solve?

No uart, you are wrong here. g_edgar posted the correct integral and I was able to confirm it for myself by again differentiating the result.

Originally Posted by uart View Post
It is relatively easy to show that:...
Funny how it can be relatively easy to show the wrong answer
  Reply With Quote
image image
Reply
Thread Tools


Similar Threads for: Impossible equation to solve?
Thread Thread Starter Forum Replies Last Post
solve the equation nameVoid Precalculus Mathematics 3 Apr17-09 01:04 PM
help me to solve this equation sahar1978 Precalculus Mathematics 2 Feb1-09 03:32 PM
How to solve this equation... sammyb787 Calculus & Beyond 1 Sep18-07 10:20 PM
Solve this equation Mica Differential Equations 4 May18-06 10:16 AM
Help me solve this equation Bad_Boy_Blue General Math 4 Oct22-04 01:41 PM

Powered by vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd. © 2009 Physics Forums
Sciam | physorgPhysorg.com Science News Partner
image
image   image