CrazyEngineers
  • Help me in calculating reverse of this equation

    Manish Goyal

    Manish Goyal

    @manish-r2Hoep
    Updated: Oct 22, 2024
    Views: 3.5K
    Hello

    I am working on a web based project where I had implemented a jquery based slider, who values ranges from 0 to 30 million

    So I had to use this equation to implement non linear search on that slider, but now I have to calculate reverse of this equation

    f(y) = 5000 * (e2.77258872·x – 1) / 15

    means I want to calculate value of x

    Thanks

    0
    Replies
Howdy guest!
Dear guest, you must be logged-in to participate on CrazyEngineers. We would love to have you as a member of our community. Consider creating an account or login.
Replies
  • Kaustubh Katdare

    AdministratorJun 25, 2013

    #-Link-Snipped-# - Thread moved to Mathematics section.
    Are you sure? This action cannot be undone.
    Cancel
  • Jeffrey Arulraj

    MemberJun 25, 2013

    f(y) = 5000 * (e2.77258872·x – 1) / 15
    15*f(y)/5000=e(2.77258872x - 1)

    Taking Natural Log on both sides

    Ln(15*f(y)/5000)=2.77258872x - 1

    X= {ln(15*F(y)/5000)+ 1}/92.77258872

    Are you sure? This action cannot be undone.
    Cancel
Home Channels Search Login Register