Warning: mysqli::__construct(): (HY000/1203): User howardkn already has more than 'max_user_connections' active connections in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\includes\artfuncs.php on line 21
Failed to connect to MySQL: (1203) User howardkn already has more than 'max_user_connections' active connections
Warning: mysqli::query(): Couldn't fetch mysqli in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\index.php on line 66
Article <uuequc$o69$1@solani.org>
Deutsch   English   Français   Italiano  
<uuequc$o69$1@solani.org>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!news.mixmin.net!weretis.net!feeder8.news.weretis.net!reader5.news.weretis.net!news.solani.org!.POSTED!not-for-mail
From: Physfitfreak <physfitfreak@gmail.com>
Newsgroups: comp.os.linux.advocacy,sci.physics
Subject: Re: A Problem To Solve :-)
Date: Mon, 1 Apr 2024 12:29:48 -0500
Organization: Modern Human
Message-ID: <uuequc$o69$1@solani.org>
References: <uog01l$mi9n$1@solani.org>
 <17ac13c4ae353932$16712$1979536$802601b3@news.usenetexpress.com>
 <uohk04$ndab$2@solani.org> <up4385$11vs3$1@solani.org>
 <upl2ru$19kpu$1@solani.org> <upq42l$1c60v$1@solani.org>
 <ups2ld$1d50k$3@solani.org> <uqchvt$1b5k$1@solani.org>
 <uqj214$4n5g$1@solani.org> <uqscuu$9b97$1@solani.org>
 <ur45p8$db29$1@solani.org> <urlmqs$mk3p$1@solani.org>
 <uru46k$r281$1@solani.org> <us803n$vq9u$1@solani.org>
 <usdil4$12kro$1@solani.org> <usl7l5$16vel$1@solani.org>
 <ut5b51$1eobe$1@solani.org> <ut615g$1feb3$1@solani.org>
 <utl6fv$1moef$1@solani.org> <uu20sv$1t6i2$1@solani.org>
 <uu4sv8$1umj5$1@solani.org> <uucvp2$23320$1@solani.org>
 <17c22061208c6961$50483$3384359$802601b3@news.usenetexpress.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Mon, 1 Apr 2024 17:29:48 -0000 (UTC)
Injection-Info: solani.org;
	logging-data="24777"; mail-complaints-to="abuse@news.solani.org"
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:AM/bomu7Ccuy8O65FXUpQoXWuMY=
Content-Language: en-US
In-Reply-To: <17c22061208c6961$50483$3384359$802601b3@news.usenetexpress.com>
X-User-ID: eJwNycERwDAIA7CVQjG4HScOsP8IzU93Ck/LQ2QkYmLyuIqGTxUEmcUR+oHJ3mvsHjzXveDQ/bWn1TSld60fWEAV8g==
Bytes: 3428
Lines: 50

On 4/1/24 05:13, Farley Flud wrote:
> On Sun, 31 Mar 2024 19:40:02 -0500, Physfitfreak wrote:
> 
>>
>> If the missile computes that 5 fighter jets at time t will exactly be at
>> these coordinates in the sky:
>>
>> Jet 1: (4.38 km, 3.9 km, 8.1 km)
>> Jet 2: (5.23 km, 9.61 km, 4.74 km)
>> Jet 3: (6.93 km, 6.01 km, 6.88 km)
>> Jet 4: (8.32 km, 2.12 km, 2.5 km)
>> Jet 5: (2.53 km, 4.23 km, 5.82 km)
>>
>> then answer the following 2 questions:
>>
>> 1- what would be the coordinates of the point in the sky, that the
>> missile with the weakest warhead needs to explode at, at time t, to
>> damage all those 5 fighter jets critically enough?
>>
>> 2- within what minimum radius of that explosion, any fighter jet would
>> get critically damaged at time t?
>>
> 
> AFAIK, this is a very difficult problem.'
> 
> But algorithms have recently been developed.  The best one is, of
> course, implemented in FOSS:
> 
> https://github.com/hbf/miniball
> 
> When I get some free time I may try it out.
> 
> 


Like most other math or physics problems, one can solve it in very 
difficult ways too :) Hehe :)

Question is, can you solve it by using nothing other than at most 
college algebra! No PDE's. No calculus. Just simple college algebra math.

This "Miniball" is interesting though :) But heck, I solved it myself 
two minutes before concocting the blog post. It took me about half an 
hour of looking into various approaches to it. That was half an hour of 
fun that rBrown (future rBowman, after his descendants become brown in 
the USA) doesn't understand and therefore does not enjoy.

I don't post anything in this blog for which per-written software would 
be required.