Anyone knows how to solve this??
\[\frac{ (x + 5) }{ 3 } = \frac{ \ln(x) }{ -2 }\]
I'm really confused how to go on about this. I tried doing it like this: \[-2(x + 5) = 3\ln(x)\] \[-2x -10 = \ln(x^3)\] \[e ^{-2x -10} = x^3\] and after I'm just stuck.. ._.
i forget how to do this sry
hint: Examine what you just wrote: −2x−10=ln(x3)
actually : \(−2x−10=ln(x^3)\)
hint: graph (by hand) each side of the equation \(−2x−10=ln(x^3)\)
well it does imply that e has to have an exponent of -2x-10 to give x^3 so \[e ^{-2x}*\frac{ 1 }{ e ^{10} } = \ln(x^3)\]
|dw:1440154856949:dw| Do they ever intersect?
\[\ln(1+x) = x - \frac{x^2}{2} + \frac{x^3}{3} - \frac{x^4}{4} + \cdots\]Choose a suitable approximation.
@mathmate yes they do intersect which means that they have one 1 root but I want to find the value for x in order to find the coordinate of the intersection.
@Audio I'm not sure what that is, can you please expand on that?
It is, indeed, an expansion. :) http://mathworld.wolfram.com/SeriesExpansion.html
The best bet here is to graph though. You never know how inaccurate an answer can be when you use Taylor Expansions to solve transcendental equations.
@nopen Are you working on calculus or numerical methods?
um the working that you see in my first comment is what I used to approach this problem.
This is basically a numerical methods problem, in which you know there is a root, and need a method to refine the value accurately. This is the approach.
ah, yes that's exactly what I wanted to do actually. But I don't know really know how, as I'm stuck at the 3rd step
The third step is the meat of the problem. start with something simple,like f(x)=-2(x+5)-3log(x) and calculate f(0.01) and f(0.05) to confirm that there is a root.
I'm getting f(0.01) = -4.02 and for f(0.05) = -6.196
but wait how are you taking random numbers for the domain like that?
Sorry, I usually use log(x) to mean ln(x), and log10(x) when it's to base 10. We use log10 so rarely that I use log to mean log e.
They are not random numbers, they are obtained from the graph that you said earlier that there is a root.
From graphing, we know the value of x is very small, such that -2(x+5) is about -10.
oh. Oops okay then f(0.01) = 3.79 and f(0.05) = -1.11
Anyway, have you recalculated f(0.01) and f(0.05), which should have alternate signs.
Good!
yup
Now, we can do one of the two things. 1. by trial and error, or bisection method: Keep calculating f(x) while narrowing down between 0.01 and 0.05 until you get f(x) as close to 0 as you wish. You'd better have a programmable calculator or a computer for that.
For example, f(0.01)=3.795510557964274 f(0.05)=-1.112803179338027 f(0.035)=-0.01277834752183082 make guesses along the way f(0.03465)=0.01807266003867447 f(0.03475)=...
are you still with me?
Yes, but I see that's gonna be a long process by hand :S
Good, now you will appreciate 2. by Newton's method.
2. Newton's method says given f(x)=-2(x+5)-3log(x) and an initial approximation x0, under certain conditions of convergence (which we satisfy here), a better approximation x1=x0-f(x0)/f'(x0) where f'(x)=d f(x)/d x = -2 - 3/x in this case
and we can repeat the process until \(x_n\) is identical to \(x_{n+1}\). The best part is that the number of correct decimal places doubles after each iteration because it has second order convergence.
Oooh I see what you're doing now
Do you want me to get you started, or that's good enough?
Oh that's good enough thank you very much, because the original question just asked to mention if there is any roots if so state the number of them, so I was just curious to find the coordinate for it
thanks! @mathmate
If you are curious to use the method, you can check your answer : x=0.03485461440500114
If you are curious to use the method, you can check your answer : x=0.03485461440500114 accurate to the last digit, after just a few iterations.
lol that's not a few xD
you're welcome! :) by the way, it took 4 iterations, starting from 0.03, the average of 0.01 and 0.05.
oh oops I made a mistake with the starting value
Exactly, the key is to find a good starting value! But any one reasonably close to the final root is ok, depending on the problem, and the conditions of convergence.
ah now I got it right thnx!
Good, have fun with math! :)
Join our real-time social learning platform and learn together with your friends!