Ask your own question, for FREE!
Mathematics 9 Online
OpenStudy (idku):

How do I solve this algerbraically? (made up question)

OpenStudy (idku):

\(\large\color{black}{ \displaystyle 3(2)^x=15x-1 }\)

OpenStudy (idku):

(If I will need to know calculus, then please, because I know (some) calculus)

OpenStudy (welshfella):

try taking logarithms

OpenStudy (idku):

\(\large\color{black}{ \displaystyle x\ln(2)=\ln\left(x-\frac{1}{3}\right) }\)

OpenStudy (idku):

I divided by 3 first, if that is any bettter.

OpenStudy (idku):

made log base 2?

OpenStudy (idku):

maybe**

OpenStudy (owlcoffee):

\[3.2^x=15x-1\] is not an expression solvable with algebra, what I would suggest you do is create two functions: \[u(x)=3.2^x\] \[f(x)=15x-1\] Graph them using a software or a calculator and then find the intersection.

OpenStudy (idku):

Yes, that is what I would do normally, but is there not an algebra (maybe involving calculus) solution?

OpenStudy (owlcoffee):

Not that I know about at least. I have already tried solving these on my free time, and never got to the answer, maybe I a not good enough with math.

OpenStudy (welshfella):

yes - i couldn't get anywhere using logs

OpenStudy (idku):

I have seen people say that these are solvabe ... maybe I can try power series or something

OpenStudy (owlcoffee):

I tried that, it is hard to accomodate the function in order to apply it.

OpenStudy (idku):

\(\large\color{black}{ \displaystyle 1=\ln(2)x^{-1}\ln\left(x-\frac{1}{3}\right) }\) \(\large\color{black}{ \displaystyle \ln(2)x^{-1} \ln\left(x-\frac{1}{3}\right)=\ln(2)\sum_{i=0}^{\infty}\frac{x^{-1}(-1)^i(-4/3{~~}+x)^i}{i} }\)

OpenStudy (idku):

Yeah, just a time waster ...

OpenStudy (idku):

seies for ln(2) is better :O

OpenStudy (mathmale):

I'd immediately try Newton's Method. Would y ou consider that to be an "algebraic" approach?

OpenStudy (idku):

Stepsize?

OpenStudy (owlcoffee):

What I haven't tried yet is to use the notable equality \[e^{\ln(f(x))}=f(x)\]

OpenStudy (idku):

The only think in the Newton related to math I have hear is, that stepsize formula for approximating differential equation-solutions.

OpenStudy (idku):

heard**

OpenStudy (welshfella):

right! Newtons method could be applicable here That is algebraic

OpenStudy (idku):

