Git Product home page Git Product logo

Comments (5)

evykassirer avatar evykassirer commented on May 4, 2024

interestingly - cymath actually does something different: https://www.cymath.com/answer.php?q=125%20%5E%20(4%2F5)

I think pedagogically, it makes sense to convert to a root? Interested in pedagogy opinions on this though

from mathsteps.

hmaurer avatar hmaurer commented on May 4, 2024

I am not sure. Personally I always convert roots to fractional exponents where I can; I find them easier to reason about (you can use the standard exponent rules) and easier to draw. In this specific example I think cymath's approach is clearer.

from mathsteps.

evykassirer avatar evykassirer commented on May 4, 2024

hmm interesting - I can see pros/cons either way

I'll ask Socratic's content people about it next week and get their opinion on this :) (they've both done a lot of teaching)

from mathsteps.

hmaurer avatar hmaurer commented on May 4, 2024

If you are just learning arithmetic I guess nth-root might be less scary. Fractional exponents are a bit abstract, and mentally you usually think "ok x^3/4 is x^3 then take the 4th root". This might be one of those cases where it really depends on the context / student's preference, but I can see stronger arguments in favour of nth-roots for young students. Looking forward to hearing their opinion!

from mathsteps.

kevinbarabash avatar kevinbarabash commented on May 4, 2024

In the case of simplifying something like (nthroot(x, 5))^3 * (nthroot(x, 5))^4, it might be preferable to convert the roots to fractional exponents before simplifying, e.g.

x^(3/5) * x^(4/5) => x^(3/5 + 4/5) => x^((3+4)/5) => x^(7/5) => (nthroot(x, 5))^3

Another aspect of this is when render fractional exponents as roots, the exponent can be either on the inside our the outside:

(nthroot(x^3, 5)) <=> (nthroot(x, 5))^3

from mathsteps.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.