Wednesday, August 19, 2026

Pythagorous theorem for sides of a triangle of any angle theta

 Expansion of the Pythagorous theorem for a triangle with any angle other than 90 degree....also called as Law of Cosines.


Law of Cosines...gives general relation between the three sides of any triangle ( it is also true for right angle triangles).



For small x, the expression (1+x)^n approximates to 1+nx.

 


Tuesday, August 18, 2026

What are cis trans isomers

 Cis and trans isomers are [stereoisomers] (molecules with the same formula and bonds, but different 3D shapes). In a cis isomer, the same or high-priority groups sit on the same side of a rigid structure (like a double bond or ring). In a trans isomer, those groups sit on opposite sides.



Friday, August 14, 2026

The double-slit experiment to illustrates wave interference pattern, and diffraction.

 

The double-slit experiment primarily illustrates wave interference, though diffraction plays a critical role as the waves bend around each individual slit to overlap.

 When light or matter passes through two close slits, diffraction spreads the waves out, and they interfere to create an alternating pattern of bright and dark bands on a screen.

How the Two Concepts Work Together
  • Diffraction: Waves bend and spread out as they pass through each narrow slit.
  • Interference: The spread-out waves from both slits cross paths and overlap.
  • Constructive Interference: Waves meet in sync and make bright bands.
  • Destructive Interference: Waves meet out of sync and cancel out to make dark bands.




  • m = number of maximum
  • D= distance between screen and slits
  • d = seperation between the two slits
  • lambda = wavelength
  • y = is the gap between the maximum and the center

  • Here, the Green lines show the points of Constructive interference, hence a maximum i.e. a bright spot while the orange line shows the points where destructive interferance takes place and hence points of mimnimum i.e. dark spots.

If two bodies of mass 10kg and 7 kg hang on the two sides of a single pully, then what is the speed of the bodies and what is the net force acting on the axis of the pully?

 




What is 'Molecularity' in chemical kinetics? why it cannot be fractional? and how to calculate it from the balanced equation of a reaction?

 What is 'Molecularity' in chemical kinetics? 



 why it cannot be fractional?


how to calculate it from the balanced equation of a reaction?




Wednesday, August 5, 2026

In determinants matrix A and its inverse is A^-1, then A = 1/(A^-1)?

 


What are natural magnets and why do they have magnetic properties?

 Natural magnets are permanent magnets found in the earth's crust, such as lodestone (a magnetized form of the iron oxide mineral magnetite). They form naturally when deposits are exposed to intense magnetic fields—like the Earth's magnetic field over long periods or powerful natural events like lightning strikes. 

Why They Have Magnetic Properties
  • Electron Spin: Every atom has electrons that spin and create tiny magnetic fields.
  • Unpaired Electrons: In most materials, these magnetic fields cancel each other out. In magnetic materials like iron, many electrons point in the same direction.
  • Magnetic Domains: Atoms group into tiny regions called domains.
  • Alignment: In a natural magnet, these domains point in one uniform direction, creating a strong overall magnetic force.

Electrons drift in a conductor from lower to higher potential, does this mean that all free electrons are moving in the same direction?

 




Saturday, August 1, 2026

How can we build a chatting app like whatsapp that works on phone text messaging

To build a chat app like WhatsApp that runs on phone text messaging, you need to use an SMS Gateway API, set up a backend server, and create a mobile user interface. [1, 2]

Core Architecture & Tools
  • SMS Gateway API: Use services like Twilio or Vonage to send and receive real phone text messages (SMS) programmatically.
  • Backend Server: Build a server using Node.js or Erlang to process incoming and outgoing text logs.
  • Database: Store user phone numbers, message history, and profile data using databases like PostgreSQL, Firebase Firestore, or MongoDB.
  • Mobile Frontend: Develop cross-platform mobile screens using Flutter or React Native so the app works on both Android and iOS. [1, 2, 3, 4, 5]
Development Steps
  • User Verification: Implement phone number login by sending a random verification code via SMS.
  • Sync Contacts: Request permission to read the phone’s address book and match numbers registered in your database.
  • Message Routing: Connect your mobile app to the backend so that when a user hits send, the app triggers an API request to dispatch an SMS or sync through your server data pipeline

Pythagorous theorem for sides of a triangle of any angle theta

 Expansion of the Pythagorous theorem for a triangle with any angle other than 90 degree....also called as Law of Cosines. Law of Cosines......