How to Solve the Equation -0.5x^2 = ln(x)?

  • Thread starter Thread starter michellelover
  • Start date Start date
Click For Summary

Homework Help Overview

The discussion revolves around solving the equation -0.5x^2 = ln(x), which involves concepts from calculus and numerical methods. Participants explore various approaches to find solutions, including analytical and numerical techniques.

Discussion Character

  • Exploratory, Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • Some participants suggest using Taylor series expansion for ln(x) and question the need for an exact solution versus a numerical one. Others propose using graphing calculators or numerical methods like Newton's method and Runge-Kutta. There is also mention of fixed-point iteration methods and convergence acceleration techniques.

Discussion Status

The discussion is active, with various methods being proposed and explored. Participants are questioning the assumptions regarding the need to show work and the applicability of different mathematical techniques. There is no explicit consensus on a single approach, but several productive directions have been suggested.

Contextual Notes

Participants note that the original poster has a deadline approaching, which may influence the urgency of finding a solution. There are also discussions about the constraints of using Taylor series for values of x greater than 1.

michellelover
Messages
4
Reaction score
0

Homework Statement


Can someone please solve: -.5x^2=ln x in detail. Thanks. It would be nice if I could get an answer about now? This is like due tomorrow. Thanks in advance.


Homework Equations





The Attempt at a Solution

 
Physics news on Phys.org
Show some work.
 
as far as I can see, there is no exact analytic solution:

ln(x)=(x-1)-(x-1)^2/2+(x-1)^3/3-...

by taylor's expansion, so we have an infinite series equal to -0.5x^2. does your teacher want a numerical solution? if so, use the runge-kutta method. but if this is a pre-differential equations course, then you can try Newton's method.

ok, my first day in this forum, and my dad caught me spending too much time posting here, sorry I'm forced to cut down on the visits and do more reading, as much as i like solving problems here...
 
Last edited:
If you can get away without showing work, you can plug it into a graphing calculator (which would be the easiest and most accurate way).

Rearrange to ln x + .5x^2 = 0

Set y=ln x + .5x^2

go to the solver and solve for x and you should get 0.753089
 
Last edited by a moderator:
i need to show my work.
 
Yes, you do need to show your work.
 
Its getting late here so I may be incorrect, but we could use the Taylor Series Expansion for The Natural Logarithm, as Tom mentioned. It would also be an easier calculation if you used the other expression,

[tex]\ln (x+1)=\sum_{n=0}^{infinity} \frac {-1^n \cdot x^{n+1}}{n+1}[/tex].

We could truncate the expression at the degree to which you can solve. It is possible to solve the polynomials roots analytically for up to degree 5, but I think you will find it gets difficult after Quadratics (a substitution will not make it reducible to a quadratic).

To be even more correct, you would express the rest of the series in the form of a Lagrange/Cauchy Remainder term.

We could also use a a variety of fixed-point iteration methods, Such as halving the interval, Newtons method, Halleys method (similar to Newtons but with conditional cubic convergence), or the runge-kutta method.

For an extremely advanced method, use halving the interval until you have the root of f(x)=ln x + 0.5x^2 over a small closed interval. The interval must be small enough so that its Lipschitz constant, or maximum slope between any 2 points over that interval is less than 1. Then you can increase the rate of convergence of the iteration sequence with a convergence acceleration method, such as Euler Transforms, Kummer transforms, Richardson extrapolation, the e-algorithm, the Levin u-transform, Wilf-Zeilberger-Ekhad method, or the Aitken's delta-squared process (known as the Steffensen's method when applied to fixed point iterations such as this).

The last paragraph is quite difficult to carry out however, and seeing the time of your post, I am too late. Just incase you are bothered, these advanced methods have amazing rates of convergence, up to 17.83^-n with n iterations. That truly is extra ordinarily fast. In fact this just gave me an idea to calculate a sequence for pi, that will be very quick indeed. Not as quick as a professional mathematicians though, but o well.

I hope I helped.
 
Last edited:
If I remember correctly, there was another thread, on either this or another forum, that asked to show that the families of curves, defined by y= (-1/2)x2+ k and y= ln x+ k are orthogonal. Of course, that's true because for the first y'= -x and for the second y= 1/x: the product of the slopes at every point (x,y) is -1.

However, that person also seemed to be under the impression that he had to find the points of intersection! (-1/2)x2= ln x gives the x-value for the intersection of y= (-1/2)x2+ k and y= ln x+ k for the same k. In fact, the two families intersect at all (x,y) in the right half-plane (where ln x is defined).

In other words, I suspect that the original poster does NOT have to solve that equation at all.
 
Sides, the Taylor expansion of ln(x+1) converges, iff x<=1. So it can't be used when possibly larger values of "x" occur.

To the OP. Try solving it by graph intersection method.

Daniel.
 
  • #10
O well yes, but in this case we know it fulfills the conditions. If the teacher wishes all work to be shown and justified, we could have used say, halving the interval until the root was known fulfill the condition that x<=1.
 

Similar threads

  • · Replies 4 ·
Replies
4
Views
1K
  • · Replies 4 ·
Replies
4
Views
1K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 13 ·
Replies
13
Views
2K
Replies
2
Views
2K
Replies
5
Views
1K
Replies
6
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K