Skip to main content
🔬 Advanced

scientific ক্যালকুলেটর

Free online scientific calculator with trigonometric, logarithmic, and exponential functions. Supports complex expressions.

এই ক্যালকুলেটর কীভাবে ব্যবহার করবেন

  1. Math Expression লিখুন
  2. গণনা করুন বোতামে ক্লিক করুন
  3. ক্যালকুলেটরের নিচে প্রদর্শিত ফলাফলটি পড়ুন

What Is a Scientific Calculator and When Do You Need One?

A scientific calculator goes far beyond the four basic arithmetic operations (+, −, ×, ÷) to include trigonometric functions, logarithms, exponents, roots, factorials, and more. It is the essential tool for high school and university mathematics, science, engineering, and many professional fields.

Key function categories in a scientific calculator:

Our calculator also supports order of operations (PEMDAS/BODMAS) automatically, parentheses grouping, and handles both Degree and Radian angle modes for trigonometry.

Trigonometric Functions: Practical Guide

Trigonometric functions relate angles to ratios of sides in right triangles and are fundamental to geometry, physics, and engineering.

Core definitions (right triangle):

Common values to know:

Angle (°)Angle (rad)sincostan
0010
30°π/60.5√3/2 ≈ 0.8661/√3 ≈ 0.577
45°π/4√2/2 ≈ 0.707√2/2 ≈ 0.7071
60°π/3√3/2 ≈ 0.8660.5√3 ≈ 1.732
90°π/210undefined
180°π0-10

Degree vs Radian mode: Degrees are the everyday unit (full circle = 360°). Radians are the mathematical unit (full circle = 2π ≈ 6.283 radians). In calculus, radians are required — the derivative of sin(x) is cos(x) only when x is in radians. Always verify your calculator is in the correct mode before computing trig functions; the wrong mode produces completely wrong answers.

Inverse trig functions: arcsin(0.5) = 30° (finds the angle given a ratio). Used when solving for unknown angles in triangles or vector problems.

Logarithms and Exponential Functions

Logarithms and exponentials are inverse functions and are fundamental to science, finance, and computer science.

Definitions:

Practical examples:

The number e (≈ 2.71828) appears naturally whenever growth or decay is proportional to the current amount — population growth, radioactive decay, Newton's law of cooling, and continuous compound interest all use e.

Order of Operations and Parentheses

Even a scientific calculator can give wrong answers if you don't understand order of operations. PEMDAS (US) / BODMAS (UK) defines the sequence:

  1. P/B: Parentheses / Brackets — innermost first
  2. E/O: Exponents / Orders (including √)
  3. M/D: Multiplication and Division — left to right
  4. A/S: Addition and Subtraction — left to right

Common mistakes:

When in doubt, use parentheses liberally. Extra parentheses never hurt; missing them frequently cause errors.

Statistical and Engineering Functions

Modern scientific calculators extend into statistics and engineering:

Factorial (n!): The product of all positive integers from 1 to n. 5! = 5 × 4 × 3 × 2 × 1 = 120. Used in combinations, permutations, and series expansions (Taylor series). Note: 0! = 1 by definition. Factorials grow extremely fast: 20! ≈ 2.43 × 10¹⁸.

Combinations nCr: The number of ways to choose r items from n items when order doesn't matter. nCr = n! / (r! × (n−r)!). Example: Number of ways to choose 3 people from a group of 10: 10C3 = 10! / (3! × 7!) = 120 ways. Used in probability and statistics.

Permutations nPr: Number of ways to arrange r items from n when order matters. nPr = n! / (n−r)!. Example: Number of ways to arrange 3 people in 3 positions from 10: 10P3 = 10! / 7! = 720 ways.

Modulo (mod): The remainder after division. 17 mod 5 = 2 (17 = 3×5 + 2). Used extensively in computer science, cryptography, and number theory.

Converting between degrees, radians, and gradians: 180° = π radians = 200 gradians. Gradians (gon) are used primarily in surveying and some European engineering contexts.

Tips for Efficient Calculator Use

Using a scientific calculator efficiently can save significant time on exams and complex calculations:

For standardized tests (SAT, ACT, AP exams), confirm which calculator models are permitted. The College Board and ACT have approved lists. Graphing calculators (TI-84, Casio fx-9750) are typically permitted for math sections but not for SAT Reading/Writing. Practice with your specific calculator well before exam day.

সর্বশেষ আপডেট: March 2026

Frequently Asked Questions

What is the difference between sin, cos, and tan?

These are the three primary trigonometric functions. In a right triangle: sin(angle) = opposite side / hypotenuse; cos(angle) = adjacent side / hypotenuse; tan(angle) = opposite / adjacent. They describe relationships between angles and side ratios and are used in geometry, physics, engineering, and wave analysis.

What is the difference between log and ln?

log (without a base) typically means log base 10 (common logarithm): log(1000) = 3 because 10³ = 1000. ln is the natural logarithm with base e (≈ 2.71828): ln(e²) = 2. log₁₀ is used in pH, decibels, and Richter scale. ln appears in calculus, continuous growth/decay problems, and information theory.

Why does my calculator show a different answer than expected for trig functions?

The most common cause is the calculator being in the wrong angle mode. If you're computing sin(30) expecting 0.5 (degrees), but your calculator is in Radian mode, you'll get sin(30 radians) ≈ −0.988. Always check whether your calculator is set to Degrees (D) or Radians (R) before any trig calculation.

What does E or EE mean on a calculator?

E or EE represents "×10 to the power of" in scientific notation. So 6.022E23 = 6.022 × 10²³ (Avogadro's number). This notation handles extremely large or small numbers efficiently. 1.6E-19 = 1.6 × 10⁻¹⁹ (the elementary charge in Coulombs).

How do I calculate the nth root of a number?

For a cube root (3rd root), use the ∛ button or x^(1/3). For the nth root, use x^(1/n). For example, the 5th root of 32 = 32^(1/5) = 32^0.2 = 2. Most scientific calculators have an x^y button where you enter 32, press x^y, then enter 0.2.

What is the factorial of 0?

0! = 1 by mathematical convention. This seems counterintuitive but is necessary for consistency in combinatorial formulas. For example, nCr when r = n requires n! / (0! × 0!) to work correctly, and 0! = 1 makes this equal to 1 (there's exactly one way to choose all items).

How do I calculate percentages on a scientific calculator?

For percentage of a number: multiply. What is 15% of 240? Enter 240 × 0.15 = 36. For percentage change: (new − old) / old × 100. Price rose from $80 to $92: (92 − 80) / 80 × 100 = 15% increase. Some calculators have a % key that performs these operations directly.

Can I use a scientific calculator on standardized tests?

It depends on the test. SAT and ACT permit scientific and graphing calculators on math sections (specific approved models listed on the test-maker's website). AP Calculus, AP Physics, and AP Chemistry all permit calculators for part of the exam. SAT Math (no-calculator section) prohibits them. IB and A-Level exams have their own rules. Always check the current policy for your specific exam — rules update periodically.