HP Forums
next question on simplify - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html)
+--- Forum: HP Prime (/forum-5.html)
+--- Thread: next question on simplify (/thread-9102.html)



next question on simplify - Hans S. - 09-18-2017 03:29 PM

Hi, simple Simon asks:
what is the idea behind the following beheavior?
solve(8^(n+2)-8^(2*n)=240,n) --> (2/3, (ln(15)+2*ln(2))/(3*ln(2)) -- ok, that's fine, next step

simplify(ln(15)+2*ln(2))/(3*ln(2)) --> ln(15)+2*ln(2))/(3*ln(2) -- oh, that's not so fine.

What makes the prime acting like this? simplify(ln(15)+2*ln(2)) works well and says ln(60).

Beheavior like this in algebraic or textbook mode, simplify maximum, non, minimum setting, and I also tried all the other checkboxes etc. And yes, I used enough brackets, even if I forgot some here.

As I wrote: what is the idea behind? Shouldn't the maximum level for simplify just say (on the "solve" level) "2/3, ln(60)/3*ln(2)"? and leave the less elaborated answers to the other level(s)?
Or is this just an issue with the "/"? Or am I simply stupid and didn't see the wood for the trees?

Thanks
Hans


RE: next question on simplify - parisse - 09-18-2017 04:02 PM

(ln(15)+2*ln(2))/(3*ln(2)) and ln(60)/(3*ln(2)) have both two "variables", ln(15) and ln(2) or ln(60) and ln(2). That's why simplify does not collect the logarithms. Run lncollect to do that.
Unfortunately there is no universal way to declare something more simplified than something else.


RE: next question on simplify - Hans S. - 09-18-2017 04:28 PM

(09-18-2017 04:02 PM)parisse Wrote:  lncollect to do that.
Thank you very much, that is the solution I missed. ... but the ubiquitous "simplify" soft-key is so alluring...
Hans