Posts

Showing posts from November, 2018

Questioning the simple one

Image
Questioning the simple one ( something which is always in front of eyes but still looks special) Let's give our first thoughts after seeing this picture REQUEST:AFTER SEEING THESE PICTURES PLEASE MAKE SOME GUSSES, WHAT THE PICTURE IS OF THAN PROCEED 1)Atom(most childish one). 2)Amplifier 3)Camera 4)Wash basin 5)Some bacteria 6) Something under microscope 7)............. 8)...................... Let's disclose it it is just a picture of milton thermosteel bottle taken by opening its cap from top view. Those two spots are actually flash lights. If this picture is taken without flash lights it will look like this(without water also): This is how pictures are taken(through phones): So now what we are going to do  We will try to explain pictures which are looking really fascinating,so let's start. Before let's see the pictures::: A) 1)I don't know why flash light is shape of a crescent moon,in three differeent parts. ...
Image
Newton's method( a method to find one root of any differentiable function) Note: If you are a beginner in programming then this will help you Today we are going to discuss NEWTON'S METHOD ,if you know basic programming (c,c++,python or java class 11th level according to cbse) then you are definitely going to like this and if not just to stick to it. It is method based on simple observation obviously by sir Issac Newton,to understand his observation just skip to next line. Take any function let say f(x) and think of its graph on coordinate axis this function should be differentiable on all points on coordinates axis so initially for simplicity just think of a simple graph(like f(x)=(x^3-1). Now take any point on x axis (let say x1) and corresponding value of y(i.e f(x1)). Now draw tangent at (x1,f(x1)),and note the point on x axis which is common to tangent let the value be x2. Now you have new point i.e (x2,f(x2)) on the chosen function. N...