26

From Zero to Engineer

Evaluating expressions and rearranging formulae

Substituting data into a formula and rounding the result, dependent and independent variables, and rearranging a formula to make any of its quantities the subject.

A formula on its own computes nothing - it computes only once numbers are put in place of the letters. This lesson shows both sides of that. First, straightforward substitution: we have the formula and every value except the one it gives directly. Then the situation that is more common in engineering practice: the quantity we want sits inside the formula, under a root or in a denominator, so the formula has to be rearranged first and only then can the numbers go in.

Evaluating expressions

Substitute the data for the letters and work through in the usual order of operations. Round only at the end, to the accuracy the exercise asks for.

2πlg2\pi\sqrt{\frac{l}{g}}
π=3.1415,l=2,g=9.81\pi = 3.1415,\quad l = 2,\quad g = 9.81
23.141529.81=6.28300.2039=6.28300.4516=2.842\cdot 3.1415\sqrt{\frac{2}{9.81}} = 6.2830\sqrt{0.2039} = 6.2830\cdot 0.4516 = 2.84

correct to two decimal places

V=πh6(3R2+h2)V = \frac{\pi h}{6}(3R^{2} + h^{2})
h=2.85,R=6.24,π=3.142h = 2.85,\quad R = 6.24,\quad \pi = 3.142
V=3.1422.856(36.242+2.852)=1.492(116.8128+8.1225)==1.492124.9353=186.40\begin{aligned}V &= \frac{3.142\cdot 2.85}{6}\left(3\cdot 6.24^{2} + 2.85^{2}\right) = 1.492\left(116.8128 + 8.1225\right) = \\&= 1.492\cdot 124.9353 = 186.40\end{aligned}
36.242=116.81283\cdot 6.24^{2} = 116.8128
2.852=8.12252.85^{2} = 8.1225
116.8128+8.1225=124.9353116.8128 + 8.1225 = 124.9353

correct to two decimal places

R=R1R2R1+R2R = \frac{R_{1}R_{2}}{R_{1} + R_{2}}
R1=276,R2=145R_{1} = 276,\quad R_{2} = 145
R=276145276+145=40020421=95.06R = \frac{276\cdot 145}{276 + 145} = \frac{40\,020}{421} = 95.06
276145276+145=40020421\frac{276\cdot 145}{276 + 145} = \frac{40020}{421}

correct to two decimal places

V=πb12(D2+Dd+d2)V = \frac{\pi b}{12}(D^{2} + Dd + d^{2})
b=1.46,D=0.864,d=0.517,π=3.142b = 1.46,\quad D = 0.864,\quad d = 0.517,\quad \pi = 3.142
V=3.1421.4612(0.8642+0.8640.517+0.5172)V=0.382(0.746+0.447+0.267)V=0.3821.46=0.558\begin{aligned}V &= \frac{3.142\cdot 1.46}{12}\left(0.864^{2} + 0.864\cdot 0.517 + 0.517^{2}\right) \\V &= 0.382\left(0.746 + 0.447 + 0.267\right) \\V &= 0.382\cdot 1.46 = 0.558\end{aligned}

correct to three significant figures

Dependent and independent variables

In every formula one letter stands alone on the left and its value follows from the rest. That is the dependent variable. The letters on the right, the ones we substitute values for, are the independent variables.

r=2s3+3tr = 2s^{3} + 3t
r dependent, s and t independent

Evaluating independent variables

When the quantity we want is not alone on the left, we rearrange the formula first and substitute only afterwards. Each operation is applied to both sides - the note after the slash says what is being done to the whole equation.

Calculate l.

