Random formulas

Today I wanted to share with you some random formulas that I found \ made myself to find solutions to problems (or just because I can). So let's get started.


Formula - Personal temperature conversion

t=n(Tt0)tnt0t = \frac{n(T - t_0)}{t_{n} - t_0}

Where n0n \neq 0

For example if I wanted a conversion formula between KK and CC using n=20n = 20

20(C0K)20K0K=20(C(273.15))253.15(273.15)=20(C+273.15)20\frac {20(C - 0K)}{20K - 0K} = \frac {20(C - (-273.15))}{-253.15 - (-273.15)} = \frac {20(C + 273.15)}{20}

K=C+273.15K = C + 273.15

Feel free to make your own temperature scale and use this formula.


Formula - Square roots

xa=xzyz+z\sqrt {x} \approx a = \frac {x - z}{y - z} + \sqrt {z}

a=a±(xa2)2a = a \pm(x-a^2)^2

This one is a little bit more complicated, firstly aa is approximately x\sqrt{x} but it is also equal to an equation which can be used to give a close (works better with bigger values of xx) value to aa.

The second formula allows you to refine aa into an even closer approximation of x\sqrt{x}. This formula also includes an 'If' statement located at the ±\pm where it is either ++ or - depending on the outcome.

To use these equations you need to know the closest square before and after xx, these are denoted by zz and yy respectively. The 'If' statement asks whether x>a2x > a^2 is true or not, if it is then the ±\pm becomes a ++, if it's false then the ±\pm becomes a -.

For example let's try and find 7\sqrt{7}

77494+4=2.6\sqrt{7} \approx \frac {7 - 4}{9 - 4} + \sqrt{4} = 2.6

±+\pm \rightarrow +

a=2.6+(72.62)2=2.6576a = 2.6 + (7 - 2.6^2)^2 = 2.6576

The second equation can be used endlessly but we're only going to use it once. So according to our formula 72.6576\sqrt{7}\approx 2.6576 to 4.d.p. The real value for 7\sqrt{7} to 4.d.p is

7=2.6458\sqrt{7} = 2.6458

So our equations got close with just one use, so if we use it again

a=2.6576(72.65762)2=2.6537a = 2.6576 - (7 - 2.6576^2)^2 = 2.6537

So we are getting closer, just slowly.


That's it for now but I will be updating this when I come up with more formulas.

#Algebra #Formula

Note by Jack Rawlin
6 years, 5 months ago

No vote yet
1 vote

  Easy Math Editor

This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.

When posting on Brilliant:

  • Use the emojis to react to an explanation, whether you're congratulating a job well done , or just really confused .
  • Ask specific questions about the challenge or the steps in somebody's explanation. Well-posed questions can add a lot to the discussion, but posting "I don't understand!" doesn't help anyone.
  • Try to contribute something new to the discussion, whether it is an extension, generalization or other idea related to the challenge.
  • Stay on topic — we're all here to learn more about math and science, not to hear about your favorite get-rich-quick scheme or current world events.

MarkdownAppears as
*italics* or _italics_ italics
**bold** or __bold__ bold

- bulleted
- list

  • bulleted
  • list

1. numbered
2. list

  1. numbered
  2. list
Note: you must add a full line of space before and after lists for them to show up correctly
paragraph 1

paragraph 2

paragraph 1

paragraph 2

[example link](https://brilliant.org)example link
> This is a quote
This is a quote
    # I indented these lines
    # 4 spaces, and now they show
    # up as a code block.

    print "hello world"
# I indented these lines
# 4 spaces, and now they show
# up as a code block.

print "hello world"
MathAppears as
Remember to wrap math in \( ... \) or \[ ... \] to ensure proper formatting.
2 \times 3 2×3 2 \times 3
2^{34} 234 2^{34}
a_{i-1} ai1 a_{i-1}
\frac{2}{3} 23 \frac{2}{3}
\sqrt{2} 2 \sqrt{2}
\sum_{i=1}^3 i=13 \sum_{i=1}^3
\sin \theta sinθ \sin \theta
\boxed{123} 123 \boxed{123}

Comments

There are no comments in this discussion.

×

Problem Loading...

Note Loading...

Set Loading...