14.- Find the inverse of a given number.
Show number and result with multiples and submultiples prefix.
Information: https://www.medcalc.org/manual/decimal_multiples_and_submultiples_of_si_units.php
apk file in external link: http://kio4.com/appinventor/apk_archivos.htm
5 Likes
15.- Find the impedance and phase angle of a circuit RLC.
Information: https://www.youtube.com/watch?v=IVS-vjHdC1c
apk file in external link: http://kio4.com/appinventor/apk_archivos.htm
6 Likes
16.- Wheatstone bridge.
a) Create a random value for Rx.
b) Move the Slider until the volts are approximately zero.
c) Now Rx = R * (R2 / R1)
Information: https://www.youtube.com/watch?v=VbiOLkhQC4w
Information: https://en.wikipedia.org/wiki/Wheatstone_bridge
p82Ii_wheatstone.aia (18.4 KB) (unfinished).
apk file in external link: http://kio4.com/appinventor/apk_archivos.htm
8 Likes
19.- Statistical.
In a class of 18 students, they have obtained the following scores:
4,4,4,5,5,5,5,5,7,7,8,8,8,8,9,9,9,10.
Calculate the mean, variance and standard deviation of that distribution.
apk file in external link:
http://kio4.com/appinventor/apk_archivos.htm
6 Likes
Italo
December 6, 2019, 4:08pm
21
What an excellent library of exercises! Thanks for sharing it!
7 Likes
20.- Minimun surface .
An open-topped cylindrical container has a volume of V = 3140 cm3. Find the cylinder dimensions (radius of base r, height v) so that the least material is needed to form the container.
From: https://www.hackmath.net/en/math-problem/5891?tag_id=91&result=1
Build an application using the expressions above.
And with two sliders that move them calculate the surface keeping the volume constant. Check the minimum surface, in this case 942.16
apk file in external link: http://kio4.com/appinventor/apk_archivos.htm
5 Likes
On this website you can find many mathematical problems:
https://www.hackmath.net/en/word-math-problems
4 Likes
21.- Maximun angle.
The Statue of Liberty measures 46 m, is 47 m above ground level, look image.
What distance should one stand away from the statue in order to maximize the view of the statue? That is, what is the maximum angle Θ.
6 Likes
22.- Law of cosines.
In a right triangle we can calculate the c side using the Pythagorean theorem.
If the triangle is not a rectangle, we can calculate the c side using the Law of Cosines.
In trigonometry, the law of cosines (also known as the cosine formula, cosine rule, or al-Kashi's theorem) relates the lengths of the sides of a triangle to the cosine of one of its angles. Using notation as in Fig. 1, the law of cosines states
where γ denotes the angle contained between sides of lengths a and b and opposite the side of length c. For the same figure, the other two relations are analogous:
The law of cosines generalizes the Pythagorean theorem, which holds only for right triangl...
Build an application where you can change sides a and b and the alpha angle using Sliders and get side c. Draw the triangle.
apk file in external link: http://kio4.com/appinventor/apk_archivos.htm
teorema_cosenos_i.aia (3.6 KB) (unfinished)
3 Likes
23.- Exponential regression.
Create an application to obtain the expression of an ab-exponential and e-exponential regression .
- ab-Exponential regression.
You can get information about the ab-exponential regression in:
- e-Exponential regression.
You can get information about the e-exponential regression in:
apk file in external link: http://kio4.com/appinventor/apk_archivos.htm
p84F2_regresion_exponencial_i.aia (30.2 KB) (unfinished)
5 Likes
mike
March 29, 2020, 3:30pm
27
@Juan_Antonio outstanding job with these. Please continue to share. AI2 community is very lucky to have you contributing work of your quality. God bless
2 Likes
Hi, with this apk is possible calculate a integral of a real number? for example int(0,74)? tks
1 Like
This is an integral
In mathematics, an integral assigns numbers to functions in a way that can describe displacement, area, volume, and other concepts that arise by combining infinitesimal data. Integration is one of the two main operations of calculus; its inverse operation, differentiation, is the other. Given a function f of a real variable x and an interval [a, b] of the real line, the definite integral
can be interpreted informally as the signed area of the region in the xy-plane that is bounded by the graph o...
2 Likes
24.- Calculate PI.
Create an app to calculate the value of PI with many decimals.
The output should be a decimal sequence beginning 3.14159265 ...
Hello I am creating an app that calculates Pi(π) value. However, when I make a division it returns a number up to 6 digits. More details can be seen here:
[calculate_example]
1 Like
25.- Find the division between two numbers by repeatedly subtracting the dividend minus the divisor.
Example: 22 / 4
1 Like
hello, great demonstration !!!
if I take your first example on calculating the area of a polygon, is it possible to color it?
what is the method (I am not as efficient as you in this field, I would even say beginner :-))
Thanks for reading