T=2πlgT = 2\pi\sqrt{\frac{l}{g}}
π=3.14,g=9.81,T=1.03\pi = 3.14,\quad g = 9.81,\quad T = 1.03
T=2πlg  /:2πT2π=lg  /2T24π2=lg  /gl=gT24π2\begin{aligned}T &= 2\pi\sqrt{\frac{l}{g}} \;\Big/ : 2\pi \\\frac{T}{2\pi} &= \sqrt{\frac{l}{g}} \;\Big/ ^{2} \\\frac{T^{2}}{4\pi^{2}} &= \frac{l}{g} \;\Big/ \cdot g \\l &= \frac{gT^{2}}{4\pi^{2}}\end{aligned}
l=9.811.03243.142=9.811.060949.8596l=0.264\begin{aligned}l &= \frac{9.81\cdot 1.03^{2}}{4\cdot 3.14^{2}} = \frac{9.81\cdot 1.0609}{4\cdot 9.8596} \\l &= 0.264\end{aligned}
1.032=1.06091.03^{2} = 1.0609
3.142=9.85963.14^{2} = 9.8596

correct to three significant figures

Calculate r.

J=nER+nrJ = \frac{nE}{R + nr}
n=6,E=2.01,R=12,J=0.98n = 6,\quad E = 2.01,\quad R = 12,\quad J = 0.98
J=nER+nr  /(R+nr)J(R+nr)=nEJR+Jnr=nEJnr=nEJR  /:Jnr=nEJRJn\begin{aligned}J &= \frac{nE}{R + nr} \;\Big/ \cdot (R + nr) \\J(R + nr) &= nE \\JR + Jnr &= nE \\Jnr &= nE - JR \;\Big/ : Jn \\r &= \frac{nE - JR}{Jn}\end{aligned}
r=62.010.98120.986=12.0611.765.88=0.051r = \frac{6\cdot 2.01 - 0.98\cdot 12}{0.98\cdot 6} = \frac{12.06 - 11.76}{5.88} = 0.051
62.01=12.066\cdot 2.01 = 12.06
0.9812=11.760.98\cdot 12 = 11.76
0.986=5.880.98\cdot 6 = 5.88

correct to two significant figures

Rearranging formulae

Rearrange the formula to make a the dependent variable.

v=u+atvu=at  /:ta=vut\begin{aligned}v &= u + at \\v - u &= at \;\Big/ : t \\a &= \frac{v - u}{t}\end{aligned}

Make u the dependent variable.

a=2(uts)t2  /t2at2=2ut2sat2+2s=2ut  /:2tu=at2+2s2t\begin{aligned}a &= \frac{2(ut - s)}{t^{2}} \;\Big/ \cdot t^{2} \\at^{2} &= 2ut - 2s \\at^{2} + 2s &= 2ut \;\Big/ : 2t \\u &= \frac{at^{2} + 2s}{2t}\end{aligned}

Frequently asked questions

What is the difference between a dependent and an independent variable?

In r = 2s³ + 3t the letter r is the dependent variable, because its value follows from the others, while s and t are the independent ones - those are what we substitute. Rearranging the formula swaps the roles.

How do you make a quantity under a root the subject?

First get the root on its own, then square both sides. From T = 2π√(l/g) divide by 2π, square, and multiply by g, which gives l = gT²/(4π²).

How do you make a letter that sits in a denominator the subject?

Multiply both sides by the whole denominator, expand, and collect the terms containing the letter on one side. From J = nE/(R + nr) you get Jnr = nE − JR, that is r = (nE − JR)/(Jn).

How many places should the result be rounded to?

To as many as the data have. If the exercise gives R₁ = 276 and R₂ = 145, the result 95.059382... is written as 95.06 - further digits are false precision, because the data themselves do not carry it.

PhiBoard

A modern, interactive board for study and work. Create, teach and collaborate - completely free.

Coming soon to

Google Play

Download on the

App Store

PhiBoard

Tools

Capabilities

Knowledge base

Support

FAQ

Our mission

Contact

More

Our goalFor schoolsNews

Documents

TermsPrivacy policy

office@phiboard.com

Support the project

© 2026 PhiBoard. All rights reserved.

We Use Cookies

To improve the quality of our services, we use cookies. Cookies help us tailor our website to your preferences, analyze how you use the site, and provide a better user experience. By accepting cookies, you consent to their use for optimizing functionality and content on the site.

Evaluating expressions and rearranging formulae | PhiBoard