\(\large\color{black}{ \displaystyle x_{n+1}=x_n-\frac{f(x_n)}{f'(x_n)} }\) are you referring to this?

OpenStudy (mathmale):

Indeed I am. Very good!

OpenStudy (mathmale):

So the question here is: How do we make a function f(x) out of 3(2)^x=15x-1?

OpenStudy (welshfella):

yes you start with an approximate root and further approximations are made as follows x(n+1) = x(n) - f( x(n) / f' x(n)

OpenStudy (owlcoffee):

This'll be interesting to know.

OpenStudy (idku):

\(\large\color{black}{ \displaystyle 3(2)^x=15x-1 }\) \(\large\color{black}{ \displaystyle (2)^x=5x-1/3 }\) \(\large\color{black}{ \displaystyle x=\frac{(\ln(5x-1/3)}{\ln(2)} }\)

OpenStudy (idku):

\(\large\color{black}{ \displaystyle 1=\frac{(\ln(5x-1/3)}{x\ln(2)} }\)

OpenStudy (idku):

\(\large\color{black}{ \displaystyle f(x)=\frac{(\ln(5x-1/3)}{x\ln(2)} -1}\) ike this?

OpenStudy (mathmale):

Next suggestion: It'd be nice to find a ballpark approx. for x. You could do that by graphing 3(x)^x and 15-1 x on the same set of axes and determining the x value at which the two graphs intersect. Hate to say "no" to your suggestion, but no. If 3(2)^x = 15 - 1, rewrite this as f(x) = 3(2)^x -15x + 1.

OpenStudy (idku):

Oh, I am so stupid! THanks :) Ok, I will graph the 2^x and 15x-1....

OpenStudy (mathmale):

Good idea. That way you can obtain a starting value for x.

OpenStudy (owlcoffee):

but that wouldn't be algebraic would it?

OpenStudy (idku):

https://www.desmos.com/calculator/g6uh2od1ya

OpenStudy (idku):

Owlcoffee I think that is just to check if it will make sense

OpenStudy (idku):

reasonability check

OpenStudy (mathmale):

Graph 3(2)^x, not 2^x. No, it wouldn't be "algbraic," BUT the purpose of doing this is to obtain a starting value for your use of Newton's Method.

OpenStudy (mathmale):

Newton's Method is both algebraic and an application of calculus.

OpenStudy (idku):

well, my problem was \(\large\color{black}{ \displaystyle 3(2)^x=15x-1 }\)

OpenStudy (mathmale):

Yes, that's the problem I was addressing also.

OpenStudy (idku):

So why 2^x and not 3(2)^x ?

OpenStudy (michele_laino):

here is my reasoning: we can rewrite your equation as follows: \[\huge {2^x} = 5x - \frac{1}{3}\] now, we can write the exponential function, using the Taylor's expansion around \(x=0\), so we get: \[\huge {2^x} \cong 1 + x\ln 2 + {x^2}\frac{{{{\left( {\ln 2} \right)}^2}}}{2}\]

OpenStudy (mathmale):

I am saying you need to graph / use 3(2)^x, not (2)^x alone. Refer to your original problem statement.

OpenStudy (idku):

I did graph 3(2)^x, didn't I ?

OpenStudy (owlcoffee):

Maybe a change of variable can do some good?... Well no... isolating the "x" would yield some trouble...

OpenStudy (idku):

Anyway, now I will repost the link ... https://www.desmos.com/calculator/g6uh2od1ya

OpenStudy (mathmale):

there's more than one way to skin a cat. Michelle_Laino's suggestion is fine.

OpenStudy (michele_laino):

thanks!! :) @mathmale

OpenStudy (idku):

Yeah and then solve a quandratic (with wierd coefficients, but doesn't matter...) Thanks Michele Laino !

OpenStudy (idku):

Not algebraic, but satisfies me totally

OpenStudy (mathmale):

Again, the equation we want to solve for x is 3(2)^x=15x-1. Alternatively, solve the following for x: 2^x = 3x - 1/3. Your choice. This IS algebraic.

OpenStudy (michele_laino):

:) maybe it is suffice to stop at the first order term in Taylor's expansion @idku

OpenStudy (idku):

Whatever, a quadratic poly is also fine. In that case even a cubic would be.

OpenStudy (idku):

I don't know how much less accurate the solution is going to be if you stop at n=1 degree, but I don't think we really need to do this though...

OpenStudy (mathmale):

Graph the following:\[y _{1}=2^x,y _{2}=5x-1/3.\]

OpenStudy (idku):

2^x=5x-1, you meant mathmale?

OpenStudy (idku):

oh, :D you got me .. o

OpenStudy (michele_laino):

yes! you can try to consider an expansion of the third order @idku

OpenStudy (idku):

Alright https://www.desmos.com/calculator/xnhohek0om

OpenStudy (mathmale):

You, idku, need to decide for yourself the degree of accuracy you want. Either a Taylor Series expansion or the use of Newton"s Method will produce whatever degree of accuracy you want.

OpenStudy (mathmale):

Why not say: "I want my root accurate to three decimal places?"

OpenStudy (idku):

Well, it would be nice to know everything I can, even though I am not even close to be close to be close etc... to a mathematician.

OpenStudy (mathmale):

You posed this problem, so you have the prerogative of specifying the level of accuracy to which y ou want to find a solution.

OpenStudy (idku):

I would think that a cubic polynomial would provide me 4 decimal places of accurace.... just need to graph it and see how smoothly it lies on the solution.... (I suppose)

OpenStudy (welshfella):

just enjoy the experience!

OpenStudy (idku):

yes., that is what I am trying to do :)

OpenStudy (mathmale):

Let me settle the argument (if there is an argument here): Solve 3(2)^x=15x-1 to 2 decimal place accuracy.

OpenStudy (idku):

I just haven't really done the Newton's method which you sugessted... can you direct me and I will do my best?

OpenStudy (idku):

(this isn't my h/w anyway, but no direct answers policy must be respected)

OpenStudy (mathmale):

First, please graph the 2 functions and estimate the x-coordinate of the solution.

OpenStudy (idku):

\(\large\color{black}{ \displaystyle 2^x=5x-\frac{1}{3} }\) \(\large\color{black}{ \displaystyle y_1=5x-\frac{1}{3} }\) \(\large\color{black}{ \displaystyle y_2=2^x }\) \(\large\color{black}{ \displaystyle x=0.316 }\) (via desmos)

OpenStudy (idku):

x=0.32 (to two decimal places)

OpenStudy (mathmale):

I'll take your word for it. Let your starting value be .32 or just .3. Close enough! Next, write out f(x) as explained before.

OpenStudy (idku):

\(\large\color{black}{ \displaystyle f(x)=2^x+5x-\frac{1}{3} }\) (would impact only the y-value where this solution lays, but the solution for x is same when dividing both functions by 3)

OpenStudy (idku):

So I first lug in x=0.3 into the f(x) ?

OpenStudy (idku):

plug

OpenStudy (mathmale):

yes. In other words, calculate f(.3). Next, take the derivative of f(x). What is it? Next, evaluate the derivative at x=.3.

OpenStudy (idku):

\(\large\color{black}{ \displaystyle f(x)=2^x+5x-\frac{1}{3} }\) \(\large\color{black}{ \displaystyle f'(x)=2^x\ln(2)+5 }\) \(\large\color{black}{ \displaystyle f'(0.3)=2^{0.3}\ln(0.3)+5=\\[0.7em] 1.23\cdot (-1.20)+5=3.524}\)

OpenStudy (idku):

oh, my ln(0.3) i am dump

OpenStudy (mathmale):

Now insert your results into the following formula for the approximate root: \[x _{1}=x _{0}-\frac{ f(x_0) }{ f'(x _{0}) }\]

OpenStudy (idku):

\(\large\color{black}{ \displaystyle f'(0.3)=2^{0.3}\ln(2)+5=\\[0.7em] 1.23\cdot (0.69)+5=5.8487\approx 5.85}\)

OpenStudy (idku):

\(\large\color{black}{ \displaystyle x_1=0.3-\frac{2.40}{5.85}}\)

OpenStudy (idku):

I evaluated f(0.3) as well...

OpenStudy (mathmale):

So you'll be calculating \[x _{1}=0.3-\frac{ f(0.3) }{ f'(0.3) }\]

OpenStudy (idku):

yes.

OpenStudy (mathmale):

Please do this work. Your result should be somewhere close to x_1 = 0.3.

OpenStudy (idku):

-0.11

OpenStudy (idku):

or, -0.109647...

OpenStudy (mathmale):

that doesn't agree with our starting x value, 0.3. Arithmetic mistake likely.

OpenStudy (idku):

everything seems to be correctly plugged.

OpenStudy (welshfella):

i cheated and use an equation calculator which gave a value of x = 0.316

OpenStudy (idku):

lol, that is what desmos.com gives right off...

OpenStudy (welshfella):

yes

OpenStudy (idku):

I don't want to say that I just want to know how to do it, because it is too banal, but really just want to know how to do it...

OpenStudy (idku):

unfortunate result ',',',',',

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!