I created a simple tool to find the square root of any number using Newton’s algorithm. ★How to use★ If you enter numerical values in the text boxes ① to ③ and tap the automatic calculation button, the results will be displayed in the text box ④. ①Initial value x0➡︎Any number is OK. ②k➡︎Enter the …
Month: January 2024
Tool to find the greatest common divisor of two natural numbers
I created a simple tool to find the greatest common divisor of two natural numbers using Euclidean Algorithm. ☆How to use☆ step1 Enter numerical values for natural numbers α and β. The input range is 8 digits (1 to 99999999). step2 When you tap (click) the automatic calculation button, the calculation result will be displayed …
Solution of RL series circuit using Laplace transform (for DC power supply)
Considering the RL series circuit shown in Figure 1, and assuming that the DC power supply is E and the current that flows through the circuit after t seconds is I, the following formula holds true. $$E=RI+L\frac{dI}{dt}\hspace{50pt}(1)$$ Let’s consider how to solve a differential equation using the Laplace transform to find the current I. Laplace …
Solution of RL series circuit using Laplace transform (for AC power supply)
fig.1 RL series circuit(Alternating current) Now, let’s consider an RL series circuit as shown in Figure 1, assume the AC power source is E, and think about how to find the current I that flows t seconds after turning on the switch. Now, in the circuit of Figure 1, the following circuit equation holds true …